devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/5] Add new MFD drvier for MAX77843
@ 2015-02-23  8:09 Jaewon Kim
  2015-02-23  8:09 ` [PATCH v4 1/5] mfd: max77843: Add max77843 MFD driver core driver Jaewon Kim
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Jaewon Kim @ 2015-02-23  8:09 UTC (permalink / raw)
  To: linux-kernel, devicetree, linux-pm, linux-input
  Cc: Inki Dae, SangBae Lee, Rob Herring, Pawel Moll, Mark Rutland,
	Ian Campbell, Kumar Gala, Lee Jones, Chanwoo Choi,
	Sebastian Reichel, Beomho Seo, Jaewon Kim, Dmitry Torokhov

Changes in v4:
MFD Core
 - fix indentation
HAPTIC
 - Add haptic driver

Changes in v3:
MFD Core
 - fix wrong description and indentation in header.
 - remove unnecessary variable.
Regulator
 - use ARRAY_SIZE() instead of define.

Changes in v2:
MFD Core
 - Fix charger regmap handle and typo.
MUIC
 - cleanup enum list.
 - set path before send excon event.
 - fix variable names and typos for readability.
Charger
 - Remove unnecessary header.
 - Chnage error message more readable.
 - Remove unnecessary lines.
Fuelgauge
 - Fix regmap_config and use regmap_read.
 - Add i2c_unregister_device function on *_remove function.
 - Fix typo in Kconfig.
Doc
 - Remove unnecessary lines.
 - Add example of charger regulator.

Beomho Seo (2):
  power: max77843_charger: Add Max77843 charger device driver
  power: max77843_battery: Add Max77843 fuel gauge device driver

Jaewon Kim (3):
  mfd: max77843: Add max77843 MFD driver core driver
  Input: add haptic drvier on max77843
  Documentation: Add device tree bindings document for max77843

 Documentation/devicetree/bindings/mfd/max77843.txt |  110 +++++
 drivers/input/misc/Kconfig                         |   12 +
 drivers/input/misc/Makefile                        |    1 +
 drivers/input/misc/max77843-haptic.c               |  356 ++++++++++++++
 drivers/mfd/Kconfig                                |   14 +
 drivers/mfd/Makefile                               |    1 +
 drivers/mfd/max77843.c                             |  248 ++++++++++
 drivers/power/Kconfig                              |   16 +
 drivers/power/Makefile                             |    2 +
 drivers/power/max77843_battery.c                   |  286 +++++++++++
 drivers/power/max77843_charger.c                   |  508 ++++++++++++++++++++
 include/linux/mfd/max77843-private.h               |  454 +++++++++++++++++
 12 files changed, 2008 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mfd/max77843.txt
 create mode 100644 drivers/input/misc/max77843-haptic.c
 create mode 100644 drivers/mfd/max77843.c
 create mode 100644 drivers/power/max77843_battery.c
 create mode 100644 drivers/power/max77843_charger.c
 create mode 100644 include/linux/mfd/max77843-private.h

-- 
1.7.9.5

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

end of thread, other threads:[~2015-02-24  0:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-23  8:09 [PATCH v4 0/5] Add new MFD drvier for MAX77843 Jaewon Kim
2015-02-23  8:09 ` [PATCH v4 1/5] mfd: max77843: Add max77843 MFD driver core driver Jaewon Kim
2015-02-23  8:09 ` [PATCH v4 2/5] power: max77843_charger: Add Max77843 charger device driver Jaewon Kim
2015-02-23  8:09 ` [PATCH v4 3/5] power: max77843_battery: Add Max77843 fuel gauge " Jaewon Kim
2015-02-23  8:09 ` [PATCH v4 4/5] Input: add haptic drvier on max77843 Jaewon Kim
     [not found]   ` <1424678991-13978-5-git-send-email-jaewon02.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2015-02-23 17:26     ` Dmitry Torokhov
2015-02-24  0:59       ` Jaewon Kim
2015-02-23  8:09 ` [PATCH v4 5/5] Documentation: Add device tree bindings document for max77843 Jaewon Kim
2015-02-23  8:24 ` [PATCH v4 0/5] Add new MFD drvier for MAX77843 Jaewon Kim

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).