From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752929AbcHPQnt (ORCPT ); Tue, 16 Aug 2016 12:43:49 -0400 Received: from bear.ext.ti.com ([198.47.19.11]:45788 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750803AbcHPQnr (ORCPT ); Tue, 16 Aug 2016 12:43:47 -0400 Subject: Re: [PATCH v4 1/2] mfd: ti-smusbdig: Add support for the TI SM-USB-DIG To: Lee Jones References: <20160809145517.22815-1-afd@ti.com> <20160809145517.22815-2-afd@ti.com> <20160809152742.GS5243@dell> CC: Wolfram Sang , , , From: "Andrew F. Davis" Message-ID: <804acc1b-ae73-d1af-bd06-43a2e2145995@ti.com> Date: Tue, 16 Aug 2016 11:43:42 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20160809152742.GS5243@dell> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/09/2016 10:27 AM, Lee Jones wrote: > On Tue, 09 Aug 2016, Andrew F. Davis wrote: > >> The TI SM-USB-DIG is a USB to SPI/I2C/1Wire/GPIO adapter. >> Add MFD core support. >> >> Signed-off-by: Andrew F. Davis >> --- >> drivers/mfd/Kconfig | 9 +++ >> drivers/mfd/Makefile | 2 + >> drivers/mfd/ti-smusbdig.c | 138 ++++++++++++++++++++++++++++++++++++++++ >> include/linux/mfd/ti-smusbdig.h | 75 ++++++++++++++++++++++ >> 4 files changed, 224 insertions(+) >> create mode 100644 drivers/mfd/ti-smusbdig.c >> create mode 100644 include/linux/mfd/ti-smusbdig.h > > Still requires a DT Ack. > > Please ping the relevant guys. > This driver doesn't touch DT. If you meant USB, could you give me a hint as to who needs to ack drivers that communicate over USB?