Re: [PATCH 0/5] dmaengine: convert dw_dmac/spear13xx to generic binding

2013-04-19 Thread Arnd Bergmann
On Monday 28 January 2013, Arnd Bergmann wrote: > Hi everyone, > > This is my attempt to convert the spear platform and the dw_dmac to > the generic device tree binding for DMA, so that we don't get > a release with the broken version. I'm pretty sure that this > has bugs, but it's as good as I co

Re: [PATCH 5/6] thermal:exynos4: Enable support for Exynos4412 SoCs

2013-04-19 Thread Sachin Kamat
On 19 April 2013 23:51, Tomasz Figa wrote: > On Friday 19 of April 2013 23:41:29 Sachin Kamat wrote: >> On 19 April 2013 22:08, Lukasz Majewski wrote: >> > Enable TMU support for Exynos4412 based target with device tree. >> > >> > Signed-off-by: Lukasz Majewski >> > Signed-off-by: Kyungmin Park

Re: [PATCH 5/6] thermal:exynos4: Enable support for Exynos4412 SoCs

2013-04-19 Thread Tomasz Figa
On Friday 19 of April 2013 23:41:29 Sachin Kamat wrote: > On 19 April 2013 22:08, Lukasz Majewski wrote: > > Enable TMU support for Exynos4412 based target with device tree. > > > > Signed-off-by: Lukasz Majewski > > Signed-off-by: Kyungmin Park > > --- > > I have already submitted a similar p

Re: [PATCH 5/6] thermal:exynos4: Enable support for Exynos4412 SoCs

2013-04-19 Thread Sachin Kamat
On 19 April 2013 22:08, Lukasz Majewski wrote: > Enable TMU support for Exynos4412 based target with device tree. > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > --- I have already submitted a similar patch for doing this: http://permalink.gmane.org/gmane.linux.power-managem

Re: [PATCH 2/6] thermal:exynos4: TMU Common clock framework support for TMU (Thermal Monitoring Unit)

2013-04-19 Thread Sachin Kamat
On 19 April 2013 22:08, Lukasz Majewski wrote: > This patch modifies exynos_thermal.c file to use clk_disable_unprepare() > and clk_prepare_enable() instead of clk_{enable|disable}. > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > --- I have already submitted a similar patch

Re: [PATCH 1/2] ALSA: ASoc: spdif_transciever: Add DT support

2013-04-19 Thread Daniel Mack
Hi Michal, On 19.04.2013 15:38, Michal Bachraty wrote: > Add devicetree support for this dummy audio soc driver. I think Mark wants to see only "ASoC:" in the patch subjects now. > > Signed-off-by: Michal Bachraty > --- > sound/soc/codecs/spdif_transciever.c | 10 ++ > 1 file change

Re: [PATCH v3 0/4] ARM: dts: Add USB host support for Panda and Beagle-xm

2013-04-19 Thread Tony Lindgren
* Roger Quadros [130419 03:02]: > Hi Benoit/Tony > > I've consolidated all the USB host device tree patches for Panda and Beagles > to one place and addressed Tony's comments. > > NOTE: patch 1 depends on OMAP clock binding introduced in > https://lkml.org/lkml/2013/4/12/407 > > v3: > - updated

Re: [PATCH] ARM: dts: omap4-panda: Add USB Host support

2013-04-19 Thread Tony Lindgren
* Roger Quadros [130419 01:23]: > On 04/18/2013 11:09 PM, Tony Lindgren wrote: > > > the naming should be mode0name.modename to be consistent. Here's > > what I dumped out, please check and replace spaces with tabs: > > > > 0x82 0x10c /* > > usbb1_ulpitll_clk.usbb1_

Re: [PATCHv8 07/19] arm: pci: add a align_resource hook

2013-04-19 Thread Russell King - ARM Linux
On Mon, Apr 15, 2013 at 12:36:09PM -0400, Jason Cooper wrote: > Russell, > > Thanks for applying this patch (7683/1) to your tree. I see it's in > your for-next, which I understand *isn't* stable. That is correct. > 029baf1 ARM: 7683/1: pci: add a align_resource hook > > Is there a stable br

Re: [PATCH 1/2] GPIO: clps711x: Rewrite driver for using generic GPIO code

2013-04-19 Thread Russell King - ARM Linux
On Sat, Apr 13, 2013 at 08:21:39AM +0400, Alexander Shiyan wrote: > +static void __init clps711x_add_gpio(void) > +{ > + const struct resource clps711x_gpio0_res[] = { > + DEFINE_RES_MEM(PADR, SZ_1), > + DEFINE_RES_MEM(PADDR, SZ_1), > + }; > + const struct resour

[PATCH 2/2] ALSA: ASoC: spdif_receiver: Add DT support

2013-04-19 Thread Michal Bachraty
Add devicetree support for this dummy audio soc driver. Signed-off-by: Michal Bachraty --- sound/soc/codecs/spdif_receiver.c | 12 1 file changed, 12 insertions(+) diff --git a/sound/soc/codecs/spdif_receiver.c b/sound/soc/codecs/spdif_receiver.c index dd8d856..5d469c7 100644 --

[PATCH 1/2] ALSA: ASoc: spdif_transciever: Add DT support

2013-04-19 Thread Michal Bachraty
Add devicetree support for this dummy audio soc driver. Signed-off-by: Michal Bachraty --- sound/soc/codecs/spdif_transciever.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/sound/soc/codecs/spdif_transciever.c b/sound/soc/codecs/spdif_transciever.c index 112a49d..4c8c295 10

Re: [PATCH 1/3] Add support for GMT G72/G763 PWM fan controller

2013-04-19 Thread Guenter Roeck
On Fri, Apr 19, 2013 at 01:30:51PM +0200, Arnaud Ebalard wrote: > Hi, > > Andrew Lunn writes: > > > Hi Arnaud > > > >> +static DEVICE_ATTR(pwm1, S_IWUSR | S_IRUGO, get_pwm, set_pwm); > >> +static DEVICE_ATTR(pwm1_polarity, S_IWUSR | S_IRUGO, > >> + get_pwm_polarity, set_pwm_polarity)

Re: [PATCH -next] mmc: mxs-mmc: fix error return code in mxs_mmc_probe()

2013-04-19 Thread Marek Vasut
Dear Wei Yongjun, > From: Wei Yongjun > > Fix to return -ENODEV in the request dma error case instead > of 0, as done elsewhere in this function. > > Signed-off-by: Wei Yongjun Seems ok to me. Reviewed-by: Marek Vasut Best regards, Marek Vasut __

Re: [RFC PATCH] drivers: bus: add ARM CCI support

2013-04-19 Thread Lorenzo Pieralisi
Thanks for the review Stephen. On Thu, Apr 18, 2013 at 06:20:48PM +0100, Stephen Boyd wrote: > On 04/11/13 07:47, Lorenzo Pieralisi wrote: > > diff --git a/drivers/bus/arm-cci.c b/drivers/bus/arm-cci.c > > new file mode 100644 > > index 000..81953de > > --- /dev/null > > +++ b/drivers/bus/arm-

[PATCH v2 05/15] fsl_pmc: update device bindings

2013-04-19 Thread Zhao Chenhui
- Forwarded message from Zhao Chenhui - Date: Fri, 19 Apr 2013 18:47:38 +0800 From: Zhao Chenhui To: linuxppc-...@lists.ozlabs.org CC: linux-ker...@vger.kernel.org Subject: [linuxppc-release] [PATCH v2 05/15] fsl_pmc: update device bindings X-Mailer: git-send-email 1.7.3 From: Li Yang

[chenhui.z...@freescale.com: [linuxppc-release] [PATCH v2 04/15] pm: add power node to dts]

2013-04-19 Thread Zhao Chenhui
- Forwarded message from Zhao Chenhui - Date: Fri, 19 Apr 2013 18:47:37 +0800 From: Zhao Chenhui To: linuxppc-...@lists.ozlabs.org CC: linux-ker...@vger.kernel.org Subject: [linuxppc-release] [PATCH v2 04/15] pm: add power node to dts X-Mailer: git-send-email 1.7.3 The Power Management

Re: [PATCH v3 0/6] Generic PHY Framework

2013-04-19 Thread Sekhar Nori
Hi Kishon, On 3/20/2013 2:41 PM, Kishon Vijay Abraham I wrote: > Added a generic PHY framework that provides a set of APIs for the PHY drivers > to create/destroy a PHY and APIs for the PHY users to obtain a reference to > the PHY with or without using phandle. To obtain a reference to the PHY > w

Re: [PATCH V2 1/7] kbuild: create an "include chroot" for DT bindings

2013-04-19 Thread Grant Likely
On Wed, 3 Apr 2013 17:34:52 -0600, Stephen Warren wrote: > Grant, Rob, Michal, I'm hoping for acks or comments from you so this > series can be placed into a topic branch in the arm-soc repo, for others > to build on during the 3.10 kernel cycle. Thanks. Thanks for doing all this work Stephen.

[PATCH v3 4/4] ARM: dts: omap3-beagle-xm: Add USB host supprot for Rev. Ax/Bx

2013-04-19 Thread Roger Quadros
Rev. Ax/Bx boards have reversed polarity for USBHOST_PWR_ENable signal when compared to Rev. C boards. We create a new dts file for Ax/Bx boards. Also update model and compatible flags for Rev. C board. CC: Benoît Cousson Signed-off-by: Roger Quadros --- arch/arm/boot/dts/omap3-beagle-xm-ab.d

[PATCH v3 3/4] ARM: dts: omap3-beagle-xm: Add USB Host support

2013-04-19 Thread Roger Quadros
Provide RESET and Power regulators for the USB PHY, the USB Host port mode and the PHY device. Also provide pin multiplexer information for USB host pins. CC: Benoît Cousson Signed-off-by: Roger Quadros --- arch/arm/boot/dts/omap3-beagle-xm.dts | 61 + 1 files

[PATCH v3 2/4] ARM: dts: omap3-beagle: Make USB host pin naming consistent

2013-04-19 Thread Roger Quadros
Use a common naming scheme "mode0name.modename flags" for the USB host pins to be consistent. Signed-off-by: Roger Quadros --- arch/arm/boot/dts/omap3-beagle.dts | 25 + 1 files changed, 13 insertions(+), 12 deletions(-) diff --git a/arch/arm/boot/dts/omap3-beagle.dts

[PATCH v3 1/4] ARM: dts: omap4-panda: Add USB Host support

2013-04-19 Thread Roger Quadros
Provide the RESET and Power regulators for the USB PHY, the USB Host port mode and the PHY device. The USB PHY needs AUXCLK3 to operate. Provide this information as well. Also provide pin multiplexer information for the USB host pins. CC: Benoît Cousson Signed-off-by: Roger Quadros --- arch/a

[PATCH v3 0/4] ARM: dts: Add USB host support for Panda and Beagle-xm

2013-04-19 Thread Roger Quadros
Hi Benoit/Tony I've consolidated all the USB host device tree patches for Panda and Beagles to one place and addressed Tony's comments. NOTE: patch 1 depends on OMAP clock binding introduced in https://lkml.org/lkml/2013/4/12/407 v3: - updated mux mode to use pulldowns on panda as non-DT boot us

Re: [PATCH v3 1/6] drivers: phy: add generic PHY framework

2013-04-19 Thread Grant Likely
On Tue, 16 Apr 2013 15:48:07 +0530, Kishon Vijay Abraham I wrote: > On Tuesday 16 April 2013 01:20 AM, Grant Likely wrote: > > On Mon, 15 Apr 2013 17:56:10 +0530, Kishon Vijay Abraham I > > wrote: > >> On Monday 15 April 2013 05:04 PM, Grant Likely wrote: > >>> On Wed, 20 Mar 2013 14:42:00 +053

[PATCH v2] fdtput: expand fdt if value does not fit (v2).

2013-04-19 Thread Srinivas KANDAGATLA
From: Srinivas Kandagatla If you try to insert a new node or extend a property with large value, using fdtput you will notice that it always fails. example: fdtput -v -p -ts ./tst.dtb "/node-1" "property-1" "value-1 Error at 'node-1': FDT_ERR_NOSPACE or fdtput -v -c ./tst.dtb "/node-1" Error a

Re: [PATCH] fdtput: expand fdt if value does not fit.

2013-04-19 Thread Srinivas KANDAGATLA
On 19/04/13 01:56, David Gibson wrote: > On Mon, Apr 15, 2013 at 07:36:50AM +0100, Srinivas KANDAGATLA wrote: >> From: Srinivas Kandagatla >> >> If you try to insert a new node or extend a property with large value, >> using fdtput you will notice that it always fails. >> >> example: >> fdtput -v

Re: [PATCH] ARM: dts: omap4-panda: Add USB Host support

2013-04-19 Thread Roger Quadros
On 04/18/2013 11:09 PM, Tony Lindgren wrote: > * Roger Quadros [130415 01:53]: >> Provide the RESET and Power regulators for the USB PHY, >> the USB Host port mode and the PHY device. >> >> The USB PHY needs AUXCLK3 to operate. Provide this information >> as well. >> >> Also provide pin multiplexe

Re: [PATCH v7 3/3] of/pci: mips: convert to common of_pci_range_parser

2013-04-19 Thread Gabor Juhos
2013.04.18. 15:09 keltezéssel, Jason Cooper írta: > On Thu, Apr 18, 2013 at 01:59:10PM +0100, Andrew Murray wrote: >> On Wed, Apr 17, 2013 at 04:42:48PM +0100, Linus Walleij wrote: >>> On Tue, Apr 16, 2013 at 12:18 PM, Andrew Murray >>> wrote: >>> This patch converts the pci_load_of_ranges f