All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/2] add basic support to Marvell 88pm880/88pm886 PMIC chip
@ 2015-06-12  8:43 ` Yi Zhang
  0 siblings, 0 replies; 24+ messages in thread
From: Yi Zhang @ 2015-06-12  8:43 UTC (permalink / raw)
  To: sameo, lee.jones, pebolle
  Cc: devicetree, linux-kernel, yizhang, zhouqiao, zhenzh

  - 88pm880 and 88pm886 are PMIC chips which integrates regulator,
    gpadc, charger, fuelgauge, etc;
	they share most of the functions and register mapping
  - this version removes the redundant EXPORT_SYMBOL_GPL, compared with the
    first version


Yi Zhang (2):
  mfd: add Marvell 88pm88x description
  mfd: 88pm88x: initialize 88pm886/88pm880 base support

 Documentation/devicetree/bindings/mfd/88pm88x.txt |  33 ++
 drivers/mfd/88pm880-table.c                       | 173 +++++++
 drivers/mfd/88pm886-table.c                       | 173 +++++++
 drivers/mfd/88pm88x-core.c                        | 584 ++++++++++++++++++++++
 drivers/mfd/88pm88x-i2c.c                         | 167 +++++++
 drivers/mfd/88pm88x-irq.c                         | 171 +++++++
 drivers/mfd/88pm88x.h                             |  51 ++
 drivers/mfd/Kconfig                               |  12 +
 drivers/mfd/Makefile                              |   3 +
 include/linux/mfd/88pm880-reg.h                   |  98 ++++
 include/linux/mfd/88pm880.h                       |  59 +++
 include/linux/mfd/88pm886-reg.h                   |  59 +++
 include/linux/mfd/88pm886.h                       |  55 ++
 include/linux/mfd/88pm88x-reg.h                   | 118 +++++
 include/linux/mfd/88pm88x.h                       | 202 ++++++++
 15 files changed, 1958 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mfd/88pm88x.txt
 create mode 100644 drivers/mfd/88pm880-table.c
 create mode 100644 drivers/mfd/88pm886-table.c
 create mode 100644 drivers/mfd/88pm88x-core.c
 create mode 100644 drivers/mfd/88pm88x-i2c.c
 create mode 100644 drivers/mfd/88pm88x-irq.c
 create mode 100644 drivers/mfd/88pm88x.h
 create mode 100644 include/linux/mfd/88pm880-reg.h
 create mode 100644 include/linux/mfd/88pm880.h
 create mode 100644 include/linux/mfd/88pm886-reg.h
 create mode 100644 include/linux/mfd/88pm886.h
 create mode 100644 include/linux/mfd/88pm88x-reg.h
 create mode 100644 include/linux/mfd/88pm88x.h

-- 
1.9.1


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

end of thread, other threads:[~2015-07-09 11:52 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-12  8:43 [PATCH V2 0/2] add basic support to Marvell 88pm880/88pm886 PMIC chip Yi Zhang
2015-06-12  8:43 ` Yi Zhang
2015-06-12  8:43 ` [PATCH V2 1/2] mfd: add Marvell 88pm88x description Yi Zhang
2015-06-12  8:43   ` Yi Zhang
2015-06-23 14:31   ` Rob Herring
2015-06-23 14:31     ` Rob Herring
2015-06-23 14:46     ` Vaibhav Hiremath
2015-06-26  3:43       ` Yi Zhang
2015-06-26  3:43         ` Yi Zhang
2015-06-26  3:35     ` Yi Zhang
2015-06-12  8:43 ` [PATCH V2 2/2] mfd: 88pm88x: initialize 88pm886/88pm880 base support Yi Zhang
2015-06-12  8:43   ` Yi Zhang
2015-06-25  8:32   ` Lee Jones
2015-06-25  8:32     ` Lee Jones
2015-06-26 12:49     ` Yi Zhang
2015-06-26 12:49       ` Yi Zhang
2015-07-01 12:20       ` Lee Jones
2015-07-01 12:20         ` Lee Jones
2015-07-09 11:52         ` Yi Zhang
2015-07-09 11:52           ` Yi Zhang
2015-06-19  8:33 ` [PATCH V2 0/2] add basic support to Marvell 88pm880/88pm886 PMIC chip Yi Zhang
2015-06-19  8:33   ` Yi Zhang
2015-06-22  8:36   ` Lee Jones
2015-06-22  8:36     ` Lee Jones

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.