Re: [PATCH v2] OMAPDSS: DISPC: Fix 34xx overlay scaling calculation

2014-01-14 Thread Tomi Valkeinen
On 2014-01-13 18:33, Ivaylo Dimitrov wrote: From: Ivaylo Dimitrov freemangor...@abv.bg commit 7faa92339bbb1e6b9a80983b206642517327eb75 OMAPDSS: DISPC: Handle synclost errors in OMAP3 introduces limits check to prevent SYNCLOST errors on OMAP3. However, it misses the logic found in Nokia

Re: [PATCH] ARM: OMAP4: sleep: byteswap data for big-endian

2014-01-14 Thread Taras Kondratiuk
On 13 January 2014 17:23, Nishanth Menon n...@ti.com wrote: On 01/13/2014 09:03 AM, Taras Kondratiuk wrote: From: Victor Kamensky victor.kamen...@linaro.org Assembler functions defined in sleep44xx.S need to byteswap values after read / before write from h/w register if code compiled in big

[PATCH 5/7] drivers/usb/dwc3: don't check resource with devm_ioremap_resource

2014-01-14 Thread Wolfram Sang
devm_ioremap_resource does sanity checks on the given resource. No need to duplicate this in the driver. Signed-off-by: Wolfram Sang w...@the-dreams.de --- Should go via subsystem tree drivers/usb/dwc3/dwc3-omap.c | 5 - 1 file changed, 5 deletions(-) diff --git

Re: [PATCHv13 00/40] ARM: TI SoC clock DT conversion

2014-01-14 Thread Tero Kristo
On 01/10/2014 08:51 PM, Tony Lindgren wrote: * Tero Kristo t-kri...@ti.com [140110 08:32]: On 01/10/2014 06:13 PM, Felipe Balbi wrote: On Fri, Jan 10, 2014 at 11:52:49AM +0200, Tero Kristo wrote: On 01/10/2014 01:15 AM, Felipe Balbi wrote: On Thu, Jan 09, 2014 at 03:22:03PM -0600, Nishanth

Re: [PATCHv4 6/7] hwspinlock/omap: enable module before reading SYSSTATUS register

2014-01-14 Thread Felipe Balbi
On Mon, Jan 13, 2014 at 06:19:23PM -0600, Suman Anna wrote: The number of hwspinlocks are determined based on the value read from the IP block's SYSSTATUS register. However, the module may not be enabled and clocked, and the read may result in a bus error. This particular issue is seen

Re: [PATCHv4 0/7] omap hwspinlock dt support

2014-01-14 Thread Felipe Balbi
On Mon, Jan 13, 2014 at 06:19:17PM -0600, Suman Anna wrote: This is an updated series mainly addressing Mark Rutland's comments about hwlock specifier being always one-cell. The series adds the support for #hwlock-cells property and adds a simple default OF translate function. The DTS

Re: [PATCHv4 7/7] hwspinlock/omap: enable build for AM33xx, AM43xx DRA7xx

2014-01-14 Thread Felipe Balbi
On Mon, Jan 13, 2014 at 06:19:24PM -0600, Suman Anna wrote: HwSpinlocks are supported on AM33xx, AM43xx and DRA7xx SoC device families as well. The IPs are identical to that of OMAP4/OMAP5, except for the number of locks. Add a depends on to the above family of SoCs to enable the build

Re: [PATCHv2 9/9] arm: dts: am43x-gp-evm: Add matrix gpio keys.

2014-01-14 Thread Felipe Balbi
On Mon, Jan 13, 2014 at 10:13:13PM +0530, sourav wrote: Benoit, On Thursday 19 December 2013 06:03 PM, Sourav Poddar wrote: Add gpio keys node for am43x gp evm. Signed-off-by: Sourav Poddarsourav.pod...@ti.com --- arch/arm/boot/dts/am437x-gp-evm.dts | 21 + 1

Re: [PATCH RFC 08/26] dmaengine: omap-dma: consolidate setup of CCR

2014-01-14 Thread Russell King - ARM Linux
On Mon, Jan 13, 2014 at 11:12:27PM +, Russell King - ARM Linux wrote: On Mon, Jan 13, 2014 at 02:14:26PM -0800, Tony Lindgren wrote: * Russell King rmk+ker...@arm.linux.org.uk [140102 07:17]: Consolidate the setup of the channel control register. Prepare the basic value in the

Re: [PATCHv4 6/7] hwspinlock/omap: enable module before reading SYSSTATUS register

2014-01-14 Thread Felipe Balbi
Hi again, On Tue, Jan 14, 2014 at 07:10:52AM -0600, Felipe Balbi wrote: diff --git a/drivers/hwspinlock/omap_hwspinlock.c b/drivers/hwspinlock/omap_hwspinlock.c index 9f56fb2..194886e 100644 --- a/drivers/hwspinlock/omap_hwspinlock.c +++ b/drivers/hwspinlock/omap_hwspinlock.c @@

Re: [PATCH 5/7] drivers/usb/dwc3: don't check resource with devm_ioremap_resource

2014-01-14 Thread Felipe Balbi
On Tue, Jan 14, 2014 at 12:58:56PM +0100, Wolfram Sang wrote: devm_ioremap_resource does sanity checks on the given resource. No need to duplicate this in the driver. Signed-off-by: Wolfram Sang w...@the-dreams.de --- Should go via subsystem tree too late for v3.14, I'll merge this for

Re: [PATCHv2 9/9] arm: dts: am43x-gp-evm: Add matrix gpio keys.

2014-01-14 Thread Benoit Cousson
Hi Felipe, On 14/01/2014 14:14, Felipe Balbi wrote: On Mon, Jan 13, 2014 at 10:13:13PM +0530, sourav wrote: Benoit, On Thursday 19 December 2013 06:03 PM, Sourav Poddar wrote: Add gpio keys node for am43x gp evm. Signed-off-by: Sourav Poddarsourav.pod...@ti.com ---

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

2014-01-14 Thread Heikki Krogerus
Hi Kishon, And happy new year.. On Tue, Jan 07, 2014 at 07:10:36PM +0530, Kishon Vijay Abraham I wrote: /** - * phy_get() - lookup and obtain a reference to a phy. + * phy_get_index() - obtain a phy based on index NAK. It still takes a 'char' argument and the name is misleading. Btw

Re: [PATCH v1 0/2] mtd: nand: omap: booting from NAND using u-boot

2014-01-14 Thread Enric Balletbo Serra
Hi Pekon, 2014/1/6 Stefan Roese s...@denx.de: Hi Pekon, On 06.01.2014 08:40, Gupta, Pekon wrote: Hello Enric, Nikita, and other OMAP3 users, As there were parallel set of patches running between u-boot and kernel. hence, some patch-sets caused regression for OMAP3x platforms when booting

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

2014-01-14 Thread Heikki Krogerus
On Tue, Jan 07, 2014 at 06:31:52PM +0530, Kishon Vijay Abraham I wrote: In any case, having two device names to deal with does not add any more risk. These associations should always be made in the place where the phy device is created so you will always know it's device name. huh.. we

Re: [PATCH] ARM: OMAP4: sleep: byteswap data for big-endian

2014-01-14 Thread Nishanth Menon
On 01/14/2014 05:14 AM, Taras Kondratiuk wrote: On 13 January 2014 17:23, Nishanth Menon n...@ti.com wrote: On 01/13/2014 09:03 AM, Taras Kondratiuk wrote: From: Victor Kamensky victor.kamen...@linaro.org Assembler functions defined in sleep44xx.S need to byteswap values after read / before

Re: [PATCHv4 7/7] hwspinlock/omap: enable build for AM33xx, AM43xx DRA7xx

2014-01-14 Thread Anna, Suman
Felipe, On 01/14/2014 07:12 AM, Felipe Balbi wrote: On Mon, Jan 13, 2014 at 06:19:24PM -0600, Suman Anna wrote: HwSpinlocks are supported on AM33xx, AM43xx and DRA7xx SoC device families as well. The IPs are identical to that of OMAP4/OMAP5, except for the number of locks. Add a depends on to

Re: [PATCHv4 6/7] hwspinlock/omap: enable module before reading SYSSTATUS register

2014-01-14 Thread Anna, Suman
Felipe, On 01/14/2014 08:04 AM, Felipe Balbi wrote: Hi again, On Tue, Jan 14, 2014 at 07:10:52AM -0600, Felipe Balbi wrote: diff --git a/drivers/hwspinlock/omap_hwspinlock.c b/drivers/hwspinlock/omap_hwspinlock.c index 9f56fb2..194886e 100644 --- a/drivers/hwspinlock/omap_hwspinlock.c +++

Re: [PATCH RFC 08/26] dmaengine: omap-dma: consolidate setup of CCR

2014-01-14 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [140114 05:41]: On Mon, Jan 13, 2014 at 11:12:27PM +, Russell King - ARM Linux wrote: On Mon, Jan 13, 2014 at 02:14:26PM -0800, Tony Lindgren wrote: * Russell King rmk+ker...@arm.linux.org.uk [140102 07:17]: Consolidate the setup of

Re: [PATCHv4 7/7] hwspinlock/omap: enable build for AM33xx, AM43xx DRA7xx

2014-01-14 Thread Felipe Balbi
On Tue, Jan 14, 2014 at 10:51:31AM -0600, Anna, Suman wrote: Felipe, On 01/14/2014 07:12 AM, Felipe Balbi wrote: On Mon, Jan 13, 2014 at 06:19:24PM -0600, Suman Anna wrote: HwSpinlocks are supported on AM33xx, AM43xx and DRA7xx SoC device families as well. The IPs are identical to that of

Re: [PATCH] ARM: OMAP4: sleep: byteswap data for big-endian

2014-01-14 Thread Victor Kamensky
Hi Nishanth, On 14 January 2014 07:51, Nishanth Menon n...@ti.com wrote: On 01/14/2014 05:14 AM, Taras Kondratiuk wrote: On 13 January 2014 17:23, Nishanth Menon n...@ti.com wrote: On 01/13/2014 09:03 AM, Taras Kondratiuk wrote: From: Victor Kamensky victor.kamen...@linaro.org Assembler

Re: [PATCHv2 9/9] arm: dts: am43x-gp-evm: Add matrix gpio keys.

2014-01-14 Thread Felipe Balbi
On Tue, Jan 14, 2014 at 03:21:41PM +0100, Benoit Cousson wrote: Hi Felipe, On 14/01/2014 14:14, Felipe Balbi wrote: On Mon, Jan 13, 2014 at 10:13:13PM +0530, sourav wrote: Benoit, On Thursday 19 December 2013 06:03 PM, Sourav Poddar wrote: Add gpio keys node for am43x gp evm.

Re: [PATCH] ARM: OMAP4: sleep: byteswap data for big-endian

2014-01-14 Thread Nishanth Menon
On Tue, Jan 14, 2014 at 11:35 AM, Victor Kamensky victor.kamen...@linaro.org wrote: When BE kernel is built Makefile does take of compiling code in BE mode. I.e all proper flags like -mbig-endian and -Wl,--be8 will be set. Agreed, and I assume you cannot instead switch to LE mode when entering

Re: [PATCHv4 7/7] hwspinlock/omap: enable build for AM33xx, AM43xx DRA7xx

2014-01-14 Thread Anna, Suman
On 01/14/2014 11:29 AM, Felipe Balbi wrote: On Tue, Jan 14, 2014 at 10:51:31AM -0600, Anna, Suman wrote: Felipe, On 01/14/2014 07:12 AM, Felipe Balbi wrote: On Mon, Jan 13, 2014 at 06:19:24PM -0600, Suman Anna wrote: HwSpinlocks are supported on AM33xx, AM43xx and DRA7xx SoC device families

Re: [PATCH] ARM: OMAP4: sleep: byteswap data for big-endian

2014-01-14 Thread Victor Kamensky
On 14 January 2014 09:56, Nishanth Menon n...@ti.com wrote: On Tue, Jan 14, 2014 at 11:35 AM, Victor Kamensky victor.kamen...@linaro.org wrote: When BE kernel is built Makefile does take of compiling code in BE mode. I.e all proper flags like -mbig-endian and -Wl,--be8 will be set. Agreed,

Re: [PATCHv13 00/40] ARM: TI SoC clock DT conversion

2014-01-14 Thread Felipe Balbi
On Tue, Jan 14, 2014 at 02:41:40PM +0200, Tero Kristo wrote: On 01/10/2014 08:51 PM, Tony Lindgren wrote: * Tero Kristo t-kri...@ti.com [140110 08:32]: On 01/10/2014 06:13 PM, Felipe Balbi wrote: On Fri, Jan 10, 2014 at 11:52:49AM +0200, Tero Kristo wrote: On 01/10/2014 01:15 AM, Felipe Balbi

Re: [PATCH] ARM: OMAP4: sleep: byteswap data for big-endian

2014-01-14 Thread Nishanth Menon
On Tue, Jan 14, 2014 at 2:20 PM, Victor Kamensky victor.kamen...@linaro.org wrote: On 14 January 2014 09:56, Nishanth Menon n...@ti.com wrote: On Tue, Jan 14, 2014 at 11:35 AM, Victor Kamensky victor.kamen...@linaro.org wrote: When BE kernel is built Makefile does take of compiling code in BE

Re: [PATCH] ARM: OMAP4: sleep: byteswap data for big-endian

2014-01-14 Thread Santosh Shilimkar
On Tuesday 14 January 2014 03:56 PM, Nishanth Menon wrote: On Tue, Jan 14, 2014 at 2:20 PM, Victor Kamensky victor.kamen...@linaro.org wrote: On 14 January 2014 09:56, Nishanth Menon n...@ti.com wrote: On Tue, Jan 14, 2014 at 11:35 AM, Victor Kamensky victor.kamen...@linaro.org wrote: When

Re: [PATCH] ARM: OMAP4: sleep: byteswap data for big-endian

2014-01-14 Thread Nishanth Menon
On Tue, Jan 14, 2014 at 3:03 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: ok.. some sort of Linaro thing about which I have no background about - but dont really care in this context. Nothing related Linaro. Its just that platforms are supporting ARM BE mode and Linaro folks had

Re: [PATCH v2] ARM: OMAP4460: cpuidle: Extend PM_OMAP4_ROM_SMP_BOOT_ERRATUM_GICD on cpuidle

2014-01-14 Thread Kevin Hilman
On Fri, Nov 15, 2013 at 8:12 AM, Santosh Shilimkar santosh.shilim...@ti.com wrote: On Friday 15 November 2013 11:11 AM, Tony Lindgren wrote: * Taras Kondratiuk taras.kondrat...@linaro.org [131115 08:03]: On 11/15/2013 05:36 PM, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [131114

Re: [GIT PULL 1/4] non-urgent omap fixes for v3.14 merge window

2014-01-14 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: The following changes since commit 413541dd66d51f791a0b169d9b9014e4f56be13c: Linux 3.13-rc5 (2013-12-22 13:08:32 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap

Re: [GIT PULL 3/4] trivial omap big endian changes for v3.14 merge window

2014-01-14 Thread Tony Lindgren
* Kevin Hilman khil...@linaro.org [140114 14:33]: Tony Lindgren t...@atomide.com writes: The following changes since commit 413541dd66d51f791a0b169d9b9014e4f56be13c: Linux 3.13-rc5 (2013-12-22 13:08:32 -0800) are available in the git repository at:

Re: [GIT PULL 3/4] trivial omap big endian changes for v3.14 merge window

2014-01-14 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: The following changes since commit 413541dd66d51f791a0b169d9b9014e4f56be13c: Linux 3.13-rc5 (2013-12-22 13:08:32 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap

Re: [GIT PULL 2/4] omap device tree fixes for v3.14 merge window

2014-01-14 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: The following changes since commit adfe9361b236154215d4b0fc8b6d79995394b15c: ARM: dts: Add basic devices on am3517-evm (2013-12-08 14:15:46 -0800) are available in the git repository at:

Re: [GIT PULL 4/4] GIC crossbar support for v3.14 merge window

2014-01-14 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: The following changes since commit 413541dd66d51f791a0b169d9b9014e4f56be13c: Linux 3.13-rc5 (2013-12-22 13:08:32 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap

Re: [PATCH] ARM: OMAP4: sleep: byteswap data for big-endian

2014-01-14 Thread Taras Kondratiuk
On 14 January 2014 23:13, Nishanth Menon n...@ti.com wrote: On Tue, Jan 14, 2014 at 3:03 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: ok.. some sort of Linaro thing about which I have no background about - but dont really care in this context. Nothing related Linaro. Its just that

Re: [PATCH v2] ARM: OMAP4460: cpuidle: Extend PM_OMAP4_ROM_SMP_BOOT_ERRATUM_GICD on cpuidle

2014-01-14 Thread Santosh Shilimkar
On Tuesday 14 January 2014 04:26 PM, Kevin Hilman wrote: On Fri, Nov 15, 2013 at 8:12 AM, Santosh Shilimkar santosh.shilim...@ti.com wrote: On Friday 15 November 2013 11:11 AM, Tony Lindgren wrote: * Taras Kondratiuk taras.kondrat...@linaro.org [131115 08:03]: On 11/15/2013 05:36 PM, Tony

Re: [PATCH] ARM: OMAP4: sleep: byteswap data for big-endian

2014-01-14 Thread Santosh Shilimkar
On Tuesday 14 January 2014 04:13 PM, Nishanth Menon wrote: On Tue, Jan 14, 2014 at 3:03 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: ok.. some sort of Linaro thing about which I have no background about - but dont really care in this context. Nothing related Linaro. Its just that

Re: [PATCHv13 00/40] ARM: TI SoC clock DT conversion

2014-01-14 Thread Felipe Balbi
Hi, On Tue, Jan 14, 2014 at 02:36:13PM -0600, Felipe Balbi wrote: Felipe, care to run your randconfig magic for this? This branch builds just fine so far, I still have omap5 multiplaform and uniplatform builds, but since that was working before i'm assuming it won't break. No build

Re: [PATCHv13 00/40] ARM: TI SoC clock DT conversion

2014-01-14 Thread Mike Turquette
Quoting Felipe Balbi (2014-01-14 18:04:21) Hi, On Tue, Jan 14, 2014 at 02:36:13PM -0600, Felipe Balbi wrote: Felipe, care to run your randconfig magic for this? This branch builds just fine so far, I still have omap5 multiplaform and uniplatform builds, but since that was working

Re: [PATCHv13 00/40] ARM: TI SoC clock DT conversion

2014-01-14 Thread Mike Turquette
Quoting Mike Turquette (2014-01-14 19:16:32) Quoting Felipe Balbi (2014-01-14 18:04:21) Hi, On Tue, Jan 14, 2014 at 02:36:13PM -0600, Felipe Balbi wrote: Felipe, care to run your randconfig magic for this? This branch builds just fine so far, I still have omap5 multiplaform and

RE: [PATCH v1 0/2] mtd: nand: omap: booting from NAND using u-boot

2014-01-14 Thread Gupta, Pekon
Hi Brian, From: Enric Balletbo Serra [mailto:eballe...@gmail.com] 2014/1/6 Stefan Roese s...@denx.de: ... As there were parallel set of patches running between u-boot and kernel. hence, some patch-sets caused regression for OMAP3x platforms when booting using u-boot specifically for