From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Jones Subject: Re: [GIT PULL] Immutable branch between MFD, Input and IIO Date: Mon, 15 Feb 2016 09:57:33 +0000 Message-ID: <20160215095733.GE3455@x1> References: <1450101234-2191-1-git-send-email-mpa@pengutronix.de> <20160211155633.GB20693@x1> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: <20160211155633.GB20693@x1> Sender: linux-input-owner@vger.kernel.org To: Markus Pargmann Cc: Shawn Guo , Dmitry Torokhov , Jonathan Cameron , Denis Carikli , Eric =?iso-8859-1?Q?B=E9nard?= , Sascha Hauer , devicetree@vger.kernel.org, linux-input@vger.kernel.org, linux-iio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Hartmut Knaack , Fabio Estevam List-Id: devicetree@vger.kernel.org Dmitry, Jonathan, There as been an fix for one of the IIO drivers. I'd like to fold the fix into the patch and re-send this pull-request. Is that okay with you? On Thu, 11 Feb 2016, Lee Jones wrote: > Enjoy! >=20 > The following changes since commit 36f90b0a2ddd60823fe193a85e60ff1906= c2a9b3: >=20 > Linux 4.5-rc2 (2016-01-31 18:12:16 -0800) >=20 > are available in the git repository at: >=20 > git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-m= fd-input-iio-v4.6 >=20 > for you to fetch changes up to 4f7ed234f2a5dcc26fc56a6e8324d34bbc9afe= 23: >=20 > Input: touchscreen: Add imx25 TCQ driver (2016-02-11 15:40:42 +0000= ) >=20 > ---------------------------------------------------------------- > Immutable branch between MFD, Input and IIO due for v4.6 >=20 > ---------------------------------------------------------------- > Markus Pargmann (6): > mfd: Add DT binding documentation for imx25 ADC/TSC > iio: Add binding documentation for imx25 GCQ > Input: add binding documentation for imx25 touchscreen controll= er > mfd: fsl-imx25-tsadc: Register touchscreen ADC driver > iio: adc: Add imx25-gcq ADC driver > Input: touchscreen: Add imx25 TCQ driver >=20 > .../devicetree/bindings/iio/adc/fsl,imx25-gcq.txt | 58 ++ > .../bindings/input/touchscreen/fsl-mx25-tcq.txt | 35 ++ > .../devicetree/bindings/mfd/fsl-imx25-tsadc.txt | 47 ++ > drivers/iio/adc/Kconfig | 7 + > drivers/iio/adc/Makefile | 1 + > drivers/iio/adc/fsl-imx25-gcq.c | 417 +++++++++++= +++ > drivers/input/touchscreen/Kconfig | 9 + > drivers/input/touchscreen/Makefile | 1 + > drivers/input/touchscreen/fsl-imx25-tcq.c | 596 +++++++++++= ++++++++++ > drivers/mfd/Kconfig | 9 + > drivers/mfd/Makefile | 2 + > drivers/mfd/fsl-imx25-tsadc.c | 203 +++++++ > include/dt-bindings/iio/adc/fsl-imx25-gcq.h | 18 + > include/linux/mfd/imx25-tsadc.h | 140 +++++ > 14 files changed, 1543 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iio/adc/fsl,imx= 25-gcq.txt > create mode 100644 Documentation/devicetree/bindings/input/touchscre= en/fsl-mx25-tcq.txt > create mode 100644 Documentation/devicetree/bindings/mfd/fsl-imx25-t= sadc.txt > create mode 100644 drivers/iio/adc/fsl-imx25-gcq.c > create mode 100644 drivers/input/touchscreen/fsl-imx25-tcq.c > create mode 100644 drivers/mfd/fsl-imx25-tsadc.c > create mode 100644 include/dt-bindings/iio/adc/fsl-imx25-gcq.h > create mode 100644 include/linux/mfd/imx25-tsadc.h >=20 --=20 Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org =E2=94=82 Open source software for ARM SoCs =46ollow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe linux-input" = in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f48.google.com ([74.125.82.48]:38175 "EHLO mail-wm0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752094AbcBOJ5k (ORCPT ); Mon, 15 Feb 2016 04:57:40 -0500 Received: by mail-wm0-f48.google.com with SMTP id a4so48273634wme.1 for ; Mon, 15 Feb 2016 01:57:39 -0800 (PST) Date: Mon, 15 Feb 2016 09:57:33 +0000 From: Lee Jones To: Markus Pargmann Cc: Shawn Guo , Dmitry Torokhov , Jonathan Cameron , Denis Carikli , Eric =?iso-8859-1?Q?B=E9nard?= , Sascha Hauer , devicetree@vger.kernel.org, linux-input@vger.kernel.org, linux-iio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Hartmut Knaack , Fabio Estevam Subject: Re: [GIT PULL] Immutable branch between MFD, Input and IIO Message-ID: <20160215095733.GE3455@x1> References: <1450101234-2191-1-git-send-email-mpa@pengutronix.de> <20160211155633.GB20693@x1> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 In-Reply-To: <20160211155633.GB20693@x1> Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org Dmitry, Jonathan, There as been an fix for one of the IIO drivers. I'd like to fold the fix into the patch and re-send this pull-request. Is that okay with you? On Thu, 11 Feb 2016, Lee Jones wrote: > Enjoy! > > The following changes since commit 36f90b0a2ddd60823fe193a85e60ff1906c2a9b3: > > Linux 4.5-rc2 (2016-01-31 18:12:16 -0800) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-input-iio-v4.6 > > for you to fetch changes up to 4f7ed234f2a5dcc26fc56a6e8324d34bbc9afe23: > > Input: touchscreen: Add imx25 TCQ driver (2016-02-11 15:40:42 +0000) > > ---------------------------------------------------------------- > Immutable branch between MFD, Input and IIO due for v4.6 > > ---------------------------------------------------------------- > Markus Pargmann (6): > mfd: Add DT binding documentation for imx25 ADC/TSC > iio: Add binding documentation for imx25 GCQ > Input: add binding documentation for imx25 touchscreen controller > mfd: fsl-imx25-tsadc: Register touchscreen ADC driver > iio: adc: Add imx25-gcq ADC driver > Input: touchscreen: Add imx25 TCQ driver > > .../devicetree/bindings/iio/adc/fsl,imx25-gcq.txt | 58 ++ > .../bindings/input/touchscreen/fsl-mx25-tcq.txt | 35 ++ > .../devicetree/bindings/mfd/fsl-imx25-tsadc.txt | 47 ++ > drivers/iio/adc/Kconfig | 7 + > drivers/iio/adc/Makefile | 1 + > drivers/iio/adc/fsl-imx25-gcq.c | 417 ++++++++++++++ > drivers/input/touchscreen/Kconfig | 9 + > drivers/input/touchscreen/Makefile | 1 + > drivers/input/touchscreen/fsl-imx25-tcq.c | 596 +++++++++++++++++++++ > drivers/mfd/Kconfig | 9 + > drivers/mfd/Makefile | 2 + > drivers/mfd/fsl-imx25-tsadc.c | 203 +++++++ > include/dt-bindings/iio/adc/fsl-imx25-gcq.h | 18 + > include/linux/mfd/imx25-tsadc.h | 140 +++++ > 14 files changed, 1543 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iio/adc/fsl,imx25-gcq.txt > create mode 100644 Documentation/devicetree/bindings/input/touchscreen/fsl-mx25-tcq.txt > create mode 100644 Documentation/devicetree/bindings/mfd/fsl-imx25-tsadc.txt > create mode 100644 drivers/iio/adc/fsl-imx25-gcq.c > create mode 100644 drivers/input/touchscreen/fsl-imx25-tcq.c > create mode 100644 drivers/mfd/fsl-imx25-tsadc.c > create mode 100644 include/dt-bindings/iio/adc/fsl-imx25-gcq.h > create mode 100644 include/linux/mfd/imx25-tsadc.h > -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog From mboxrd@z Thu Jan 1 00:00:00 1970 From: lee.jones@linaro.org (Lee Jones) Date: Mon, 15 Feb 2016 09:57:33 +0000 Subject: [GIT PULL] Immutable branch between MFD, Input and IIO In-Reply-To: <20160211155633.GB20693@x1> References: <1450101234-2191-1-git-send-email-mpa@pengutronix.de> <20160211155633.GB20693@x1> Message-ID: <20160215095733.GE3455@x1> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Dmitry, Jonathan, There as been an fix for one of the IIO drivers. I'd like to fold the fix into the patch and re-send this pull-request. Is that okay with you? On Thu, 11 Feb 2016, Lee Jones wrote: > Enjoy! > > The following changes since commit 36f90b0a2ddd60823fe193a85e60ff1906c2a9b3: > > Linux 4.5-rc2 (2016-01-31 18:12:16 -0800) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-input-iio-v4.6 > > for you to fetch changes up to 4f7ed234f2a5dcc26fc56a6e8324d34bbc9afe23: > > Input: touchscreen: Add imx25 TCQ driver (2016-02-11 15:40:42 +0000) > > ---------------------------------------------------------------- > Immutable branch between MFD, Input and IIO due for v4.6 > > ---------------------------------------------------------------- > Markus Pargmann (6): > mfd: Add DT binding documentation for imx25 ADC/TSC > iio: Add binding documentation for imx25 GCQ > Input: add binding documentation for imx25 touchscreen controller > mfd: fsl-imx25-tsadc: Register touchscreen ADC driver > iio: adc: Add imx25-gcq ADC driver > Input: touchscreen: Add imx25 TCQ driver > > .../devicetree/bindings/iio/adc/fsl,imx25-gcq.txt | 58 ++ > .../bindings/input/touchscreen/fsl-mx25-tcq.txt | 35 ++ > .../devicetree/bindings/mfd/fsl-imx25-tsadc.txt | 47 ++ > drivers/iio/adc/Kconfig | 7 + > drivers/iio/adc/Makefile | 1 + > drivers/iio/adc/fsl-imx25-gcq.c | 417 ++++++++++++++ > drivers/input/touchscreen/Kconfig | 9 + > drivers/input/touchscreen/Makefile | 1 + > drivers/input/touchscreen/fsl-imx25-tcq.c | 596 +++++++++++++++++++++ > drivers/mfd/Kconfig | 9 + > drivers/mfd/Makefile | 2 + > drivers/mfd/fsl-imx25-tsadc.c | 203 +++++++ > include/dt-bindings/iio/adc/fsl-imx25-gcq.h | 18 + > include/linux/mfd/imx25-tsadc.h | 140 +++++ > 14 files changed, 1543 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iio/adc/fsl,imx25-gcq.txt > create mode 100644 Documentation/devicetree/bindings/input/touchscreen/fsl-mx25-tcq.txt > create mode 100644 Documentation/devicetree/bindings/mfd/fsl-imx25-tsadc.txt > create mode 100644 drivers/iio/adc/fsl-imx25-gcq.c > create mode 100644 drivers/input/touchscreen/fsl-imx25-tcq.c > create mode 100644 drivers/mfd/fsl-imx25-tsadc.c > create mode 100644 include/dt-bindings/iio/adc/fsl-imx25-gcq.h > create mode 100644 include/linux/mfd/imx25-tsadc.h > -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org ? Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog