mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/3] add CSR SiRFSoC power control module MFD driver
@ 2015-09-14  9:40 Barry Song
  2015-09-14  9:40 ` [PATCH 1/3] regmap: irq: add support for chips who have separate unmask registers Barry Song
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Barry Song @ 2015-09-14  9:40 UTC (permalink / raw)
  To: broonie, gregkh, sameo, lee.jones
  Cc: linux-kernel, workgroup.linux, Barry Song

From: Barry Song <Baohua.Song@csr.com>

the first two regmap patches provide regmap_irq support for CSR
chips, in which unmask is separated and ack is inverted.
the last one is adding pwrc driver, in which we use the separate
unmaks and inverted_ack.

Guo Zeng (3):
  regmap: irq: add support for chips who have separate unmask registers
  regmap: irq: add ack_invert flag for chips using cleared bits as ack
  mfd: add CSR SiRFSoC on-chip power management module driver

 .../devicetree/bindings/mfd/sirf-pwrc.txt          |  38 ++++
 drivers/base/regmap/regmap-irq.c                   |  40 +++-
 drivers/mfd/Kconfig                                |  11 +
 drivers/mfd/Makefile                               |   2 +
 drivers/mfd/sirfsoc_pwrc.c                         | 239 +++++++++++++++++++++
 include/linux/mfd/sirfsoc_pwrc.h                   |  98 +++++++++
 include/linux/regmap.h                             |   7 +
 7 files changed, 431 insertions(+), 4 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/sirf-pwrc.txt
 create mode 100644 drivers/mfd/sirfsoc_pwrc.c
 create mode 100644 include/linux/mfd/sirfsoc_pwrc.h

-- 
1.9.1


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

end of thread, other threads:[~2015-09-16 19:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-14  9:40 [PATCH 0/3] add CSR SiRFSoC power control module MFD driver Barry Song
2015-09-14  9:40 ` [PATCH 1/3] regmap: irq: add support for chips who have separate unmask registers Barry Song
2015-09-16 19:37   ` Mark Brown
2015-09-14  9:40 ` [PATCH 2/3] regmap: irq: add ack_invert flag for chips using cleared bits as ack Barry Song
2015-09-16 19:39   ` Mark Brown
2015-09-14  9:40 ` [PATCH 3/3] mfd: add CSR SiRFSoC on-chip power management module driver Barry Song

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

all inboxes | Powered by JetHome®