Re: [PATCH v2] watchdog: GPIO-controlled watchdog

2013-11-26 Thread Alexander Shiyan
Hello. > On 11/26/2013 08:26 AM, Alexander Shiyan wrote: > > This patch adds a watchdog driver for devices controlled through GPIO, > > (Analog Devices ADM706, IC 555 etc). > > > > Signed-off-by: Alexander Shiyan ... > > +++ b/Documentation/devicetree/bindings/watchdog/gpio-wdt.txt > > @@ -0,0 +1

[PATCH 3/3] arm: dts: am43x-gp-evm: Add matrix gpio keys.

2013-11-26 Thread Sourav Poddar
Add gpio keys node for am43x gp evm. Signed-off-by: Sourav Poddar --- arch/arm/boot/dts/am437x-gp-evm.dts | 21 + 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/am437x-gp-evm.dts b/arch/arm/boot/dts/am437x-gp-evm.dts index 312a51c..9ef6b5

Re: [PATCH] pinctrl: imx1-core populate subdevices

2013-11-26 Thread Markus Pargmann
Hi, On Wed, Nov 27, 2013 at 11:33:15AM +0800, Chris Ruehl wrote: > On Wednesday, November 20, 2013 04:01 AM, Linus Walleij wrote: > >On Mon, Nov 11, 2013 at 7:19 PM, Markus Pargmann wrote: > > > >>Support gpio devicetree subnodes to allow a more detailed DT hardware > >>description. > >> > >>Sign

[PATCH 2/3] arm: dts: am437x-gp-evm: Enable gpio.

2013-11-26 Thread Sourav Poddar
Enable gpio3, gpio4, it will be used by gpio matrix keys. Also, can be used by othe peripherals. Signed-off-by: Sourav Poddar --- arch/arm/boot/dts/am437x-gp-evm.dts |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/am437x-gp-evm.dts b/arch/arm/bo

[PATCH 1/5] arm: dts: am4372: Add pwm-cells property for ecap device.

2013-11-26 Thread Sourav Poddar
Add "pwm-cells" node for all ecap, ehrpwm in am43x dtsi files. Signed-off-by: Sourav Poddar --- arch/arm/boot/dts/am4372.dtsi |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 6ccf5c2..ea55a4e 1006

[PATCH 2/5] ARM: dts: am43x-epos-evm: Add pwm backlight support.

2013-11-26 Thread Sourav Poddar
From: Sourav Poddar Date: Sat, 5 Oct 2013 05:19:46 +0530 Add pwm backlight support for am43x epos evm. Signed-off-by: Sourav Poddar --- arch/arm/boot/dts/am43x-epos-evm.dts | 24 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/am43x-

[PATCH 3/5] pinctrl: am43xx: dt-bindings: add MUX_MODE8

2013-11-26 Thread Sourav Poddar
From: Darren Etheridge AM43xx devices have an extra MUX_MODE for certain pins. Updating dt include to have MUX_MODE8 which maps to 0x8. Signed-off-by: Darren Etheridge Signed-off-by: Sourav Poddar --- include/dt-bindings/pinctrl/am43xx.h |1 + 1 files changed, 1 insertions(+), 0 deletions

[PATCH 5/5] arm: dts: am43x-epos-evm: Add SPI data.

2013-11-26 Thread Sourav Poddar
Add SPI dts data. Signed-off-by: Sourav Poddar --- arch/arm/boot/dts/am43x-epos-evm.dts | 30 ++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts index 7a504d1..2ebcde6 10064

[PATCH 4/5] arm: dts: am43x-epos-evm: Add I2C2 data.

2013-11-26 Thread Sourav Poddar
Add I2C2 dts data. Signed-off-by: Sourav Poddar --- arch/arm/boot/dts/am43x-epos-evm.dts | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts index 5521999..7a504d1 100644 --- a/arch/arm

[PATCH 0/5] Add more device nodes for am43x-epos-evm

2013-11-26 Thread Sourav Poddar
The patch series adds support for enabling pwm backlight, i2c2, spi and matrix gpio keys on am43x-gp-evm. Done on top of 3.13-rc1 + tero clock series(1) [1]: https://patchwork.kernel.org/patch/3009541/ Tested on am43x-gp-evm. There is a some bug while using regulators through backlight driver o

[PATCH 0/3] Add more device nodes for am43x gp evm.

2013-11-26 Thread Sourav Poddar
The patch series adds support for enabling gpio, pwm backlight and matrix gpio keys on am43x-gp-evm. Done on top of 3.13-rc1 + tero clock series(1) + Afzal's basic gp support(2). [1]: https://patchwork.kernel.org/patch/3009541/ [2]: https://patchwork.kernel.org/patch/3171761/ Tested on am43x-gp-

[PATCH 1/3] arm: dts: am437x-gp-evm: Add pwm backlight support.

2013-11-26 Thread Sourav Poddar
Add pwm backlight support for gp evm. Signed-off-by: Sourav Poddar --- arch/arm/boot/dts/am437x-gp-evm.dts | 24 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/am437x-gp-evm.dts b/arch/arm/boot/dts/am437x-gp-evm.dts index 11d93ba..2e

Re: [PATCH] input: Add support for MMA7455L/MMA7456L 3-Axis Accelerometer

2013-11-26 Thread Alexander Shiyan
Hello. > On Fri, Nov 22, 2013 at 07:53:35PM +0400, Alexander Shiyan wrote: > > This patch adds support for Freescale MMA7455L/MMA7456L 3-Axis > > Accelerometer connected to I2C bus. Driver can be loaded ether > > with or without DT support. The basic parameters of the driver > > can be changed thr

Re: [PATCH v2 5/5] ARM: dts: exynos4412-trats2: Enable TMU support at Trats2

2013-11-26 Thread Lukasz Majewski
Hi Kukjin, > Hi Kukjin, > > > This patch enables support for TMU at Exynos4412 based Trats2 board. > > > > Signed-off-by: Lukasz Majewski > > Reviewed-by: Bartlomiej Zolnierkiewicz > > Reviewed-by: Tomasz Figa > > > > --- > > Changes for v2: > > - None > > > > arch/arm/boot/dts/exynos4412-

Re: [PATCH v2 4/5] ARM: dts: exynos4x12: Device tree node definition for TMU on Exynos4x12

2013-11-26 Thread Lukasz Majewski
Hi Kukjin, > Hi Kukjin, > > > The TMU device tree node definition for Exynos4x12 family of SoCs. > > > > Signed-off-by: Lukasz Majewski > > Reviewed-by: Bartlomiej Zolnierkiewicz > > Reviewed-by: Tomasz Figa > > > > --- > > Changes for v2: > > - None > > > > arch/arm/boot/dts/exynos4x12.dt

Re: [PATCH v3 1/6] watchdog: davinci: change driver to use WDT core

2013-11-26 Thread Guenter Roeck
On 11/26/2013 08:31 PM, Sekhar Nori wrote: On Monday 25 November 2013 07:34 PM, Ivan Khoronzhuk wrote: To reduce code duplicate and increase code readability use WDT core code to handle WDT interface. Remove io_lock as the WDT core uses mutex to lock each wdt device. Remove wdt_state as the WDT

RE: [PATCH v3 3/3] Documentation: add the binding file for Freescale vf610 ADC driver

2013-11-26 Thread Fugang Duan
From: Mark Rutland [mailto:mark.rutl...@arm.com] Data: Tuesday, November 26, 2013 10:09 PM >To: Duan Fugang-B38611 >Cc: ji...@kernel.org; sachin.ka...@linaro.org; devicetree@vger.kernel.org; >shawn@linaro.org; Li Frank-B20596; linux-...@vger.kernel.org >Subject: Re: [PATCH v3 3/3] Documentatio

Re: [PATCH v3 3/4] ata: Add APM X-Gene SoC SATA host controller driver

2013-11-26 Thread Loc Ho
Hi, int set_speed(struct *phy, int lane, u64 speed); >>> >>> it should be phy_set_speed. >> [Loc Ho] >> But your other functions don't repeat the prefix "phy"? > > refer include/linux/phy/phy.h.. > > int phy_init(struct phy *phy); > int phy_exit(struct phy *phy); > int phy_power_on(struct phy

Re: [PATCH v3 3/4] ata: Add APM X-Gene SoC SATA host controller driver

2013-11-26 Thread Kishon Vijay Abraham I
On Tuesday 26 November 2013 10:11 PM, Loc Ho wrote: > Hi, > >>> int set_speed(struct *phy, int lane, u64 speed); >> >> it should be phy_set_speed. > [Loc Ho] > But your other functions don't repeat the prefix "phy"? refer include/linux/phy/phy.h.. int phy_init(struct phy *phy); int phy_exit(stru

RE: [PATCH v3 2/3] iio:adc:imx: add Freescale Vybrid vf610 adc driver

2013-11-26 Thread Fugang Duan
From: Mark Rutland Data: Tuesday, November 26, 2013 10:26 PM >To: Duan Fugang-B38611 >Cc: ji...@kernel.org; sachin.ka...@linaro.org; devicetree@vger.kernel.org; >shawn@linaro.org; Li Frank-B20596; linux-...@vger.kernel.org >Subject: Re: [PATCH v3 2/3] iio:adc:imx: add Freescale Vybrid vf610 a

Re: [PATCH v2 1/2] mmc: arasan: Add driver for Arasan SDHCI

2013-11-26 Thread Michal Simek
Hi Chris, On 11/27/2013 12:39 AM, Sören Brinkmann wrote: > Hi Chris, > > On Tue, Nov 26, 2013 at 06:22:46PM -0500, Chris Ball wrote: >> Hi Soren, sorry for the late review, just trivial changes: > No problem. Thanks for looking at it. > >> >> On Wed, Oct 30 2013, Soren Brinkmann wrote: >>> diff

Re: [PATCH] pinctrl: imx1-core populate subdevices

2013-11-26 Thread Chris Ruehl
On Wednesday, November 27, 2013 11:33 AM, Chris Ruehl wrote: On Wednesday, November 20, 2013 04:01 AM, Linus Walleij wrote: On Mon, Nov 11, 2013 at 7:19 PM, Markus Pargmann wrote: Support gpio devicetree subnodes to allow a more detailed DT hardware description. Signed-off-by: Markus Pargma

RE: [PATCH v3 2/3] iio:adc:imx: add Freescale Vybrid vf610 adc driver

2013-11-26 Thread Fugang Duan
From: Lars-Peter Clausen Data: Tuesday, November 26, 2013 7:52 PM >To: Duan Fugang-B38611 >Cc: ji...@kernel.org; sachin.ka...@linaro.org; devicetree@vger.kernel.org; >shawn@linaro.org; Li Frank-B20596; linux-...@vger.kernel.org >Subject: Re: [PATCH v3 2/3] iio:adc:imx: add Freescale Vybrid vf

Re: [PATCH v5 1/3] mtd: nand: gpio: Add DT property to automatically determine bus width

2013-11-26 Thread Brian Norris
Hi Alexander, On Tue, Nov 26, 2013 at 8:21 PM, Alexander Shiyan wrote: > ... >> We're dealing with a similar issue in other drivers currently, and I >> think it's worth straightening out the issue for all systems. >> >> On Wed, Nov 13, 2013 at 03:58:02PM +0400, Alexander Shiyan wrote: >> > This p

Re: [PATCH v3 1/6] watchdog: davinci: change driver to use WDT core

2013-11-26 Thread Sekhar Nori
On Monday 25 November 2013 07:34 PM, Ivan Khoronzhuk wrote: > To reduce code duplicate and increase code readability use WDT core > code to handle WDT interface. > > Remove io_lock as the WDT core uses mutex to lock each wdt device. > Remove wdt_state as the WDT core tracks state with its own vari

Re: [PATCH v5 1/3] mtd: nand: gpio: Add DT property to automatically determine bus width

2013-11-26 Thread Alexander Shiyan
... > We're dealing with a similar issue in other drivers currently, and I > think it's worth straightening out the issue for all systems. > > On Wed, Nov 13, 2013 at 03:58:02PM +0400, Alexander Shiyan wrote: > > This patch adds a property to automatically determine the NAND > > bus width by CFI/O

Re: [PATCH 07/12] memory: davinci-aemif: introduce AEMIF driver

2013-11-26 Thread Sekhar Nori
On Tuesday 26 November 2013 11:14 PM, ivan.khoronzhuk wrote: >>> +static int davinci_aemif_probe(struct platform_device *pdev) >>> +{ >>> + int ret = -ENODEV, i; >>> + struct resource *res; >>> + struct device *dev = &pdev->dev; >>> + struct device_node *np = dev->of_node;

Re: [PATCH v6 4/6] gpio: davinci: add OF support

2013-11-26 Thread Sekhar Nori
On Wednesday 27 November 2013 01:11 AM, Grygorii Strashko wrote: > On 11/26/2013 07:12 PM, Sekhar Nori wrote: >> On Tuesday 26 November 2013 06:03 PM, Grygorii Strashko wrote: >>> On 11/25/2013 01:00 PM, Sekhar Nori wrote: On Thursday 21 November 2013 11:45 PM, Prabhakar Lad wrote: > From:

[PATCH V4 1/1] drivers/gpio: Altera soft IP GPIO driver

2013-11-26 Thread thloh
From: Tien Hock Loh Add driver support for Altera GPIO soft IP, including interrupts and I/O. Tested on Altera CV SoC board using dipsw and LED using LED framework. Signed-off-by: Tien Hock Loh --- .../devicetree/bindings/gpio/gpio-altera.txt | 35 ++ drivers/gpio/Kconfig

Re: [PATCH] pinctrl: imx1-core populate subdevices

2013-11-26 Thread Chris Ruehl
On Wednesday, November 20, 2013 04:01 AM, Linus Walleij wrote: On Mon, Nov 11, 2013 at 7:19 PM, Markus Pargmann wrote: Support gpio devicetree subnodes to allow a more detailed DT hardware description. Signed-off-by: Markus Pargmann Looks good to me. Tentatively applied this, the DT people

[PATCH V2] staging: dwc2: set up all module params

2013-11-26 Thread Stephen Warren
The DWC2 USB controller in the BCM2835 (Raspberry Pi) needs some non- default parameters. Select these based on the compatible value from the DT node. For all other HW, fall back to the default parameters currently in use. The values in params_bcm2835[] were posted to the mailing list by Paul quit

[PATCH] Documentation: devicetree: arm: add lpae property to cpus/cpu bindings

2013-11-26 Thread Olof Johansson
While the LPAE capability is determined by the kernel today, it is still useful to be able to specify the feature in the device tree. There is precedence from other architectures for this. Signed-off-by: Olof Johansson --- My personal motive for this is to be able to tell which boards are work e

RE: [PATCH v3 3/3] Documentation: add the binding file for Freescale vf610 ADC driver

2013-11-26 Thread Fugang Duan
From: Shawn Guo [mailto:shawn@linaro.org] Data: Tuesday, November 26, 2013 9:38 PM >To: Duan Fugang-B38611 >Cc: ji...@kernel.org; sachin.ka...@linaro.org; devicetree@vger.kernel.org; Li >Frank-B20596; linux-...@vger.kernel.org >Subject: Re: [PATCH v3 3/3] Documentation: add the binding file fo

Re: [PATCH v2 00/10] Reuse davinci-nand driver for Keystone arch

2013-11-26 Thread Brian Norris
Hi Ivan, On Thu, Nov 21, 2013 at 01:28:15PM +0200, Ivan Khoronzhuk wrote: > This series contains fixes and updates of Davinci nand driver in > order to reuse it for Keystone platform. > > The series is combination of two following series: > - Davinci nand driver fixes and updates: > https://lkm

Re: [PATCH v3 3/8] clk: shmobile: Add MSTP clock support

2013-11-26 Thread Laurent Pinchart
Hi Mark, I'd like to send v4 of this series soon, hopefully for the last time. Would you be able to reply to the two issues that are still left and discussed below ? That would be really appreciated. On Wednesday 20 November 2013 22:54:58 Laurent Pinchart wrote: > On Tuesday 19 November 2013 18

Re: [PATCH v5 1/3] mtd: nand: gpio: Add DT property to automatically determine bus width

2013-11-26 Thread Brian Norris
On Tue, Nov 26, 2013 at 05:21:58PM -0800, Brian Norris wrote: > + Pekon, Ezequiel + Pekon, Ezequiel for real this time! Sorry... Everything else intact /Brian > > Hi Alexander, > > We're dealing with a similar issue in other drivers currently, and I > think it's worth straightening out the issu

Re: [PATCH v5 1/3] mtd: nand: gpio: Add DT property to automatically determine bus width

2013-11-26 Thread Brian Norris
+ Pekon, Ezequiel Hi Alexander, We're dealing with a similar issue in other drivers currently, and I think it's worth straightening out the issue for all systems. On Wed, Nov 13, 2013 at 03:58:02PM +0400, Alexander Shiyan wrote: > This patch adds a property to automatically determine the NAND >

[PATCH v2 1/9] arm: dt: zynq: Remove 'clock-ranges' from TTC nodes

2013-11-26 Thread Soren Brinkmann
The bindings for the TTC changed in commit 'arm: zynq: Use standard timer binding' (e932900a3279b5dbb6d8f43c7b369003620e137c). That change removed possible subnodes from this driver rendering the 'clock-ranges' property invalid for this node. Signed-off-by: Soren Brinkmann Acked-by: Peter Crosthw

[PATCH v2 2/9] arm: dt: zynq: Add 'cpus' node

2013-11-26 Thread Soren Brinkmann
Add a 'cpus' node to describe the CPU cores of Zynq. Signed-off-by: Soren Brinkmann Acked-by: Peter Crosthwaite --- v2: - remove cache size related properties --- arch/arm/boot/dts/zynq-7000.dtsi | 19 +++ 1 file changed, 19 insertions(+) diff --git a/arch/arm/boot/dts/zynq-70

[PATCH v2 4/9] clocksource/cadence_ttc: Use enable/disable_irq

2013-11-26 Thread Soren Brinkmann
To ensure that the timer interrupt is properly enabled/disabled across the whole CPU cluster use enable/disable_irq() instead of local_irq_disable(). Signed-off-by: Soren Brinkmann --- drivers/clocksource/cadence_ttc_timer.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git

[PATCH v2 3/9] clocksource/cadence_ttc: Store timer frequency in driver data

2013-11-26 Thread Soren Brinkmann
It is not allowed to call clk_get_rate() from interrupt context. To avoid such calls the timer input frequency is stored in the driver's data struct which makes it accessible to the driver in any context. Signed-off-by: Soren Brinkmann Acked-by: Daniel Lezcano --- drivers/clocksource/cadence_tt

[PATCH v2 6/9] clocksource/cadence_ttc: Overhaul clocksource frequency adjustment

2013-11-26 Thread Soren Brinkmann
The currently used method adjusting the clocksource to a changing input frequency does not work on kernels from 3.11 on. The new approach is to keep the timer frequency as constant as possible. I.e. - due to the TTC's prescaler limitations, allow frequency changes only if the frequency scales b

[PATCH v2 7/9] clocksource/cadence_ttc: Use only one counter

2013-11-26 Thread Soren Brinkmann
Currently the driver uses two of the three counters the TTC provides to implement a clocksource and a clockevent device. By using the TTC's match feature we can implement both use cases using a single counter only. The old approach is to use timer over-/underflow to generate an interrupt. Using the

[PATCH v2 9/9] arm: zynq: Add support for cpufreq

2013-11-26 Thread Soren Brinkmann
The generic cpufreq-cpu0 driver can scale the CPU frequency on Zynq SOCs. Add the required platform device to the BSP and appropriate OPPs to the dts. Signed-off-by: Soren Brinkmann --- arch/arm/boot/dts/zynq-7000.dtsi | 6 ++ arch/arm/mach-zynq/Kconfig | 2 ++ arch/arm/mach-zynq/commo

[PATCH v2 8/9] arm: zynq: Don't use arm_global_timer with cpufreq

2013-11-26 Thread Soren Brinkmann
The timer frequency of the arm_global_timer depends on the CPU frequency. With cpufreq altering that frequency the arm_global_timer does not maintain a stable time base. Therefore don't enable that timer in case cpufreq is enabled. Signed-off-by: Soren Brinkmann --- arch/arm/mach-zynq/Kconfig |

[PATCH v2 5/9] clocksource/cadence_ttc: Adjust interval in clock notifier

2013-11-26 Thread Soren Brinkmann
The clockevent has to be reprogrammed if the timer's input clock frequency changes and the timer is in periodic mode, in order to maintain the correct timer interval. Signed-off-by: Soren Brinkmann --- v2: - adjust the timer interval while the timer interrupt is disabled --- drivers/clocksource

[PATCH v2 0/9] arm: zynq: Add support for cpufreq

2013-11-26 Thread Soren Brinkmann
I revised this series and rebased on top of Linus' tree. Patch specific changes are tracked in the respective email with their patch. On the level of the whole series, this changed: v2: - added 'clocksource/cadence_ttc: Use enable/disable_irq'. I hope that is more appropriate to avoid races of

Re: [PATCH 07/12] memory: davinci-aemif: introduce AEMIF driver

2013-11-26 Thread Brian Norris
On Tue, Nov 26, 2013 at 01:26:44PM -0500, Santosh Shilimkar wrote: > On Tuesday 26 November 2013 12:21 PM, Sekhar Nori wrote: > > On 11/26/2013 8:35 PM, Santosh Shilimkar wrote: > >> On Tuesday 26 November 2013 02:20 AM, Sekhar Nori wrote: > >>> On Monday 11 November 2013 10:36 PM, Khoronzhuk, Ivan

[PATCH 1/2] ARM: i.MX53: dts: NAND flash controller

2013-11-26 Thread Rostislav Lisovy
Signed-off-by: Rostislav Lisovy diff --git a/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi b/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi index 9304d0a..fa7309f5 100644 --- a/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi +++ b/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi @@ -72,6 +72,10 @@

[PATCH 2/2] ARM: i.MX53: dts: USB host controller

2013-11-26 Thread Rostislav Lisovy
Signed-off-by: Rostislav Lisovy diff --git a/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi b/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi index fa7309f5..04a2895 100644 --- a/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi +++ b/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi @@ -38,6 +38,16 @@

[PATCH 0/2] ARM: i.MX53: voipac-dmm-668 Devicetree

2013-11-26 Thread Rostislav Lisovy
This patchset adds NAND controller and USB host controller support for Voipac x53-dmm-668 module. This patchset applies to linux-next (since the Voipac devicetree support is not present in any other trees). Rostislav Lisovy (2): ARM: i.MX53: dts: NAND flash controller ARM: i.MX53: dts: USB ho

Re: [PATCH v2 1/2] mmc: arasan: Add driver for Arasan SDHCI

2013-11-26 Thread Sören Brinkmann
Hi Chris, On Tue, Nov 26, 2013 at 06:22:46PM -0500, Chris Ball wrote: > Hi Soren, sorry for the late review, just trivial changes: No problem. Thanks for looking at it. > > On Wed, Oct 30 2013, Soren Brinkmann wrote: > > diff --git a/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt > > b/

Re: [PATCH v2 1/2] mmc: arasan: Add driver for Arasan SDHCI

2013-11-26 Thread Chris Ball
Hi Soren, sorry for the late review, just trivial changes: On Wed, Oct 30 2013, Soren Brinkmann wrote: > diff --git a/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt > b/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt > new file mode 100644 > index ..ef4c5ac753e8 > --- /

Re: [PATCH] ARM: dts: omap3-beagle: Fix USB host on beagle boards (for 3.13)

2013-11-26 Thread Tony Lindgren
* Roger Quadros [131126 00:57]: > On 11/25/2013 05:50 PM, Nishanth Menon wrote: > > On Mon, Nov 25, 2013 at 7:55 AM, Roger Quadros wrote: > >> Beagle (rev. C4) and Beagle-XM (all revs) need VAUX2 1.8V supply > >> for the USB PHY. > >> > >> As the generic PHY driver can't handle more than one supp

Re: [PATCH v3 09/10] ARM: dts: omap3-beagle-xm: Add USB Host support

2013-11-26 Thread Nishanth Menon
On Tue, Nov 26, 2013 at 3:04 PM, Tony Lindgren wrote: > * Roger Quadros [131120 02:33]: >> Nishant, >> >> On 11/19/2013 11:05 PM, Nishanth Menon wrote: >> > >> > >> > On 09/24/2013 03:53 AM, Roger Quadros wrote: >> >> Provide RESET GPIO and Power regulator for the USB PHY, >> >> the USB Host port

Re: [PATCH V3 1/2] sata_rcar: Add R-Car Gen2 SATA PHY support

2013-11-26 Thread Valentine
On 11/08/2013 04:09 PM, Valentine Barshak wrote: Tejun, are you OK with taking this? R-Car Gen2 SoCs have a different PHY which is not compatible with the older R-Car H1 (R8A7779) version. This adds OF/platform device id tables and PHY initialization callbacks for the following Gen2 SoCs: *

Re: [PATCH v5 2/4] Documentation: Add documentation for APM X-Gene SoC SATA host controller DTS binding

2013-11-26 Thread Loc Ho
Hi, >> +- interrupt-parent : Interrupt controller. > > I don't think that's strictly required. Okay, got rip of it. >> +Optional properties: >> +- status : Shall be "ok" if enabled or "na" if disabled. >> + Default is "ok". > > Why not use the more standard "d

Re: [PATCH 1/2] ARM: dts: omap4-panda-common: Fix pin muxing for wl12xx

2013-11-26 Thread Tony Lindgren
* Dan Murphy [131121 09:28]: > On 11/21/2013 10:58 AM, Tony Lindgren wrote: > > * Balaji T K [131121 05:51]: > >> pin mux wl12xx_gpio and wl12xx_pins should be part of omap4_pmx_core > >> and not omap4_pmx_wkup. So, move wl12xx_* to omap4_pmx_core. > >> > >> Fix the following error message: > >>

Re: [PATCH 2/5] pwm: kona: Introduce Kona PWM controller support

2013-11-26 Thread Tim Kryger
On Tue, Nov 26, 2013 at 1:45 AM, Thierry Reding wrote: > On Mon, Nov 25, 2013 at 05:38:44PM -0800, Tim Kryger wrote: > Okay, that's fine then. Do you have a pointer to that documentation? Unfortunately the documentation is not publicly available at the moment. >> The hardware is always enabled

Re: [PATCH v3 09/10] ARM: dts: omap3-beagle-xm: Add USB Host support

2013-11-26 Thread Tony Lindgren
* Roger Quadros [131120 02:33]: > Nishant, > > On 11/19/2013 11:05 PM, Nishanth Menon wrote: > > > > > > On 09/24/2013 03:53 AM, Roger Quadros wrote: > >> Provide RESET GPIO and Power regulator for the USB PHY, > >> the USB Host port mode and the PHY device for the controller. > >> Also provide

RE: [PATCH] staging: dwc2: set up all module params

2013-11-26 Thread Paul Zimmerman
> From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Tuesday, November 26, 2013 11:43 AM > > On 11/26/2013 12:27 PM, Paul Zimmerman wrote: > >> From: Stephen Warren [mailto:swar...@wwwdotorg.org] > >> Sent: Monday, November 25, 2013 9:03 PM > >> > >> The DWC2 USB controller in the BCM2835

Re: [PATCH v6 4/6] gpio: davinci: add OF support

2013-11-26 Thread Grygorii Strashko
On 11/26/2013 07:12 PM, Sekhar Nori wrote: On Tuesday 26 November 2013 06:03 PM, Grygorii Strashko wrote: On 11/25/2013 01:00 PM, Sekhar Nori wrote: On Thursday 21 November 2013 11:45 PM, Prabhakar Lad wrote: From: KV Sujith This patch adds OF parser support for davinci gpio driver and also

Re: [PATCH v3 0/6] Update Davinci watchdog driver

2013-11-26 Thread Grygorii Strashko
Hi Sekhar, On 11/25/2013 04:04 PM, Ivan Khoronzhuk wrote: > These patches are intended to update Davinci watchdog to use WDT core > and reuse driver for keystone arch, because Keystone uses the similar > IP like Davinci. > > See Documentation: > Davinci DM646x - http://www.ti.com/lit/ug/spruer5b/

Re: [PATCH] staging: dwc2: set up all module params

2013-11-26 Thread Stephen Warren
On 11/26/2013 12:27 PM, Paul Zimmerman wrote: >> From: Stephen Warren [mailto:swar...@wwwdotorg.org] >> Sent: Monday, November 25, 2013 9:03 PM >> >> The DWC2 USB controller in the BCM2835 (Raspberry Pi) needs some non- >> default parameters. Select these based on the compatible value from the >> D

RE: [PATCH] staging: dwc2: set up all module params

2013-11-26 Thread Paul Zimmerman
> From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Monday, November 25, 2013 9:03 PM > > The DWC2 USB controller in the BCM2835 (Raspberry Pi) needs some non- > default parameters. Select these based on the compatible value from the > DT node. For all other HW, fall back to the default

Re: [PATCH] input: Add support for MMA7455L/MMA7456L 3-Axis Accelerometer

2013-11-26 Thread Dmitry Torokhov
Hi Alexander, On Fri, Nov 22, 2013 at 07:53:35PM +0400, Alexander Shiyan wrote: > This patch adds support for Freescale MMA7455L/MMA7456L 3-Axis > Accelerometer connected to I2C bus. Driver can be loaded ether > with or without DT support. The basic parameters of the driver > can be changed throug

Re: [PATCH 07/12] memory: davinci-aemif: introduce AEMIF driver

2013-11-26 Thread ivan.khoronzhuk
On 11/26/2013 08:26 PM, Santosh Shilimkar wrote: Fair enough Ok, I will do -- Regards, Ivan Khoronzhuk -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.ht

Re: [PATCH 07/12] memory: davinci-aemif: introduce AEMIF driver

2013-11-26 Thread ivan.khoronzhuk
On 11/26/2013 08:30 PM, Santosh Shilimkar wrote: Ivan, On Tuesday 26 November 2013 12:44 PM, ivan.khoronzhuk wrote: On 11/26/2013 09:20 AM, Sekhar Nori wrote: On Monday 11 November 2013 10:36 PM, Khoronzhuk, Ivan wrote: +static struct platform_driver davinci_aemif_driver = { + .probe

Re: [PATCH 07/12] memory: davinci-aemif: introduce AEMIF driver

2013-11-26 Thread Santosh Shilimkar
Ivan, On Tuesday 26 November 2013 12:44 PM, ivan.khoronzhuk wrote: > On 11/26/2013 09:20 AM, Sekhar Nori wrote: >> On Monday 11 November 2013 10:36 PM, Khoronzhuk, Ivan wrote: >>> +static struct platform_driver davinci_aemif_driver = { >>> + .probe = davinci_aemif_probe, >>> + .remove

Re: [PATCH 07/12] memory: davinci-aemif: introduce AEMIF driver

2013-11-26 Thread Santosh Shilimkar
On Tuesday 26 November 2013 12:21 PM, Sekhar Nori wrote: > On 11/26/2013 8:35 PM, Santosh Shilimkar wrote: >> On Tuesday 26 November 2013 02:20 AM, Sekhar Nori wrote: >>> On Monday 11 November 2013 10:36 PM, Khoronzhuk, Ivan wrote: Add new AEMIF driver for EMIF16 davinci controller. The EMIF16

Re: [PATCHv10 00/41] ARM: TI SoC clock DT conversion

2013-11-26 Thread Tony Lindgren
* Tero Kristo [131126 00:09]: > Hi, > > Changes compared to v9: > - rebased on top of 3.13-rc1 > - modified the low level clk register API to provide SoC specific clk_readl > and clk_writel support which can be registered during boot, TI SoC variant > uses regmap on low level > - dropped regm

Re: [PATCH 5/9] ARM: at91/dt: add mmc0 slot0 support to at91rm9200ek board

2013-11-26 Thread boris brezillon
Hello Linus, Sorry for the noise, my mail was filtered by several ML because of some HTML contents. Le 26/11/2013 14:46, Linus Walleij a écrit : On Thu, Nov 21, 2013 at 11:34 AM, boris brezillon wrote: On 21/11/2013 10:48, Linus Walleij wrote: No matter whether it's a switch or a GPIO reg

Re: [PATCH v2] watchdog: GPIO-controlled watchdog

2013-11-26 Thread Guenter Roeck
On 11/26/2013 08:26 AM, Alexander Shiyan wrote: This patch adds a watchdog driver for devices controlled through GPIO, (Analog Devices ADM706, IC 555 etc). Signed-off-by: Alexander Shiyan --- A list of changes since v1 would be helpful. .../devicetree/bindings/watchdog/gpio-wdt.txt |

Re: [PATCH 07/12] memory: davinci-aemif: introduce AEMIF driver

2013-11-26 Thread ivan.khoronzhuk
On 11/26/2013 09:20 AM, Sekhar Nori wrote: > On Monday 11 November 2013 10:36 PM, Khoronzhuk, Ivan wrote: >> Add new AEMIF driver for EMIF16 davinci controller. The EMIF16 module >> is intended to provide a glue-less interface to a variety of >> asynchronous memory devices like ASRA M, NOR and NAND

Re: [PATCHv10 41/41] ARM: OMAP3: use DT clock init if DT data is available

2013-11-26 Thread Tony Lindgren
* Tero Kristo [131126 00:10]: > OMAP3 platforms support both DT and non-DT boot at the moment, make > the clock init work according to the used setup. We're making omap3 to be DT only as well, so it might make sense to drop the omap3 clock data as well while at it. Or do it later to avoid adding

[PATCH 3/3] ARM: dts: imx27: imx27-apf27dev: add pinctrl for cspi, i2c, sdhc and framebuffer

2013-11-26 Thread Gwenhael Goavec-Merou
Signed-off-by: Gwenhael Goavec-Merou --- arch/arm/boot/dts/imx27-apf27dev.dts | 40 1 file changed, 40 insertions(+) diff --git a/arch/arm/boot/dts/imx27-apf27dev.dts b/arch/arm/boot/dts/imx27-apf27dev.dts index 9197329..812f22c 100644 --- a/arch/arm/boot/dt

[PATCH 2/3] ARM: dts: imx27: imx27-apf27: add pinctrl for fec and uart1

2013-11-26 Thread Gwenhael Goavec-Merou
Signed-off-by: Gwenhael Goavec-Merou --- arch/arm/boot/dts/imx27-apf27.dts | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm/boot/dts/imx27-apf27.dts b/arch/arm/boot/dts/imx27-apf27.dts index ba4c6df..8bc75c7 100644 --- a/arch/arm/boot/dts/imx27-apf27.dts +++ b/arch/

[PATCH 1/3] ARM: imx27: add pingroups for cspi, sdhc and framebuffer

2013-11-26 Thread Gwenhael Goavec-Merou
Signed-off-by: Gwenhael Goavec-Merou --- arch/arm/boot/dts/imx27-pingrp.h | 68 1 file changed, 68 insertions(+) diff --git a/arch/arm/boot/dts/imx27-pingrp.h b/arch/arm/boot/dts/imx27-pingrp.h index 08d8d18..e61bec2 100644 --- a/arch/arm/boot/dts/imx27-p

Re: [PATCH] usb: gadget: Add UDC driver for Aeroflex Gaisler GRUSBDC

2013-11-26 Thread Felipe Balbi
On Mon, Oct 28, 2013 at 01:59:02PM +0100, Andreas Larsson wrote: > On 2013-10-01 16:19, Felipe Balbi wrote: > +static void gr_finish_request(struct gr_ep *ep, struct gr_request *req, > + int status) > +{ > + struct gr_udc *dev; > + > + list_del_init(&re

Re: [PATCH] checkpatch: add DT compatible string documentation check

2013-11-26 Thread Rob Herring
On 11/26/2013 11:29 AM, Joe Perches wrote: > On Tue, 2013-11-26 at 11:11 -0600, Rob Herring wrote: >> I think we don't really want '+' (or '_') in compatible strings. > > What about lines like: > arch/powerpc/boot/dts/kmeter1.dts: compatible = "ucc_geth"; I didn't say we don't have them, but for

Re: [PATCHv10 31/41] ARM: OMAP2+: clock: add support for regmap

2013-11-26 Thread Tony Lindgren
* Tero Kristo [131126 00:10]: > Using regmap is required for isolating the actual memory access from > the clock code. Now, the driver providing the support for the clock IP > block can provide a regmap for this purpose. > > Signed-off-by: Tero Kristo > --- > arch/arm/mach-omap2/clock.c | 27

Re: [PATCH] checkpatch: add DT compatible string documentation check

2013-11-26 Thread Joe Perches
On Tue, 2013-11-26 at 11:11 -0600, Rob Herring wrote: > I think we don't really want '+' (or '_') in compatible strings. What about lines like: arch/powerpc/boot/dts/kmeter1.dts: compatible = "ucc_geth"; -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a m

Re: [PATCH 2/2] memory: ti-aemif: add bindings for AEMIF driver

2013-11-26 Thread ivan.khoronzhuk
On 11/22/2013 11:06 PM, Kumar Gala wrote: On Nov 20, 2013, at 1:03 PM, ivan.khoronzhuk wrote: On 11/20/2013 08:21 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: + the chip select signal. + Minimum value is 1 (0 treated as 1). + +- ti,c

Re: [PATCH 07/12] memory: davinci-aemif: introduce AEMIF driver

2013-11-26 Thread Sekhar Nori
On 11/26/2013 8:35 PM, Santosh Shilimkar wrote: > On Tuesday 26 November 2013 02:20 AM, Sekhar Nori wrote: >> On Monday 11 November 2013 10:36 PM, Khoronzhuk, Ivan wrote: >>> Add new AEMIF driver for EMIF16 davinci controller. The EMIF16 module >>> is intended to provide a glue-less interface to a

Re: [PATCH v6 4/6] gpio: davinci: add OF support

2013-11-26 Thread Sekhar Nori
On Tuesday 26 November 2013 06:03 PM, Grygorii Strashko wrote: > On 11/25/2013 01:00 PM, Sekhar Nori wrote: >> On Thursday 21 November 2013 11:45 PM, Prabhakar Lad wrote: >>> From: KV Sujith >>> >>> This patch adds OF parser support for davinci gpio >>> driver and also appropriate documentation in

Re: [PATCH] checkpatch: add DT compatible string documentation check

2013-11-26 Thread Rob Herring
On Tue, Nov 26, 2013 at 10:43 AM, Joe Perches wrote: > On Tue, 2013-11-26 at 10:01 -0600, Rob Herring wrote: >> From: Rob Herring > > Hi Rob. > >> This adds a simple check that any compatible strings in DeviceTree dts >> files are present in Documentation/devicetree/bindings. This should be a >>

Re: [PATCH v11 7/7] ARM: tegra: support Trusted Foundations by default

2013-11-26 Thread Dave Martin
On Tue, Nov 26, 2013 at 10:35:58AM +0900, Alexandre Courbot wrote: > On Tue, Nov 26, 2013 at 9:06 AM, Olof Johansson wrote: > > On Sun, Nov 24, 2013 at 03:30:52PM +0900, Alexandre Courbot wrote: > >> Support for Trusted Foundations is light and allows the kernel to run on > >> a wider range of dev

Re: [PATCH] checkpatch: add DT compatible string documentation check

2013-11-26 Thread Joe Perches
On Tue, 2013-11-26 at 10:01 -0600, Rob Herring wrote: > From: Rob Herring Hi Rob. > This adds a simple check that any compatible strings in DeviceTree dts > files are present in Documentation/devicetree/bindings. This should be a > temporary check until we have more sophisticated binding schema

Re: [PATCH v3 3/4] ata: Add APM X-Gene SoC SATA host controller driver

2013-11-26 Thread Loc Ho
Hi, >> int set_speed(struct *phy, int lane, u64 speed); > > it should be phy_set_speed. [Loc Ho] But your other functions don't repeat the prefix "phy"? >> >> where lane indicates the lane of the PHY and speed is the PHY speed in hertz. > > Does lane here means the number of lanes? Is the lane al

Re: [PATCH 2/2] memory: ti-aemif: add bindings for AEMIF driver

2013-11-26 Thread ivan.khoronzhuk
On 11/22/2013 11:04 PM, Kumar Gala wrote: On Nov 20, 2013, at 9:46 AM, Ivan Khoronzhuk wrote: Add bindings for AEMIF controller drivers/memory/ti-aemif.c Binding shouldn’t normally refer to code. Just saying something like: Adding binging for TI Async External Memory Interface (AEMIF) co

Re: [PATCH 2/2] memory: ti-aemif: add bindings for AEMIF driver

2013-11-26 Thread Grygorii Strashko
On 11/22/2013 11:04 PM, Kumar Gala wrote: > > On Nov 20, 2013, at 9:46 AM, Ivan Khoronzhuk wrote: > >> Add bindings for AEMIF controller drivers/memory/ti-aemif.c >> > > Binding shouldn’t normally refer to code. > > Just saying something like: > > Adding binging for TI Async External Memory I

[PATCH v2] watchdog: GPIO-controlled watchdog

2013-11-26 Thread Alexander Shiyan
This patch adds a watchdog driver for devices controlled through GPIO, (Analog Devices ADM706, IC 555 etc). Signed-off-by: Alexander Shiyan --- .../devicetree/bindings/watchdog/gpio-wdt.txt | 23 ++ drivers/watchdog/Kconfig | 8 + drivers/watchdog/Makefile

[PATCH] checkpatch: add DT compatible string documentation check

2013-11-26 Thread Rob Herring
From: Rob Herring This adds a simple check that any compatible strings in DeviceTree dts files are present in Documentation/devicetree/bindings. This should be a temporary check until we have more sophisticated binding schema checking. Signed-off-by: Rob Herring Cc: Grant Likely Cc: Andy Whitc

Re: [PATCH] clk: exynos: Fix typos in DT bindings documentation

2013-11-26 Thread Laurent Pinchart
Hi Tomasz, On Tuesday 26 November 2013 13:13:15 Tomasz Figa wrote: > On Tuesday 26 of November 2013 11:23:49 Sachin Kamat wrote: > > +CC Mike and removed a few from the list. > > > > Hi Laurent, > > > > On 26 November 2013 05:52, Laurent Pinchart wrote: > > > On Monday 18 November 2013 17:17:39

Re: [PATCH v4 4/4] ARM: EXYNOS: add Exynos Dual Cluster Support

2013-11-26 Thread Dave Martin
On Tue, Nov 26, 2013 at 12:58:08PM +0400, Vyacheslav Tyrtov wrote: > From: Tarek Dakhran > > Add EDCS(Exynos Dual Cluster Support) for Samsung Exynos5410 SoC. > This enables all 8 cores, 4 x A7 and 4 x A15 run at the same time. > > Signed-off-by: Tarek Dakhran > Signed-off-by: Vyacheslav Tyrtov

Re: [RESEND PATCH v2 1/3] irqchip: irq-dove: Add PMU interrupt controller.

2013-11-26 Thread Jason Cooper
On Thu, Nov 07, 2013 at 11:35:29AM +0100, Andrew Lunn wrote: > Dove has a Power Management Unit with its own interrupt > controller. This is chained on the main interrupt controller. Add a > driver, making use of generic chip where possible. > > Signed-off-by: Andrew Lunn > Tested-by: Sebastian

Re: [PATCH 07/12] memory: davinci-aemif: introduce AEMIF driver

2013-11-26 Thread Santosh Shilimkar
On Tuesday 26 November 2013 02:20 AM, Sekhar Nori wrote: > On Monday 11 November 2013 10:36 PM, Khoronzhuk, Ivan wrote: >> Add new AEMIF driver for EMIF16 davinci controller. The EMIF16 module >> is intended to provide a glue-less interface to a variety of >> asynchronous memory devices like ASRA M

Re: [PATCH v5 2/4] Documentation: Add documentation for APM X-Gene SoC SATA host controller DTS binding

2013-11-26 Thread Mark Rutland
On Tue, Nov 26, 2013 at 07:01:23AM +, Loc Ho wrote: > Documentation: Add documentation for APM X-Gene SoC SATA host controller DTS > binding > > Signed-off-by: Loc Ho > Signed-off-by: Tuan Phan > Signed-off-by: Suman Tripathi > --- > .../devicetree/bindings/ata/apm-xgene.txt | 1

Re: [PATCH v3 2/3] iio:adc:imx: add Freescale Vybrid vf610 adc driver

2013-11-26 Thread Mark Rutland
On Tue, Nov 26, 2013 at 10:56:33AM +, Fugang Duan wrote: > Add Freescale Vybrid vf610 adc driver. The driver only support > ADC software trigger. > > Signed-off-by: Fugang Duan > --- > drivers/iio/adc/Kconfig | 11 + > drivers/iio/adc/Makefile|1 + > drivers/iio/adc/vf610_adc.c

Re: [PATCH v3 3/3] Documentation: add the binding file for Freescale vf610 ADC driver

2013-11-26 Thread Mark Rutland
On Tue, Nov 26, 2013 at 10:56:34AM +, Fugang Duan wrote: > The patch adds the binding file for Freescale vf610 ADC driver. > > Signed-off-by: Fugang Duan > --- > .../devicetree/bindings/iio/adc/vf610-adc.txt | 57 > > 1 files changed, 57 insertions(+), 0 deletion

  1   2   3   >