From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: [RESEND v2 00/10] STMPE fixes/rework and add STMPE1600 support Date: Wed, 10 Aug 2016 09:39:05 +0200 Message-ID: <1470814755-19447-1-git-send-email-patrice.chotard@st.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: lee.jones@linaro.org, linus.walleij@linaro.org, linux-gpio@vger.kernel.org Cc: gnurou@gmail.com, amelie.delaunay@st.com, vireshk@kernel.org, Patrice Chotard , thierry.reding@gmail.com, kernel@pengutronix.de, dinguyen@opensource.altera.com, shawnguo@kernel.org, shiraz.linux.kernel@gmail.com, linux-arm-kernel@lists.infradead.org List-Id: linux-gpio@vger.kernel.org From: Patrice Chotard This series cleans and fixes some bugs in MFD/GPIO STMPE drivers and prepare the ground to add new STMPE1600 support. STMPE1600 datasheet is available here : http://www2.st.com/content/st_com/en/products/interfaces-and-transceivers/ i-o-expanders-and-level-translators/i-o-expanders/stmpe1600.html Only STMPE1600 has been tested on STM32 platform. As i have no board with others STMPE variant(STMPE610/STMPE801/STMPE811/STMPE1601/STMPE1801/STMPE2401 and STMPE2403), i put in CC boards's maintainers which are using others STMPE variant. If they can kindly check that no regression has been introduce by this series : For ARM/FREESCALE IMX / MXC ARM ARCHITECTURE: _ Shawn Guo _ Sascha Hauer For ARM/SOCFPGA ARCHITECTURE _ Dinh Nguyen For SPEAR PLATFORM SUPPORT _ Viresh Kumar _ Shiraz Hashim For Apalis/Colibri board SUPPORT _ marcel.ziswiler@toradex.com _ stefan@agner.ch _ dev@lynxeye.de _ Thierry Reding _ Alexandre Courbot For ARM/Ux500 ARM ARCHITECTURE _ Linus Walleij resend v2: _ add Linus Walleij and Lee Jones's acked-by/reviewed-by v1 => v2: _ update Cc list _ fix kbuild test robot warnings on original patch 3 _ split patch 6 to extract usage of generic bitmask name _ split patch 6 and 7 and introduce a new way to access registers for both mfd/stmpe and gpio/gpio-stmpe drivers. _ remove patch 8 Patrice Chotard (10): mfd: stmpe: Add STMPE_IDX_SYS_CTRL/2 enum mfd: stmpe: Add reset support for all STMPE variant gpio: stmpe: fix edge and rising/falling edge detection gpio: stmpe: write int status register only when needed mfd: stmpe: use generic bit mask name mfd: stmpe: rework registers access gpio: stmpe: rework registers access Documentation: dt: add stmpe1600 compatible string to stmpe mfd mfd: Add STMPE1600 support gpio: stmpe: Add STMPE1600 support Documentation/devicetree/bindings/mfd/stmpe.txt | 2 +- drivers/gpio/gpio-stmpe.c | 167 +++++++++++++++++------- drivers/mfd/stmpe-i2c.c | 2 + drivers/mfd/stmpe.c | 161 +++++++++++++++++++---- drivers/mfd/stmpe.h | 85 ++++++++++-- include/linux/mfd/stmpe.h | 21 +++ 6 files changed, 352 insertions(+), 86 deletions(-) -- 1.9.1 From mboxrd@z Thu Jan 1 00:00:00 1970 From: patrice.chotard@st.com (patrice.chotard at st.com) Date: Wed, 10 Aug 2016 09:39:05 +0200 Subject: [RESEND v2 00/10] STMPE fixes/rework and add STMPE1600 support Message-ID: <1470814755-19447-1-git-send-email-patrice.chotard@st.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org From: Patrice Chotard This series cleans and fixes some bugs in MFD/GPIO STMPE drivers and prepare the ground to add new STMPE1600 support. STMPE1600 datasheet is available here : http://www2.st.com/content/st_com/en/products/interfaces-and-transceivers/ i-o-expanders-and-level-translators/i-o-expanders/stmpe1600.html Only STMPE1600 has been tested on STM32 platform. As i have no board with others STMPE variant(STMPE610/STMPE801/STMPE811/STMPE1601/STMPE1801/STMPE2401 and STMPE2403), i put in CC boards's maintainers which are using others STMPE variant. If they can kindly check that no regression has been introduce by this series : For ARM/FREESCALE IMX / MXC ARM ARCHITECTURE: _ Shawn Guo _ Sascha Hauer For ARM/SOCFPGA ARCHITECTURE _ Dinh Nguyen For SPEAR PLATFORM SUPPORT _ Viresh Kumar _ Shiraz Hashim For Apalis/Colibri board SUPPORT _ marcel.ziswiler at toradex.com _ stefan at agner.ch _ dev at lynxeye.de _ Thierry Reding _ Alexandre Courbot For ARM/Ux500 ARM ARCHITECTURE _ Linus Walleij resend v2: _ add Linus Walleij and Lee Jones's acked-by/reviewed-by v1 => v2: _ update Cc list _ fix kbuild test robot warnings on original patch 3 _ split patch 6 to extract usage of generic bitmask name _ split patch 6 and 7 and introduce a new way to access registers for both mfd/stmpe and gpio/gpio-stmpe drivers. _ remove patch 8 Patrice Chotard (10): mfd: stmpe: Add STMPE_IDX_SYS_CTRL/2 enum mfd: stmpe: Add reset support for all STMPE variant gpio: stmpe: fix edge and rising/falling edge detection gpio: stmpe: write int status register only when needed mfd: stmpe: use generic bit mask name mfd: stmpe: rework registers access gpio: stmpe: rework registers access Documentation: dt: add stmpe1600 compatible string to stmpe mfd mfd: Add STMPE1600 support gpio: stmpe: Add STMPE1600 support Documentation/devicetree/bindings/mfd/stmpe.txt | 2 +- drivers/gpio/gpio-stmpe.c | 167 +++++++++++++++++------- drivers/mfd/stmpe-i2c.c | 2 + drivers/mfd/stmpe.c | 161 +++++++++++++++++++---- drivers/mfd/stmpe.h | 85 ++++++++++-- include/linux/mfd/stmpe.h | 21 +++ 6 files changed, 352 insertions(+), 86 deletions(-) -- 1.9.1