mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Barry Song <21cnbao@gmail.com>
To: broonie@kernel.org, gregkh@linuxfoundation.org,
	sameo@linux.intel.com, lee.jones@linaro.org
Cc: linux-kernel@vger.kernel.org, workgroup.linux@csr.com,
	Barry Song <Baohua.Song@csr.com>
Subject: [PATCH 0/3] add CSR SiRFSoC power control module MFD driver
Date: Mon, 14 Sep 2015 09:40:07 +0000	[thread overview]
Message-ID: <1442223610-32257-1-git-send-email-21cnbao@gmail.com> (raw)

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


             reply	other threads:[~2015-09-14  9:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-14  9:40 Barry Song [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1442223610-32257-1-git-send-email-21cnbao@gmail.com \
    --to=21cnbao@gmail.com \
    --cc=Baohua.Song@csr.com \
    --cc=broonie@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=lee.jones@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sameo@linux.intel.com \
    --cc=workgroup.linux@csr.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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®