Re: [PATCH v4 1/2] mfd: ti-smusbdig: Add support for the TI SM-USB-DIG

From: Andrew F. Davis
Date: Tue Aug 16 2016 - 12:43:51 EST


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 <afd@xxxxxx>
>> ---
>> 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?