Re: [PATCH 5/8] watchdog: bindings: Provide ST bindings for ST's LPC Watchdog device

2014-12-18 Thread Lee Jones
On Wed, 17 Dec 2014, Arnd Bergmann wrote: On Wednesday 17 December 2014 16:45:24 Lee Jones wrote: +- compatible : Must be one of: st,stih407-lpc st,stih416-lpc + st,stih415-lpc st,stid127-lpc +- reg : LPC registers base address + size +-

Re: [PATCH 6/8] watchdog: st_wdt: Add new driver for ST's LPC Watchdog

2014-12-18 Thread Lee Jones
On Wed, 17 Dec 2014, Guenter Roeck wrote: On Wed, Dec 17, 2014 at 04:45:25PM +, Lee Jones wrote: Signed-off-by: David Paris david.pa...@st.com Signed-off-by: Lee Jones lee.jo...@linaro.org Hi Lee and David, I still have a couple of comments below. Sorry I didn't catch those earlier.

Re: [PATCH v10 5/6] devicetree: Add vendor prefix for Skyworks Solutions, Inc.

2014-12-18 Thread Lee Jones
On Thu, 18 Dec 2014, gyun...@gmail.com wrote: From: Gyungoh Yoo jack@skyworksinc.com Signed-off-by: Gyungoh Yoo jack@skyworksinc.com --- Changes v10: Nothing Changes v9: Nothing Changes v8: Nothing Changes v7: Nothing Changes v6: Nothing Changes v5: Nothing

Re: [PATCH v10 4/6] devicetree: backlight: Add new SKY81452 backlight binding

2014-12-18 Thread Lee Jones
DT Ack please. From: Gyungoh Yoo jack@skyworksinc.com Signed-off-by: Gyungoh Yoo jack@skyworksinc.com Acked-by: Bryan Wu coolo...@gmail.com --- [...] Changes v8: Renamed property names for backlight with vendor prefix Modified gpio-enable property to generic property for GPIO

Re: [PATCH v10 3/6] devicetree: mfd: Add new SKY81452 mfd binding

2014-12-18 Thread Lee Jones
On Thu, 18 Dec 2014, gyun...@gmail.com wrote: From: Gyungoh Yoo jack@skyworksinc.com Signed-off-by: Gyungoh Yoo jack@skyworksinc.com --- Changes v10: Nothing Changes v9: Nothing Changes v8: Made up the example for backlight DT Changes v7: Nothing Changes v6: Nothing

[PATCH 0/2] tty: serial: Add earlycon support to MT8173 SoC

2014-12-18 Thread Eddie Huang
This series add earlycon support to Mediatek MT8173 SoC. Although 8250 driver already has earlycon support, but Mediatek UART has highspeed register that not in 8250_early.c, so I port earlycon in 8250_mtk.c, and add stdout device tree support. This patchset is based on 3.18, and my basic support

[PATCH 2/2] arm64: dts: Add mediatek MT8173 earlycon support

2014-12-18 Thread Eddie Huang
Add earlycon support to mediatek MT8173 evaluation board dts. Signed-off-by: Eddie Huang eddie.hu...@mediatek.com --- arch/arm64/boot/dts/mt8173-evb.dts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/mt8173-evb.dts b/arch/arm64/boot/dts/mt8173-evb.dts

[PATCH 1/2] tty: serial: 8250_mtk: Add earlycon

2014-12-18 Thread Eddie Huang
Mediatek UART has highspeed register, but 8250_early.c doesn't support this, so add earlycon in 8250_mtk.c Signed-off-by: Eddie Huang eddie.hu...@mediatek.com --- drivers/tty/serial/8250/8250_mtk.c | 33 + 1 file changed, 33 insertions(+) diff --git

Re: [PATCH v2 07/13] mfd: sun6i-prcm: Add support for the ir-clk

2014-12-18 Thread Lee Jones
On Wed, 17 Dec 2014, Hans de Goede wrote: Add support for the ir-clk which is part of the sun6i SoC prcm module. Signed-off-by: Hans de Goede hdego...@redhat.com --- drivers/mfd/sun6i-prcm.c | 14 ++ 1 file changed, 14 insertions(+) Pretty standard stuff ( diff --git

Re: [PATCH resend v2] input: Add new sun4i-lradc-keys driver

2014-12-18 Thread Hans de Goede
Hi, On 17-12-14 18:32, Dmitry Torokhov wrote: On Wednesday, December 17, 2014 03:43:31 PM Hans de Goede wrote: + /* +* lradc supports only one keypress at a time, release does not give +* any info as to which key was released, so we cache the keycode. +*/ +

Re: [STLinux Kernel] [PATCH 6/8] watchdog: st_wdt: Add new driver for ST's LPC Watchdog

2014-12-18 Thread Peter Griffin
Hi Lee, On Wed, 17 Dec 2014, Lee Jones wrote: Signed-off-by: David Paris david.pa...@st.com Signed-off-by: Lee Jones lee.jo...@linaro.org --- drivers/watchdog/Kconfig | 13 ++ drivers/watchdog/Makefile | 1 + drivers/watchdog/st_wdt.c | 323

Re: [PATCH 5/8] watchdog: bindings: Provide ST bindings for ST's LPC Watchdog device

2014-12-18 Thread Arnd Bergmann
On Thursday 18 December 2014 08:13:34 Lee Jones wrote: On Wed, 17 Dec 2014, Arnd Bergmann wrote: On Wednesday 17 December 2014 16:45:24 Lee Jones wrote: +- compatible : Must be one of: st,stih407-lpc st,stih416-lpc + st,stih415-lpc st,stid127-lpc +-

Re: [PATCH 1/2] tty: serial: 8250_mtk: Add earlycon

2014-12-18 Thread Matthias Brugger
2014-12-18 9:33 GMT+01:00 Eddie Huang eddie.hu...@mediatek.com: Mediatek UART has highspeed register, but 8250_early.c doesn't support this, so add earlycon in 8250_mtk.c Signed-off-by: Eddie Huang eddie.hu...@mediatek.com --- drivers/tty/serial/8250/8250_mtk.c | 33

Re: [linux-sunxi] [PATCH v2 04/13] rc: sunxi-cir: Add support for an optional reset controller

2014-12-18 Thread Hans de Goede
Hi, On 18-12-14 03:48, Chen-Yu Tsai wrote: Hi, On Thu, Dec 18, 2014 at 1:18 AM, Hans de Goede hdego...@redhat.com wrote: On sun6i the cir block is attached to the reset controller, add support for de-asserting the reset if a reset controller is specified in dt. Signed-off-by: Hans de Goede

[PATCH 0/7] ARM: at91: dts: sama5d3: add dt support for atmel isi and ov2640 sensor

2014-12-18 Thread Josh Wu
This patch series add ISI and ov2640 support on dts files. As the ov2640 driver dt is still in review. The patch is in: https://patchwork.linuxtv.org/patch/27554/ So I want to send this dt patch early for a review. Bo Shen (3): ARM: at91: dts: sama5d3: split isi pinctrl ARM: at91: dts:

[PATCH 1/7] ARM: at91: dts: sama5d3: add isi clock

2014-12-18 Thread Josh Wu
Add ISI peripheral clock in sama5d3.dtsi. Signed-off-by: Josh Wu josh...@atmel.com --- arch/arm/boot/dts/sama5d3.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi index 5f4144d..61746ef 100644 ---

[PATCH 2/7] ARM: at91: dts: sama5d3: split isi pinctrl

2014-12-18 Thread Josh Wu
From: Bo Shen voice.s...@atmel.com As the ISI has 12 data lines, however we only use 8 data lines with sensor module. So, split the data line into two groups which make it can be choosed depends on the hardware design. Signed-off-by: Bo Shen voice.s...@atmel.com Acked-by: Nicolas Ferre

[PATCH 3/7] ARM: at91: dts: sama5d3: add missing pins of isi

2014-12-18 Thread Josh Wu
From: Bo Shen voice.s...@atmel.com The ISI has 12 data lines, add the missing two data lines. Signed-off-by: Bo Shen voice.s...@atmel.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/boot/dts/sama5d3.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git

Re: [PATCH v2 07/13] mfd: sun6i-prcm: Add support for the ir-clk

2014-12-18 Thread Hans de Goede
Hi, On 18-12-14 09:41, Lee Jones wrote: On Wed, 17 Dec 2014, Hans de Goede wrote: Add support for the ir-clk which is part of the sun6i SoC prcm module. Signed-off-by: Hans de Goede hdego...@redhat.com --- drivers/mfd/sun6i-prcm.c | 14 ++ 1 file changed, 14 insertions(+)

[PATCH 4/7] ARM: at91: dts: sama5d3: move the isi mck pin to mb

2014-12-18 Thread Josh Wu
From: Bo Shen voice.s...@atmel.com The mck is decided by the board design, move it to mb related dtsi file. Signed-off-by: Bo Shen voice.s...@atmel.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com Signed-off-by: Josh Wu josh...@atmel.com --- arch/arm/boot/dts/sama5d3.dtsi| 5 -

[PATCH 5/7] ARM: at91: dts: sama5d3: change name of pinctrl_isi_{power,reset}

2014-12-18 Thread Josh Wu
For sama5d3xmb board, the pins: pinctrl_isi_{power,reset} is used to power-down or reset camera sensor. So we should let camera sensor instead of ISI to configure the pins. This patch will change pinctrl name from pinctrl_isi_{power,reset} to pinctrl_sensor_{power,reset}. Signed-off-by: Josh Wu

[PATCH 6/7] ARM: at91: dts: sama5d3: add ov2640 camera sensor support

2014-12-18 Thread Josh Wu
According to v4l2 dt document, we add: a camera host: ISI port. a i2c camera sensor: ov2640 port. to sama5d3xmb.dtsi. In the ov2640 node, it defines the pinctrls, clocks and isi port. In the ISI node, it also reference to a ov2640 port. Signed-off-by: Josh Wu josh...@atmel.com ---

[PATCH 7/7] ARM: at91: sama5: enable atmel-isi and ov2640 in defconfig

2014-12-18 Thread Josh Wu
Signed-off-by: Josh Wu josh...@atmel.com --- arch/arm/configs/sama5_defconfig | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig index b58fb32..92f1d71 100644 --- a/arch/arm/configs/sama5_defconfig +++

[PATCH mtd] mtd:devices: Add Altera EPCQ Driver

2014-12-18 Thread vndao
From: Viet Nga Dao vn...@altera.com Altera EPCQ Controller is a soft IP which enables access to Altera EPCQ and EPCS flash chips. This patch adds driver for these devices. Signed-off-by: Viet Nga Dao vn...@altera.com --- .../devicetree/bindings/mtd/altera_epcq.txt| 45 ++

Re: [PATCH 5/8] watchdog: bindings: Provide ST bindings for ST's LPC Watchdog device

2014-12-18 Thread Lee Jones
We On Thu, 18 Dec 2014, Arnd Bergmann wrote: On Thursday 18 December 2014 08:13:34 Lee Jones wrote: On Wed, 17 Dec 2014, Arnd Bergmann wrote: On Wednesday 17 December 2014 16:45:24 Lee Jones wrote: +- compatible : Must be one of: st,stih407-lpc st,stih416-lpc +

Re: [STLinux Kernel] [PATCH 6/8] watchdog: st_wdt: Add new driver for ST's LPC Watchdog

2014-12-18 Thread Lee Jones
On Thu, 18 Dec 2014, Peter Griffin wrote: Hi Lee, On Wed, 17 Dec 2014, Lee Jones wrote: Signed-off-by: David Paris david.pa...@st.com Signed-off-by: Lee Jones lee.jo...@linaro.org --- drivers/watchdog/Kconfig | 13 ++ drivers/watchdog/Makefile | 1 +

Re: [PATCH 1/2] tty: serial: 8250_mtk: Add earlycon

2014-12-18 Thread Arnd Bergmann
On Thursday 18 December 2014 09:48:31 Matthias Brugger wrote: +static void __init mtk8250_serial_putc(struct uart_port *port, int c) +{ + while ((readl(port-membase + (UART_LSR 2)) BOTH_EMPTY) != + BOTH_EMPTY) + ; Please delete newline before the

Re: [PATCH 5/8] watchdog: bindings: Provide ST bindings for ST's LPC Watchdog device

2014-12-18 Thread Arnd Bergmann
On Thursday 18 December 2014 09:04:04 Lee Jones wrote: We On Thu, 18 Dec 2014, Arnd Bergmann wrote: On Thursday 18 December 2014 08:13:34 Lee Jones wrote: On Wed, 17 Dec 2014, Arnd Bergmann wrote: On Wednesday 17 December 2014 16:45:24 Lee Jones wrote: +- compatible : Must

Re: [PATCH v2 07/13] mfd: sun6i-prcm: Add support for the ir-clk

2014-12-18 Thread Lee Jones
On Thu, 18 Dec 2014, Hans de Goede wrote: Hi, On 18-12-14 09:41, Lee Jones wrote: On Wed, 17 Dec 2014, Hans de Goede wrote: Add support for the ir-clk which is part of the sun6i SoC prcm module. Signed-off-by: Hans de Goede hdego...@redhat.com --- drivers/mfd/sun6i-prcm.c | 14

Re: [PATCH 5/8] watchdog: bindings: Provide ST bindings for ST's LPC Watchdog device

2014-12-18 Thread Lee Jones
On Thu, 18 Dec 2014, Arnd Bergmann wrote: On Thursday 18 December 2014 09:04:04 Lee Jones wrote: We On Thu, 18 Dec 2014, Arnd Bergmann wrote: On Thursday 18 December 2014 08:13:34 Lee Jones wrote: On Wed, 17 Dec 2014, Arnd Bergmann wrote: On Wednesday 17 December 2014

[PATCH 9/9] hwmon: thermal: dts: Disable FAN on boot on the Odroid U3

2014-12-18 Thread Lukasz Majewski
By specifying default-pulse-width to zero, disable FAN on boot. Signed-off-by: Lukasz Majewski l.majew...@samsung.com --- arch/arm/boot/dts/exynos4412-odroidu3.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/exynos4412-odroidu3.dts

[PATCH 7/9] hwmon: thermal: Code for using PWM FAN as a cooling device

2014-12-18 Thread Lukasz Majewski
The PWM FAN device can now be used as a thermal cooling device. Necessary infrastructure has been added in this commit. Signed-off-by: Lukasz Majewski l.majew...@samsung.com --- drivers/hwmon/pwm-fan.c | 79 - 1 file changed, 78 insertions(+), 1

[PATCH 8/9] hwmon: thermal: Provide 'default-pulse-width' property to setup FAN on boot

2014-12-18 Thread Lukasz Majewski
Up till now the PWM fan was enabled by default in the pwm-fan driver. Now, by defining 'default-pulse-width' device tree property, it is possible to configure the fan RPM on boot. By specifying value of 0, one can disable it. Signed-off-by: Lukasz Majewski l.majew...@samsung.com ---

[PATCH 6/9] hwmon: thermal: Read PWM FAN configuration from device tree

2014-12-18 Thread Lukasz Majewski
Code for reading PWM FAN configuration data via device tree has been added. Signed-off-by: Lukasz Majewski l.majew...@samsung.com --- drivers/hwmon/pwm-fan.c | 51 - 1 file changed, 50 insertions(+), 1 deletion(-) diff --git

[PATCH 5/9] hwmon: thermal: Extract __set_pwm() function to only modify PWM duty cycle

2014-12-18 Thread Lukasz Majewski
It was necessary to decouple code handling writing to sysfs from the one responsible for setting PWM of the fan. Due to that, new __set_pwm() method was extracted, which is responsible for only setting new PWM duty cycle. Signed-off-by: Lukasz Majewski l.majew...@samsung.com ---

[PATCH 2/9] hwmon: dts: Doc: Add DTS doc to explain how to use PWM FAN as a cooling device

2014-12-18 Thread Lukasz Majewski
Several new properties to allow PWM fan working as a cooling device have been combined into this single commit. Signed-off-by: Lukasz Majewski l.majew...@samsung.com --- .../devicetree/bindings/hwmon/pwm-fan.txt | 28 ++ 1 file changed, 28 insertions(+) diff --git

[PATCH 0/9] hwmon: thermal: Odroid U3: Provide support for Odroid U3 fan

2014-12-18 Thread Lukasz Majewski
Presented patches add support for Odroid's U3 optional CPU FAN, which uses PWM subsystem for low level control. After successful probe it registers itself as a cooling device for thermal subsystem. To preserve ability to use this fan as a PWM device a stub for thermal_of_cooling_device_register()

[PATCH 4/9] hwmon: thermal: dts: Add properties to use pwm-fan device as a cooling device in Odroid U3

2014-12-18 Thread Lukasz Majewski
With those bindings it is possible to use pwm-fan device available at Odroid U3 as a cooling device. Signed-off-by: Lukasz Majewski l.majew...@samsung.com --- arch/arm/boot/dts/exynos4412-odroidu3.dts | 33 ++- 1 file changed, 32 insertions(+), 1 deletion(-) diff

[PATCH 3/9] ARM: dts: Add pwm-fan node to the Odroid-U3 board

2014-12-18 Thread Lukasz Majewski
From: Kamil Debski k.deb...@samsung.com Add pwm-fan node to the Odroid-U3 board file to enable PWM control of the cooling fan. In addition, add the pwm label to the pwm@139D node in the exynos4412.dtsi. Signed-off-by: Kamil Debski k.deb...@samsung.com [Rebased on the newest mainline by

[PATCH 1/9] thermal: Provide stub for thermal_of_cooling_device_register() function

2014-12-18 Thread Lukasz Majewski
Odroid U3 fan can work without being registered as OF cooling device (with CONFIG_THERMAL_OF disabled). In this situation it can be controlled via PWM entry at /sys/class/hwmon/hwmon0/pwm1. Therefore, the thermal_of_cooling_device_register() function needs a stub to allow clean compilation.

[PATCH v3] input: Add new sun4i-lradc-keys driver

2014-12-18 Thread Hans de Goede
Allwinnner sunxi SoCs have a low resolution adc (called lradc) which is specifically designed to have various (tablet) keys (ie home, back, search, etc). attached to it using a resistor network. This adds a driver for this. There are 2 channels, currently this driver only supports chan0 since

Re: [PATCH RFC v2 05/14] ARM: imx6q: clk: Add the video_27m clock

2014-12-18 Thread Philipp Zabel
Am Donnerstag, den 18.12.2014, 15:11 +0800 schrieb Liu Ying: This patch supports the video_27m clock which is a fixed factor clock of the pll3_pfd1_540m clock. Signed-off-by: Liu Ying ying@freescale.com --- v1-v2: * None. arch/arm/mach-imx/clk-imx6q.c | 1 +

Re: [PATCH RFC v2 06/14] ARM: dts: imx6qdl: Move existing MIPI DSI ports into a new 'ports' node

2014-12-18 Thread Philipp Zabel
Am Donnerstag, den 18.12.2014, 15:11 +0800 schrieb Liu Ying: The MIPI DSI node contains some ports which represent possible DRM CRTCs it can connect with. Each port has a 'reg' property embedded. This property will be wrongly interpretted by the MIPI DSI bus driver, because the driver will

Re: [PATCH 2/9] hwmon: dts: Doc: Add DTS doc to explain how to use PWM FAN as a cooling device

2014-12-18 Thread Sjoerd Simons
On Thu, 2014-12-18 at 11:13 +0100, Lukasz Majewski wrote: Several new properties to allow PWM fan working as a cooling device have been combined into this single commit. Signed-off-by: Lukasz Majewski l.majew...@samsung.com --- .../devicetree/bindings/hwmon/pwm-fan.txt | 28

[alsa-devel] [PATCH v2 0/2] mfd: arizona: Add support for OUTn_MONO register control

2014-12-18 Thread Inha Song
This patch series add support for OUTn_MONO register control using platform data. Each output signal can be configurated as a mono differential output. The mono differential configuration is selected using the OUTn_MONO registers. Changes in v2: - fix coding style issue - use = instead of ==

[alsa-devel] [PATCH v2 2/2] mfd: arizona: Update DT binding to support OUTn_MONO init_data

2014-12-18 Thread Inha Song
This patch update DT binding to support OUTn_MONO init_data. Each output signal can be configurated as a mono differential output. The mono differential configuration is selected using the OUTn_MONO registers. Signed-off-by: Inha Song ideal.s...@samsung.com ---

[alsa-devel] [PATCH v2 1/2] mfd: arizona: Add support for OUTn_MONO register control

2014-12-18 Thread Inha Song
Some boards need to set the OUTn_MONO register to configurates the output signal path as a mono differential output. This wlf,out-mono property is optional. If present, values must be specified less than or equal to the number of output signals. If values less than the number of output signals,

Re: [PATCH RFC v2 08/14] drm: imx: Add MIPI DSI host controller driver

2014-12-18 Thread Philipp Zabel
Am Donnerstag, den 18.12.2014, 15:11 +0800 schrieb Liu Ying: This patch adds i.MX MIPI DSI host controller driver support. Currently, the driver supports the burst with sync pulses mode only. Signed-off-by: Liu Ying ying@freescale.com --- v1-v2: * Address almost all comments from

Re: [PATCH v4 5/5] media: ov2640: dt: add the device tree binding document

2014-12-18 Thread Laurent Pinchart
Hi Josh, Thank you for the patch. On Thursday 18 December 2014 10:27:26 Josh Wu wrote: Add the document for ov2640 dt. Cc: devicetree@vger.kernel.org Signed-off-by: Josh Wu josh...@atmel.com Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- v3 - v4: 1. remove

Re: [PATCH v4 5/5] media: ov2640: dt: add the device tree binding document

2014-12-18 Thread Sylwester Nawrocki
Hi Josh, On 18/12/14 03:27, Josh Wu wrote: Add the document for ov2640 dt. Cc: devicetree@vger.kernel.org Signed-off-by: Josh Wu josh...@atmel.com Acked-by: Sylwester Nawrocki s.nawro...@samsung.com It seems ovti is not in the list of vendor prefixes. You may want to send a patch adding it

Re: [PATCH v4 5/5] media: ov2640: dt: add the device tree binding document

2014-12-18 Thread Fabio Estevam
Hi Sylwester, On Thu, Dec 18, 2014 at 10:13 AM, Sylwester Nawrocki s.nawro...@samsung.com wrote: Hi Josh, On 18/12/14 03:27, Josh Wu wrote: Add the document for ov2640 dt. Cc: devicetree@vger.kernel.org Signed-off-by: Josh Wu josh...@atmel.com Acked-by: Sylwester Nawrocki

Re: [PATCH 6/7] ARM: at91: dts: sama5d3: add ov2640 camera sensor support

2014-12-18 Thread Laurent Pinchart
Hi Josh, Thank you for the patch. On Thursday 18 December 2014 16:51:06 Josh Wu wrote: According to v4l2 dt document, we add: a camera host: ISI port. a i2c camera sensor: ov2640 port. to sama5d3xmb.dtsi. In the ov2640 node, it defines the pinctrls, clocks and isi port. In the ISI

RE: [PATCH] [v2] power/fsl: add MDIO dt binding for FMan

2014-12-18 Thread Shaohui Xie
Ping. Best Regards, Shaohui Xie -Original Message- From: Xie Shaohui-B21989 Sent: Wednesday, November 26, 2014 10:11 AM To: Wood Scott-B07421 Cc: linuxppc-...@lists.ozlabs.org; devicetree@vger.kernel.org; Medve Emilian- EMMEDVE1; Liberman Igal-B31950 Subject: RE: [PATCH] [v2]

[PATCH 1/3] power: rt5033_battery: Add RT5033 Fuel gauge device driver

2014-12-18 Thread Beomho Seo
This patch adds device driver of Richtek PMIC. The driver support battery fuel gange. Fuel gauge calculates and determines the battery state of charge(SOC) according to battery open circuit voltage(OCV). Also, this driver provides battery average voltage, voltage and bettery present property. Cc:

[PATCH 3/3] Documentation: Add documentation for rt5033 multifunction device

2014-12-18 Thread Beomho Seo
This patch device tree binding documentation for rt5033 multifunction device. Cc: Rob Herring robh...@kernel.org Cc: Pawel Moll pawel.m...@arm.com Cc: Mark Rutland mark.rutl...@arm.com Cc: Ian campbell ijc+devicet...@hellion.org.uk Cc: Kumar Gala ga...@codeaurora.org Signed-off-by: Beomho Seo

[PATCH 0/3] power: rt5033: Add Richtek RT533 drivers

2014-12-18 Thread Beomho Seo
This patchset adds driver for Richtek rt5033 chip The chip contains switching charge mode Li-Ion/Li-Polymer battery charger, fuelgauge. Additionally, This includes document for device tree of RT5033 device. RT5033 core driver is applied by Lee Jones. RT5033 regulator driver have been merged by

[PATCH 2/3] power: rt5033_charger: Add RT5033 charger device driver

2014-12-18 Thread Beomho Seo
This patch add device driver of Richtek RT5033 PMIC. The driver support switching charger. rt5033 charger provide three charging mode. Three charging mode are pre charge mode, fast cahrge mode and constant voltage mode. They are have vary charge rate, charge parameters. The charge parameters can

Re: [PATCH 2/9] hwmon: dts: Doc: Add DTS doc to explain how to use PWM FAN as a cooling device

2014-12-18 Thread Guenter Roeck
On 12/18/2014 02:13 AM, Lukasz Majewski wrote: Several new properties to allow PWM fan working as a cooling device have been combined into this single commit. Signed-off-by: Lukasz Majewski l.majew...@samsung.com --- .../devicetree/bindings/hwmon/pwm-fan.txt | 28

Re: [PATCH v5 4/6] staging: fpga manager: add driver for socfpga fpga manager

2014-12-18 Thread Michal Simek
On 12/17/2014 05:54 PM, at...@opensource.altera.com wrote: From: Alan Tull at...@opensource.altera.com Add driver to fpga manager framework to allow configuration of FPGA in Altera SoCFPGA parts. Signed-off-by: Alan Tull at...@opensource.altera.com --- v2: fpga_manager struct now

[PATCH 1/2] of: Add vendor prefix for Shanghai AVIC Optoelectronics Co., Ltd.

2014-12-18 Thread Philipp Zabel
Shanghai AVIC Optoelectronics Co., Ltd. is a subsidiary of Tianma Microelectronics Co., Ltd. and designs and manufactures TFT LCDs. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH 2/2] drm/panel: simple: Add AVIC TM070DDH03 panel support

2014-12-18 Thread Philipp Zabel
The Shanghai AVIC Optoelectronics TM070DDH03 is a 7 1024x600 TFT LCD panel connecting to a 24-bit RGB LVDS interface. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- .../devicetree/bindings/panel/avic,tm070ddh03.txt | 7 + drivers/gpu/drm/panel/panel-simple.c | 31

Re: [PATCH 6/8] watchdog: st_wdt: Add new driver for ST's LPC Watchdog

2014-12-18 Thread Guenter Roeck
On Thu, Dec 18, 2014 at 08:26:52AM +, Lee Jones wrote: On Wed, 17 Dec 2014, Guenter Roeck wrote: On Wed, Dec 17, 2014 at 04:45:25PM +, Lee Jones wrote: Signed-off-by: David Paris david.pa...@st.com Signed-off-by: Lee Jones lee.jo...@linaro.org Hi Lee and David, I still

[PATCH 4/5] ARM: dts: am437x-sk-evm: add VPFE device tree data

2014-12-18 Thread Lad, Prabhakar
From: Darren Etheridge detheri...@ti.com Add device tree nodes and pinmux entries for Video Processing Front End (VPFE) on am437x sk evm. Signed-off-by: Darren Etheridge detheri...@ti.com Signed-off-by: Felipe Balbi ba...@ti.com Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com ---

[PATCH 0/5] ARM: am43xx: enable VPFE

2014-12-18 Thread Lad, Prabhakar
From: Benoit Parrot bpar...@ti.com This patch series adds hwmods and VPFE DT node entries for am43xx devices. The sensor driver is not allowed to release so the remote endpoint for vpfe dt nodes are commented at the moment. Benoit Parrot (4): ARM: AM43xx: hwmod: add VPFE hwmod entries ARM:

[PATCH 5/5] ARM: dts: am437x-gp-evm: add VPFE device tree data

2014-12-18 Thread Lad, Prabhakar
From: Benoit Parrot bpar...@ti.com Add device tree nodes and pinmux entries for Video Processing Front End (VPFE) on am437x gp evm. Signed-off-by: Benoit Parrot bpar...@ti.com Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- arch/arm/boot/dts/am437x-gp-evm.dts | 106

[PATCH 2/5] ARM: dts: am4372: add VPFE DT node entries

2014-12-18 Thread Lad, Prabhakar
From: Benoit Parrot bpar...@ti.com Add Video Processing Front End (VPFE) device tree nodes for AM34xx family of devices. Signed-off-by: Benoit Parrot bpar...@ti.com Signed-off-by: Darren Etheridge detheri...@ti.com Signed-off-by: Felipe Balbi ba...@ti.com Signed-off-by: Lad, Prabhakar

[PATCH 1/5] ARM: AM43xx: hwmod: add VPFE hwmod entries

2014-12-18 Thread Lad, Prabhakar
From: Benoit Parrot bpar...@ti.com this patch adds VPFE HWMOD data for AM43xx. Signed-off-by: Benoit Parrot bpar...@ti.com Signed-off-by: Darren Etheridge detheri...@ti.com Signed-off-by: Felipe Balbi ba...@ti.com Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com ---

[PATCH 3/5] ARM: dts: am43x-epos-evm: add VPFE device tree data

2014-12-18 Thread Lad, Prabhakar
From: Benoit Parrot bpar...@ti.com Add device tree nodes and pinmux entries for Video Processing Front End (VPFE) on am43x epos evm. Signed-off-by: Benoit Parrot bpar...@ti.com Signed-off-by: Darren Etheridge detheri...@ti.com Signed-off-by: Felipe Balbi ba...@ti.com Signed-off-by: Lad,

Re: [Patch v4 1/2] gpio: add GPIO hogging mechanism

2014-12-18 Thread Benoit Parrot
Alexandre Courbot gnu...@gmail.com wrote on Wed [2014-Dec-17 17:41:51 +0900]: Looks ok to me. I have a few nits below, but otherwise I am happy with how it turned out: Reviewed-by: Alexandre Courbot acour...@nvidia.com I'll add this to the next version. Thanks for your patience with this!

Re: [PATCH 6/8] watchdog: st_wdt: Add new driver for ST's LPC Watchdog

2014-12-18 Thread Lee Jones
On Thu, 18 Dec 2014, Guenter Roeck wrote: On Thu, Dec 18, 2014 at 08:26:52AM +, Lee Jones wrote: On Wed, 17 Dec 2014, Guenter Roeck wrote: On Wed, Dec 17, 2014 at 04:45:25PM +, Lee Jones wrote: Signed-off-by: David Paris david.pa...@st.com Signed-off-by: Lee Jones

[PATCH v3] i2c: rk3x: Account for repeated start time requirement

2014-12-18 Thread Doug Anderson
On Rockchip I2C the controller drops SDA low slightly too soon to meet the repeated start requirements. From my own experimentation over a number of rates: - controller appears to drop SDA at .875x (7/8) programmed clk high. - controller appears to keep SCL high for 2x programmed clk high. The

Re: [PATCH] i2c: rk3x: Account for repeated start time requirement

2014-12-18 Thread Doug Anderson
Hi, On Thu, Dec 11, 2014 at 11:18 AM, Doug Anderson diand...@chromium.org wrote: On Rockchip I2C the controller drops SDA low in the repeated start condition at half the SCL high time. If we want to meet timing requirements, that means we need to hold SCL high for (4.7us * 2) when we're

Re: [PATCH v3] input: Add new sun4i-lradc-keys driver

2014-12-18 Thread Dmitry Torokhov
Hi Hans, On Thu, Dec 18, 2014 at 11:23:13AM +0100, Hans de Goede wrote: Allwinnner sunxi SoCs have a low resolution adc (called lradc) which is specifically designed to have various (tablet) keys (ie home, back, search, etc). attached to it using a resistor network. This adds a driver for

Re: [PATCH v5 3/6] staging: fpga manager: framework core

2014-12-18 Thread Michal Simek
Hi Alan, first of all - there are these kernel-doc warnings. Info(drivers/staging/fpga/fpga-mgr.c:37): Scanning doc for fpga_mgr_low_level_state Warning(drivers/staging/fpga/fpga-mgr.c:43): No description found for return value of 'fpga_mgr_low_level_state'

[PATCH 2/3] serial: driver for Conexant Digicolor USART

2014-12-18 Thread Baruch Siach
Signed-off-by: Baruch Siach bar...@tkos.co.il --- drivers/tty/serial/Kconfig | 15 + drivers/tty/serial/Makefile | 1 + drivers/tty/serial/digicolor-usart.c | 563 +++ include/uapi/linux/serial_core.h | 3 + 4 files changed, 582

[PATCH 1/3] devicetree: bindings: add Conexant vendor prefix

2014-12-18 Thread Baruch Siach
Use cnxt since it once was the stock ticker of Conexant. Signed-off-by: Baruch Siach bar...@tkos.co.il --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt

[PATCH 0/3] UART driver for Conexat Digicolor SoCs

2014-12-18 Thread Baruch Siach
This set of patches adds a driver for the peripheral known as USART of the Conexant CX92755 SoC. The CX92755 is one an ARM based SoC series known as Digicolor. USART apparently stands for Universal Synchronous/Asynchronous Receiver/Transmitter. Besides plain UART, the USART can also do SPI and

[PATCH 3/3] serial: add device tree binding documentation for Conexant USART

2014-12-18 Thread Baruch Siach
Signed-off-by: Baruch Siach bar...@tkos.co.il --- .../devicetree/bindings/serial/digicolor-usart.txt | 27 ++ 1 file changed, 27 insertions(+) create mode 100644 Documentation/devicetree/bindings/serial/digicolor-usart.txt diff --git

Re: [PATCH 11/12] ARM: dts: add support for Vybrid running on Cortex-M4

2014-12-18 Thread Stefan Agner
On 2014-12-17 13:31, Arnd Bergmann wrote: On Wednesday 17 December 2014 00:41:33 Stefan Agner wrote: On 2014-12-03 12:03, Arnd Bergmann wrote: On Wednesday 03 December 2014 01:12:10 Stefan Agner wrote: diff --git a/arch/arm/boot/dts/vf610m4-colibri.dts

[PATCH] ARM: shmobile: r8a7790: add MLB+ clock

2014-12-18 Thread Sergei Shtylyov
'renesas-devel-20141218-v3.18' tag of Simon Horman's 'renesas.git' repo. arch/arm/boot/dts/r8a7790.dtsi| 13 +++-- include/dt-bindings/clock/r8a7790-clock.h |1 + 2 files changed, 8 insertions(+), 6 deletions(-) Index: renesas/arch/arm/boot/dts/r8a7790.dtsi

[PATCH] ARM: shmobile: r8a7791: add MLB+ clock

2014-12-18 Thread Sergei Shtylyov
'renesas-devel-20141218-v3.18' tag of Simon Horman's 'renesas.git' repo. arch/arm/boot/dts/r8a7791.dtsi| 10 +- include/dt-bindings/clock/r8a7791-clock.h |1 + 2 files changed, 6 insertions(+), 5 deletions(-) Index: renesas/arch/arm/boot/dts/r8a7791.dtsi

Re: [PATCH v5 3/6] staging: fpga manager: framework core

2014-12-18 Thread atull
On Thu, 18 Dec 2014, Michal Simek wrote: Hi Alan, first of all - there are these kernel-doc warnings. Info(drivers/staging/fpga/fpga-mgr.c:37): Scanning doc for fpga_mgr_low_level_state Warning(drivers/staging/fpga/fpga-mgr.c:43): No description found for return value of

Re: [PATCH v2 2/3] fpga manager: framework core

2014-12-18 Thread atull
On Sat, 6 Dec 2014, Grant Likely wrote: +int fpga_mgr_write(struct fpga_manager *mgr, const char *buf, size_t count) +{ + int ret; + + if (test_and_set_bit_lock(FPGA_MGR_BUSY, mgr-flags)) + return -EBUSY; + + dev_info(mgr-dev, writing buffer to %s\n,

Re: [PATCH v5 4/6] staging: fpga manager: add driver for socfpga fpga manager

2014-12-18 Thread atull
On Thu, 18 Dec 2014, Michal Simek wrote: Hi Michal, + + /* Write out remaining non 32-bit chunks. */ + switch (count) { + case 3: + socfpga_fpga_data_writel(priv, buffer_32[i++] 0x00ff); + break; + case 2: +

[PATCH 0/4] pinctrl: qcom: Add multiple copy support

2014-12-18 Thread Andy Gross
These patches add multiple copy support for functions which require additional mux configurations on specific Qualcomm processor pincontrol blocks. Functions which may have multiple copies are slimbus, mi2s, pdm, pcie, and GSBI. Andy Gross (4): pinctrl: qcom: Add multiple copy base support

[PATCH 1/4] pinctrl: qcom: Add multiple copy base support

2014-12-18 Thread Andy Gross
Qualcomm pinctrl devices support functions that can be routed to multiple pins. In some cases, there are additional mux registers that must be set for the pins to work correctly. Signed-off-by: Andy Gross agr...@codeaurora.org --- drivers/pinctrl/qcom/pinctrl-msm.c | 10 ++

[PATCH 4/4] pinctrl: qcom: msm8960: Add multi copy support

2014-12-18 Thread Andy Gross
This patch adds multiple copy support for functions that can be mapped to more than one pin and that also require an additional mux configuration setting to work properly. Signed-off-by: Andy Gross agr...@codeaurora.org --- .../bindings/pinctrl/qcom,msm8960-pinctrl.txt | 19 ++--

[PATCH 2/4] pinctrl: qcom: ipq8064: Add multi copy support

2014-12-18 Thread Andy Gross
This patch adds multiple copy support for functions that can be mapped to more than one pin and that also require an additional mux configuration setting to work properly. Signed-off-by: Andy Gross agr...@codeaurora.org --- .../bindings/pinctrl/qcom,ipq8064-pinctrl.txt | 16 +-

[PATCH 3/4] pinctrl: qcom: apq8064: Add multi copy support

2014-12-18 Thread Andy Gross
This patch adds multiple copy support for functions that can be mapped to more than one pin and that also require an additional mux configuration setting to work properly. Signed-off-by: Andy Gross agr...@codeaurora.org --- .../bindings/pinctrl/qcom,apq8064-pinctrl.txt |3 +-

Re: [PATCH v3 2/2] iio: add driver for the TI DAC8554

2014-12-18 Thread Hartmut Knaack
Nikolaus Schulz schrieb am 15.12.2014 um 12:39: The TI DAC8554 is a quad-channel Digital-to-Analog Converter with an SPI interface. Changes in v3: * Small fixes in the documentation of struct dac8554_state * Replace some magic constants with macros * Replace memset on powerdown state

Re: [PATCH] [v2] power/fsl: add MDIO dt binding for FMan

2014-12-18 Thread Scott Wood
On Thu, 2014-12-18 at 06:53 -0600, Xie Shaohui-B21989 wrote: Ping. Best Regards, Shaohui Xie I can't put patches in my -next until the merge window closes. +EXAMPLE + +Example for FMan v2 external MDIO: + +mdio@f1000 { + compatible = fsl,fman-xmdio; +

[RFC v1 PATCH 1/2] of/pci: add of_pci_dma_configure() update dma configuration

2014-12-18 Thread Murali Karicheri
Add of_pci_dma_configure() to allow updating the dma configuration of the pci device using the configuration from the parent of the root bridge device. Signed-off-by: Murali Karicheri m-kariche...@ti.com --- drivers/of/of_pci.c| 71

[RFC v1 PATCH 0/2] PCI: get DMA configuration from parent device

2014-12-18 Thread Murali Karicheri
PCI devices on Keystone doesn't have correct dma_pfn_offset set. This patch add capability to set the dma configuration such as dma-mask, dma_pfn_offset, and dma ops etc using the same information from DT. The prior RFCs and discussions are available at [1] and [2] below. This patch make use of a

[RFC v1 PATCH 2/2] PCI: update dma configuration from DT

2014-12-18 Thread Murali Karicheri
if there is a DT node available for the root bridge's parent device, use the dma configuration from that device node. For example, keystone PCI devices would require dma_pfn_offset to be set correctly in the device structure of the pci device in order to have the correct dma mask. The DT node will

[PATCH v6 2/4] fpga manager: add sysfs interface document

2014-12-18 Thread atull
From: Alan Tull at...@opensource.altera.com Add documentation under drivers/staging for new fpga manager's sysfs interface. Signed-off-by: Alan Tull at...@opensource.altera.com --- v5 : (actually second version, but keeping version numbers aligned with rest of patch series) Move

[PATCH v6 3/4] staging: fpga manager: framework core

2014-12-18 Thread atull
From: Alan Tull at...@opensource.altera.com Supports standard ops for low level FPGA drivers. Various manufacturors' FPGAs can be supported by adding low level drivers. Each driver needs to register its ops using fpga_mgr_register(). Exports methods of doing operations to program FPGAs. These

[PATCH v6 1/4] doc: add bindings document for altera fpga manager

2014-12-18 Thread atull
From: Alan Tull at...@opensource.altera.com New bindings document for Altera fpga manager. Signed-off-by: Alan Tull at...@opensource.altera.com --- v5 : Move bindings to drivers/staging/fpga/Documentation/bindings v6 : No change in this patch for v6 of the patch set ---

Re: [RFC v1 PATCH 1/2] of/pci: add of_pci_dma_configure() update dma configuration

2014-12-18 Thread Arnd Bergmann
On Thursday 18 December 2014 17:07:04 Murali Karicheri wrote: Add of_pci_dma_configure() to allow updating the dma configuration of the pci device using the configuration from the parent of the root bridge device. Signed-off-by: Murali Karicheri m-kariche...@ti.com Much better! There is

[PATCH v6 0/4] FPGA Manager Framework

2014-12-18 Thread atull
From: Alan Tull at...@opensource.altera.com Dropping the changes to socfpga DTS and defconfig from this patch set. Kernel doc fixes and other minor fixes as listed in the patches. Alan Alan Tull (4): doc: add bindings document for altera fpga manager fpga manager: add sysfs interface

Re: [PATCH 11/12] ARM: dts: add support for Vybrid running on Cortex-M4

2014-12-18 Thread Arnd Bergmann
On Thursday 18 December 2014 21:36:31 Stefan Agner wrote: On 2014-12-17 13:31, Arnd Bergmann wrote: On Wednesday 17 December 2014 00:41:33 Stefan Agner wrote: On 2014-12-03 12:03, Arnd Bergmann wrote: Starting with v3.19, you should be able to use the earlycon framework on arm32, so it

  1   2   >