lkml.org 
[lkml]   [2015]   [Sep]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/3] add CSR SiRFSoC power control module MFD driver
Date
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



\
 
 \ /
  Last update: 2015-09-14 11:41    [W:0.357 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site