Re: [PATCH] pinctrl: remove duplicated include from pinctrl-bcm2835.c

2012-10-09 Thread Linus Walleij
On Sun, Oct 7, 2012 at 3:28 PM, Wei Yongjun wrote: > From: Wei Yongjun > > Remove duplicated include. > > dpatch engine is used to auto generate this patch. > (https://github.com/weiyj/dpatch) > > Signed-off-by: Wei Yongjun Applied with Stephen's ACK. Thanks! Linus Walleij ___

Re: [PATCH] pinctrl: fix return value in bcm2835_pinctrl_probe()

2012-10-09 Thread Linus Walleij
On Sun, Oct 7, 2012 at 4:01 PM, Wei Yongjun wrote: > From: Wei Yongjun > > In case of error, the function pinctrl_register() returns > NULL not ERR_PTR(). The PTR_ERR() in the return value > should be replaced with error no. > > dpatch engine is used to auto generate this patch. > (https://githu

Re: [PATCH 1/6] ARM: bcm476x: Add infrastructure

2012-10-09 Thread Arnd Bergmann
On Tuesday 09 October 2012, Domenico Andreoli wrote: > bcm4760 is the superset (bcm4761 hasn't the gpu) but there are also other > differences (that I know, USB phy and clocks). > > I can identify the SoC at runtime, does this change anything to your > recommendation? Not much. The rule not to ha

Re: [PATCH v4 1/3] Input: egalax_ts: get gpio from devicetree node

2012-10-09 Thread Arnd Bergmann
On Wednesday 10 October 2012, Hui Wang wrote: > > > > What's the status on this patch? I'm still getting build errors from this > > driver, so I guess it was never accepted for the 3.7 merge window. > > > > Arnd > > > > > I forgot to resend this patchset After Dmitry was back to the mailli

Re: dtc: import latest upstream dtc

2012-10-09 Thread Warner Losh
On Oct 9, 2012, at 6:04 PM, Scott Wood wrote: > On 10/09/2012 06:20:53 PM, Mitch Bradley wrote: >> On 10/9/2012 11:16 AM, Stephen Warren wrote: >> > On 10/01/2012 12:39 PM, Jon Loeliger wrote: >> >>> >> >>> What more do you think needs discussion re: dtc+cpp? >> >> >> >> How not to abuse the ever

Re: dtc: import latest upstream dtc

2012-10-09 Thread Scott Wood
On 10/09/2012 06:20:53 PM, Mitch Bradley wrote: On 10/9/2012 11:16 AM, Stephen Warren wrote: > On 10/01/2012 12:39 PM, Jon Loeliger wrote: >>> >>> What more do you think needs discussion re: dtc+cpp? >> >> How not to abuse the ever-loving shit out of it? :-) > > Perhaps we can just handle this th

Re: [PATCH 0/6] ARM: Add support for Broadcom BCM476x SoCs

2012-10-09 Thread Domenico Andreoli
On Mon, Oct 08, 2012 at 08:44:31PM -0600, Stephen Warren wrote: > On 10/07/2012 04:14 AM, Domenico Andreoli wrote: > > On Sat, Oct 06, 2012 at 11:22:18PM -0600, Stephen Warren wrote: > >> On 10/06/2012 07:53 PM, Domenico Andreoli wrote: > >>> > >>> Additional support is being worked on and usb

Re: [PATCH 6/6] ARM: bcm476x: Instantiate console UART

2012-10-09 Thread Domenico Andreoli
On Mon, Oct 08, 2012 at 09:06:51PM -0600, Stephen Warren wrote: > On 10/06/2012 07:53 PM, Domenico Andreoli wrote: > > From: Domenico Andreoli > > > > The BCM476x sports standard PL011 UARTs which are fully described and > > put to use with these few changes. > > Given that this SoC uses an inte

Re: dtc: import latest upstream dtc

2012-10-09 Thread Mitch Bradley
On 10/9/2012 11:16 AM, Stephen Warren wrote: > On 10/01/2012 12:39 PM, Jon Loeliger wrote: >>> >>> What more do you think needs discussion re: dtc+cpp? >> >> How not to abuse the ever-loving shit out of it? :-) > > Perhaps we can just handle this through the regular patch review > process; I think

Re: [PATCH 2/6] ARM: bcm476x: Add system timer

2012-10-09 Thread Domenico Andreoli
On Mon, Oct 08, 2012 at 08:43:20PM -0600, Stephen Warren wrote: > On 10/08/2012 05:50 AM, Florian Fainelli wrote: > > On Sunday 07 October 2012 03:53:02 Domenico Andreoli wrote: > >> From: Domenico Andreoli > >> > >> System timer implementation for the BCM476x SoCs. > > >> Index: b/arch/arm/boot/

Re: [PATCH 1/6] ARM: bcm476x: Add infrastructure

2012-10-09 Thread Domenico Andreoli
On Tue, Oct 09, 2012 at 09:18:56AM +, Arnd Bergmann wrote: > Hi Domenico, Hello, > Your series looks very nice, thanks for the contribution! hehe.. thanks also to the hard work committed in the ARM sub-tree in these past (few!) months. > Stephen has already covered everything I would have c

Re: [PATCH V4 2/2] video: exynos_dp: device tree documentation

2012-10-09 Thread Sylwester Nawrocki
Hi Ajay, On 10/10/2012 01:08 AM, Ajay Kumar wrote: > Add documentation for the DT bindings in exynos display port driver. > > Signed-off-by: Ajay Kumar > --- > .../devicetree/bindings/video/exynos_dp.txt| 83 > > 1 files changed, 83 insertions(+), 0 deletions(-)

Re: dtc: import latest upstream dtc

2012-10-09 Thread Stephen Warren
On 10/01/2012 12:39 PM, Jon Loeliger wrote: >> >> What more do you think needs discussion re: dtc+cpp? > > How not to abuse the ever-loving shit out of it? :-) Perhaps we can just handle this through the regular patch review process; I think it may be difficult to define and agree upon exactly wh

Re: [RFC PATCH 03/13] ARM: edma: add DT and runtime PM support for AM335x

2012-10-09 Thread Matt Porter
On Fri, Sep 21, 2012 at 08:53:06AM +, Hebbar, Gururaja wrote: > On Thu, Sep 20, 2012 at 20:13:36, Porter, Matt wrote: > > Adds support for parsing the TI EDMA DT data into the required > > EDMA private API platform data. > > > > Calls runtime PM API only in the DT case in order to unidle the >

Re: ARM_ATAG_DTB_COMPAT fails on fdt_ro.c compiling

2012-10-09 Thread Fabio Estevam
On Tue, Oct 9, 2012 at 1:15 PM, Stephen Warren wrote: >>> I just tried building mainline now. It is at commit f5a246eab9. >>> >> The build still fails for me at this commit. > > I can't reproduce this. Same here. It builds fine for me. Regards, Fabio Estevam __

Re: ARM_ATAG_DTB_COMPAT fails on fdt_ro.c compiling

2012-10-09 Thread Stephen Warren
On 10/08/2012 11:01 PM, Shawn Guo wrote: > On Tue, Oct 09, 2012 at 12:25:44AM -0400, Nicolas Pitre wrote: >> On Tue, 9 Oct 2012, Shawn Guo wrote: >> >>> I have seen this error on mainline for a couple days when >>> ARM_ATAG_DTB_COMPAT is enabled. >>> >>> CC arch/arm/boot/compressed/fdt_ro.o

Re: [PATCH 1/2] pwm: pwm-tiecap: Add device-tree binding support for APWM driver

2012-10-09 Thread Thierry Reding
On Tue, Oct 09, 2012 at 12:36:53PM +, Philip, Avinash wrote: > On Mon, Oct 08, 2012 at 19:09:51, Thierry Reding wrote: > > On Mon, Oct 08, 2012 at 01:31:19PM +, Philip, Avinash wrote: > > > On Tue, Oct 02, 2012 at 11:30:14, Thierry Reding wrote: > > > > On Wed, Sep 26, 2012 at 04:57:42PM +0

[PATCH v4 8/8] watchdog: WatchDog Timer Driver Core - fix comment

2012-10-09 Thread Fabio Porcedda
Signed-off-by: Fabio Porcedda --- include/linux/watchdog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/watchdog.h b/include/linux/watchdog.h index b8eec8d..8965e4a 100644 --- a/include/linux/watchdog.h +++ b/include/linux/watchdog.h @@ -174,7 +174,7 @@ static

[PATCH v4 7/8] watchdog: orion_wdt: move the min_timeout initialization

2012-10-09 Thread Fabio Porcedda
Move the min_timeout initialization inside the orion_wdt definition. Only compile tested. Signed-off-by: Fabio Porcedda Cc: Jason Cooper Cc: Andrew Lunn --- drivers/watchdog/orion_wdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/orion_wdt.c b/drivers/

[PATCH v4 6/8] watchdog: at91sam9_wdt: add timeout-sec property binding

2012-10-09 Thread Fabio Porcedda
Tested on at91sam9260 board (evk-pro3). Signed-off-by: Fabio Porcedda Cc: Andrew Victor Cc: Nicolas Ferre Cc: Jean-Christophe PLAGNIOL-VILLARD --- Documentation/devicetree/bindings/watchdog/atmel-wdt.txt | 4 drivers/watchdog/Kconfig | 1 + drivers/watch

[PATCH v4 5/8] watchdog: s3c2410_wdt: add timeout-sec property binding

2012-10-09 Thread Fabio Porcedda
Only compile tested. Signed-off-by: Fabio Porcedda Cc: Ben Dooks Cc: Kukjin Kim --- Documentation/devicetree/bindings/watchdog/samsung-wdt.txt | 3 +++ drivers/watchdog/s3c2410_wdt.c | 6 -- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Document

[PATCH v4 3/8] watchdog: orion_wdt: add timeout-sec property binding

2012-10-09 Thread Fabio Porcedda
Only compile tested. Signed-off-by: Fabio Porcedda Cc: Jason Cooper Cc: Andrew Lunn --- Documentation/devicetree/bindings/watchdog/marvel.txt | 5 + drivers/watchdog/orion_wdt.c | 8 +++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Documentat

[PATCH v4 4/8] watchdog: pnx4008: add timeout-sec property binding

2012-10-09 Thread Fabio Porcedda
Only compile tested. Signed-off-by: Fabio Porcedda Cc: Wim Van Sebroeck Cc: Wolfram Sang Cc: Masanari Iida --- Documentation/devicetree/bindings/watchdog/pnx4008-wdt.txt | 4 drivers/watchdog/pnx4008_wdt.c | 7 +++ 2 files changed, 7 insertions(+), 4 delet

[PATCH v4 2/8] watchdog: core: dt: add support for the timeout-sec dt property

2012-10-09 Thread Fabio Porcedda
Signed-off-by: Fabio Porcedda --- Documentation/watchdog/watchdog-kernel-api.txt | 10 +++ drivers/watchdog/watchdog_core.c | 37 ++ include/linux/watchdog.h | 3 +++ 3 files changed, 50 insertions(+) diff --git a/Documentation/wat

[PATCH v4 0/8] watchdog: dt: add support for the timeout-sec dt property

2012-10-09 Thread Fabio Porcedda
Hi all, this patchset add the timeout-sec property to the watchdog core, to the at91sam9_wdt driver and on all framework enabled watchdog driver with dt support. This patchset depends on the patchset already sent: "[PATCH v8 0/3] watchdog: at91sam9_wdt: add device tree support" The at91sam9_wdt is

[PATCH v4 1/8] dt: add helper inline for retrieving timeout-sec property

2012-10-09 Thread Fabio Porcedda
The first user of this function is the watchdog framework. Signed-off-by: Fabio Porcedda Cc: Grant Likely Cc: Rob Herring --- include/linux/of.h | 11 +++ 1 file changed, 11 insertions(+) diff --git a/include/linux/of.h b/include/linux/of.h index 72843b7..5870818 100644 --- a/include/

Re: [PATCH v4 1/3] Input: egalax_ts: get gpio from devicetree node

2012-10-09 Thread Arnd Bergmann
On Friday 17 August 2012, Shawn Guo wrote: > On Thu, Aug 16, 2012 at 06:47:29PM +0800, Hui Wang wrote: > > The irq_to_gpio() is old, most platforms use GENERIC_GPIO framework > > and don't support this API anymore. > > > > The i.MX6q sabrelite platform equips an egalax touchscreen controller, > >

Re: [PATCH 1/6] ARM: bcm476x: Add infrastructure

2012-10-09 Thread Domenico Andreoli
On Mon, Oct 08, 2012 at 09:08:49PM -0600, Stephen Warren wrote: > On 10/06/2012 07:53 PM, Domenico Andreoli wrote: > > BCM476x's minimal infrastructure, Kernel's great reuse. > > > Index: b/arch/arm/configs/bcm476x_defconfig > > > +CONFIG_DEBUG_BCM476X_UART2=y > > +CONFIG_DEBUG_LL_INCLUDE="debug/

Re: [PATCH 1/6] ARM: bcm476x: Add infrastructure

2012-10-09 Thread Domenico Andreoli
On Mon, Oct 08, 2012 at 08:48:20PM -0600, Stephen Warren wrote: > On 10/06/2012 07:53 PM, Domenico Andreoli wrote: > > BCM476x's minimal infrastructure, Kernel's great reuse. > > > Index: b/arch/arm/boot/dts/bcm476x.dtsi > > > + chosen { > > + bootargs = "earlyprintk"; > > + }; > >

Re: [PATCH 1/6] ARM: bcm476x: Add infrastructure

2012-10-09 Thread Domenico Andreoli
On Mon, Oct 08, 2012 at 02:14:55PM +0200, Thomas Petazzoni wrote: > > On Sun, 07 Oct 2012 03:53:01 +0200, Domenico Andreoli wrote: > > > Index: b/arch/arm/mach-bcm476x/Makefile.boot > > === > > --- /dev/null > > +++ b/arch/arm/mach-b

Re: [PATCH 1/6] ARM: bcm476x: Add infrastructure

2012-10-09 Thread Domenico Andreoli
On Mon, Oct 08, 2012 at 08:37:04PM -0600, Stephen Warren wrote: > On 10/07/2012 04:54 PM, Domenico Andreoli wrote: > > On Sun, Oct 07, 2012 at 09:57:59PM +0200, Jean-Christophe PLAGNIOL-VILLARD > > wrote: > >> On 03:53 Sun 07 Oct , Domenico Andreoli wrote: > >>> From: Domenico Andreoli > > >

RE: [PATCH 2/5] ARM: S3C64XX: Add phy_type to pmu_isolation

2012-10-09 Thread Jingoo Han
On Tuesday, October 09, 2012 7:51 PM Vivek Gautam wrote > > Hi Kishon, > > Firstly, thanks for the quick review. > > On Tue, Oct 9, 2012 at 11:03 AM, kishon wrote: > > Hi, > > > > > > On Monday 08 October 2012 07:42 PM, Vivek Gautam wrote: > >> > >> It adds 'type' argument to pmu_isolation func

Re: [PATCH 05/14] media: add a V4L2 OF parser

2012-10-09 Thread Sylwester Nawrocki
Hi Guennadi, On 10/08/2012 11:40 AM, Guennadi Liakhovetski wrote: > On Fri, 5 Oct 2012, Sylwester Nawrocki wrote: >> I would really like to see more than one user until we add any core code. >> No that it couldn't be changed afterwards, but it would be nice to ensure >> the concepts are right and

Re: [PATCH 5/5] usb: exynos-ohci: Adding phy driver support

2012-10-09 Thread Jingoo Han
On Monday, October 08, 2012 11:12 PM Vivek Gautam wrote > > Adding the transceiver to ohci driver. Keeping the platform data > for continuing the smooth operation for boards which still uses it > > Signed-off-by: Vivek Gautam Hi Vivek Gautam, Could you replace the patch subject with 'USB: ohci

Re: [PATCH 4/5] usb: s5p-ehci: Adding phy driver support

2012-10-09 Thread Jingoo Han
On Monday, October 08, 2012 11:12 PM Vivek Gautam wrote > > Adding the transceiver to ehci driver. Keeping the platform data > for continuing the smooth operation for boards which still uses it > > Signed-off-by: Vivek Gautam Hi Vivek Gautam, Could you replace the patch subject with 'USB: ehci

Re: [PATCH 04/14] media: add V4L2 DT binding documentation

2012-10-09 Thread Guennadi Liakhovetski
On Tue, 9 Oct 2012, Hans Verkuil wrote: > On Mon 8 October 2012 23:14:01 Guennadi Liakhovetski wrote: > > On Mon, 8 Oct 2012, Laurent Pinchart wrote: > > > > > On Monday 08 October 2012 14:00:38 Stephen Warren wrote: > > > > On 10/02/2012 08:33 AM, Guennadi Liakhovetski wrote: > > > > > On Tue, 2

Re: [PATCH 2/2] i2c: busses: i2c-ocores: switch to devm_request_and_ioremap

2012-10-09 Thread Peter Korsgaard
> "Maxin" == Maxin B John writes: Maxin> Hi Peter, Maxin> This drops a few lines of code and allows common APIs to handle Maxin> those for us. Maxin> Signed-off-by: Maxin B. John >> Acked-by: Peter Korsgaard Maxin> Is there any update on this ? I'm expecting Wolfram to pick it up

Re: [PATCH 1/6] ARM: bcm476x: Add infrastructure

2012-10-09 Thread Arnd Bergmann
Hi Domenico, Your series looks very nice, thanks for the contribution! Stephen has already covered everything I would have commented and more, except for one thing that I found: On Sunday 07 October 2012, Domenico Andreoli wrote: > Index: b/arch/arm/boot/dts/bcm476x.dtsi > =

[PATCH] ARM: OMAP2+: gpmc: Fix kernel BUG for DT boot mode

2012-10-09 Thread Vaibhav Hiremath
With recent changes in omap gpmc driver code, in case of DT boot mode, where bootloader does not configure gpmc cs space will result into kernel BUG() inside gpmc_mem_init() function, as gpmc cs0 gpmc_config7[0].csvalid bit is set to '1' and gpmc_config7[0].baseaddress is set to '0' on reset. This

Re: [PATCH 2/2] ARM: Exynos5250: Enabling ohci-exynos driver

2012-10-09 Thread Jingoo Han
On Friday, October 05, 2012 7:10 PM Vivek Gautam wrote > > Adding OHCI device tree node for Exynos5250 along with > the device base address. > > Signed-off-by: Vivek Gautam It looks good. Also I have tested this patch with Exynos5250. Acked-by: Jingoo Han > --- > .../devicetree/bindings/usb

Re: [PATCH 1/2] ARM: Exynos5250: Enabling ehci-s5p driver

2012-10-09 Thread Jingoo Han
On Friday, October 05, 2012 7:10 PM Vivek Gautam wrote > > Adding EHCI device tree node for Exynos5250 along with > the device base adress and gpio line for vbus. > > Signed-off-by: Vivek Gautam It looks good. Also I have tested this patch with Exynos5250. Acked-by: Jingoo Han > --- > .../d

Re: [PATCH 2/2 v6] of: add generic videomode description

2012-10-09 Thread Steffen Trumtrar
Hi Laurent, On Mon, Oct 08, 2012 at 10:52:04PM +0200, Laurent Pinchart wrote: > Hi Steffen, > > On Monday 08 October 2012 14:48:01 Steffen Trumtrar wrote: > > On Mon, Oct 08, 2012 at 02:13:50PM +0200, Laurent Pinchart wrote: > > > On Thursday 04 October 2012 19:59:20 Steffen Trumtrar wrote: > > >