From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753272AbcFOPyN (ORCPT ); Wed, 15 Jun 2016 11:54:13 -0400 Received: from arroyo.ext.ti.com ([198.47.19.12]:41079 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753136AbcFOPyK (ORCPT ); Wed, 15 Jun 2016 11:54:10 -0400 Subject: Re: [PATCH v3 1/2] mfd: ti-smusbdig: Add support for the TI SM-USB-DIG To: Lee Jones References: <20160613150800.6302-1-afd@ti.com> <20160615154303.GN4948@dell> CC: Wolfram Sang , , , From: "Andrew F. Davis" Message-ID: <57617A1D.3050502@ti.com> Date: Wed, 15 Jun 2016 10:54:05 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <20160615154303.GN4948@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 06/15/2016 10:43 AM, Lee Jones wrote: > This requires a USB Ack. > >> The TI SM-USB-DIG is a USB to SPI/I2C/1Wire/GPIO adapter. >> Add MFD core support. >> >> Signed-off-by: Andrew F. Davis >> --- > > Where is the change log from v1 => v2? > Looking at a diff of the two it looks like all the changes are related to your v1 feedback: - Rename sm-usb-dig -> ti-smusbdig - Inline helper functions in header - Alphabetize includes >> Changes from v2: >> - Add missing dependency on USB, thanks kbuild test robot >> >> 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 >