All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Input: ads7846: pdata cleanups and devm init
@ 2020-05-07  6:20 Daniel Mack
  2020-05-07  6:20 ` [PATCH v3 1/3] Input: ads7846: Add short-hand for spi->dev in probe() function Daniel Mack
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Daniel Mack @ 2020-05-07  6:20 UTC (permalink / raw)
  To: linux-input; +Cc: dmitry.torokhov, m.felsch, Daniel Mack

Hi,

This is v3 of the patches to bring devm initialization to the ads7846
driver. I left the gpiod conversion patch out for now as it needs more
work, and it's also independent of the other changes.

v3:

* Added a patch to remove custom filter handling from pdata
* Added devm_add_action_or_reset() for regulator state maintaining
* Addressed minor nits pointed out by Marco Felsch

Daniel Mack (3):
  Input: ads7846: Add short-hand for spi->dev in probe() function
  Input: ads7846: Remove custom filter handling functions from pdata
  Input: ads7846: Switch to devm initialization

 drivers/input/touchscreen/ads7846.c | 185 +++++++++++-----------------
 include/linux/spi/ads7846.h         |  15 ---
 2 files changed, 72 insertions(+), 128 deletions(-)

-- 
2.26.2


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-05-19  9:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-07  6:20 [PATCH v3 0/3] Input: ads7846: pdata cleanups and devm init Daniel Mack
2020-05-07  6:20 ` [PATCH v3 1/3] Input: ads7846: Add short-hand for spi->dev in probe() function Daniel Mack
2020-05-07  8:07   ` Marco Felsch
2020-05-07  6:20 ` [PATCH v3 2/3] Input: ads7846: remove custom filter handling functions from pdata Daniel Mack
2020-05-07  6:22   ` Daniel Mack
2020-05-07  6:20 ` [PATCH v3 2/3] Input: ads7846: Remove " Daniel Mack
2020-05-07  8:15   ` Marco Felsch
2020-05-07  6:20 ` [PATCH v3 3/3] Input: ads7846: Switch to devm initialization Daniel Mack
2020-05-19  9:18   ` Marco Felsch
2020-05-19  9:29     ` Daniel Mack
2020-05-19  9:03 ` [PATCH v3 0/3] Input: ads7846: pdata cleanups and devm init Daniel Mack

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.