Re: [PATCH v10 0/8] DMA Engine support for AM33XX

2013-06-17 Thread Sekhar Nori
Joel, When you respin this, please base on top of Prabhakar's clean-up titled: "ARM: edma: Convert to devm_* api". Or better still, include his patch in your series. Thanks, Sekhar ___ devicetree-discuss mailing list devicetree-discuss@lists.ozlabs.org

Re: [PATCH V5 1/3] pci: Add PCIe driver for Samsung Exynos

2013-06-17 Thread Jingoo Han
On Monday, June 17, 2013 9:45 PM, Arnd Bergmann wrote: > On Monday 17 June 2013 18:45:52 Jingoo Han wrote: > > On Friday, June 14, 2013 9:54 PM, Arnd Bergmann wrote: > > > [.] > > > > > > +static int __exit exynos_pcie_remove(struct platform_device *pdev) > > > > > > +{ > > > > > > + struct p

Re: [PATCH 0/5] clk/exynos5250: add clocks for hdmi subsystem

2013-06-17 Thread Rahul Sharma
Hi Mr. Kukjin, Kindly consider the following patches for review and integration. regards, Rahul Sharma. On Fri, Jun 14, 2013 at 3:39 PM, Arun Kumar K wrote: > Hi, > Tested this series on snow board and is working fine. > > Tested-by: Arun Kumar K > > Regards > Arun > > On Mon, Jun 10, 2013 at

[PATCH -next] [media] coda: fix missing unlock on error in coda_stop_streaming()

2013-06-17 Thread Wei Yongjun
From: Wei Yongjun Add the missing unlock before return from function coda_stop_streaming() in the error handling case. Signed-off-by: Wei Yongjun --- drivers/media/platform/coda.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/platform/coda.c b/drivers/media/platform/coda.c

Re: [PATCH v10 5/8] dmaengine: edma: Add TI EDMA device tree binding

2013-06-17 Thread Sekhar Nori
On 6/17/2013 9:10 PM, Fernandes, Joel A wrote: > Hi Arnd, > >> -Original Message- >> From: Arnd Bergmann [mailto:a...@arndb.de] >> Sent: Monday, June 17, 2013 6:13 AM >> To: Fernandes, Joel A >> Cc: Tony Lindgren; Nori, Sekhar; Matt Porter; Grant Likely; Rob Herring; >> Vinod >> Koul; Ma

Re: [RFC PATCH v4 2/2] drivers: mfd: vexpress: add Serial Power Controller (SPC) support

2013-06-17 Thread Nicolas Pitre
On Mon, 17 Jun 2013, Lorenzo Pieralisi wrote: > The TC2 versatile express core tile integrates a logic block that provides the > interface between the dual cluster test-chip and the M3 microcontroller that > carries out power management. The logic block, called Serial Power Controller > (SPC), con

Re: [PATCH V5 1/3] pci: Add PCIe driver for Samsung Exynos

2013-06-17 Thread Jingoo Han
On Monday, June 17, 2013 9:45 PM, Arnd Bergmann wrote: > On Monday 17 June 2013 18:45:52 Jingoo Han wrote: > > On Friday, June 14, 2013 9:54 PM, Arnd Bergmann wrote: > > > > > > Please look up the documentation about inbound viewport and describe > > > in a code comment what it does. I /assume/ tha

Re: [v1 2/3] ata: ahci_platform: enable imx6q ahci sata support

2013-06-17 Thread Shawn Guo
On Tue, Jun 18, 2013 at 02:19:52AM +, Zhu Richard-R65037 wrote: > Hi Tejun&Shawn: > Thanks for your comments. > > Hi Tejun: > I looked through the for-next branch of the libata git-repo, there maybe a > merge conflict. > " > static const struct of_device_id ahci_of_match[] = { > { .c

Re: [v1 2/3] ata: ahci_platform: enable imx6q ahci sata support

2013-06-17 Thread Shawn Guo
On Mon, Jun 17, 2013 at 05:52:46PM +0800, Richard Zhu wrote: > imx6q contains the Synopsys AHCI SATA controller which shares > ahci_platform driver with other controllers. > > This patch updates the DT compatible list for ahci_platform, > and enable the imx6q ahci sata support. > > Signed-off-by:

Re: [PATCH v2] staging: imx_drm: imx_ldb: fix 18 bit format

2013-06-17 Thread Shawn Guo
On Mon, Jun 17, 2013 at 01:59:48PM -0700, Greg Kroah-Hartman wrote: > On Mon, Jun 17, 2013 at 11:02:52AM +0200, Steffen Trumtrar wrote: > > From: Markus Niebel > > > > Since 18 bit is supported as datawidth in device tree it should be > > supported in driver. Beside the LDB channel the IPU channe

Re: [PATCH v2 3/5] clk: dt: binding for basic multiplexer clock

2013-06-17 Thread Heiko Stübner
Am Montag, 17. Juni 2013, 04:58:23 schrieb Mike Turquette: > Device Tree binding for the basic clock multiplexer, plus the setup > function to register the clock. Based on the existing fixed-clock > binding. > > Includes minor beautification of clk-provider.h where some whitespace is > added and

Re: [PATCH 0/2] Fix potential merge conflict for dw_apb_timer_of

2013-06-17 Thread John Stultz
On 06/17/2013 05:08 PM, dingu...@altera.com wrote: From: Dinh Nguyen Hi Arnd/Olof, Because of the following patch series that is currently in arm-soc/for-next: 10021488997317d1121505a7ac659124c058efed clocksource: dw_apb_timer_of: use clocksource_of_init 1b4eca0f634be2a99f2baa6c29dfd183590ea

[PATCH 1/2] ARM: dts: Change dw-apb-timer-osc and dw-apb-timer-sp to just dw-apb-timer

2013-06-17 Thread dinguyen
From: Dinh Nguyen "dw-apb-timer-osc" and "dw-apb-timer-sp" are the same implementation of the DW APB timer, just fed by different clocks. Signed-off-by: Dinh Nguyen CC: Rob Herring Cc: Grant Likely CC: Arnd Bergmann Cc: Olof Johansson CC: Jamie Iles Cc: John Stultz Cc: Pavel Machek Cc: d

[PATCH 0/2] Fix potential merge conflict for dw_apb_timer_of

2013-06-17 Thread dinguyen
From: Dinh Nguyen Hi Arnd/Olof, Because of the following patch series that is currently in arm-soc/for-next: 10021488997317d1121505a7ac659124c058efed clocksource: dw_apb_timer_of: use clocksource_of_init 1b4eca0f634be2a99f2baa6c29dfd183590ead3f clocksource: dw_apb_timer_of: select DW_APB_TIME

Re: [PATCH 2/3] mfd: twl4030-power: Start transition to DT

2013-06-17 Thread Samuel Ortiz
Hi Florian, On Thu, May 30, 2013 at 03:51:55PM +0200, Florian Vaussard wrote: > int twl4030_power_probe(struct platform_device *pdev) > { > struct twl4030_power_data *pdata = pdev->dev.platform_data; > + struct device_node *node = pdev->dev.of_node; > int err = 0; > - int i;

Re: [PATCH 1/3] mfd: twl4030-power: Split from twl-core into a dedicated module

2013-06-17 Thread Samuel Ortiz
Hi Florian, On Thu, May 30, 2013 at 03:51:54PM +0200, Florian Vaussard wrote: > For now, the call to twl4030-power is hard-wired inside twl-core. > To ease the future transition to DT, make twl4030-power as a > separate module, like what is already done for twl4030-audio > and others. > > Signed-

Re: [PATCH] Bump version number to 1.4.0

2013-06-17 Thread David Gibson
On Mon, Jun 17, 2013 at 03:28:22PM -0600, Stephen Warren wrote: > On 06/15/2013 09:32 AM, Jon Loeliger wrote: > >> > >> Hrm. We should make a new release. But I don't think we should bump > >> the version without actuall rolling a release. > > > > ..and are we ready to do so? > > I don't see an

Re: [PATCH v2] i2c: core: make it possible to match a pure device tree driver

2013-06-17 Thread Stephen Warren
On 06/17/2013 04:15 PM, Grant Likely wrote: > On Mon, Jun 17, 2013 at 5:33 PM, Linus Walleij > wrote: >> On Mon, Jun 17, 2013 at 5:48 PM, Stephen Warren >> wrote: >> >>> This has just shown up in next-20130617, and breaks at least the >>> TPS65910 an

Re: [PATCH v4 4/4] arm: add basic support for Rockchip RK3066a boards

2013-06-17 Thread Heiko Stübner
Am Montag, 17. Juni 2013, 23:35:15 schrieb Olof Johansson: > Hi, > > Just some small comments below. Once fixed: > > Acked-by: Olof Johansson > > On Thu, Jun 13, 2013 at 05:02:13PM +0200, Heiko Stübner wrote: > > + dwmmc@10214000 { > > + compatible = "rockchip,rk2928

Re: [PATCH 2/3] ARM: mach-moxart: add MOXA ART device tree files

2013-06-17 Thread Olof Johansson
On Fri, Jun 14, 2013 at 04:34:24PM +0200, Jonas Jensen wrote: > Hi, > > Thanks for the replies. > > What isn't commented below should already be fixed. > > On 13 June 2013 00:49, Olof Johansson wrote: > > Hi, > > > > You should add a bindings description for the MOXA SoC platforms, similar to >

Re: [PATCH 1/3] ARM: mach-moxart: add MOXA ART SoC files

2013-06-17 Thread Olof Johansson
Hi, On Fri, Jun 14, 2013 at 04:33:29PM +0200, Jonas Jensen wrote: > Hi, > > Thanks for the replies. > > What isn't commented below should already be fixed. I'll resubmit the > entire set when it looks like there's nothing left to amend. > > On 13 June 2013 00:42, Olof Johansson wrote: > > You

Re: [PATCH v2] i2c: core: make it possible to match a pure device tree driver

2013-06-17 Thread Grant Likely
On Mon, Jun 17, 2013 at 5:33 PM, Linus Walleij wrote: > On Mon, Jun 17, 2013 at 5:48 PM, Stephen Warren wrote: > >> This has just shown up in next-20130617, and breaks at least the >> TPS65910 and TPS62360 drivers, since they assume that the id parameter >> passed to pr

Re: [PATCH V2] Documentation: Add examples to samsung-pinctrl device tree bindings documentation

2013-06-17 Thread Kukjin Kim
On 06/18/13 01:21, Linus Walleij wrote: On Mon, Jun 17, 2013 at 2:57 PM, Leela Krishna Amudala wrote: This patch adds examples to samsung-pinctrl.txt documentaion file on how to make gpio binding and gpio request Signed-off-by: Leela Krishna Amudala Reviewed-by: Doug Anderson Looks like ge

Re: [PATCH v4 4/4] arm: add basic support for Rockchip RK3066a boards

2013-06-17 Thread Olof Johansson
Hi, Just some small comments below. Once fixed: Acked-by: Olof Johansson On Thu, Jun 13, 2013 at 05:02:13PM +0200, Heiko Stübner wrote: > + dwmmc@10214000 { > + compatible = "rockchip,rk2928-dw-mshc"; does it make sense to fall back and also specify "snps,dw-ms

Re: [PATCH] Bump version number to 1.4.0

2013-06-17 Thread Stephen Warren
On 06/15/2013 09:32 AM, Jon Loeliger wrote: >> >> Hrm. We should make a new release. But I don't think we should bump >> the version without actuall rolling a release. > > ..and are we ready to do so? I don't see anyone saying no... How about if nobody objects, a release is made by the end of

Re: [PATCH v4 0/7] xilinxfb changes

2013-06-17 Thread Arnd Bergmann
On Monday 17 June 2013, Michal Simek wrote: > On 06/17/2013 10:56 AM, Jean-Christophe PLAGNIOL-VILLARD wrote: > > On 07:23 Mon 17 Jun , Michal Simek wrote: > >> On 06/06/2013 06:23 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: > >>> On 12:13 Mon 03 Jun , Michal Simek wrote: > Hi, >

[PATCH] arm/dts: Add basic support for gta04 (Openmoko next generation) board.

2013-06-17 Thread Marek Belisko
Signed-off-by: Marek Belisko --- Resending because patch wasn't applied yet and was first time sent in January. arch/arm/boot/dts/omap3-gta04.dts | 94 +++ 1 file changed, 94 insertions(+) create mode 100644 arch/arm/boot/dts/omap3-gta04.dts diff --git a/arc

Re: [PATCH v2] staging: imx_drm: imx_ldb: fix 18 bit format

2013-06-17 Thread Greg Kroah-Hartman
On Mon, Jun 17, 2013 at 11:02:52AM +0200, Steffen Trumtrar wrote: > From: Markus Niebel > > Since 18 bit is supported as datawidth in device tree it should be > supported in driver. Beside the LDB channel the IPU channel has also > to be configured to use BGR666. > > Signed-off-by: Markus Niebel

Re: [PATCH v2] staging: imx_drm: imx_ldb: fix 18 bit format

2013-06-17 Thread Greg Kroah-Hartman
On Mon, Jun 17, 2013 at 10:03:16PM +0800, Shawn Guo wrote: > On Mon, Jun 17, 2013 at 11:02:52AM +0200, Steffen Trumtrar wrote: > > From: Markus Niebel > > > > Since 18 bit is supported as datawidth in device tree it should be > > supported in driver. Beside the LDB channel the IPU channel has als

Re: [PATCH] dmaengine: Add hisilicon k3 DMA engine driver

2013-06-17 Thread Arnd Bergmann
On Monday 17 June 2013, Zhangfei Gao wrote: > Add dmaengine driver for hisilicon k3 platform based on virt_dma > > Signed-off-by: Zhangfei Gao > Tested-by: Kai Yang Acked-by: Arnd Bergmann > diff --git a/Documentation/devicetree/bindings/dma/k3dma.txt > b/Documentation/devicetree/bindings/dm

Re: [PATCH REBASE] i2c-designware: make SDA hold time configurable

2013-06-17 Thread Rob Herring
On 05/14/2013 08:04 AM, Christian Ruppert wrote: > This patch makes the SDA hold time configurable through device tree. > > [rebased to i2c-current/i2c-next/mainline-3.10-rc1] > > Signed-off-by: Christian Ruppert > Signed-off-by: Pierrick Hascoet > --- > .../devicetree/bindings/i2c/i2c-designw

[PATCH v7 0/3] SH pinctrl DT support

2013-06-17 Thread Laurent Pinchart
Hello, Here's the seventh (and hopefully final) version of the SuperH and SH Mobile pin controllers (PFC) DT support patch set. The patches have been rebased on the for-next branch of the pinctrl repository. All ARM-specific patches have been dropped and will be pushed through to ARM SoC tree in

[PATCH v7 2/3] sh-pfc: Add DT support

2013-06-17 Thread Laurent Pinchart
Support device instantiation through the device tree. The compatible property is used to select the SoC pinmux information. Set the gpio_chip device field to the PFC device to enable automatic GPIO OF support. Cc: devicetree-discuss@lists.ozlabs.org Signed-off-by: Laurent Pinchart --- .../bindi

[PATCH v7 3/3] sh-pfc: Add pinconf support to DT bindings

2013-06-17 Thread Laurent Pinchart
Signed-off-by: Laurent Pinchart --- .../bindings/pinctrl/renesas,pfc-pinctrl.txt | 36 +-- drivers/pinctrl/sh-pfc/pinctrl.c | 109 ++--- 2 files changed, 124 insertions(+), 21 deletions(-) diff --git a/Documentation/devicetree/bindings/pinctrl/renesas

[PATCH v7 1/3] sh-pfc: Remove support for platform data

2013-06-17 Thread Laurent Pinchart
Platform data isn't used, support can thus be removed. Signed-off-by: Laurent Pinchart Acked-by: Linus Walleij --- drivers/pinctrl/sh-pfc/core.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/pinctrl/sh-pfc/core.c b/drivers/pinctrl/sh-pfc/core.c index b551336..13f

Re: [RFC PATCH v4 2/2] drivers: mfd: vexpress: add Serial Power Controller (SPC) support

2013-06-17 Thread Olof Johansson
On Mon, Jun 17, 2013 at 04:51:09PM +0100, Lorenzo Pieralisi wrote: > The TC2 versatile express core tile integrates a logic block that provides the > interface between the dual cluster test-chip and the M3 microcontroller that > carries out power management. The logic block, called Serial Power Con

Re: [PATCH 01/11] pinctrl: single: adopt pinctrl sleep mode management

2013-06-17 Thread Tony Lindgren
* Linus Walleij [130617 09:14]: > On Mon, Jun 17, 2013 at 2:03 PM, Tony Lindgren wrote: > > * Linus Walleij [130617 04:38]: > >> On Fri, May 31, 2013 at 12:13 PM, Hebbar Gururaja > >> wrote: > >> > >> > Make pinctrl-single able to handle suspend/resume events and change > >> > hogged pins state

[PATCH] of: Add more stubs for non-OF builds

2013-06-17 Thread Alexander Shiyan
Patch adds of_get_next_child and of_get_next_available_child stubs for non-OF builds. Signed-off-by: Alexander Shiyan --- include/linux/of.h | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/include/linux/of.h b/include/linux/of.h index 1fd08ca..df0e644 100644

Re: [PATCH RESEND V2] ARM: dts: Correct the base address of pinctrl_3 on Exynos5250

2013-06-17 Thread Olof Johansson
On Mon, Jun 17, 2013 at 09:58:47PM +0900, Kukjin Kim wrote: > Padmavathi Venna wrote: > > > > This patch corrects the base address of pinctrl_3 on Exynos5250 > > platform. > > > > Signed-off-by: Padmavathi Venna > > (+ Olof) > > Olof, there is no other fixes in my tree for v3.10 yet, so would

Re: [PATCH v2] i2c: core: make it possible to match a pure device tree driver

2013-06-17 Thread Stephen Warren
On 06/17/2013 10:33 AM, Linus Walleij wrote: > On Mon, Jun 17, 2013 at 5:48 PM, Stephen Warren wrote: > >> This has just shown up in next-20130617, and breaks at least the >> TPS65910 and TPS62360 drivers, since they assume that the id parameter >> passed to probe is no

Re: [PATCH v2] i2c: core: make it possible to match a pure device tree driver

2013-06-17 Thread Linus Walleij
On Mon, Jun 17, 2013 at 5:48 PM, Stephen Warren wrote: > This has just shown up in next-20130617, and breaks at least the > TPS65910 and TPS62360 drivers, since they assume that the id parameter > passed to probe is non-NULL. However, now the parameter is NULL since > these drivers

Re: [PATCH v6 02/18] sh-pfc: Add DT support

2013-06-17 Thread Linus Walleij
On Mon, Jun 17, 2013 at 1:51 PM, Laurent Pinchart wrote: > On Monday 17 June 2013 13:28:52 Linus Walleij wrote: >> Can you send a small set of self-contained patches that do not touch >> anything in arch/arm/* and which does not collide with anything already >> queued in ARM SoC for v3.11? >> >>

Re: [PATCH v2 05/11] pinctrl:stixxxx: Add pinctrl and pinconf support.

2013-06-17 Thread Linus Walleij
On Mon, Jun 17, 2013 at 3:31 PM, Srinivas KANDAGATLA wrote: >>> +config PINCTRL_STI >> >> As mentioned elsewhere STI is a bit too much X:es in. >> Please come up with some better naming if possible. > > Are you OK if I use pinctrl-st.c? It seems to no be taken so OK :-) The best choice

Re: [PATCH 2/3] dmaengine: add support for DMA multiplexer DT nodes

2013-06-17 Thread Arnd Bergmann
On Thursday 06 June 2013, Guennadi Liakhovetski wrote: > Documentation/devicetree/bindings/dma/dma.txt | 44 > + > drivers/dma/of-dma.c | 31 + > 2 files changed, 67 insertions(+), 8 deletions(-) > > diff --git a/Documentation/

Re: [PATCH V2] Documentation: Add examples to samsung-pinctrl device tree bindings documentation

2013-06-17 Thread Linus Walleij
On Mon, Jun 17, 2013 at 2:57 PM, Leela Krishna Amudala wrote: > This patch adds examples to samsung-pinctrl.txt documentaion file > on how to make gpio binding and gpio request > > Signed-off-by: Leela Krishna Amudala > Reviewed-by: Doug Anderson Looks like generic GPIO bindings. Acked-by: Lin

Re: [PATCH v10 5/8] dmaengine: edma: Add TI EDMA device tree binding

2013-06-17 Thread Arnd Bergmann
On Monday 17 June 2013, Fernandes, Joel A wrote: > [Joel] Thanks for the suggestion, I updated it and it looks like this now: > > > Required properties:

Re: [PATCH v4] spi: omap2-mcspi: Add FIFO buffer support

2013-06-17 Thread Mark Brown
On Mon, Jun 17, 2013 at 04:31:06PM +0300, Illia Smyrnov wrote: > The MCSPI controller has a built-in FIFO buffer to unload the DMA or interrupt > handler and improve data throughput. This patch adds FIFO buffer support for > SPI > transfers in DMA mode. Applied, thanks. signature.asc Descriptio

Re: [PATCH 01/11] pinctrl: single: adopt pinctrl sleep mode management

2013-06-17 Thread Linus Walleij
On Mon, Jun 17, 2013 at 2:03 PM, Tony Lindgren wrote: > * Linus Walleij [130617 04:38]: >> On Fri, May 31, 2013 at 12:13 PM, Hebbar Gururaja >> wrote: >> >> > Make pinctrl-single able to handle suspend/resume events and change >> > hogged pins states accordingly. >> > >> > Signed-off-by: Hebbar

[PATCH 2/2] clk: mmp: add support for DT-defined clocks

2013-06-17 Thread Daniel Drake
Add support to the existing mmp clock drivers for clocks to be defined in the device tree. This will be used on OLPC MMP2/MMP3-based laptops. If clock info cannot be found in the device tree, we fall back to the static clock initialization already present. Signed-off-by: Daniel Drake --- .../de

[RFC PATCH v4 2/2] drivers: mfd: vexpress: add Serial Power Controller (SPC) support

2013-06-17 Thread Lorenzo Pieralisi
The TC2 versatile express core tile integrates a logic block that provides the interface between the dual cluster test-chip and the M3 microcontroller that carries out power management. The logic block, called Serial Power Controller (SPC), contains several memory mapped registers to control among

[RFC PATCH v4 0/2] drivers: mfd: Versatile Express SPC support

2013-06-17 Thread Lorenzo Pieralisi
This patch is v4 of a previous posting: http://lists.infradead.org/pipermail/linux-arm-kernel/2013-June/173831.html v4 changes: - Applied review comments (trimmed function names, added comments, refactored some APIs) - Added comments throughout the set - Fixed irq handler bug in checking the tr

Re: [PATCH 0/3] dma: add support for DMA multiplexer DT nodes

2013-06-17 Thread Arnd Bergmann
On Wednesday 12 June 2013, Vinod Koul wrote: > On Thu, Jun 06, 2013 at 05:47:22PM +0200, Guennadi Liakhovetski wrote: > > Next re-send of an earlier work. This series adds support for multiple > > compatible DMAC instances, capable of serving the same DMA slaves. > > Currently to specify such a c

[RFC PATCH v4 1/2] drivers: mfd: refactor the vexpress config bridge API

2013-06-17 Thread Lorenzo Pieralisi
From: Pawel Moll The introduction of Serial Power Controller (SPC) requires the vexpress config interface to change slightly since the SPC memory mapped interface can be used as configuration bus but also for operating points programming and retrieval. The helper that allocates the bridge functio

Re: [PATCH v2 3/3] DMA: shdma: add DT support

2013-06-17 Thread Arnd Bergmann
On Thursday 06 June 2013, Guennadi Liakhovetski wrote: > +Required properties: > +- dmas: a list of <[DMA controller phandle] [MID/RID value]> > pairs > +- dma-names: a list of DMA channel names, one per "dmas" entry Looks ok to me, although it might be helpful to clarify what MID/RI

Re: [PATCH v2] i2c: core: make it possible to match a pure device tree driver

2013-06-17 Thread Stephen Warren
is. > > v2 should be doing what Grant suggested... This has just shown up in next-20130617, and breaks at least the TPS65910 and TPS62360 drivers, since they assume that the id parameter passed to probe is non-NULL. However, now the parameter is NULL since these drivers have both an

Re: [PATCH v2] pinctrl: rockchip: correctly handle arguments of pinconf options

2013-06-17 Thread Linus Walleij
On Sun, Jun 16, 2013 at 5:41 PM, Heiko Stübner wrote: > Change the rockchip pinctrl driver to handle the arguments to the pull > pinconfig options correctly. So only accept non-0 values for the > pull options as the rockchip pin-controller can only turn pulls on and > off (this via BIAS_DISABLE).

Re: [PATCH v2 0/3] omap_hsmmc DT DMA Client support

2013-06-17 Thread Balaji T K
On Friday 14 June 2013 11:40 PM, Joel A Fernandes wrote: Resending on Matt's new email, thanks. On Fri, Jun 14, 2013 at 1:10 PM, Joel A Fernandes wrote: Hi, On Wed, Mar 6, 2013 at 7:37 AM, Matt Porter wrote: On Tue, Mar 05, 2013 at 09:26:01PM +, Arnd Bergmann wrote: On Tuesday 05 March

Re: [PATCH -next v2] dmaengine: ste_dma40: fix error return code in d40_probe()

2013-06-17 Thread Linus Walleij
On Mon, Jun 17, 2013 at 3:50 PM, Vinod Koul wrote: > On Thu, Jun 13, 2013 at 09:49:04AM +0200, Linus Walleij wrote: >> I haven't sent this patch to ARM SoC so it will not appear from any other >> source >> in the merge window or cause any conflicts. > > Doesnt apply on my next or -rc6. I think i

Re: [PATCH v2 1/5] clk: divider: replace bitfield width with mask

2013-06-17 Thread Shawn Guo
On Sun, Jun 16, 2013 at 07:58:21PM -0700, Mike Turquette wrote: > The forthcoming Device Tree binding for the divider clock type will use > a bitfield mask instead of bitfield width, which is what the current > basic divider implementation uses. > > This patch replaces the u8 width in struct clk_d

[PATCH v2] OF: make of_property_for_each_{u32|string}() use parameters if OF is not enabled

2013-06-17 Thread Sebastian Andrzej Siewior
I am getting a few |warning: unused variable ‘p’ [-Wunused-variable] |warning: unused variable ‘prop’ [-Wunused-variable] in the case where CONFIG_OF is not defined and the parameters are only used in the loop macro. Signed-off-by: Sebastian Andrzej Siewior --- I also made that change for of_pr

Re: [PATCH -next v2] dmaengine: ste_dma40: fix error return code in d40_probe()

2013-06-17 Thread Vinod Koul
On Thu, Jun 13, 2013 at 09:49:04AM +0200, Linus Walleij wrote: > On Wed, Jun 12, 2013 at 11:54 AM, Vinod Koul wrote: > > >> Let me know how you want it, I've removed it from my > >> dma40 branch for the time being. > > > > Have you removed, Also I see a v3 of this, do you want to ack that before

Re: [PATCH 0/3] dma: add support for DMA multiplexer DT nodes

2013-06-17 Thread Vinod Koul
On Wed, Jun 12, 2013 at 12:38:44PM +0200, Guennadi Liakhovetski wrote: > On Wed, 12 Jun 2013, Vinod Koul wrote: > > > On Wed, Jun 12, 2013 at 02:53:49PM +0530, Vinod Koul wrote: > > > On Thu, Jun 06, 2013 at 05:47:22PM +0200, Guennadi Liakhovetski wrote: > > > > Next re-send of an earlier work. Th

Re: [PATCH v2] staging: imx_drm: imx_ldb: fix 18 bit format

2013-06-17 Thread Shawn Guo
On Mon, Jun 17, 2013 at 11:02:52AM +0200, Steffen Trumtrar wrote: > From: Markus Niebel > > Since 18 bit is supported as datawidth in device tree it should be > supported in driver. Beside the LDB channel the IPU channel has also > to be configured to use BGR666. > > Signed-off-by: Markus Niebel

Re: [PATCH v2 05/11] pinctrl:stixxxx: Add pinctrl and pinconf support.

2013-06-17 Thread Srinivas KANDAGATLA
Thankyou very much for the comments. On 16/06/13 13:17, Linus Walleij wrote: > On Mon, Jun 10, 2013 at 11:22 AM, Srinivas KANDAGATLA > wrote: > >> About driver: >> This pinctrl driver manages both PIO and PIO-mux block using pinctrl, >> pinconf, pinmux, gpio subsystems. All the pinctrl related c

RE: [PATCH RESEND V2] ARM: dts: Correct the base address of pinctrl_3 on Exynos5250

2013-06-17 Thread Kukjin Kim
Padmavathi Venna wrote: > > This patch corrects the base address of pinctrl_3 on Exynos5250 > platform. > > Signed-off-by: Padmavathi Venna (+ Olof) Olof, there is no other fixes in my tree for v3.10 yet, so would be helpful if you could take this into fixes in arm-soc for v3.10. Just note, th

Re: [PATCH V2] Documentation: Add examples to samsung-pinctrl device tree bindings documentation

2013-06-17 Thread Tomasz Figa
On Monday 17 of June 2013 18:27:06 Leela Krishna Amudala wrote: > This patch adds examples to samsung-pinctrl.txt documentaion file > on how to make gpio binding and gpio request > > Signed-off-by: Leela Krishna Amudala > Reviewed-by: Doug Anderson > --- > .../bindings/pinctrl/samsung-pinctrl.t

Re: [PATCH V5 1/3] pci: Add PCIe driver for Samsung Exynos

2013-06-17 Thread Arnd Bergmann
On Monday 17 June 2013 18:45:52 Jingoo Han wrote: > On Friday, June 14, 2013 9:54 PM, Arnd Bergmann wrote: > > > > Please look up the documentation about inbound viewport and describe > > in a code comment what it does. I /assume/ that this is how DMA accesses > > from the bus get translated into

[PATCH V2] Documentation: Add examples to samsung-pinctrl device tree bindings documentation

2013-06-17 Thread Leela Krishna Amudala
This patch adds examples to samsung-pinctrl.txt documentaion file on how to make gpio binding and gpio request Signed-off-by: Leela Krishna Amudala Reviewed-by: Doug Anderson --- .../bindings/pinctrl/samsung-pinctrl.txt | 44 +++- 1 file changed, 42 insertions(+), 2

Re: [PATCH] Documentation: Add examples to samsung-pinctrl device tree bindings documentation

2013-06-17 Thread Leela Krishna Amudala
Hi Tomasz, Thanks for reviewing the patch. Will post version 2 soon addressing your comments. Best Wishes, Leela Krishna. On Mon, Jun 17, 2013 at 5:40 PM, Tomasz Figa wrote: > Hi Leela, > > On Monday 17 of June 2013 16:14:55 Leela Krishna Amudala wrote: >> This patch adds examples to samsung-pin

Re: [PATCH] Documentation: Add examples to samsung-pinctrl device tree bindings documentation

2013-06-17 Thread Tomasz Figa
Hi Leela, On Monday 17 of June 2013 16:14:55 Leela Krishna Amudala wrote: > This patch adds examples to samsung-pinctrl.txt documentaion file > on how to make gpio binding and gpio request > > Signed-off-by: Leela Krishna Amudala > Reviewed-by: Doug Anderson > --- > .../bindings/pinctrl/samsun

Re: [PATCH v10 5/8] dmaengine: edma: Add TI EDMA device tree binding

2013-06-17 Thread Arnd Bergmann
On Friday 14 June 2013 21:32:47 Joel A Fernandes wrote: > > diff --git a/Documentation/devicetree/bindings/dma/ti-edma.txt > b/Documentation/devicetree/bindings/dma/ti-edma.txt > new file mode 100644 > index 000..ada0018 > --- /dev/null > +++ b/Documentation/devicetree/bindings/dma/ti-edma.tx

Re: [PATCH 01/11] pinctrl: single: adopt pinctrl sleep mode management

2013-06-17 Thread Tony Lindgren
* Linus Walleij [130617 04:38]: > On Fri, May 31, 2013 at 12:13 PM, Hebbar Gururaja > wrote: > > > Make pinctrl-single able to handle suspend/resume events and change > > hogged pins states accordingly. > > > > Signed-off-by: Hebbar Gururaja > > Cc: Linus Walleij > > Noone said anything about

RE: [PATCH] Documentation: Add examples to samsung-pinctrl device tree bindings documentation

2013-06-17 Thread Kukjin Kim
Kukjin Kim wrote: > > Leela Krishna Amudala wrote: > > > > This patch adds examples to samsung-pinctrl.txt documentaion file > > on how to make gpio binding and gpio request > > > > Signed-off-by: Leela Krishna Amudala > > Reviewed-by: Doug Anderson > > --- > > .../bindings/pinctrl/samsung-pinc

RE: [PATCH] Documentation: Add examples to samsung-pinctrl device tree bindings documentation

2013-06-17 Thread Kukjin Kim
Leela Krishna Amudala wrote: > > This patch adds examples to samsung-pinctrl.txt documentaion file > on how to make gpio binding and gpio request > > Signed-off-by: Leela Krishna Amudala > Reviewed-by: Doug Anderson > --- > .../bindings/pinctrl/samsung-pinctrl.txt | 48 > ++

Re: [PATCH v6 02/18] sh-pfc: Add DT support

2013-06-17 Thread Laurent Pinchart
Hi Linus, On Monday 17 June 2013 13:28:52 Linus Walleij wrote: > On Mon, Jun 17, 2013 at 1:00 PM, Laurent Pinchart wrote: > > On Monday 17 June 2013 16:03:16 Simon Horman wrote: > >> Hi Laurent, > >> > >> As 3.10-rc6 has been released it is probably now too late for me > >> to take this series th

Re: [PATCH 01/11] pinctrl: single: adopt pinctrl sleep mode management

2013-06-17 Thread Linus Walleij
On Fri, May 31, 2013 at 12:13 PM, Hebbar Gururaja wrote: > Make pinctrl-single able to handle suspend/resume events and change > hogged pins states accordingly. > > Signed-off-by: Hebbar Gururaja > Cc: Linus Walleij Noone said anything about this patch, but it looks very straight-forward to me

Re: [PATCH v6 02/18] sh-pfc: Add DT support

2013-06-17 Thread Linus Walleij
On Mon, Jun 17, 2013 at 1:00 PM, Laurent Pinchart wrote: > On Monday 17 June 2013 16:03:16 Simon Horman wrote: >> Hi Laurent, >> >> As 3.10-rc6 has been released it is probably now too late for me >> to take this series through the renesas tree for v3.11. >> >> I am happy for Linus to take it if t

[PATCH v2 3/3] ARM: mach-moxart: add MOXA ART UART debug files

2013-06-17 Thread Jonas Jensen
Add MOXA ART kernel low-level debugging port support. Signed-off-by: Jonas Jensen --- arch/arm/Kconfig.debug |8 arch/arm/include/debug/moxart.S | 16 2 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 arch/arm/include/debug/moxart.S d

[PATCH v2 2/3] ARM: mach-moxart: add MOXA ART device tree files

2013-06-17 Thread Jonas Jensen
Add generic SoC include and UC-7112-LX platform device tree files. Add device tree bindings documentation. Signed-off-by: Jonas Jensen --- Documentation/devicetree/bindings/arm/moxart.txt |8 +++ .../arm/moxart/moxart-interrupt-controller.txt | 29 + .../bindings/arm/moxart/m

[PATCH v2 1/3] ARM: mach-moxart: add MOXA ART SoC files

2013-06-17 Thread Jonas Jensen
Add MOXA ART SoC support. The MOXA ART SoC is based on a Faraday FA526 ARMv4 32-bit 192 MHz CPU with MMU and 16KB/8KB D/I-cache (UC-7112-LX). Used on models UC-7101, UC-7112/UC-7110, IA240/IA241, IA3341. Signed-off-by: Jonas Jensen --- arch/arm/Kconfig |2 + arch/a

Re: [PATCH v10 5/8] dmaengine: edma: Add TI EDMA device tree binding

2013-06-17 Thread Sekhar Nori
Grant, Rob, Can one of you please take a look at this patch and see if you have any comments on the binding definition? Joel, Ideally the bindings are described before they are used or along with its usage. In that aspect, this patch is present too far back in the series. Can you please fix this

Re: [PATCH v6 02/18] sh-pfc: Add DT support

2013-06-17 Thread Laurent Pinchart
Hi Simon, On Monday 17 June 2013 16:03:16 Simon Horman wrote: > Hi Laurent, > > As 3.10-rc6 has been released it is probably now too late for me > to take this series through the renesas tree for v3.11. > > I am happy for Linus to take it if that is what he would like to do. OK. Linus, would y

RE: [PATCH RESEND V2] ARM: dts: wm8994: Add wm8994 regulator support on smdk5250.

2013-06-17 Thread Kukjin Kim
Padmavathi Venna wrote: > > This patch adds the required regulator supplies and properties > for wm8994 codec on smdk5250 board. > > Signed-off-by: Padmavathi Venna > --- > > Changes since V1: > - Clubbed the same supply regulators as suggested by Mark. > Applied, thanks. - Kukjin

[PATCH] Documentation: Add examples to samsung-pinctrl device tree bindings documentation

2013-06-17 Thread Leela Krishna Amudala
This patch adds examples to samsung-pinctrl.txt documentaion file on how to make gpio binding and gpio request Signed-off-by: Leela Krishna Amudala Reviewed-by: Doug Anderson --- .../bindings/pinctrl/samsung-pinctrl.txt | 48 +++- 1 file changed, 46 insertions(+), 2

Re: [PATCH v7 0/9] Generic PHY Framework

2013-06-17 Thread Sylwester Nawrocki
Hi, On 06/13/2013 10:43 AM, 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. > > This framework will be of use only t

RE: [PATCH V6 6/6] clk: exynos5250: Add enum entries for divider clock of i2s1 and i2s2

2013-06-17 Thread Kukjin Kim
Padma Venkat wrote: > > Hi Mike, > > On Thu, Jun 13, 2013 at 8:32 AM, Padma Venkat wrote: > > Hi Mike, > > > > On Wed, Jun 12, 2013 at 10:15 PM, Mike Turquette > wrote: > >> Quoting Padmavathi Venna (2013-06-12 01:07:43) > >>> This patch adds enum entries for div_i2s1 and div_i2s2 which are > >

Re: [PATCH V5 1/3] pci: Add PCIe driver for Samsung Exynos

2013-06-17 Thread Jingoo Han
On Friday, June 14, 2013 9:54 PM, Arnd Bergmann wrote: > On Friday 14 June 2013 17:18:46 Jingoo Han wrote: > > On Thursday, June 13, 2013 11:14 PM, Arnd Bergmann wrote: > > > On Thursday 13 June 2013 22:22:31 Jingoo Han wrote: > > > > > +struct pcie_port { > > > > + struct device *

Re: [PATCH v2 09/11] ARM:stixxxx: Add stixxxx options to multi_v7_defconfig

2013-06-17 Thread Mark Rutland
On Thu, Jun 13, 2013 at 10:24:45AM +0100, Srinivas KANDAGATLA wrote: > On 10/06/13 14:15, Mark Rutland wrote: > > CONFIG_EXPERIMENTAL's gone as of 3d374d09f1: "final removal of > > CONFIG_EXPERIMENTAL", so that's fine to go. CONFIG_GPIO_PL061 and > > CONFIG_MMC_WMT get selected elsewhere, so that's

Re: [PATCH v3 2/2] spi: omap2-mcspi: Add FIFO buffer support

2013-06-17 Thread Mark Brown
On Fri, Jun 14, 2013 at 07:12:08PM +0300, Illia Smyrnov wrote: > The MCSPI controller has a built-in FIFO buffer to unload the DMA or interrupt > handler and improve data throughput. This patch adds FIFO buffer support for > SPI > transfers in DMA mode. This looks good but doesn't apply against m

Re: [PATCH v3 1/2] spi: omap2-mcspi: Move bytes per word calculation to the function

2013-06-17 Thread Mark Brown
On Fri, Jun 14, 2013 at 07:12:07PM +0300, Illia Smyrnov wrote: > Introduce mcspi_bytes_per_word function as replacement for the next code > fragment: Applied, thanks. signature.asc Description: Digital signature ___ devicetree-discuss mailing list devi

Re: [PATCH v2 6/6] DT: Add documentation for gpio-xilinx

2013-06-17 Thread Linus Walleij
On Mon, Jun 17, 2013 at 8:21 AM, Michal Simek wrote: > On 06/17/2013 07:50 AM, Linus Walleij wrote: >> On Mon, Jun 3, 2013 at 2:31 PM, Michal Simek wrote: >>> +- xlnx,tri-default : if n-th bit is 1, GPIO-n is in tristate mode >>> +- xlnx,is-dual : if 1, controller also uses the second channel >>

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

2013-06-17 Thread Linus Walleij
On Mon, Jun 17, 2013 at 9:29 AM, Loh Tien Hock wrote: > On Mon, Jun 17, 2013 at 2:38 PM, Linus Walleij > wrote: >> On Thu, Jun 6, 2013 at 10:05 AM, wrote: >>> +static void altera_gpio_irq_handler(unsigned int irq, struct irq_desc >>> *desc) >>> +{ >>> + struct altera_gpio_chip *altera_g

Re: [PATCH v4 0/7] xilinxfb changes

2013-06-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 07:23 Mon 17 Jun , Michal Simek wrote: > On 06/06/2013 06:23 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: > > On 12:13 Mon 03 Jun , Michal Simek wrote: > >> Hi, > >> > > > > Arnd can you take look on it again please > > > > I'll take a look on it next week > > Any update on this? look

[PATCH v2] staging: imx_drm: imx_ldb: fix 18 bit format

2013-06-17 Thread Steffen Trumtrar
From: Markus Niebel Since 18 bit is supported as datawidth in device tree it should be supported in driver. Beside the LDB channel the IPU channel has also to be configured to use BGR666. Signed-off-by: Markus Niebel Signed-off-by: Steffen Trumtrar --- This is based on the series: "staging: dr

Re: [PATCH v4 0/7] xilinxfb changes

2013-06-17 Thread Michal Simek
On 06/17/2013 10:56 AM, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 07:23 Mon 17 Jun , Michal Simek wrote: >> On 06/06/2013 06:23 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: >>> On 12:13 Mon 03 Jun , Michal Simek wrote: Hi, >>> >>> Arnd can you take look on it again please >>> >>

Re: [PATCH] gpio MIPS/OCTEON: Add a driver for OCTEON's on-chip GPIO pins.

2013-06-17 Thread Linus Walleij
On Sat, Jun 15, 2013 at 1:18 AM, David Daney wrote: > From: David Daney > > The SOCs in the OCTEON family have 16 (or in some cases 20) on-chip > GPIO pins, this driver handles them all. Configuring the pins as > interrupt sources is handled elsewhere (OCTEON's irq handling code). > > Signed-of

Re: [PATCH v6 02/18] sh-pfc: Add DT support

2013-06-17 Thread Simon Horman
Hi Laurent, As 3.10-rc6 has been released it is probably now too late for me to take this series through the renesas tree for v3.11. I am happy for Linus to take it if that is what he would like to do. Otherwise I think we need to discuss how this should be handled for v3.12. On Mon, Jun 17, 20

Re: [RFC] OF: make of_property_for_each_u32() use parameters if OF is not enabled

2013-06-17 Thread Sebastian Andrzej Siewior
On 06/15/2013 04:00 PM, Grant Likely wrote: >> --- a/include/linux/of.h >> +++ b/include/linux/of.h >> @@ -507,8 +507,8 @@ static inline int of_machine_is_compatible(const char >> *compat) >> >> #define of_match_ptr(_ptr) NULL >> #define of_match_node(_matches, _node) NULL >> -#define of