Re: [PATCH 0/2] ARM: DTS: am335x-evmsk: Audio and MMC1 fix (for 3.13?)

2014-01-07 Thread Peter Ujfalusi
Hi Benoit, On 12/23/2013 11:28 AM, Peter Ujfalusi wrote: Hi, The audio frequency has been incorrectly set in the DTS file which results incorrect playback frequency on EVM-SK. The SD card can not be used without the second patch on 3.13-rc5. Can you take a look at these and if it is

Re: [PATCH v7 3/7] regulator: add pbias regulator support

2014-01-07 Thread Balaji T K
On Monday 06 January 2014 11:46 PM, Mark Rutland wrote: On Fri, Dec 20, 2013 at 05:35:51PM +, Balaji T K wrote: pbias register controls internal power supply to sd card i/o pads in most OMAPs (OMAP2-5, DRA7). Control bits for selecting voltage level and enabling/disabling are in the same

Re: [PATCH v7 5/7] ARM: dts: add pbias dt node

2014-01-07 Thread Balaji T K
On Monday 06 January 2014 11:49 PM, Mark Rutland wrote: On Fri, Dec 20, 2013 at 05:35:53PM +, Balaji T K wrote: Add pbias regulator node as a child of system control module - syscon. Signed-off-by: Balaji T K balaj...@ti.com --- arch/arm/boot/dts/dra7.dtsi | 18 ++

Re: [PATCH v7 5/7] ARM: dts: add pbias dt node

2014-01-07 Thread Mark Rutland
On Tue, Jan 07, 2014 at 10:18:15AM +, Balaji T K wrote: On Monday 06 January 2014 11:49 PM, Mark Rutland wrote: On Fri, Dec 20, 2013 at 05:35:53PM +, Balaji T K wrote: Add pbias regulator node as a child of system control module - syscon. Signed-off-by: Balaji T K

Re: [RFC PATCH v1 2/5] misc: tda8026: Add NXP TDA8026 PHY driver

2014-01-07 Thread Sebastian Reichel
On Tue, Jan 07, 2014 at 12:06:37PM +0530, Satish Patel wrote: + if (pdata-irq == 0) { + /* look for the field irq-gpio in DT */ + irq_gpio = of_get_named_gpio(np, irq-gpio, 0); + if (!gpio_is_valid(irq_gpio)) { +

[PATCH v3 0/4] USB Host support for OMAP5 uEVM (for 3.14)

2014-01-07 Thread Roger Quadros
Hi Benoit Tony, This patchset brings up USB Host ports and Ethernet port on the OMAP5 uEVM board. It depends on the TI Clock DT conversion patches [1]. [1] - http://article.gmane.org/gmane.linux.ports.arm.kernel/289895 cheers, -roger Roger Quadros (4): ARM: dts: OMAP5: Add 60MHz clock

[PATCH v3 2/4] ARM: dts: omap4-panda: Provide USB PHY clock

2014-01-07 Thread Roger Quadros
The USB PHY gets its clock from AUXCLK3. Provide this information. Signed-off-by: Roger Quadros rog...@ti.com --- arch/arm/boot/dts/omap4-panda-common.dtsi | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/arch/arm/boot/dts/omap4-panda-common.dtsi

[PATCH v3 1/4] ARM: dts: OMAP5: Add 60MHz clock reference to USB Host module

2014-01-07 Thread Roger Quadros
USB Host driver (drivers/mfd/omap-usb-host.c) expects the 60MHz reference clock to be named init_60m_fclk. Provide this information. Signed-off-by: Roger Quadros rog...@ti.com --- arch/arm/boot/dts/omap5.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/omap5.dtsi

[PATCH v3 3/4] ARM: dts: omap5-uevm: Provide USB PHY clock

2014-01-07 Thread Roger Quadros
The HS USB 2 PHY gets its clock from AUXCLK1. Provide this information. Signed-off-by: Roger Quadros rog...@ti.com --- arch/arm/boot/dts/omap5-uevm.dts | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts

[PATCH v3 4/4] ARM: OMAP2+: Remove legacy_init_ehci_clk()

2014-01-07 Thread Roger Quadros
The necessary clock phandle for the EHCI clock is now provided via device tree so we no longer need this legacy method. Signed-off-by: Roger Quadros rog...@ti.com --- arch/arm/mach-omap2/pdata-quirks.c | 16 1 file changed, 16 deletions(-) diff --git

Re: [PATCH v7 5/7] ARM: dts: add pbias dt node

2014-01-07 Thread Balaji T K
On Tuesday 07 January 2014 04:27 PM, Mark Rutland wrote: On Tue, Jan 07, 2014 at 10:18:15AM +, Balaji T K wrote: On Monday 06 January 2014 11:49 PM, Mark Rutland wrote: On Fri, Dec 20, 2013 at 05:35:53PM +, Balaji T K wrote: Add pbias regulator node as a child of system control module

Re: [PATCH 4/5] arm: omap3: twl: use the new lookup method with usb phy

2014-01-07 Thread Kishon Vijay Abraham I
Hi, On Monday 16 December 2013 08:13 PM, Heikki Krogerus wrote: Hi, On Mon, Dec 16, 2013 at 04:34:35PM +0530, Kishon Vijay Abraham I wrote: On Monday 09 December 2013 08:38 PM, Heikki Krogerus wrote: Provide a complete association for the phy and it's user (musb) with the new

Re: [PATCH 2/5] phy: add support for indexed lookup

2014-01-07 Thread Kishon Vijay Abraham I
Hi, On Monday 16 December 2013 08:02 PM, Heikki Krogerus wrote: Hi Kishon, On Mon, Dec 16, 2013 at 04:32:58PM +0530, Kishon Vijay Abraham I wrote: On Monday 09 December 2013 08:38 PM, Heikki Krogerus wrote: Removes the need for the consumer drivers requesting the phys to provide name for

Re: [PATCH v3 1/4] ARM: dts: OMAP5: Add 60MHz clock reference to USB Host module

2014-01-07 Thread Arnd Bergmann
On Tuesday 07 January 2014, Roger Quadros wrote: USB Host driver (drivers/mfd/omap-usb-host.c) expects the 60MHz reference clock to be named init_60m_fclk. Provide this information. Signed-off-by: Roger Quadros rog...@ti.com --- arch/arm/boot/dts/omap5.dtsi | 2 ++ 1 file changed, 2

Re: [PATCHv12 00/49] ARM: TI SoC clock DT conversion

2014-01-07 Thread Nishanth Menon
On 01/06/2014 09:21 PM, Nishanth Menon wrote: Hi Tero, On 12/20/2013 10:34 AM, Tero Kristo wrote: Hopefully final post of this series. At least this is going to be the last post this year as I will be going to x-mas vacation and won't be back before Jan 2nd. This time I just sent the patches

Re: [PATCH v2 1/2] ARM: dts: Add omap specific pinctrl defines to use padconf addresses

2014-01-07 Thread Tony Lindgren
* Laurent Pinchart laurent.pinch...@ideasonboard.com [131220 07:52]: From: Tony Lindgren t...@atomide.com +/* + * Macros to allow using the absolute physical address instead of the + * padconf registers instead of the offset from padconf base. + */ +#define OMAP_IOPAD_OFFSET(pa, offset)

Re: [PATCH v2 2/2] ARM: omap3: Split the pinmux core device

2014-01-07 Thread Tony Lindgren
* Laurent Pinchart laurent.pinch...@ideasonboard.com [131220 07:52]: --- a/arch/arm/boot/dts/omap3.dtsi +++ b/arch/arm/boot/dts/omap3.dtsi @@ -117,7 +117,18 @@ omap3_pmx_core: pinmux@48002030 { compatible = ti,omap3-padconf, pinctrl-single; -

Re: [pandaboard] audio initialization fails due to TWL6040

2014-01-07 Thread Tony Lindgren
* Peter Ujfalusi peter.ujfal...@ti.com [131229 23:36]: Hi Tony, I have missed this mail... On 12/05/2013 08:53 PM, Tony Lindgren wrote: * Tobias Jakobi tjak...@math.uni-bielefeld.de [131203 14:45]: And another one! https://bugzilla.kernel.org/show_bug.cgi?id=66451 Maybe Peter

Re: [PATCH V5 0/4] DRIVERS: IRQCHIP: Add support for crossbar IP

2014-01-07 Thread Tony Lindgren
* Sricharan R r.sricha...@ti.com [131229 22:30]: On Friday 27 December 2013 07:19 PM, Sricharan R wrote: On Thursday 26 December 2013 11:14 PM, Santosh Shilimkar wrote: On Wednesday 25 December 2013 11:52 PM, Sricharan R wrote: On Wednesday 18 December 2013 02:49 PM, Sricharan R wrote: I

Re: [PATCH v2 1/2] ARM: dts: Add omap specific pinctrl defines to use padconf addresses

2014-01-07 Thread Laurent Pinchart
Hi Tony, On Tuesday 07 January 2014 14:30:21 Tony Lindgren wrote: * Laurent Pinchart laurent.pinch...@ideasonboard.com [131220 07:52]: From: Tony Lindgren t...@atomide.com +/* + * Macros to allow using the absolute physical address instead of the + * padconf registers instead of the

Re: [PATCH v2 1/2] ARM: dts: Add omap specific pinctrl defines to use padconf addresses

2014-01-07 Thread Tony Lindgren
* Laurent Pinchart laurent.pinch...@ideasonboard.com [140107 15:10]: Hi Tony, On Tuesday 07 January 2014 14:30:21 Tony Lindgren wrote: * Laurent Pinchart laurent.pinch...@ideasonboard.com [131220 07:52]: From: Tony Lindgren t...@atomide.com +/* + * Macros to allow using the absolute

Re: [PATCH v2 1/2] ARM: dts: Add omap specific pinctrl defines to use padconf addresses

2014-01-07 Thread Laurent Pinchart
Hi Tony, On Tuesday 07 January 2014 15:20:18 Tony Lindgren wrote: * Laurent Pinchart laurent.pinch...@ideasonboard.com [140107 15:10]: On Tuesday 07 January 2014 14:30:21 Tony Lindgren wrote: * Laurent Pinchart laurent.pinch...@ideasonboard.com [131220 07:52]: From: Tony Lindgren

Re: [PATCH v2 1/2] ARM: dts: Add omap specific pinctrl defines to use padconf addresses

2014-01-07 Thread Tony Lindgren
* Laurent Pinchart laurent.pinch...@ideasonboard.com [140107 15:26]: Hi Tony, On Tuesday 07 January 2014 15:20:18 Tony Lindgren wrote: * Laurent Pinchart laurent.pinch...@ideasonboard.com [140107 15:10]: On Tuesday 07 January 2014 14:30:21 Tony Lindgren wrote: * Laurent Pinchart

Re: [PATCH V5 0/4] DRIVERS: IRQCHIP: Add support for crossbar IP

2014-01-07 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [140107 15:10]: * Sricharan R r.sricha...@ti.com [131229 22:30]: On Friday 27 December 2013 07:19 PM, Sricharan R wrote: On Thursday 26 December 2013 11:14 PM, Santosh Shilimkar wrote: On Wednesday 25 December 2013 11:52 PM, Sricharan R wrote: On

Re: [PATCH 1/2] ARM: omapfb: add coherent dma memory support

2014-01-07 Thread Tony Lindgren
* Tomi Valkeinen tomi.valkei...@ti.com [131230 05:21]: The omapfb driver uses dma_alloc to reserve memory for the framebuffers. However, on some use cases, even when CMA is in use, it's quite probable that omapfb fails to allocate the fb, either due to not enough free dma memory, fragmented

Re: [PATCH] ARM: dts: OMAP2: fix interrupt number for rng

2014-01-07 Thread Tony Lindgren
* Suman Anna s-a...@ti.com [131223 15:01]: The irq data for rng module defined in hwmod data previously missed the OMAP_INTC_START relative offset, so the interrupt number is probably misconfigured during the DT node addition adjusting for this OMAP_INTC_START. Interrupt #36 is associated

Re: [PATCH 0/4] ARM: OMAP: raw read and write endian fix

2014-01-07 Thread Tony Lindgren
* Taras Kondratiuk taras.kondrat...@linaro.org [131223 10:20]: On 23 December 2013 20:10, Taras Kondratiuk taras.kondrat...@linaro.org wrote: This series does trivial replacement of __raw_xxx functions with xxx_relaxed endian-neutral variants in 'mach-omap2' and 'plat-omap' directories.

Re: [PATCH] of/platform: Fix no irq domain found errors when populating interrupts

2014-01-07 Thread Tony Lindgren
* Paul Walmsley p...@pwsan.com [140106 15:43]: On Tue, 31 Dec 2013, Rob Herring wrote: On Mon, Dec 30, 2013 at 4:10 PM, Paul Walmsley p...@pwsan.com wrote: On Tue, 10 Dec 2013, Paul Walmsley wrote: Is it possible to get this patch, or something similar, merged for v3.13-rc? Once

Re: [PATCH RFC 00/26] Migrate more OMAP DMA code to DMA engine

2014-01-07 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [140102 07:11]: The following patch series moves code to setup the DMA hardware and service interrupts from the hardware to the DMA engine driver. This reduces the dependency on the legacy DMA implementation. This series does not remove the

Re: [PATCH] ARM: configs: Select USB PHY for AM335x SoC

2014-01-07 Thread Tony Lindgren
* Ezequiel Garcia ezequiel.gar...@free-electrons.com [131226 15:22]: On Thu, Dec 26, 2013 at 09:55:55AM -0600, Felipe Balbi wrote: On Thu, Dec 26, 2013 at 09:08:34AM -0300, Ezequiel Garcia wrote: Felipe, On Thu, Dec 12, 2013 at 12:14:29PM -0300, Ezequiel Garcia wrote: Enable this

Re: [PATCH v3 1/4] ARM: dts: OMAP5: Add 60MHz clock reference to USB Host module

2014-01-07 Thread Roger Quadros
On 01/07/2014 08:43 PM, Arnd Bergmann wrote: On Tuesday 07 January 2014, Roger Quadros wrote: USB Host driver (drivers/mfd/omap-usb-host.c) expects the 60MHz reference clock to be named init_60m_fclk. Provide this information. Signed-off-by: Roger Quadros rog...@ti.com ---

[PATCH v4 0/5] USB Host support for OMAP5 uEVM (for 3.14)

2014-01-07 Thread Roger Quadros
Hi Benoit Tony, This patchset brings up USB Host ports and Ethernet port on the OMAP5 uEVM board. It depends on the TI Clock DT conversion patches [1] and is based on 3.13-rc7 [1] - http://article.gmane.org/gmane.linux.ports.arm.kernel/289895 Changelog: v4: - Updated DT binding document for

[PATCH v4 5/5] ARM: OMAP2+: Remove legacy_init_ehci_clk()

2014-01-07 Thread Roger Quadros
The necessary clock phandle for the EHCI clock is now provided via device tree so we no longer need this legacy method. Signed-off-by: Roger Quadros rog...@ti.com --- arch/arm/mach-omap2/pdata-quirks.c | 16 1 file changed, 16 deletions(-) diff --git

[PATCH v4 2/5] ARM: dts: OMAP5: Add 60MHz clock reference to USB Host module

2014-01-07 Thread Roger Quadros
USB Host driver (drivers/mfd/omap-usb-host.c) expects the 60MHz reference clock to be named init_60m_fclk. Provide this information. Signed-off-by: Roger Quadros rog...@ti.com --- arch/arm/boot/dts/omap5.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/omap5.dtsi

[PATCH v4 1/5] mfd: omap-usb-host: Update DT clock binding information

2014-01-07 Thread Roger Quadros
The omap-usb-host driver expects the 60MHz functional clock of the USB host module to be named as init_60m_fclk. Add this information in the DT binding document. CC: Lee Jones lee.jo...@linaro.org CC: Samuel Ortiz sa...@linux.intel.com Signed-off-by: Roger Quadros rog...@ti.com ---

[PATCH v4 4/5] ARM: dts: omap5-uevm: Provide USB PHY clock

2014-01-07 Thread Roger Quadros
The HS USB 2 PHY gets its clock from AUXCLK1. Provide this information. Signed-off-by: Roger Quadros rog...@ti.com --- arch/arm/boot/dts/omap5-uevm.dts | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts

[PATCH v4 3/5] ARM: dts: omap4-panda: Provide USB PHY clock

2014-01-07 Thread Roger Quadros
The USB PHY gets its clock from AUXCLK3. Provide this information. Signed-off-by: Roger Quadros rog...@ti.com --- arch/arm/boot/dts/omap4-panda-common.dtsi | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/arch/arm/boot/dts/omap4-panda-common.dtsi

Re: [PATCH] mfd: omap-usb-tll: Don't hold lock during pm_runtime_get/put_sync()

2014-01-07 Thread Roger Quadros
Hi, On 12/18/2013 04:06 PM, Lee Jones wrote: pm_runtime_get/put_sync() can sleep so don't hold spinlock while calling them. This patch prevents a BUG() when CONFIG_DEBUG_ATOMIC_SLEEP is enabled. Bug is present in Kernel versions v3.9 onwards. Reported-by: Tomi Valkeinen

Re: [PATCH 0/3] pwm: ti: Miscellaneous Fixes and cleanup for pwm.

2014-01-07 Thread sourav
On Wednesday 18 December 2013 05:06 PM, Sourav Poddar wrote: This patch series caters to the issue faced while using tiecap as a module. The patch fix lock dependency issue which leads to crash during rmmod. Also fixes the clock control register setup values during CLK EN call. Sourav Poddar

[PATCH v2] mfd: omap-usb-tll: Don't hold lock during pm_runtime_get/put_sync()

2014-01-07 Thread Roger Quadros
pm_runtime_get/put_sync() can sleep so don't hold spinlock while calling them. This patch prevents a BUG() during system suspend when CONFIG_DEBUG_ATOMIC_SLEEP is enabled. Bug is present in Kernel versions v3.9 onwards. Reported-by: Tomi Valkeinen tomi.valkei...@ti.com Signed-off-by: Roger