Re: [rtc-linux] Re: [PATCH v4 0/2] Add support for cros-ec-rtc driver.

2017-12-12 Thread Lee Jones
on these patches. If > > > you want I resend or something else just let me know please. > > > > > > > I don't remember the specifics but I think the patches have the > > necessary acks from me to go through the mfd tree (didn't we agree on >

[rtc-linux] Re: [PATCH 1/3] mfd: dm355evm_msp: move header file out of I2C realm

2017-08-13 Thread Lee Jones
On Sun, 13 Aug 2017, Wolfram Sang wrote: > On Tue, May 23, 2017 at 08:17:27AM +0100, Lee Jones wrote: > > On Mon, 22 May 2017, Wolfram Sang wrote: > > > > > include/linux/i2c is not for client devices. Move the header file to a > > > more appropriate location. &g

[rtc-linux] Re: [PATCH 3/3] mfd: twl: move header file out of I2C realm

2017-08-13 Thread Lee Jones
On Sun, 13 Aug 2017, Wolfram Sang wrote: > On Thu, Jul 06, 2017 at 08:03:52AM +0100, Lee Jones wrote: > > On Thu, 06 Jul 2017, Thierry Reding wrote: > > > > > On Mon, May 22, 2017 at 12:02:10AM +0200, Wolfram Sang wrote: > > > > include/linux/i2c is not for

[rtc-linux] Re: [PATCH v3 4/4] mfd: cros_ec: add RTC as mfd subdevice

2017-07-20 Thread Lee Jones
ENSE)) > cros_ec_sensors_register(ec_dev); > > + /* Check whether this EC has RTC support */ > + if (cros_ec_check_features(ec_dev, EC_FEATURE_RTC)) > + cros_ec_rtc_register(ec_dev); > + > if (ec_dev->max_passthru) { >

[rtc-linux] Re: [PATCH v3 1/4] mfd: cros_ec: Get rid of cros_ec_check_features from cros_ec_dev.

2017-07-18 Thread Lee Jones
didn't know that. So are you saying that this patch will > break support for devices like Pixel 2? I tested the patches on > various devices but not on Pixel 2 so could be. Does this affect the rest of the series? Or should I review/apply as usual? -- Lee Jones Linaro STMicro

[rtc-linux] Re: [PATCH 3/3] mfd: twl: move header file out of I2C realm

2017-07-06 Thread Lee Jones
eletions(-) > > rename include/linux/{i2c => mfd}/twl.h (100%) > > I didn't see this get applied yet, so just in case anyone was waiting > for me (this is trivial, so I don't think there's a need): You're not the last. :) -- Lee Jones Linaro STMicroelectron

[rtc-linux] Re: [PATCH 1/3] mfd: dm355evm_msp: move header file out of I2C realm

2017-05-23 Thread Lee Jones
| 2 +- For my own reference: Acked-for-MFD-by: Lee Jones > drivers/rtc/rtc-dm355evm.c| 2 +- > include/linux/{i2c => mfd}/dm355evm_msp.h | 0 > 4 files changed, 3 insertions(+), 3 deletions(-) > rename include/linux/{i2c => mfd}/dm355evm_msp.h (100

[rtc-linux] Re: [PATCH 3/3] mfd: twl: move header file out of I2C realm

2017-05-23 Thread Lee Jones
twl4030-vibra.c | 2 +- > drivers/mfd/twl-core.c | 6 +++--- > drivers/mfd/twl4030-audio.c | 2 +- > drivers/mfd/twl4030-irq.c | 2 +- > drivers/mfd/twl4030-power.c | 2 +- > drivers/mfd/twl6030-irq.c | 2 +- F

[rtc-linux] Re: [PATCH v2 5/5] mfd: cros_ec: add RTC as mfd subdevice

2017-04-11 Thread Lee Jones
+301,10 @@ int cros_ec_register(struct cros_ec_device *ec_dev) > if (cros_ec_check_features(ec_dev, EC_FEATURE_MOTION_SENSE)) > cros_ec_sensors_register(ec_dev); > > + /* Check whether this EC has RTC support */ > + if (cros_ec_check_features(ec_dev, EC_FEATURE_RT

[rtc-linux] Re: [PATCH v2 2/5] mfd: cros_ec: Get rid of cros_ec_check_features from cros_ec_dev.

2017-04-11 Thread Lee Jones
and removes the MFD bits from the character device driver. Also > makes independent the IIO driver from the character device as also has no > sense. > > Signed-off-by: Enric Balletbo i Serra > Acked-by: Jonathan Cameron > --- > > As pointed by Lee Jones in this thre

[rtc-linux] Re: [PATCH v2 1/5] mfd: cros-ec: Fix host command buffer size

2017-04-11 Thread Lee Jones
release cycle. This should go through the MFD tree and can be picked > independently of the other patches. Lee Jones I think this is for you. > > Changes since v1: > - None > > include/linux/mfd/cros_ec.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) This patch is

[rtc-linux] Re: [PATCH 7/7] mfd: cros_ec: add RTC as mfd subdevice

2017-04-04 Thread Lee Jones
On Mon, 03 Apr 2017, Enric Balletbo i Serra wrote: > > > On 03/04/17 16:25, Lee Jones wrote: > > On Fri, 24 Mar 2017, Enric Balletbo i Serra wrote: > > > >> From: Stephen Barber > >> > >> If the EC supports RTC host commands, expose an RTC

[rtc-linux] Re: [PATCH 1/7] mfd: cros-ec: Fix host command buffer size

2017-04-04 Thread Lee Jones
On Mon, 03 Apr 2017, Enric Balletbo i Serra wrote: > > > On 03/04/17 16:30, Lee Jones wrote: > > On Mon, 03 Apr 2017, Lee Jones wrote: > > > >> On Fri, 24 Mar 2017, Enric Balletbo i Serra wrote: > >> > >>> From: Vic Yang > >>> &

[rtc-linux] Re: [PATCH 1/7] mfd: cros-ec: Fix host command buffer size

2017-04-04 Thread Lee Jones
release cycle. This should go through the MFD tree and can be picked > independently of the other patches. Lee Jones I think this is for you. > > include/linux/mfd/cros_ec.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Applied to -fixes. > diff --git a/include/linux

[rtc-linux] Re: [PATCH 1/7] mfd: cros-ec: Fix host command buffer size

2017-04-03 Thread Lee Jones
On Mon, 03 Apr 2017, Lee Jones wrote: > On Fri, 24 Mar 2017, Enric Balletbo i Serra wrote: > > > From: Vic Yang > > > > For SPI, we can get up to 32 additional bytes for response preamble. > > The current overhead (2 bytes) may cause problems when we try to rece

[rtc-linux] Re: [PATCH 7/7] mfd: cros_ec: add RTC as mfd subdevice

2017-04-03 Thread Lee Jones
cros_ec_register(struct cros_ec_device *ec_dev) > if (cros_ec_check_features(ec_dev, EC_FEATURE_MOTION_SENSE)) > cros_ec_sensors_register(ec_dev); > > + /* Check whether this EC has RTC support */ > + if (cros_ec_check_features(ec_dev, EC_FEATURE_RTC)) >

[rtc-linux] Re: [PATCH 1/7] mfd: cros-ec: Fix host command buffer size

2017-04-03 Thread Lee Jones
release cycle. This should go through the MFD tree and can be picked > independently of the other patches. Lee Jones I think this is for you. > > include/linux/mfd/cros_ec.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Applied, thanks. > diff --git a/include/linux

[rtc-linux] Re: [PATCH 4/7] mfd: cros_ec: Get rid of cros_ec_check_features from cros_ec_dev.

2017-03-27 Thread Lee Jones
w trivial bits inline, but more comments than anything that needs > changing. > > Acked-by: Jonathan Cameron > > Lee, so who gets to do the immutable branch for this one? I have no strong opinion. > > --- > > > > As pointed by Lee Jones in this thread [1] we

[rtc-linux] Re: [PATCH v3 4/4] mfd: cros_ec: add RTC as mfd subdevice

2017-03-15 Thread Lee Jones
On Wed, 15 Mar 2017, Enric Balletbo i Serra wrote: > Hi Lee, > > On 15/03/17 11:24, Lee Jones wrote: > > On Tue, 14 Mar 2017, Enric Balletbo i Serra wrote: > >> On 14/03/17 14:59, Lee Jones wrote: > >>> On Tue, 14 Feb 2017, Enric Balletbo i Serra wrot

[rtc-linux] Re: [PATCH v3 4/4] mfd: cros_ec: add RTC as mfd subdevice

2017-03-15 Thread Lee Jones
On Tue, 14 Mar 2017, Enric Balletbo i Serra wrote: > On 14/03/17 14:59, Lee Jones wrote: > > On Tue, 14 Feb 2017, Enric Balletbo i Serra wrote: > > > >> From: Stephen Barber > >> > >> If the EC supports RTC host commands, expose an RTC device. > >&

[rtc-linux] Re: [PATCH v3 4/4] mfd: cros_ec: add RTC as mfd subdevice

2017-03-14 Thread Lee Jones
OTION_SENSE)) > cros_ec_sensors_register(ec); > > + /* check whether this EC instance has RTC host command support */ > + if (cros_ec_check_features(ec, EC_FEATURE_RTC)) > + cros_ec_rtc_register(ec); > + > return 0; > > dev_reg

[rtc-linux] Re: [PATCH v2 3/4] rtc: cros-ec: add cros-ec-rtc driver.

2017-02-14 Thread Lee Jones
On Tue, 14 Feb 2017, Enric Balletbo i Serra wrote: > Hi Lee, > > On 23/01/17 13:14, Lee Jones wrote: > > On Mon, 23 Jan 2017, Alexandre Belloni wrote: > > > >> On 19/01/2017 at 13:30:31 +0100, Enric Balletbo i Serra wrote : > >>> From: Stephen Barber

[rtc-linux] Re: [PATCH v2 3/4] rtc: cros-ec: add cros-ec-rtc driver.

2017-01-23 Thread Lee Jones
> > > Signed-off-by: Stephen Barber > > Signed-off-by: Enric Balletbo i Serra > > Acked-by: Alexandre Belloni > > Lee, this can go through the mfd tree. Hopefully, nobody will add a new > driver nearby ;) Yes, I can take the set, once all of the Acks are obt

[rtc-linux] Re: [PATCH v2 4/4] mfd: cros_ec: add RTC as mfd subdevice

2017-01-23 Thread Lee Jones
vice_probe(struct platform_device *pdev) > if (cros_ec_check_features(ec, EC_FEATURE_MOTION_SENSE)) > cros_ec_sensors_register(ec); > > + /* check whether this EC instance has RTC host command support */ > + if (cros_ec_check_features(ec, EC_FEATURE_RTC)) > +

[rtc-linux] Re: [PATCH 4/4] mfd: cros_ec: add RTC as mfd subdevice

2017-01-18 Thread Lee Jones
gt; if (cros_ec_check_features(ec, EC_FEATURE_MOTION_SENSE)) > > cros_ec_sensors_register(ec); > > > > + /* check whether this EC instance has RTC host command support */ > > + if (cros_ec_check_features(ec, EC_FEATURE_RTC)) > > + cros_ec_rtc_regi

[rtc-linux] Re: [PATCH 2/4] mfd: cros_ec: Introduce RTC commands and events definitions.

2017-01-13 Thread Lee Jones
gt; --- > include/linux/mfd/cros_ec_commands.h | 8 > 1 file changed, 8 insertions(+) Acked-by: Lee Jones > diff --git a/include/linux/mfd/cros_ec_commands.h > b/include/linux/mfd/cros_ec_commands.h > index 80d401d..73f7a62 100644 > --- a/include/linux/mfd/cr

[rtc-linux] Re: [PATCH 1/4] mfd: cros_ec: Add helper for event notifier.

2017-01-13 Thread Lee Jones
t; drivers/platform/chrome/cros_ec_proto.c | 20 > include/linux/mfd/cros_ec.h | 10 ++ Acked-by: Lee Jones > 2 files changed, 30 insertions(+) > > diff --git a/drivers/platform/chrome/cros_ec_proto.c > b/drivers/platform/chrome/cros_ec_proto

[rtc-linux] Re: [PATCH v3 1/2] drivers: rtc: rtc-tps65910: Add RTC calibration support

2017-01-03 Thread Lee Jones
On Fri, 23 Dec 2016, Vesa Jääskeläinen wrote: > Texas Instrument's TPS65910 has support for compensating RTC crystal > inaccuracies. When enabled every hour RTC counter value will be compensated > with two's complement value. > > Acked-by: Lee Jones > Sign

[rtc-linux] Re: [PATCH v2 1/2] drivers: rtc: rtc-tps65910: Add RTC calibration support

2016-12-11 Thread Lee Jones
> --- > drivers/rtc/rtc-tps65910.c | 132 > +++ > include/linux/mfd/tps65910.h | 1 + For the MFD change: Acked-by: Lee Jones > 2 files changed, 133 insertions(+) > > diff --git a/drivers/rtc/rtc-tps65910.c b/drivers/rtc/rtc-tps6

[rtc-linux] Re: [PATCH 4/4] mfd: Enable compile testing for max77620 and max77686

2016-10-26 Thread Lee Jones
config MFD_MAX77686 > tristate "Maxim Semiconductor MAX77686/802 PMIC Support" > depends on I2C > - depends on OF > + depends on OF || COMPILE_TEST > select MFD_CORE > select REGMAP_I2C > select REGMAP_IRQ -- Lee Jones Linaro

[rtc-linux] [GIT PULL] Immutable branch between MFD, Regulator and RTC due for the v4.9 merge window

2016-08-31 Thread Lee Jones
++- drivers/rtc/Kconfig | 4 +- include/linux/mfd/rk808.h | 154 +++- 7 files changed, 516 insertions(+), 56 deletions(-) -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro

[rtc-linux] [GIT PULL] Immutable branch between MFD, Regulator and RTC

2016-08-31 Thread Lee Jones
| 66 ++ drivers/rtc/rtc-pm8xxx.c | 1 + include/dt-bindings/mfd/qcom-rpm.h | 22 7 files changed, 157 insertions(+) -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs

[rtc-linux] Re: [PATCH v4 3/4] mfd: qcom-rpm: Add support for pm8018 RPM Regulator

2016-08-31 Thread Lee Jones
On Thu, 11 Aug 2016, Neil Armstrong wrote: > In order to support the Qualcomm MDM9615 SoC, add support for the > RPM regulator entries in the qcom-rpm driver. > > Acked-by: Bjorn Andersson > Acked-by: Lee Jones > Signed-off-by: Neil Armstrong Quick note. In future

[rtc-linux] Re: [PATCH v7 1/4] mfd: RK808: Add RK818 support

2016-08-19 Thread Lee Jones
On Fri, 19 Aug 2016, Wadim Egorov wrote: > On 18.08.2016 16:34, Lee Jones wrote: > > On Wed, 10 Aug 2016, Wadim Egorov wrote: > > > >> The RK818 chip is a Power Management IC (PMIC) for multimedia and handheld > >> devices. It contains the following components:

[rtc-linux] Re: [PATCH v7 1/4] mfd: RK808: Add RK818 support

2016-08-18 Thread Lee Jones
REE, > + .volatile_reg = rk808_is_volatile_reg, > +}; > + > static const struct regmap_config rk808_regmap_config = { > .reg_bits = 8, > .val_bits = 8, > @@ -79,11 +92,21 @@ static const struct mfd_cell rk808s[] = { > { > .name = "rk808

[rtc-linux] Re: [PATCH v5 0/7] mfd: ac100: Add support for X-Powers AC100 audio codec / RTC combo IC

2016-08-08 Thread Lee Jones
create mode 100644 drivers/rtc/rtc-ac100.c create mode 100644 include/linux/mfd/ac100.h -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- You received this message because you are subscribed to

[rtc-linux] Re: [PATCH v5 4/7] rtc: ac100: Add clk output support

2016-08-08 Thread Lee Jones
.parent_names = parents, > > + .num_parents = ARRAY_SIZE(parents), > > + .flags = 0, > > + }; > > + > > + clk->regmap = chip->regmap; > > + clk->offset = AC100_CLKOUT_CTRL1 + i; > > +

[rtc-linux] Re: [PATCH v5 3/7] rtc: ac100: Add RTC driver for X-Powers AC100

2016-08-08 Thread Lee Jones
arm_irq_enable, > > +}; > > + > > +static int ac100_rtc_probe(struct platform_device *pdev) > > +{ > > + struct ac100_dev *ac100 = dev_get_drvdata(pdev->dev.parent); > > + struct ac100_rtc_dev *chip; > > + int ret; > > + > > + chip = d

[rtc-linux] Re: [PATCH v5 2/7] mfd: ac100: Add driver for X-Powers AC100 audio codec / RTC combo IC

2016-08-08 Thread Lee Jones
On Fri, 08 Jul 2016, Chen-Yu Tsai wrote: > The AC100 is a multifunction device with an audio codec subsystem and > an RTC subsystem. These two subsystems share a common register space > and host interface. > > Signed-off-by: Chen-Yu Tsai > Acked-by: Lee Jones > -

[rtc-linux] Re: [PATCH v5 1/7] mfd: ac100: Add device tree bindings for X-Powers AC100 codec/RTC combo IC

2016-08-08 Thread Lee Jones
On Mon, 08 Aug 2016, Lee Jones wrote: > On Fri, 08 Jul 2016, Chen-Yu Tsai wrote: > > > The AC100 is a multifunction device with an audio codec subsystem and > > an RTC subsystem. These two subsystems share a common register space > > and host interface. > > &

[rtc-linux] Re: [PATCH v5 1/7] mfd: ac100: Add device tree bindings for X-Powers AC100 codec/RTC combo IC

2016-08-08 Thread Lee Jones
gt; > - Fix interrupt line for ac100_codec in provided example. > > --- > Documentation/devicetree/bindings/mfd/ac100.txt | 54 > + > 1 file changed, 54 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mfd/ac100.txt For my o

[rtc-linux] Re: [RESEND PATCH v5 1/5] mfd: RK808: Add RK818 support

2016-08-05 Thread Lee Jones
ebase and resend the series. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- You received this message because you are subscribed to "rtc-linux". Membership options at http://groups.googl

[rtc-linux] Re: [PATCH v4 1/7] mfd: ac100: Add device tree bindings for X-Powers AC100 codec/RTC combo IC

2016-07-01 Thread Lee Jones
#clock-cells = <0>; > + clock-output-names = "4M_adda"; > + }; > + > + ac100_rtc: rtc { > + compatible = "x-powers,ac100-rtc"; > + interrupt-parent = <&nmi_intc>; > + interrupts = <0 I

[rtc-linux] Re: [PATCH v2 4/5] mfd: qcom-rpm: Add support for pm8018 RPM Regulator

2016-06-28 Thread Lee Jones
mfd/qcom-rpm.txt | 1 + > drivers/mfd/qcom_rpm.c | 51 > ++ > include/dt-bindings/mfd/qcom-rpm.h | 22 ++ > 3 files changed, 74 insertions(+) For my own reference: Acked-by: Lee Jones > diff --git a/Documentation/

[rtc-linux] Re: [PATCH v2 1/5] mfd: pm8921: Add support for pm8018

2016-06-28 Thread Lee Jones
insertion(+) For my own reference: Acked-by: Lee Jones > diff --git a/drivers/mfd/pm8921-core.c b/drivers/mfd/pm8921-core.c > index 1b7ec08..0e3a2ea 100644 > --- a/drivers/mfd/pm8921-core.c > +++ b/drivers/mfd/pm8921-core.c > @@ -309,6 +309,7 @@ static const

[rtc-linux] Re: [RESEND v7 1/6] mfd: max8997: Use regmap to access registers

2016-06-17 Thread Lee Jones
Signed-off-by: Robert Baldyga > Reviewed-by: Krzysztof Kozlowski > Acked-by: Chanwoo Choi > Acked-by: Bryan Wu > Acked-by: Lee Jones > Acked-by: Sebastian Reichel > Acked-by: Dmitry Torokhov > Acked-by: Alexandre Belloni > [k.kozlowski: Collect acks, rebase on v4.6-rc6] >

[rtc-linux] Re: [PATCH v7 1/6] mfd: max8997: Use regmap to access registers

2016-06-16 Thread Lee Jones
On Wed, 08 Jun 2016, Krzysztof Kozlowski wrote: > On 06/08/2016 04:26 PM, Lee Jones wrote: > > On Wed, 01 Jun 2016, Krzysztof Kozlowski wrote: > > > >> From: Robert Baldyga > >> > >> This patch modifies max8997 driver and each associated function drive

[rtc-linux] Re: [PATCH v2 03/10] mfd: ac100: Add driver for X-Powers AC100 audio codec / RTC combo IC

2016-06-16 Thread Lee Jones
On Wed, 15 Jun 2016, Chen-Yu Tsai wrote: > On Wed, Jun 15, 2016 at 8:36 PM, Lee Jones wrote: > > On Wed, 15 Jun 2016, Chen-Yu Tsai wrote: > > > >> The AC100 is a multifunction device with an audio codec subsystem and > >> an RTC subsystem. These two subsyst

[rtc-linux] Re: [PATCH v6 1/5] mfd: RK808: Add RK818 support

2016-06-15 Thread Lee Jones
ine RK808_IRQ_PLUG_IN_INT_MSKBIT(0) > #define RK808_IRQ_PLUG_OUT_INT_MSK BIT(1) > > +/* RK818 IRQ Definitions */ > +#define RK818_IRQ_VOUT_LO0 > +#define RK818_IRQ_VB_LO 1 > +#define RK818_IRQ_PWRON 2 > +#define RK818_IRQ_PWRON_LP 3 > +#define RK818_IRQ_HOTDIE

[rtc-linux] Re: [PATCH v2 02/10] mfd: ac100: Add device tree bindings for X-Powers AC100 codec/RTC combo IC

2016-06-15 Thread Lee Jones
wers,ac100-rtc"; > + interrupt-parent = <&nmi_intc>; > + interrupts = <0 IRQ_TYPE_LEVEL_LOW>; Isn't this the same interrupt as above? Is it shared? > + #clock-cells = <1>; > + clock-output-names =

[rtc-linux] Re: [PATCH v2 03/10] mfd: ac100: Add driver for X-Powers AC100 audio codec / RTC combo IC

2016-06-15 Thread Lee Jones
ac100.c > new file mode 100644 > index ..15d24fa1 > --- /dev/null > +++ b/drivers/mfd/ac100.c > @@ -0,0 +1,135 @@ > +/* > + * ac100.c - MFD core driver for X-Powers' AC100 Audio Codec IC Nit: Drop the filename here. Apart from that: Acked-by: Lee Jones --

[rtc-linux] Re: [RESEND PATCH v5 1/5] mfd: RK808: Add RK818 support

2016-06-09 Thread Lee Jones
On Thu, 09 Jun 2016, Wadim Egorov wrote: > > > On 09.06.2016 13:12, Lee Jones wrote: > > On Thu, 09 Jun 2016, Wadim Egorov wrote: > >> On 08.06.2016 16:17, Lee Jones wrote: > >>> On Thu, 02 Jun 2016, Wadim Egorov wrote: > >>> > >>>

[rtc-linux] Re: [RESEND PATCH v5 1/5] mfd: RK808: Add RK818 support

2016-06-09 Thread Lee Jones
On Thu, 09 Jun 2016, Wadim Egorov wrote: > On 08.06.2016 16:17, Lee Jones wrote: > > On Thu, 02 Jun 2016, Wadim Egorov wrote: > > > >> The RK818 chip is a power management IC for multimedia and handheld > > "Power Management IC (PMIC)" > > >

[rtc-linux] Re: [PATCH v7 1/6] mfd: max8997: Use regmap to access registers

2016-06-08 Thread Lee Jones
Signed-off-by: Robert Baldyga > Reviewed-by: Krzysztof Kozlowski > > Acked-by: Chanwoo Choi > Acked-by: Bryan Wu > Acked-by: Lee Jones > Acked-by: Sebastian Reichel > Acked-by: Dmitry Torokhov > Acked-by: Alexandre Belloni > [k.kozlowski: Collect acks, rebase o

[rtc-linux] Re: [RESEND PATCH v5 3/5] mfd: dt-bindings: Add RK818 device tree bindings document

2016-06-08 Thread Lee Jones
On Thu, 02 Jun 2016, Wadim Egorov wrote: > Add device tree bindings documentation for Rockchip's RK818 PMIC. > > Signed-off-by: Wadim Egorov > Acked-by: Rob Herring Acked-by: Lee Jones > --- > Documentation/devicetree/bindings/mfd/rk808.txt | 37 > +

[rtc-linux] Re: [RESEND PATCH v5 1/5] mfd: RK808: Add RK818 support

2016-06-08 Thread Lee Jones
ne RK818_IRQ_PLUG_IN8 > +#define RK818_IRQ_PLUG_OUT 9 > +#define RK818_IRQ_CHG_OK 10 > +#define RK818_IRQ_CHG_TE 11 > +#define RK818_IRQ_CHG_TS112 > +#define RK818_IRQ_TS213 > +#define RK818_IRQ_CHG_CVTLIM 14 > +#define RK818_IRQ_DISCHG_ILIM7 >