[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20140826162606.GC26707@lee--X1>
Date: Tue, 26 Aug 2014 17:26:06 +0100
From: Lee Jones <lee.jones@...aro.org>
To: Chris Zhong <zyw@...k-chips.com>
Cc: robh+dt@...nel.org, pawel.moll@....com, mark.rutland@....com,
ijc+devicetree@...lion.org.uk, galak@...eaurora.org,
sameo@...ux.intel.com, lgirdwood@...il.com, broonie@...nel.org,
a.zummo@...ertech.it, mturquette@...aro.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
rtc-linux@...glegroups.com, grant.likely@...aro.org,
hl@...k-chips.com, huangtao@...k-chips.com, cf@...k-chips.com,
zhangqing@...k-chips.com, xxx@...k-chips.com,
dianders@...omium.org, heiko@...ech.de, olof@...om.net,
sonnyrao@...omium.org, dtor@...omium.org,
javier.martinez@...labora.co.uk, kever.yang@...k-chips.com
Subject: Re: [PATCH v6 0/5] Add rockchip RK808 pmic driver
On Tue, 26 Aug 2014, Chris Zhong wrote:
> This is the initial version of the RK808 PMIC. This is a power management IC
> for multimedia products.
>
> It provides regulators that are able to supply power to processor cores
> and other components. The chip provides other modules including RTC, Clockout
>
> Chris Zhong (5):
> dt-bindings: Add RK808 device tree bindings document
> MFD: RK808: Add new mfd driver for RK808
> RTC: RK808: add RTC driver for RK808
> clk: RK808: Add clkout driver for RK808
> regulator: RK808: remove redundant code
You're still sending your sets un-threaded. Please see the `git
send-email` help for information on how to do that. It makes things
so much easier to cross-reference if the patches stay together in ones
INBOX.
> Documentation/devicetree/bindings/mfd/rk808.txt | 150 +++++++++
> drivers/clk/Kconfig | 9 +
> drivers/clk/Makefile | 1 +
> drivers/clk/clk-rk808.c | 163 +++++++++
> drivers/mfd/Kconfig | 13 +
> drivers/mfd/Makefile | 1 +
> drivers/mfd/rk808.c | 257 ++++++++++++++
> drivers/regulator/rk808-regulator.c | 17 +-
> drivers/rtc/Kconfig | 10 +
> drivers/rtc/Makefile | 1 +
> drivers/rtc/rtc-rk808.c | 412 +++++++++++++++++++++++
> include/dt-bindings/clock/rockchip,rk808.h | 11 +
> include/linux/mfd/rk808.h | 202 +++++++++++
> 13 files changed, 1234 insertions(+), 13 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/mfd/rk808.txt
> create mode 100644 drivers/clk/clk-rk808.c
> create mode 100644 drivers/mfd/rk808.c
> create mode 100644 drivers/rtc/rtc-rk808.c
> create mode 100644 include/dt-bindings/clock/rockchip,rk808.h
> create mode 100644 include/linux/mfd/rk808.h
>
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists