public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] mfd: max77693: improve regmap support
@ 2014-04-28 14:08 Robert Baldyga
  2014-04-28 14:08 ` [PATCH 1/2] mfd: max77693: remove unnecessary wrapper functions Robert Baldyga
  2014-04-28 14:08 ` [PATCH 2/2] mfd: max77693: handle IRQs using regmap Robert Baldyga
  0 siblings, 2 replies; 5+ messages in thread
From: Robert Baldyga @ 2014-04-28 14:08 UTC (permalink / raw)
  To: sameo, lee.jones
  Cc: a.zummo, linux-kernel, rtc-linux, m.szyprowski, k.kozlowski,
	Robert Baldyga

This patchset modifies max77693 driver and associated function drivers
to improve regmap support. It removes unnecessary wrapper functions,
which make code more clean, and modifies IRQ handling to use regmap irq.

Best regards
Robert Baldyga
Samsung R&D Institute Poland

Robert Baldyga (2):
  mfd: max77693: remove unnecessary wrapper functions
  mfd: max77693: handle IRQs using regmap

 drivers/extcon/extcon-max77693.c     |  33 ++--
 drivers/mfd/Kconfig                  |   1 +
 drivers/mfd/Makefile                 |   2 +-
 drivers/mfd/max77693-irq.c           | 336 -----------------------------------
 drivers/mfd/max77693.c               | 210 +++++++++++++++-------
 drivers/regulator/max77693.c         |  12 +-
 include/linux/mfd/max77693-private.h |  55 ++++--
 7 files changed, 217 insertions(+), 432 deletions(-)
 delete mode 100644 drivers/mfd/max77693-irq.c

-- 
1.9.1


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

end of thread, other threads:[~2014-04-28 15:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-28 14:08 [PATCH 0/2] mfd: max77693: improve regmap support Robert Baldyga
2014-04-28 14:08 ` [PATCH 1/2] mfd: max77693: remove unnecessary wrapper functions Robert Baldyga
2014-04-28 14:43   ` Krzysztof Kozlowski
2014-04-28 14:08 ` [PATCH 2/2] mfd: max77693: handle IRQs using regmap Robert Baldyga
2014-04-28 15:01   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox