Re: [net-next PATCH v2 1/6] net: cpsw: enhance pinctrl support

2013-05-26 Thread Mugunthan V N
On 5/26/2013 12:12 PM, David Miller wrote: From: Mugunthan V N Date: Thu, 23 May 2013 18:00:23 +0530 From: Hebbar Gururaja Amend cpsw controller to optionally take a pin control handle and set the state of the pins to: - "default" on boot, resume - "sleep" on suspend() This should make it

[PATCH v7 1/2] dma: imx-dma: Add oftree support

2013-05-26 Thread Markus Pargmann
Adding devicetree support for imx-dma driver. Use driver name for function 'imx_dma_is_general_purpose' because the devicename for devicetree initialized devices is different. Signed-off-by: Markus Pargmann Reviewed-by: Arnd Bergmann Reviewed-by: Shawn Guo --- Notes: Changes in V6: - S

[PATCH v7 2/2] DMA: imx-dma: imxdma->dev used uninitialized

2013-05-26 Thread Markus Pargmann
imxdma->dev is used for dev_warn before it was set. Signed-off-by: Markus Pargmann Reviewed-by: Shawn Guo --- drivers/dma/imx-dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/imx-dma.c b/drivers/dma/imx-dma.c index 34c54cf..ff2aab9 100644 --- a/drivers/dma/i

[PATCH v7 0/2] dma: imx-dma: OFTree support

2013-05-26 Thread Markus Pargmann
Hi, this series adds support for the generic DMA DT bindings for imx-dma. Regards, Markus Changes in v7: - rebased onto v3.10-rc2 Markus Pargmann (2): dma: imx-dma: Add oftree support DMA: imx-dma: imxdma->dev used uninitialized .../devicetree/bindings/dma/fsl-imx-dma.txt

[PATCH v6] video: imxfb: Add DT support

2013-05-26 Thread Markus Pargmann
Add devicetree support for imx framebuffer driver. It uses the generic display bindings and helper functions. Signed-off-by: Markus Pargmann Cc: Fabio Estevam Cc: Mark Rutland Acked-by: Jean-Christophe PLAGNIOL-VILLARD --- Notes: Changed in v6: - Rebased onto v3.10-rc2 - Dropped a

[PATCH v4] media: i2c: tvp514x: add OF support

2013-05-26 Thread Prabhakar Lad
From: Lad, Prabhakar add OF support for the tvp514x driver. Signed-off-by: Lad, Prabhakar Cc: Hans Verkuil Cc: Laurent Pinchart Cc: Mauro Carvalho Chehab Cc: Guennadi Liakhovetski Cc: Sylwester Nawrocki Cc: Sakari Ailus Cc: Grant Likely Cc: Rob Herring Cc: Rob Landley Cc: devicetree-di

Re: [PATCH v4] media: i2c: tvp514x: add OF support

2013-05-26 Thread Prabhakar Lad
Hi All, On Sun, May 26, 2013 at 6:10 PM, Prabhakar Lad wrote: > From: Lad, Prabhakar > > add OF support for the tvp514x driver. > > Signed-off-by: Lad, Prabhakar > Cc: Hans Verkuil > Cc: Laurent Pinchart > Cc: Mauro Carvalho Chehab > Cc: Guennadi Liakhovetski > Cc: Sylwester Nawrocki > Cc:

[PATCH] media: i2c: mt9p031: add OF support

2013-05-26 Thread Prabhakar Lad
From: Lad, Prabhakar add OF support for the mt9p031 sensor driver. Alongside this patch sorts the header inclusion alphabetically. Signed-off-by: Lad, Prabhakar Cc: Hans Verkuil Cc: Laurent Pinchart Cc: Mauro Carvalho Chehab Cc: Guennadi Liakhovetski Cc: Sylwester Nawrocki Cc: Sakari Ailus

[PATCH v5] media: i2c: tvp514x: add OF support

2013-05-26 Thread Prabhakar Lad
From: Lad, Prabhakar add OF support for the tvp514x driver. Signed-off-by: Lad, Prabhakar Cc: Hans Verkuil Cc: Laurent Pinchart Cc: Mauro Carvalho Chehab Cc: Guennadi Liakhovetski Cc: Sylwester Nawrocki Cc: Sakari Ailus Cc: Grant Likely Cc: Rob Herring Cc: Rob Landley Cc: devicetree-di

[PATCH] media: i2c: ths7303: add OF support

2013-05-26 Thread Prabhakar Lad
From: Lad, Prabhakar add OF support for the ths7303 driver. Signed-off-by: Lad, Prabhakar Cc: Hans Verkuil Cc: Laurent Pinchart Cc: Mauro Carvalho Chehab Cc: Guennadi Liakhovetski Cc: Sylwester Nawrocki Cc: Sakari Ailus Cc: Grant Likely Cc: Rob Herring Cc: Rob Landley Cc: devicetree-di

Re: [PATCH 1/2] pinmux: Add TB10x pinmux driver

2013-05-26 Thread Haojian Zhuang
On 24 May 2013 19:50, Christian Ruppert wrote: > Hello Haojian, > > On Thu, May 23, 2013 at 03:43:27PM +0800, Haojian Zhuang wrote: >> On 22 May 2013 22:28, Christian Ruppert wrote: >> > >> > On Mon, May 20, 2013 at 10:10:33AM +0200, Linus Walleij wrote: >> > > On Thu, May 16, 2013 at 2:12 AM, St

Re: [PATCH 0/3] pinctrl: pinctrl-single: Add full fledge support to configure multiple pins of different modules

2013-05-26 Thread Haojian Zhuang
On 24 May 2013 17:03, Linus Walleij wrote: > On Tue, May 21, 2013 at 4:07 PM, Manjunathappa, Prakash > wrote: > >> Based function-mask and submask preoperties patch allocates and registers >> pins. >> Patch is fixes the issue reported and discussed here: >> http://www.spinics.net/lists/arm-kerne

Re: [PATCH] powerpc: Make Book E watchdog reset type configurable

2013-05-26 Thread Wim Van Sebroeck
Hi Dirk, > having a closer look, I realized booke_wdt is not device-tree based > yet. Migrating it would come close to a rewrite, breaking compatibility > for all current users. Sorry, this is way beyond the time I have for > this project. So I suggest merging the change the way it is, as it is

Re: [PATCH 09/23] watchdog: coh901327: devicetree support

2013-05-26 Thread Wim Van Sebroeck
Hi Linus, > From: Linus Walleij > > This adds support for probing the COH 901 327 watchdog from > the device tree and also adds associated bindings. > > Cc: Wim Van Sebroeck > Signed-off-by: Linus Walleij > --- > Hi Wim, I'm seeking an ACK on this patch to take it into > ARM SoC along with th

Re: [PATCH 09/23 v2] watchdog: coh901327: devicetree support

2013-05-26 Thread Wim Van Sebroeck
Hi Linus, > From: Linus Walleij > > This adds support for probing the COH 901 327 watchdog from > the device tree and also adds associated bindings. > > Cc: Wim Van Sebroeck > Signed-off-by: Linus Walleij > --- > ChangeLog v1->v2: augment driver to call watchdog_init_timeout() > so we can al

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

2013-05-26 Thread Chris Ball
Hi, On Fri, Apr 19 2013, Marek Vasut wrote: > 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 Thanks, push

Re: [PATCH -next] mmc: dw_mmc: fix error return code in dw_mci_probe()

2013-05-26 Thread Chris Ball
Hi, On Tue, Apr 23 2013, Seungwon Jeon wrote: > On Friday, April 19, 2013 , Wei Yongjun wrote: >> From: Wei Yongjun >> >> Fix to return -ENOMEM in alloc workqueue error case instead >> of 0, as done elsewhere in this function. >> >> Signed-off-by: Wei Yongjun > > Acked-by: Seungwon Jeon Than

[net-next PATCH v3 0/6] Adding pinctrl PM support for CPSW and MDIO

2013-05-26 Thread Mugunthan V N
This patch series adds the following features * Adding pinctrl PM support for CPSW and MDIO for Power Optimization * Adding phy address to the CPSW node for EVMsk board Changes from initial version * Fixed the multiline function call indentation as per David Miller recommendation. Changes from

[net-next PATCH v3 1/6] net: cpsw: enhance pinctrl support

2013-05-26 Thread Mugunthan V N
From: Hebbar Gururaja Amend cpsw controller to optionally take a pin control handle and set the state of the pins to: - "default" on boot, resume - "sleep" on suspend() This should make it possible to optimize energy usage for the pins for the suspend/resume cycle. If any of the above pin stat

[net-next PATCH v3 2/6] net: davinci_mdio: enhance pinctrl support

2013-05-26 Thread Mugunthan V N
Amend cpsw controller to optionally take a pin control handle and set the state of the pins to: - "default" on boot, resume - "sleep" on suspend() This should make it possible to optimize energy usage for the pins for the suspend/resume cycle. If any of the above pin states are missing in dt, a

[net-next PATCH v3 3/6] ARM: dts: AM33XX: Add pinmux configuration for CPSW to beaglebone

2013-05-26 Thread Mugunthan V N
Add pinmux configurations for MII based CPSW ethernet to am335x-bone. In this patch, only single named mode/state is added and these pins are configured during pinctrl driver initialization. Default mode is nothing but the values required for the module during active state. With this configuration

[net-next PATCH v3 4/6] ARM: dts: AM33XX: Add CPSW phy_id device tree data to am335x-evmsk

2013-05-26 Thread Mugunthan V N
Add phy_id device tree data to am335x-evmsk device to bring up CPSW ethernet present on am335x starter kit. Signed-off-by: Mugunthan V N --- arch/arm/boot/dts/am335x-evmsk.dts |8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/a

[net-next PATCH v3 5/6] ARM: dts: AM33XX: Add pinmux configuration for CPSW to EVMsk

2013-05-26 Thread Mugunthan V N
Add pinmux configurations for MII based CPSW ethernet to AM335x EVMsk. In this patch, only single named mode/state is added and these pins are configured during pinctrl driver initialization. Default mode is nothing but the values required for the module during active state. With this configuratio

[net-next PATCH v3 6/6] ARM: dts: AM33XX: Add pinmux configuration for CPSW to am335x EVM

2013-05-26 Thread Mugunthan V N
Add pinmux configurations for RGMII based CPSW ethernet to am335x-evm. In this patch, only single named mode/state is added and these pins are configured during pinctrl driver initialization. Default mode is nothing but the values required for the module during active state. With this configuratio

[PATCH -next] pci: mvebu: fix return value check in mvebu_pcie_probe()

2013-05-26 Thread Wei Yongjun
From: Wei Yongjun In case of error, function of_clk_get_by_name() returns ERR_PTR() never returns NULL. The NULL test in the return value check should be replaced with IS_ERR(). Signed-off-by: Wei Yongjun --- drivers/pci/host/pci-mvebu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d

[PATCH v2] video: simplefb: add mode parsing function

2013-05-26 Thread Alexandre Courbot
The naming scheme of simplefb's mode is precise enough to allow building the mode structure from it instead of using a static list of modes. This patch introduces a function that does this. In case exotic modes that cannot be represented from their name alone are needed, the static list of modes is

Re: [PATCH v5 2/3] extcon: Palmas Extcon Driver

2013-05-26 Thread Chanwoo Choi
Hi Kishon, I have some comment about this patch and upload modified patch to following repository (extcon-for-palmas). - http://git.kernel.org/cgit/linux/kernel/git/chanwoo/extcon.git/commit/?h=extcon-for-palmas&id=f2b7cb80699cbe1a5fd6c97ef2c600915f8d7f2c This patchset include patch related to o

Re: [PATCH 3/3] usb: dwc3: use extcon fwrk to receive connect/disconnect notification

2013-05-26 Thread Chanwoo Choi
On 05/24/2013 11:31 PM, Kishon Vijay Abraham I wrote: > Modified dwc3-omap to receive connect and disconnect notification using > extcon framework. Also did the necessary cleanups required after > adapting to extcon framework. > > Signed-off-by: Kishon Vijay Abraham I > --- > drivers/usb/dwc3/dwc

Re: [PATCH v5 2/3] extcon: Palmas Extcon Driver

2013-05-26 Thread Kishon Vijay Abraham I
Hi, On Monday 27 May 2013 11:04 AM, Chanwoo Choi wrote: Hi Kishon, I have some comment about this patch and upload modified patch to following repository (extcon-for-palmas). - http://git.kernel.org/cgit/linux/kernel/git/chanwoo/extcon.git/commit/?h=extcon-for-palmas&id=f2b7cb80699cbe1a5fd6c97

Re: [PATCH v5 2/3] extcon: Palmas Extcon Driver

2013-05-26 Thread Chanwoo Choi
On 05/27/2013 02:54 PM, Kishon Vijay Abraham I wrote: > Hi, > > On Monday 27 May 2013 11:04 AM, Chanwoo Choi wrote: >> Hi Kishon, >> >> I have some comment about this patch >> and upload modified patch to following repository (extcon-for-palmas). >> - >> http://git.kernel.org/cgit/linux/kernel/git

Re: [PATCH v5 2/3] extcon: Palmas Extcon Driver

2013-05-26 Thread Laxman Dewangan
On Monday 27 May 2013 11:38 AM, Chanwoo Choi wrote: On 05/27/2013 02:54 PM, Kishon Vijay Abraham I wrote: Hi, On Monday 27 May 2013 11:04 AM, Chanwoo Choi wrote: Hi Kishon, I have some comment about this patch and upload modified patch to following repository (extcon-for-palmas). - http://gi

Re: [PATCH v5 2/3] extcon: Palmas Extcon Driver

2013-05-26 Thread Kishon Vijay Abraham I
Hi, On Monday 27 May 2013 11:52 AM, Laxman Dewangan wrote: On Monday 27 May 2013 11:38 AM, Chanwoo Choi wrote: On 05/27/2013 02:54 PM, Kishon Vijay Abraham I wrote: Hi, On Monday 27 May 2013 11:04 AM, Chanwoo Choi wrote: Hi Kishon, I have some comment about this patch and upload modified pa

Re: [PATCH v3 1/6] drivers: bus: add a new driver for WEIM

2013-05-26 Thread Shawn Guo
On Fri, May 24, 2013 at 05:59:19PM +0800, Huang Shijie wrote: > +Example for an imx6q-sabreauto board, the NOR flash connected to the WEIM: > + > + weim: weim@021b8000 { > + compatible = "fsl,imx6q-weim"; > + reg = <0x021b8000 0x4000>; > + clocks = <&clks 196

Re: [PATCH v5 2/3] extcon: Palmas Extcon Driver

2013-05-26 Thread Laxman Dewangan
On Monday 27 May 2013 12:01 PM, Kishon Vijay Abraham I wrote: Hi, On Monday 27 May 2013 11:52 AM, Laxman Dewangan wrote: On Monday 27 May 2013 11:38 AM, Chanwoo Choi wrote: On 05/27/2013 02:54 PM, Kishon Vijay Abraham I wrote: Hi, On Monday 27 May 2013 11:04 AM, Chanwoo Choi wrote: Hi Kisho

Re: [PATCH v5 2/3] extcon: Palmas Extcon Driver

2013-05-26 Thread Kishon Vijay Abraham I
Hi, On Monday 27 May 2013 12:06 PM, Laxman Dewangan wrote: On Monday 27 May 2013 12:01 PM, Kishon Vijay Abraham I wrote: Hi, On Monday 27 May 2013 11:52 AM, Laxman Dewangan wrote: On Monday 27 May 2013 11:38 AM, Chanwoo Choi wrote: On 05/27/2013 02:54 PM, Kishon Vijay Abraham I wrote: Hi,

Re: [PATCH v3 4/6] ARM: dts: imx6q: add pinctrls for WEIM NOR

2013-05-26 Thread Shawn Guo
On Fri, May 24, 2013 at 05:59:22PM +0800, Huang Shijie wrote: > Add two pinctrls for WEIM: >one for the weim nor, another for the chipselect. > > Signed-off-by: Huang Shijie > --- > arch/arm/boot/dts/imx6q.dtsi | 61 > ++ > 1 files changed, 61 inser

Re: [PATCH v5 2/3] extcon: Palmas Extcon Driver

2013-05-26 Thread Laxman Dewangan
On Monday 27 May 2013 12:11 PM, Kishon Vijay Abraham I wrote: Hi, On Monday 27 May 2013 12:06 PM, Laxman Dewangan wrote: On Monday 27 May 2013 12:01 PM, Kishon Vijay Abraham I wrote: Hi, On Monday 27 May 2013 11:52 AM, Laxman Dewangan wrote: On Monday 27 May 2013 11:38 AM, Chanwoo Choi wrote