linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] mfd: max8997: add regmap support
@ 2014-03-13  9:38 Robert Baldyga
  2014-03-13  9:38 ` [PATCH v3 1/4] mfd: max8997: use regmap to access registers Robert Baldyga
                   ` (4 more replies)
  0 siblings, 5 replies; 21+ messages in thread
From: Robert Baldyga @ 2014-03-13  9:38 UTC (permalink / raw)
  To: sameo, lee.jones
  Cc: myungjoo.ham, cw00.choi, dmitry.torokhov, cooloney, rpurdie,
	dbaryshkov, dwmw2, lgirdwood, broonie, a.zummo, paul.gortmaker,
	linux-kernel, linux-input, linux-leds, rtc-linux, m.szyprowski,
	k.kozlowski, Robert Baldyga

Hi,

This patchset modifies max8997 driver and associated function drivers to use
register maps instead of operating directly on i2c bus. This change allowed
to simplify irq handling, and to move some initializations to individual
function drivers. Hence now when some functions are not enabled, their i2c
clients, regmaps and irqs are not registered.

Best regards
Robert Baldyga
Samsung R&D Institute Poland

Changelog:

v3:
- fix error handling
- fix deinitializations order
- move muic irq enum values renaming to separate patch

v2: https://lkml.org/lkml/2014/3/12/237
- rebase patches on Lee Jones' MFD tree
- add missing selects in Kconfig
- add missing deinitializations
- add interrupt disabling when suspend
- few minor changes and typo fixes

v1: https://lkml.org/lkml/2014/3/11/291

Robert Baldyga (4):
  mfd: max8997: use regmap to access registers
  mfd: max8997: handle IRQs using regmap
  mfd: max8997: change irq names to upper case
  mfd: max8997: move regmap handling to function drivers

 drivers/extcon/extcon-max8997.c     |  181 +++++++++++++---
 drivers/input/misc/max8997_haptic.c |  121 +++++++++--
 drivers/leds/leds-max8997.c         |   13 +-
 drivers/mfd/Kconfig                 |    3 +-
 drivers/mfd/Makefile                |    2 +-
 drivers/mfd/max8997-irq.c           |  387 -----------------------------------
 drivers/mfd/max8997.c               |  236 +++++++--------------
 drivers/power/max8997_charger.c     |   33 +--
 drivers/regulator/max8997.c         |   87 ++++----
 drivers/rtc/rtc-max8997.c           |  102 ++++++---
 include/linux/mfd/max8997-private.h |   88 ++++++--
 11 files changed, 532 insertions(+), 721 deletions(-)
 delete mode 100644 drivers/mfd/max8997-irq.c

-- 
1.7.9.5


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

end of thread, other threads:[~2014-03-18 22:33 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-13  9:38 [PATCH v3 0/4] mfd: max8997: add regmap support Robert Baldyga
2014-03-13  9:38 ` [PATCH v3 1/4] mfd: max8997: use regmap to access registers Robert Baldyga
2014-03-18  9:51   ` Chanwoo Choi
2014-03-18 22:33   ` Bryan Wu
2014-03-13  9:38 ` [PATCH v3 2/4] mfd: max8997: handle IRQs using regmap Robert Baldyga
2014-03-13  9:44   ` Krzysztof Kozlowski
2014-03-13 10:45   ` Chanwoo Choi
2014-03-14  8:33     ` Robert Baldyga
2014-03-18  9:52       ` Chanwoo Choi
2014-03-13  9:38 ` [PATCH v3 3/4] mfd: max8997: change irq names to upper case Robert Baldyga
2014-03-13  9:44   ` Krzysztof Kozlowski
2014-03-13 10:18   ` Chanwoo Choi
2014-03-13  9:38 ` [PATCH v3 4/4] mfd: max8997: move regmap handling to function drivers Robert Baldyga
2014-03-13  9:50   ` Krzysztof Kozlowski
2014-03-13 11:09   ` Chanwoo Choi
2014-03-13 12:55     ` Lee Jones
2014-03-13 14:09       ` Mark Brown
2014-03-14 11:21         ` Robert Baldyga
2014-03-18  8:50           ` Lee Jones
2014-03-13 10:25 ` [PATCH v3 0/4] mfd: max8997: add regmap support Chanwoo Choi
2014-03-13 10:52   ` Robert Baldyga

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).