[PATCH v6.1 08/10] cpufreq: st: Provide runtime initialised driver for ST's platforms

2015-12-10 Thread Lee Jones
-by: Lee Jones <lee.jo...@linaro.org> --- Viresh, This incremental submission contains fixes to your last requests. drivers/cpufreq/Kconfig.arm | 10 ++ drivers/cpufreq/Makefile | 1 + drivers/cpufreq/sti-cpufreq.c | 294 ++ 3 files change

[PICKME 1/2] cpufreq: st: Provide runtime initialised driver for ST's platforms

2015-12-10 Thread Lee Jones
-by: Viresh Kumar <viresh.ku...@linaro.org> Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- drivers/cpufreq/Kconfig.arm | 10 ++ drivers/cpufreq/Makefile | 1 + drivers/cpufreq/sti-cpufreq.c | 294 ++ 3 files changed, 305 insertions(+) create

[PICKME 0/2] cpufreq: New ST driver

2015-12-10 Thread Lee Jones
orm device v1 => v2 => v3 => v4: - Moot Lee Jones (2): cpufreq: st: Provide runtime initialised driver for ST's platforms dt: cpufreq: st: Provide bindings for ST's CPUFreq implementation .../devicetree/bindings/cpufreq/cpufreq-st.txt | 91 +++ drivers/cpufreq/Kconfig.arm

Re: [PATCH v6 08/10] cpufreq: st: Provide runtime initialised driver for ST's platforms

2015-12-10 Thread Lee Jones
On Thu, 10 Dec 2015, Viresh Kumar wrote: > On 09-12-15, 15:58, Lee Jones wrote: > > +/* > > + * Only match on "suitable for ALL versions" entries > > + * > > + * This will be used with the BIT() macro. It sets the > > + * top bit of a 32bit value and is

Re: [PATCH V3 0/5] PM / OPP: opp-supported-hw and -name bindings

2015-12-10 Thread Lee Jones
(5): > PM / OPP: Add "opp-supported-hw" binding > PM / OPP: Add {opp-microvolt|opp-microamp}- binding > PM / OPP: Remove 'operating-points-names' binding > PM / OPP: Rename OPP nodes as opp@ > ARM: dts: exynos4412: Rename OPP nodes as opp@ Te

[PICKME 2/2] dt: cpufreq: st: Provide bindings for ST's CPUFreq implementation

2015-12-10 Thread Lee Jones
Cc: devicetree@vger.kernel.org Acked-by: Rob Herring <r...@kernel.org> Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- .../devicetree/bindings/cpufreq/cpufreq-st.txt | 91 ++ 1 file changed, 91 insertions(+) create mode 100644 Documentation/devicetree/bind

Re: [PICKME 0/2] cpufreq: New ST driver

2015-12-10 Thread Lee Jones
t explicitly. Aye, apologies for that. -- 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 devicetree" in the body of a message to ma

Re: [PATCH v5 08/11] ARM: STi: Register CPUFreq device

2015-12-09 Thread Lee Jones
On Wed, 09 Dec 2015, Arnd Bergmann wrote: > On Tuesday 08 December 2015 14:32:01 Lee Jones wrote: > > @@ -161,3 +166,11 @@ struct smp_operations __initdata sti_smp_ops = { > > .smp_secondary_init = sti_secondary_init, > > .smp_boot_secondary

[PATCH v6 05/10] ARM: STi: STiH407: Provide CPU with clocking information

2015-12-09 Thread Lee Jones
Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- arch/arm/boot/dts/stih407-family.dtsi | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi index 9fa1e58..af9233b 100644 --- a/arch/arm/boot/dts/s

[PATCH v6 04/10] ARM: STi: STiH407: Provide generic (safe) DVFS configuration

2015-12-09 Thread Lee Jones
will over-ride these generic values. Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- arch/arm/boot/dts/stih407-family.dtsi | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi index 81f8121..9

[PATCH v6 08/10] cpufreq: st: Provide runtime initialised driver for ST's platforms

2015-12-09 Thread Lee Jones
-by: Lee Jones <lee.jo...@linaro.org> --- drivers/cpufreq/Kconfig.arm | 10 ++ drivers/cpufreq/Makefile | 1 + drivers/cpufreq/sti-cpufreq.c | 293 ++ 3 files changed, 304 insertions(+) create mode 100644 drivers/cpufreq/sti-cpufreq.c diff

[PATCH v6 06/10] ARM: STi: STiH407: Link CPU with its voltage supply

2015-12-09 Thread Lee Jones
Used for Voltage Scaling using CPUFreq. Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- arch/arm/boot/dts/stih407-family.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi index af9233b..d0e639cd

[PATCH v6 10/10] MAINTAINERS: Add ST's CPUFreq driver to the STI file list

2015-12-09 Thread Lee Jones
Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index e9caa4b..ebc0562 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1562,6 +1562,7 @@ F:arch/arm/boot/dts/sti* F: drivers/char/hw_ran

[PATCH v6 03/10] ARM: multi_v7_defconfig: Enable support for PWM Regulators

2015-12-09 Thread Lee Jones
Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- arch/arm/configs/multi_v7_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index f62dcb1..648ef57 100644 --- a/arch/arm/c

[PATCH v6 00/10] cpufreq: Introduce ST's CPUFreq driver

2015-12-09 Thread Lee Jones
" DEFINE - Pedantically re-ordered the #include files - Removed platform device registration in arch/arm/mach-sti v4 => v5: - Converted driver away from being a platform device v1 => v2 => v3 => v4: - Moot Lee Jones (10): ARM: multi_v7_defconfig: Enable ST's PWM driver ARM: m

[PATCH v6 09/10] dt: cpufreq: st: Provide bindings for ST's CPUFreq implementation

2015-12-09 Thread Lee Jones
Cc: devicetree@vger.kernel.org Acked-by: Rob Herring <r...@kernel.org> Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- .../devicetree/bindings/cpufreq/cpufreq-st.txt | 91 ++ 1 file changed, 91 insertions(+) create mode 100644 Documentation/devicetree/bind

[PATCH v6 02/10] ARM: multi_v7_defconfig: Enable ST's Power Reset driver

2015-12-09 Thread Lee Jones
Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 99b87b6..f62dcb1 100644 --- a/arch/arm/configs/multi_v7_defconfig +++

[PATCH v6 01/10] ARM: multi_v7_defconfig: Enable ST's PWM driver

2015-12-09 Thread Lee Jones
Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- arch/arm/configs/multi_v7_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 69a22fd..99b87b6 100644 --- a/arch/arm/c

[PATCH v6 07/10] ARM: STi: STiH407: Provide CPU with a means to look-up Major number

2015-12-09 Thread Lee Jones
This is used for CPU Frequency Scaling. Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- arch/arm/boot/dts/stih407-family.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi index d0e639cd..eb2601f

[PATCH v5 09/11] cpufreq: st: Provide runtime initialised driver for ST's platforms

2015-12-08 Thread Lee Jones
-by: Lee Jones <lee.jo...@linaro.org> --- drivers/cpufreq/Kconfig.arm | 7 + drivers/cpufreq/Makefile | 1 + drivers/cpufreq/sti-cpufreq.c | 296 ++ 3 files changed, 304 insertions(+) create mode 100644 drivers/cpufreq/sti-cpufreq.c diff

[PATCH v5 10/11] dt: cpufreq: st: Provide bindings for ST's CPUFreq implementation

2015-12-08 Thread Lee Jones
Cc: devicetree@vger.kernel.org Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- .../devicetree/bindings/cpufreq/cpufreq-st.txt | 91 ++ 1 file changed, 91 insertions(+) create mode 100644 Documentation/devicetree/bindings/cpufreq/cpufreq-st.txt diff

[PATCH v5 11/11] MAINTAINERS: Add ST's CPUFreq driver to the STI file list

2015-12-08 Thread Lee Jones
Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index e9caa4b..ebc0562 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1562,6 +1562,7 @@ F:arch/arm/boot/dts/sti* F: drivers/char/hw_ran

[PATCH v5 05/11] ARM: STi: STiH407: Provide CPU with clocking information

2015-12-08 Thread Lee Jones
Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- arch/arm/boot/dts/stih407-family.dtsi | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi index 9fa1e58..af9233b 100644 --- a/arch/arm/boot/dts/s

[PATCH v5 08/11] ARM: STi: Register CPUFreq device

2015-12-08 Thread Lee Jones
'. Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- arch/arm/mach-sti/Makefile | 2 +- arch/arm/mach-sti/board-dt.c | 3 ++- arch/arm/mach-sti/{platsmp.c => cpu.c} | 17 +++-- arch/arm/mach-sti/{smp.h => cpu.h} | 1 + 4 files changed, 19 inse

[PATCH v5 00/11] cpufreq: Introduce ST's CPUFreq driver

2015-12-08 Thread Lee Jones
, but are required to get it to work. Anyone who is not interested in general STi DT changes can safely ignore these. Lee Jones (11): ARM: multi_v7_defconfig: Enable ST's PWM driver ARM: multi_v7_defconfig: Enable ST's Power Reset driver ARM: multi_v7_defconfig: Enable support for PWM Regulators ARM

[PATCH v5 02/11] ARM: multi_v7_defconfig: Enable ST's Power Reset driver

2015-12-08 Thread Lee Jones
Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 99b87b6..f62dcb1 100644 --- a/arch/arm/configs/multi_v7_defconfig +++

[PATCH v5 03/11] ARM: multi_v7_defconfig: Enable support for PWM Regulators

2015-12-08 Thread Lee Jones
Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- arch/arm/configs/multi_v7_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index f62dcb1..648ef57 100644 --- a/arch/arm/c

Re: [PATCH v7 2/6] mfd: syscon: add a DT property to set value width

2015-12-08 Thread Lee Jones
On Mon, 07 Dec 2015, Damien Riegel wrote: > On Mon, Dec 07, 2015 at 09:40:20AM +0000, Lee Jones wrote: > > On Mon, 30 Nov 2015, Damien Riegel wrote: > > > > > Currently syscon has a fixed configuration of 32 bits for register and > > > values widths. In

Re: [PATCH v7 2/6] mfd: syscon: add a DT property to set value width

2015-12-08 Thread Lee Jones
On Tue, 08 Dec 2015, Lee Jones wrote: > On Mon, 07 Dec 2015, Damien Riegel wrote: > > > On Mon, Dec 07, 2015 at 09:40:20AM +0000, Lee Jones wrote: > > > On Mon, 30 Nov 2015, Damien Riegel wrote: > > > > > > > Currently syscon has a fixed configuration

[PATCH v5 01/11] ARM: multi_v7_defconfig: Enable ST's PWM driver

2015-12-08 Thread Lee Jones
Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- arch/arm/configs/multi_v7_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 69a22fd..99b87b6 100644 --- a/arch/arm/c

[PATCH v5 06/11] ARM: STi: STiH407: Link CPU with its voltage supply

2015-12-08 Thread Lee Jones
Used for Voltage Scaling using CPUFreq. Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- arch/arm/boot/dts/stih407-family.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi index af9233b..d0e639cd

[PATCH v5 07/11] ARM: STi: STiH407: Provide CPU with a means to look-up Major number

2015-12-08 Thread Lee Jones
This is used for CPU Frequency Scaling. Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- arch/arm/boot/dts/stih407-family.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi index d0e639cd..eb2601f

[PATCH v5 04/11] ARM: STi: STiH407: Provide generic (safe) DVFS configuration

2015-12-08 Thread Lee Jones
will over-ride these generic values. Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- arch/arm/boot/dts/stih407-family.dtsi | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi index 81f8121..9

Re: [PATCH v5 04/11] ARM: STi: STiH407: Provide generic (safe) DVFS configuration

2015-12-08 Thread Lee Jones
On Tue, 08 Dec 2015, Viresh Kumar wrote: > On 08-12-15, 14:31, Lee Jones wrote: > > diff --git a/arch/arm/boot/dts/stih407-family.dtsi > > b/arch/arm/boot/dts/stih407-family.dtsi > > index 81f8121..9fa1e58 100644 > > --- a/arch/arm/boot/dts/stih407-family.dtsi > >

Re: [PATCH 1/3] dt-bindings: regulator/clock/mfd: Reorganize S2MPS-family bindings

2015-12-07 Thread Lee Jones
.txt | 153 > - > .../devicetree/bindings/mfd/samsung,sec-core.txt | 84 +++ Acked-by: Lee Jones <lee.jo...@linaro.org> > .../bindings/regulator/samsung,s2mps11.txt | 102 ++ > MAINTAINERS

Re: [PATCH v7 2/6] mfd: syscon: add a DT property to set value width

2015-12-07 Thread Lee Jones
+ */ > + ret = of_property_read_u32(np, "reg-io-width", _io_width); > + if (ret) > + reg_io_width = 4; > + > + syscon_config.reg_stride = reg_io_width; > + syscon_config.val_bits = reg_io_width * 8; > + > regmap =

Re: [PATCH 2/3] dt-bindings: regulator/mfd: Reorganize S5M8767 bindings

2015-12-07 Thread Lee Jones
,s5m8767.txt), > - remove duplicated information, > - reorganize the contents to match style of >regulator/samsung,s2mps11.txt. > > Signed-off-by: Krzysztof Kozlowski <k.kozlow...@samsung.com> > --- > .../devicetree/bindings/mfd/samsung,sec-core.txt | 4 +- Ac

Re: [PATCH 3/3] dt-bindings: regulator/mfd: Reorganize S2MPA01 bindings

2015-12-07 Thread Lee Jones
--- > .../devicetree/bindings/mfd/samsung,sec-core.txt | 4 +- Acked-by: Lee Jones <lee.jo...@linaro.org> > .../bindings/regulator/samsung,s2mpa01.txt | 79 +++ > 3 files changed, 82 insertions(+), 91 deletions(-) > delete mode 100644 Documentati

Re: [PATCH v7 0/5] mfd: tps65912: Driver rewrite with DT support

2015-12-04 Thread Lee Jones
On Thu, 03 Dec 2015, Andrew F. Davis wrote: > On 11/24/2015 10:26 AM, Lee Jones wrote: > >On Wed, 18 Nov 2015, Andrew F. Davis wrote: > > > >>In an effort to cleanup this driver and add Device Tree support > >>the driver has been rewritten based on new driver st

Re: [RESEND v4 2/6] remoteproc: debugfs: Add ability to boot remote processor using debugfs

2015-12-04 Thread Lee Jones
On Thu, 03 Dec 2015, Arnd Bergmann wrote: > On Thursday 03 December 2015 17:28:30 Lee Jones wrote: > > > > > > Ah, interesting. I haven't tried myself, and just tried to read the > > > code. Maybe glibc already catches zero-length writes before it gets > >

Re: [RESEND v4 2/6] remoteproc: debugfs: Add ability to boot remote processor using debugfs

2015-12-03 Thread Lee Jones
On Fri, 27 Nov 2015, Bjorn Andersson wrote: > On Tue, Nov 24, 2015 at 5:14 AM, Lee Jones <lee.jo...@linaro.org> wrote: > > This functionality is especially useful during the testing phase. When > > used in conjunction with Mailbox's Test Framework we can trivially conduct &

Re: [RESEND v4 2/6] remoteproc: debugfs: Add ability to boot remote processor using debugfs

2015-12-03 Thread Lee Jones
On Thu, 03 Dec 2015, Arnd Bergmann wrote: > On Thursday 03 December 2015 12:26:34 Lee Jones wrote: > > > > > > > > +static ssize_t rproc_state_write(struct file *filp, const char __user > > > > *userbuf, > > > > +

Re: [RESEND v4 2/6] remoteproc: debugfs: Add ability to boot remote processor using debugfs

2015-12-03 Thread Lee Jones
On Thu, 03 Dec 2015, Arnd Bergmann wrote: > On Thursday 03 December 2015 13:03:41 Lee Jones wrote: > > On Thu, 03 Dec 2015, Arnd Bergmann wrote: > > > > > On Thursday 03 December 2015 12:26:34 Lee Jones wrote: > > > > > > > > > > > >

Re: [PATCH v6 2/2] leds: rt5033: Add RT5033 Flash led device driver

2015-11-26 Thread Lee Jones
| 8 + > drivers/leds/Makefile | 1 + > drivers/leds/leds-rt5033.c | 541 > + > include/linux/mfd/rt5033-private.h | 51 Acked-by: Lee Jones <lee.jo...@linaro.org> > 4 files changed, 601 insertions(+) &

Re: [RESEND v4 0/6] remoteproc: Add driver for STMicroelectronics platforms

2015-11-26 Thread Lee Jones
On Thu, 26 Nov 2015, Ohad Ben-Cohen wrote: > On Tue, Nov 24, 2015 at 3:14 PM, Lee Jones <lee.jo...@linaro.org> wrote: > > ST's platforms often have multiple co-processors (usually ST40s or ST231s) > > on-board. This provides the Linux-side infrastructure to flash and boot

Re: [PATCH v6 2/2] leds: rt5033: Add RT5033 Flash led device driver

2015-11-26 Thread Lee Jones
lease remove this. > > > > Thanks, > > >> +#define RT5033_FLED_CTRL2_VMID_MAX0x3F > > > > Rename MAX to MASK. > > > > Thanks, I'll change it. > > >> +#define RT5033_FLED_CTRL2_TRACK_ALIVE0x40 > >> +#define RT5033_FLED_CTRL2_M

Re: [PATCH RESEND 00/16] Support TI LMU devices

2015-11-25 Thread Lee Jones
On Wed, 25 Nov 2015, Kim, Milo wrote: > On 11/3/2015 5:33 PM, Lee Jones wrote: > >On Tue, 03 Nov 2015, Kim, Milo wrote: > > > >>Hi Lee, > >> > >>On 11/2/2015 5:59 PM, Lee Jones wrote: > >>>> drivers/video/backlight/Kconfig

Re: [PATCH RESEND 06/16] mfd: add TI LMU driver

2015-11-25 Thread Lee Jones
On Wed, 25 Nov 2015, Kim, Milo wrote: > On 11/24/2015 5:18 PM, Lee Jones wrote: > >On Tue, 24 Nov 2015, Kim, Milo wrote: > > > >>On 11/24/2015 11:35 AM, Kim, Milo wrote: > >>>Hi Lee, > >>> > >>>Thanks for all your comments. Please see my

Re: [PATCH v3 2/5] mfd: arizona: Update DT bindings to add CS47L24 and WM1831

2015-11-24 Thread Lee Jones
ternally supplied. As covered in > Documentation/devicetree/bindings/regulator/regulator.txt > +(wm5102, wm5110, wm8280, wm8997, wm8998, wm1814) > > Also see child specific device properties: >Regulator - ../regulator/arizona-regulator.txt -- Lee Jones Linaro STMicroe

Re: [PATCH v4 1/6] mfd: axp20x: Add AXP223 to list of supported PMICs in DT bindings

2015-11-24 Thread Lee Jones
<w...@csie.org> > Acked-by: Maxime Ripard <maxime.rip...@free-electrons.com> > Acked-by: Rob Herring <r...@kernel.org> > --- > Documentation/devicetree/bindings/mfd/axp20x.txt | 7 --- > 1 file changed, 4 insertions(+), 3 deletions(-) For my own reference: Ac

Re: [PATCH v7 0/5] mfd: tps65912: Driver rewrite with DT support

2015-11-24 Thread Lee Jones
2.c (74%) > rewrite drivers/mfd/tps65912-core.c (95%) > rewrite drivers/mfd/tps65912-i2c.c (93%) > delete mode 100644 drivers/mfd/tps65912-irq.c > rewrite drivers/mfd/tps65912-spi.c (92%) > rewrite drivers/regulator/tps65912-regulator.c (94%) > > -- > 1.9.1 > -

Re: [PATCH v7 1/5] Documentation: tps65912: Add DT bindings for the TPS65912 PMIC

2015-11-24 Thread Lee Jones
gs/mfd/tps65912.txt | 50 > ++ > 1 file changed, 50 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mfd/tps65912.txt For my own reference: Acked-by: Lee Jones <lee.jo...@linaro.org> > diff --git a/Documentation/devicetree/bindings/mfd/tps65912.txt > b/Docum

Re: [PATCH] backlight: tps65217_bl: Add MODULE_DEVICE_TABLE.

2015-11-24 Thread Lee Jones
EVICE_TABLE(of, tps65217_bl_of_match); > +#endif > + > static struct platform_driver tps65217_bl_driver = { > .probe = tps65217_bl_probe, > .driver = { > .name = "tps65217-bl", > +#ifdef CONFIG_OF > + .of_match_

Re: [PATCH v3 1/5] mfd: arizona: Support Cirrus Logic CS47L24 and WM1831

2015-11-24 Thread Lee Jones
On Tue, 03 Nov 2015, Richard Fitzgerald wrote: > This patch adds the regmap configuration tables and > core MFD handling for the CS47L24 and WM1831 codecs. > > Note that compared to the other Arizona codecs, these devices > do not have an LDO1 or micsupp regulators, extcon driver, or > the DCVDD

Re: [PATCH v3 5/5] MAINTAINERS: Update Wolfson Micro section to include CS47L24 source

2015-11-24 Thread Lee Jones
11457,6 +11458,7 @@ F:include/linux/wm97xx.h > F: include/sound/wm.h > F: sound/soc/codecs/arizona.? > F: sound/soc/codecs/wm* > +F: sound/soc/codecs/cs47l24* > > WORKQUEUE > M: Tejun Heo <t...@kernel.org> -- Lee Jones Linaro STMicroelectronics

Re: [PATCH RESEND 06/16] mfd: add TI LMU driver

2015-11-24 Thread Lee Jones
On Tue, 24 Nov 2015, Kim, Milo wrote: > On 11/24/2015 11:35 AM, Kim, Milo wrote: > >Hi Lee, > > > >Thanks for all your comments. Please see my comments below. > > > >On 11/23/2015 7:30 PM, Lee Jones wrote: > >>>+int ti_lmu_read_byte(struct ti_lmu *lm

[RESEND v4 1/6] remoteproc: dt: Provide bindings for ST's Remote Processor Controller driver

2015-11-24 Thread Lee Jones
Signed-off-by: Ludovic Barre <ludovic.ba...@st.com> Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- .../devicetree/bindings/remoteproc/st-rproc.txt| 41 ++ 1 file changed, 41 insertions(+) create mode 100644 Documentation/devicetree/bindings/remoteproc/

[RESEND v4 4/6] MAINTAINERS: Add ST's Remote Processor Driver to ARM/STI ARCHITECTURE

2015-11-24 Thread Lee Jones
Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 5f46784..322f5b4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1538,6 +1538,7 @@ F:drivers/phy/phy-miphy365x.c F: drivers/p

[RESEND v4 3/6] remoteproc: Supply controller driver for ST's Remote Processors

2015-11-24 Thread Lee Jones
Signed-off-by: Ludovic Barre <ludovic.ba...@st.com> Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- drivers/remoteproc/Kconfig | 9 ++ drivers/remoteproc/Makefile| 1 + drivers/remoteproc/st_remoteproc.c | 297 + 3 files

[RESEND v4 2/6] remoteproc: debugfs: Add ability to boot remote processor using debugfs

2015-11-24 Thread Lee Jones
-by: Ludovic Barre <ludovic.ba...@st.com> Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- drivers/remoteproc/remoteproc_debugfs.c | 34 + 1 file changed, 34 insertions(+) diff --git a/drivers/remoteproc/remoteproc_debugfs.c b/drivers/remoteproc/remotepr

[RESEND v4 5/6] ARM: STiH407: Add nodes for RemoteProc

2015-11-24 Thread Lee Jones
Signed-off-by: Ludovic Barre <ludovic.ba...@st.com> Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- arch/arm/boot/dts/stih407-family.dtsi | 40 +++ 1 file changed, 40 insertions(+) diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot

[RESEND v4 6/6] ARM: STiH407: Move over to using the 'reserved-memory' API for obtaining DMA memory

2015-11-24 Thread Lee Jones
Doing so saves quite a bit of code in the driver. For more information on the 'reserved-memory' bindings see: Documentation/devicetree/bindings/reserved-memory/reserved-memory.txt Suggested-by: Suman Anna <s-a...@ti.com> Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- arch/

[RESEND v4 0/6] remoteproc: Add driver for STMicroelectronics platforms

2015-11-24 Thread Lee Jones
debugfs '0' to shutdown co-processor - rather than !1 - Supply more detailed commit message - Propagate errors back from .stop() - Review GPL wording - Supply original author's SoBs Lee Jones (6): remoteproc: dt: Provide bindings for ST's Remote Processor Controller driver remoteproc: d

Re: [PATCH] Documentation: dt-bindings: Fix interrupt documentation file path

2015-11-23 Thread Lee Jones
devicetree/bindings/interrupts.txt > +Documentation/devicetree/bindings/interrupt-controller/interrupts.txt > >- clocks : A list of up to two phandle and clock specifier pairs >- clock-names : A list of clock names sorted in the same order as clocks. -- Lee Jones Linaro

Re: [PATCH RESEND 06/16] mfd: add TI LMU driver

2015-11-23 Thread Lee Jones
indicator LEDs. Programmable pattern is also supported. > Please refer to separate patch for leds-lm3633. > > Regulator > - > LM3631 has 5 regulators for the display bias. > LM3632 supports 3 regulators. One consolidated driver enables it. > Please refer to separate patch

Re: [PATCH v8 1/8] ARM: dt: Binding documentation for imx25 ADC/TSC

2015-11-23 Thread Lee Jones
if you only have a single clock. > + interrupt-controller; > + #interrupt-cells = <1>; > + #address-cells = <1>; > + #size-cells = <1>; > + ranges; > + > + tsc: tcq@50030400 { > +

Re: [PATCH v4 2/4] mfd: tps65086: Add driver for the TPS65086 PMIC

2015-11-23 Thread Lee Jones
tions(+) > create mode 100644 drivers/mfd/tps65086.c > create mode 100644 include/linux/mfd/tps65086.h For my own reference: Acked-by: Lee Jones <lee.jo...@linaro.org> > diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig > index 4d92df6..232a911 100644 > --- a/drivers

Re: [PATCH v4 1/4] Documentation: tps65086: Add DT bindings for the TPS65086 PMIC

2015-11-23 Thread Lee Jones
regulator-min-microvolt = <160>; > + regulator-max-microvolt = <160>; > + regulator-boot-on; > + ti,regulator-decay; > + ti,regulator-step-size-25mv; > + }; > + };

Re: [PATCH v2 9/9] ARM: multi_v7_defconfig: Build AXP20X related drivers as modules

2015-11-16 Thread Lee Jones
> > Signed-off-by: Chen-Yu Tsai <w...@csie.org> > > Sorry. This is an old file with an old commit message. Please see the > other patch 9 ("ARM: multi_v7_defconfig: Enable RSB and AXP20X related > drivers as modules"). Can you re-submit the set please? -- Lee J

Re: [PATCH RESEND 01/16] Documentation: dt-bindings: mfd: add TI LMU device binding information

2015-11-11 Thread Lee Jones
On Mon, 02 Nov 2015, Milo Kim wrote: > This patch describes overall binding for TI LMU MFD devices. > > Cc: devicetree@vger.kernel.org > Cc: Lee Jones <lee.jo...@linaro.org> > Cc: linux-ker...@vger.kernel.org > Signed-off-by: Milo Kim <milo@ti.com> > --- >

Re: [PATCH v2] mfd: arizona: Add DT binding for irq-gpios property

2015-11-06 Thread Lee Jones
cted to an IRQ line > >that only supports edge triggered IRQs. > > Mark, Charles, thanks for pointing me to this information. > > I don't have this specific constraint on my system and could finally > also have it working using the regular interrupts / interrup-parent > properties. >

Re: [PATCH RESEND 00/16] Support TI LMU devices

2015-11-03 Thread Lee Jones
On Tue, 03 Nov 2015, Kim, Milo wrote: > Hi Lee, > > On 11/2/2015 6:00 PM, Lee Jones wrote: > >Is it just me, or have you missed lots of people off Cc? > > Ah, that's what I was hesitating... > What is the best way to submit MFD code patches? Cc for all people

Re: [PATCH RESEND 00/16] Support TI LMU devices

2015-11-03 Thread Lee Jones
On Tue, 03 Nov 2015, Kim, Milo wrote: > Hi Lee, > > On 11/2/2015 5:59 PM, Lee Jones wrote: > >> drivers/video/backlight/Kconfig| 62 ++ > >>> drivers/video/backlight/Makefile | 7 + > >>> drivers/video/

Re: [PATCH RESEND 00/16] Support TI LMU devices

2015-11-02 Thread Lee Jones
light/lm3631_bl.c > create mode 100644 drivers/video/backlight/lm3632_bl.c > create mode 100644 drivers/video/backlight/lm3633_bl.c > create mode 100644 drivers/video/backlight/lm3695_bl.c > create mode 100644 drivers/video/backlight/lm3697_bl.c > create mode 100644 drivers/vi

Re: [PATCH v5 1/5] Documentation: tps65912: Add DT bindings for the TPS65912 PMIC

2015-11-02 Thread Lee Jones
On Fri, 30 Oct 2015, Andrew F. Davis wrote: > On 10/30/2015 02:06 PM, Lee Jones wrote: > >On Fri, 30 Oct 2015, Andrew F. Davis wrote: > > > >>On 10/30/2015 12:10 PM, Lee Jones wrote: > >>>On Thu, 29 Oct 2015, Andrew F. Davis wrote: > >>> >

Re: [PATCH RESEND 00/16] Support TI LMU devices

2015-11-02 Thread Lee Jones
drivers/video/backlight/lm3532_bl.c > create mode 100644 drivers/video/backlight/lm3631_bl.c > create mode 100644 drivers/video/backlight/lm3632_bl.c > create mode 100644 drivers/video/backlight/lm3633_bl.c > create mode 100644 drivers/video/backlight/lm3695_bl.c > create mode

Re: [PATCH v5 1/5] Documentation: tps65912: Add DT bindings for the TPS65912 PMIC

2015-10-30 Thread Lee Jones
On Fri, 30 Oct 2015, Andrew F. Davis wrote: > On 10/30/2015 12:10 PM, Lee Jones wrote: > >On Thu, 29 Oct 2015, Andrew F. Davis wrote: > > > >>The TPS65912 PMIC contains several regulators and a GPIO controller. > >>Add bindings for the TPS65912 PMIC. > &

Re: [PATCH v5 1/4] dt-bindings: mfd: s2mps11: add documentation for s2mps15 PMIC

2015-10-30 Thread Lee Jones
to 38 > - S2MPS13: 1 to 40 > - S2MPS14: 1 to 25 > + - S2MPS15: 1 to 27 > - S2MPU02: 1 to 28 > - Example: LDO1, LDO2, LDO28 > - BUCKn > @@ -97,6 +103,7 @@ as per the datasheet of s2m

Re: [PATCH v5 3/5] mfd: tps65912: Add driver for the TPS65912 PMIC

2015-10-30 Thread Lee Jones
include/linux/mfd/tps65912.h Looks good now, thanks for cleaning up. FYI, I plan on taking this set through the MFD tree. For my own reference: Acked-by: Lee Jones <lee.jo...@linaro.org> > diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig > index 9a8df8e..1398340 100644 > -

Re: [PATCH v5 1/5] Documentation: tps65912: Add DT bindings for the TPS65912 PMIC

2015-10-30 Thread Lee Jones
ller. - interrupts: The interrupt line the device is connected to. - interrupt-controller : Marks the device node as an interrupt controller. - #interrupt-cells : The number of cells to describe an IRQ, this should be 2. The fi

Re: [PATCH v5 5/5] gpio: tps65912: Add GPIO driver for the TPS65912 PMIC

2015-10-30 Thread Lee Jones
65912_gpio, > > gpio_chip) > > I would rewrite that to static inline however. > > Lee can take this into the MFD tree with my review-tag if he wants. Please fix this, then resubmit the set with Acks/Reviewed-by's applied. -- Lee Jones Linaro STMicroelectronics Landing T

Re: [PATCH v2 1/3] devicetree: mfd: Add binding for the TI LM3533

2015-10-30 Thread Lee Jones
#address-cells = <1>; > + #size-cells = <0>; > + > + als { > + ti,als-resistance = <20>; > + }; > + > + backlight@0 { > + reg = <0>; > + label

Re: [RESEND PATCH v2] backlight: pm8941-wled: Add default-brightness property

2015-10-30 Thread Lee Jones
RIGHTNESS; > + of_property_read_u32(pdev->dev.of_node, "default-brightness", ); > + > memset(, 0, sizeof(struct backlight_properties)); > props.type = BACKLIGHT_RAW; > + props.brightness = val; > props.max_brightness = PM8941_WLED_REG_VAL_MAX; >

Re: [PATCH v2 1/3] mfd: arizona: Support Cirrus Logic CS47L24 and WM1831

2015-10-30 Thread Lee Jones
++ b/drivers/mfd/cs47l24-tables.c > @@ -0,0 +1,1629 @@ > +/* > + * cs47l24-tables.c -- data tables for CS47L24 codec Please remove this filename. They have a habit of becoming unaligned. > + * Copyright 2015 Cirrus Logic, Inc. > + * > + * Author: Richard Fitzgerald <r...@opensour

Re: [PATCH v2 2/3] gpio: arizona: Support Cirrus Logic CS47L24 and WM1831

2015-10-28 Thread Lee Jones
t; Signed-off-by: Richard Fitzgerald <r...@opensource.wolfsonmicro.com> > > Acked-by: Linus Walleij <linus.wall...@linaro.org> > > Lee can merge this into the MFD tree with patch 1/3 if he likes, > I guess that's simplest. I can do. Do you require a pull-request? -- Lee J

Re: [PATCH v3 4/4] MAINTAINERS: Add binding docs for Cirrus Logic/Wolfson Arizona devices

2015-10-28 Thread Lee Jones
ndings/regulator/arizona-regulator.txt > +F: Documentation/devicetree/bindings/mfd/arizona.txt Acked-by: Lee Jones <lee.jo...@linaro.org> > F: arch/arm/mach-s3c64xx/mach-crag6410* > F: drivers/clk/clk-wm83*.c > F: drivers/extcon/extcon-arizona.c -- Lee Jones Li

Re: [PATCH v3 3/4] mfd: arizona: Remove bindings covered in new subsystem specific docs

2015-10-28 Thread Lee Jones
On Wed, 28 Oct 2015, Chanwoo Choi wrote: > On 2015년 10월 28일 18:03, Lee Jones wrote: > > On Tue, 27 Oct 2015, Charles Keepax wrote: > > > >> Binding documentation has been added in new subsystem specific binding > >> documents. This patch removes the now duplicat

Re: [PATCH v3 4/4] MAINTAINERS: Add binding docs for Cirrus Logic/Wolfson Arizona devices

2015-10-28 Thread Lee Jones
F: arch/arm/mach-s3c64xx/mach-crag6410* > > F: drivers/clk/clk-wm83*.c > > F: drivers/extcon/extcon-arizona.c > > > > [for extcon] > Acked-by: Chanwoo Choi <cw00.c...@samsung.com> Will apply this retroactively. Thanks. -- Lee Jones Linaro STMicroelectroni

Re: [PATCH v3 1/4] extcon: arizona: Add extcon specific device tree binding document

2015-10-28 Thread Lee Jones
wlf,hpdet-channel : Headphone detection channel. > +ARIZONA_ACCDET_MODE_HPL or 1 - Headphone detect mode is set to HPDETL > +ARIZONA_ACCDET_MODE_HPR or 2 - Headphone detect mode is set to HPDETR > +If this node is not mentioned or if the value is unknown, then > +headphone detection mode

Re: [PATCH v3 3/4] mfd: arizona: Remove bindings covered in new subsystem specific docs

2015-10-28 Thread Lee Jones
- ldo1 : Initial data for the LDO1 regulator, as covered in > -Documentation/devicetree/bindings/regulator/regulator.txt > - - micvdd : Initial data for the MICVDD regulator, as covered in > -Documentation/devicetree/bindings/regulator/regulator.txt > +Also see child sp

Re: [PATCH v3 4/4] MAINTAINERS: Add binding docs for Cirrus Logic/Wolfson Arizona devices

2015-10-28 Thread Lee Jones
On Wed, 28 Oct 2015, Lee Jones wrote: > On Tue, 27 Oct 2015, Charles Keepax wrote: > > > Add device tree binding documentation for the Arizona drivers > > to the MAINTAINERS file. > > > > Signed-off-by: Charles Keepax <ckee...@opensource.wolfsonmicro.com&g

[PATCH 3/3] reset: sti: Provide ops .status() call-back

2015-10-26 Thread Lee Jones
Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- drivers/reset/sti/reset-syscfg.c | 23 +++ 1 file changed, 23 insertions(+) diff --git a/drivers/reset/sti/reset-syscfg.c b/drivers/reset/sti/reset-syscfg.c index a145cc0..4453412 100644 --- a/drivers/reset/sti

Re: [PATCH v2 0/2] i2c: uniphier: add two I2C controller drivers for UniPhier SoC platform

2015-10-26 Thread Lee Jones
ier-f.txt > create mode 100644 Documentation/devicetree/bindings/i2c/i2c-uniphier.txt > create mode 100644 drivers/i2c/busses/i2c-uniphier-f.c > create mode 100644 drivers/i2c/busses/i2c-uniphier.c > -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source so

[PATCH 2/3] reset: sti: Add support for resetting co-processors

2015-10-26 Thread Lee Jones
Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- drivers/reset/sti/reset-stih407.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/reset/sti/reset-stih407.c b/drivers/reset/sti/reset-stih407.c index d83db5d7..5c2d68a 100644 --- a/drivers/reset/sti/reset-stih407.c

[PATCH 1/3] ARM: STi: Add DT defines for co-processor reset lines

2015-10-26 Thread Lee Jones
Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- include/dt-bindings/reset-controller/stih407-resets.h | 4 1 file changed, 4 insertions(+) diff --git a/include/dt-bindings/reset-controller/stih407-resets.h b/include/dt-bindings/reset-controller/stih407-resets.h index 02d4328..4

Re: [PATCH v2 0/2] i2c: uniphier: add two I2C controller drivers for UniPhier SoC platform

2015-10-26 Thread Lee Jones
On Mon, 26 Oct 2015, Geert Uytterhoeven wrote: > On Mon, Oct 26, 2015 at 9:27 AM, Masahiro Yamada > <yamada.masah...@socionext.com> wrote: > > 2015-10-26 17:17 GMT+09:00 Lee Jones <lee.jo...@linaro.org>: > >>> This series adds two I2C controller drivers. >

Re: [PATCH v2 1/5] dt-bindings: mfd: s2mps11: add documentation for s2mps15 PMIC

2015-10-26 Thread Lee Jones
--- > 1 file changed, 15 insertions(+), 8 deletions(-) Nothing to controversial here. For my own reference: Acked-by: Lee Jones <lee.jo...@linaro.org> > diff --git a/Documentation/devicetree/bindings/mfd/s2mps11.txt > b/Documentation/devicetree/bindings/mfd/s2mps11.txt

Re: [PATCH v3 2/3] mfd: rt5033: Add RT5033 Flash led sub device

2015-10-26 Thread Lee Jones
On Fri, 23 Oct 2015, Ingi Kim wrote: > This patch adds rt5033-led sub device to support it. > > Signed-off-by: Ingi Kim <ingi2@samsung.com> > Acked-by: Lee Jones <lee.jo...@linaro.org> > --- > drivers/mfd/rt5033.c | 3 +++ > 1 file changed, 3 insertions(+

Re: [PATCH 1/4] Documentation: tps65086: Add DT bindings for the TPS65086 PMIC

2015-10-21 Thread Lee Jones
On Wed, 21 Oct 2015, Mark Brown wrote: > On Wed, Oct 21, 2015 at 12:18:32PM +0100, Lee Jones wrote: > > On Wed, 21 Oct 2015, Mark Brown wrote: > > > On Wed, Oct 21, 2015 at 09:46:33AM +0100, Lee Jones wrote: > > > > On Tue, 20 Oct 2015, Andrew F. Davis wrote: > &

Re: [PATCH 2/4] mfd: tps65086: Add driver for the TPS65086 PMIC

2015-10-21 Thread Lee Jones
On Wed, 21 Oct 2015, Andrew F. Davis wrote: > On 10/21/2015 03:43 AM, Lee Jones wrote: > >On Tue, 20 Oct 2015, Andrew F. Davis wrote: > > > >>On 10/20/2015 05:02 AM, Lee Jones wrote: > >>>On Mon, 19 Oct 2015, Andrew F. Davis wrote: > >>>>On 10/1

  1   2   3   4   5   6   7   8   9   10   >