Re: [PATCH] ARM: OMAP5: DSS hwmod data

2014-03-17 Thread Tomi Valkeinen
On 16/03/14 13:41, Dmitry Lifshitz wrote: Hi Tomi, (resending in the text format) Where can I get those unpublished omap5 and omap5-uevm display patches to test the video out with this patch? I'll appreciate your assistance in additional setup (like required uEvm .dts changes and DSI

[PATCH] ASoC: tlv320aic31xx: Turn power off only once.

2014-03-17 Thread Jyri Sarha
Regulator code keep count of enables and disables. Double disable causes an ugly warning. Signed-off-by: Jyri Sarha jsa...@ti.com --- sound/soc/codecs/tlv320aic31xx.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sound/soc/codecs/tlv320aic31xx.c

Re: [PATCH v2 3/5] net: cpsw: Add control-module macid driver

2014-03-17 Thread Uwe Kleine-König
Hello Markus, On Sat, Mar 15, 2014 at 02:07:42PM +0100, Markus Pargmann wrote: This driver extracts the hardware macid from the control module of am335x processors. It exports a function cpsw_ctrl_macid_read for cpsw to get the macid from within the processor. Signed-off-by: Markus Pargmann

[PATCH] usb: dwc3: core: Fix gadget for system suspend/resume

2014-03-17 Thread Roger Quadros
During system resume, if the event buffers are not setup before the gadget controller starts then we start with invalid context and this can lead to bus access errors. This is especially true for platforms that loose the controller context during system suspend. e.g. AM437x. The following

Re: [PATCH 1/8] clk: divider: fix rate calculation for fractional rates

2014-03-17 Thread Tomi Valkeinen
On 27/02/14 04:25, Mike Turquette wrote: Quoting Tero Kristo (2014-02-14 05:45:22) On 02/13/2014 12:03 PM, Tomi Valkeinen wrote: clk-divider.c does not calculate the rates consistently at the moment. As an example, on OMAP3 we have a clock divider with a source clock of 86400 Hz. With

Re: [PATCH] ASoC: tlv320aic31xx: Turn power off only once.

2014-03-17 Thread Mark Brown
On Mon, Mar 17, 2014 at 09:31:31AM +0200, Jyri Sarha wrote: Regulator code keep count of enables and disables. Double disable causes an ugly warning. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH] ARM: OMAP5: DSS hwmod data

2014-03-17 Thread Dmitry Lifshitz
Hi Tomi, Thank you for the feedback. We have OMAP5 based board with no ESD Level Translator chip. So, I made a quick hack in tpd12s015 driver to skip using un-relevant GPIOs. I've copied DSS DT structure from uEmv board *.dts. However the HDMI output is not activate yet. Here is some debug

Re: [PATCH] ARM: OMAP5: DSS hwmod data

2014-03-17 Thread Tomi Valkeinen
On 17/03/14 15:22, Dmitry Lifshitz wrote: Hi Tomi, Thank you for the feedback. We have OMAP5 based board with no ESD Level Translator chip. So, I made a quick hack in tpd12s015 driver to skip using un-relevant GPIOs. If you don't have tpd12s015 on your board, don't modify it. Remove it

pandaboard boot crash with linux-next

2014-03-17 Thread Tomi Valkeinen
: Oops: 5 [#1] SMP ARM [0.00] Modules linked in: [0.00] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.14.0-rc6-next-20140317-09382-g8808b950581f #104 [0.00] task: c088ddf8 ti: c0882000 task.ti: c0882000 [0.00] PC is at kernfs_find_ns+0x14/0x13c [0.00] LR

Re: [GIT PULL 1/2] omap device tree changes for v3.15, part 3

2014-03-17 Thread Arnd Bergmann
On Thursday 13 March 2014, Tony Lindgren wrote: Hi, Resending these two, looks like my updated scripts have some issues hitting the mailing lists.. The following changes since commit 18c49af3ee9e32a535413a949672bea726699f04: ARM: dts: am335x-evmsk: enable dual_emac mode (2014-03-05

Re: [GIT PULL 2/2] omap overo related device tree changes for v3.15

2014-03-17 Thread Arnd Bergmann
On Thursday 13 March 2014, Tony Lindgren wrote: The following changes since commit cfbf8d4857c26a8a307fb7cd258074c9dcd8c691: Linux 3.14-rc4 (2014-02-23 17:40:03 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap

Re: [PATCH] ARM: OMAP5: DSS hwmod data

2014-03-17 Thread Dmitry Lifshitz
Hi Tomi, Unfortunately, I have a lack of experience with DT DSS stuff. How should I define the endpoints and the connector in my case? Please, could you provide some reference. Regarding omapfb, is it sufficient to turn it on in the Kernel config? Thanks, Dmitry On 03/17/2014 03:28 PM, Tomi

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

2014-03-17 Thread Ohad Ben-Cohen
Hi Suman, On Sat, Mar 15, 2014 at 1:58 AM, Suman Anna s-a...@ti.com wrote: The series doesn't change the semantics of hwspinlock registration or adds a new OF controller registration function. Implementations would still need to register a controller using a base_id and number of locks. The

Re: [RFC 2/9] opp-modifier: Add opp-modifier-reg driver

2014-03-17 Thread Nishanth Menon
On 03/14/2014 04:00 PM, Rob Herring wrote: On Fri, Mar 14, 2014 at 2:25 PM, Dave Gerlach d-gerl...@ti.com wrote: Driver to read from a register and depending on either set bits or a specific known selectively enable or disable OPPs based on DT node. Can support opp-modifier-reg-bit where

Re: [GIT PULL] omap fixes for v3.15 merge window

2014-03-17 Thread Arnd Bergmann
On Thursday 13 March 2014, Tony Lindgren wrote: The following changes since commit cfbf8d4857c26a8a307fb7cd258074c9dcd8c691: Linux 3.14-rc4 (2014-02-23 17:40:03 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap

Re: [GIT PULL 1/2] omap device tree changes for v3.15, part 3

2014-03-17 Thread Tony Lindgren
* Arnd Bergmann a...@arndb.de [140317 07:18]: On Thursday 13 March 2014, Tony Lindgren wrote: Hi, Resending these two, looks like my updated scripts have some issues hitting the mailing lists.. The following changes since commit 18c49af3ee9e32a535413a949672bea726699f04: ARM:

Re: [GIT PULL 2/2] omap overo related device tree changes for v3.15

2014-03-17 Thread Tony Lindgren
* Arnd Bergmann a...@arndb.de [140317 07:22]: On Thursday 13 March 2014, Tony Lindgren wrote: The following changes since commit cfbf8d4857c26a8a307fb7cd258074c9dcd8c691: Linux 3.14-rc4 (2014-02-23 17:40:03 -0800) are available in the git repository at:

Re: [PATCH v2 3/5] net: cpsw: Add control-module macid driver

2014-03-17 Thread Tony Lindgren
Hi, * Markus Pargmann m...@pengutronix.de [140315 06:12]: This driver extracts the hardware macid from the control module of am335x processors. It exports a function cpsw_ctrl_macid_read for cpsw to get the macid from within the processor. Few things have improved recently :) This can be now

Re: [RFC 2/9] opp-modifier: Add opp-modifier-reg driver

2014-03-17 Thread Rob Herring
On Mon, Mar 17, 2014 at 9:30 AM, Nishanth Menon n...@ti.com wrote: On 03/14/2014 04:00 PM, Rob Herring wrote: On Fri, Mar 14, 2014 at 2:25 PM, Dave Gerlach d-gerl...@ti.com wrote: Driver to read from a register and depending on either set bits or a specific known selectively enable or disable

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

2014-03-17 Thread Suman Anna
Hi Ohad, On 03/17/2014 09:23 AM, Ohad Ben-Cohen wrote: Hi Suman, On Sat, Mar 15, 2014 at 1:58 AM, Suman Anna s-a...@ti.com wrote: The series doesn't change the semantics of hwspinlock registration or adds a new OF controller registration function. Implementations would still need to register

Re: [PATCH 1/5] iommu/omap: Use the cache cleaning API

2014-03-17 Thread Suman Anna
Hi Santosh, On 03/15/2014 12:54 PM, Santosh Shilimkar wrote: On Friday 14 March 2014 09:49 PM, Suman Anna wrote: Hi Santosh, Laurent, Russell, Arnd, On 03/14/2014 12:51 PM, Santosh Shilimkar wrote: On Friday 14 March 2014 12:38 PM, Laurent Pinchart wrote: Hi Santosh, On Friday 14 March

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

2014-03-17 Thread Ohad Ben-Cohen
Hi Suman, On Mon, Mar 17, 2014 at 9:10 PM, Suman Anna s-a...@ti.com wrote: base_id would be a property (if added) of the hwspinlock controller node, and from DT perspective, we will be using the phandle for the controller anyway. So, using a base_id+specifier seems redundant, as the specifier

Re: [PATCH 0/5] OMAP IOMMU fixes and IOMMU architecture questions

2014-03-17 Thread Suman Anna
Hi Laurent, Sakari, On 03/16/2014 04:54 PM, Sakari Ailus wrote: Hi Laurent and Suman, On Fri, Mar 14, 2014 at 12:00:16PM +0100, Laurent Pinchart wrote: Hi Suman, (CC'ing Joerg Roedel and Marek Szyprowski for the core IOMMU discussion) On Thursday 13 March 2014 21:33:37 Suman Anna wrote: On

Re: [GIT PULL 1/2] omap device tree changes for v3.15, part 3

2014-03-17 Thread Suman Anna
Hi Arnd, Tony, On 03/17/2014 11:45 AM, Tony Lindgren wrote: * Arnd Bergmann a...@arndb.de [140317 07:18]: On Thursday 13 March 2014, Tony Lindgren wrote: Hi, Resending these two, looks like my updated scripts have some issues hitting the mailing lists.. The following changes since commit

Re: [PATCH 0/5] OMAP IOMMU fixes and IOMMU architecture questions

2014-03-17 Thread Laurent Pinchart
Hi Suman and Sakari, On Monday 17 March 2014 14:58:24 Suman Anna wrote: On 03/16/2014 04:54 PM, Sakari Ailus wrote: On Fri, Mar 14, 2014 at 12:00:16PM +0100, Laurent Pinchart wrote: Hi Suman, (CC'ing Joerg Roedel and Marek Szyprowski for the core IOMMU discussion) On Thursday 13

Re: [PATCH 1/5] iommu/omap: Use the cache cleaning API

2014-03-17 Thread Laurent Pinchart
Hi all, On Friday 14 March 2014 20:49:56 Suman Anna wrote: On 03/14/2014 12:51 PM, Santosh Shilimkar wrote: On Friday 14 March 2014 12:38 PM, Laurent Pinchart wrote: On Friday 14 March 2014 12:15:11 Santosh Shilimkar wrote: On Thursday 13 March 2014 10:47 PM, Anna, Suman wrote: On

Re: [PATCH 1/5] iommu/omap: Use the cache cleaning API

2014-03-17 Thread Laurent Pinchart
Hi Arnd, On Friday 14 March 2014 17:57:48 Arnd Bergmann wrote: On Friday 14 March 2014, Santosh Shilimkar wrote: I remember NAKing this approach in past and my stand remains same. The cache APIs which you are trying to use here are not suppose to be used outside. I think the right way

OMAP4 SDP regression...

2014-03-17 Thread Russell King - ARM Linux
There's been a couple of regressions on OMAP4430 SDP I've only recently noticed: http://www.arm.linux.org.uk/developer/build/result.php?type=bootidx=1597 Configuring network interfaces... udhcpc (v1.9.1) started Sending discover... Sending discover... Sending discover... No lease, failing done.

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

2014-03-17 Thread Suman Anna
Hi Ohad, On 03/17/2014 02:47 PM, Ohad Ben-Cohen wrote: Hi Suman, On Mon, Mar 17, 2014 at 9:10 PM, Suman Anna s-a...@ti.com wrote: base_id would be a property (if added) of the hwspinlock controller node, and from DT perspective, we will be using the phandle for the controller anyway. So,

Re: [PATCH 1/5] iommu/omap: Use the cache cleaning API

2014-03-17 Thread Suman Anna
On 03/17/2014 06:12 PM, Laurent Pinchart wrote: Hi Arnd, On Friday 14 March 2014 17:57:48 Arnd Bergmann wrote: On Friday 14 March 2014, Santosh Shilimkar wrote: I remember NAKing this approach in past and my stand remains same. The cache APIs which you are trying to use here are not suppose

Re: OMAP4 SDP regression...

2014-03-17 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [140317 16:35]: There's been a couple of regressions on OMAP4430 SDP I've only recently noticed: http://www.arm.linux.org.uk/developer/build/result.php?type=bootidx=1597 Configuring network interfaces... udhcpc (v1.9.1) started Sending

Re: [PATCH 3/3] ARM: OMAP2+: Add machine entry for dra72x devices

2014-03-17 Thread Rajendra Nayak
On Saturday 15 March 2014 07:51 AM, Suman Anna wrote: Hi Rajendra, On 03/14/2014 04:20 AM, Nayak, Rajendra wrote: The only difference from the dra75x devices is the missing .smp entry. Signed-off-by: Rajendra Nayak rna...@ti.com --- arch/arm/mach-omap2/board-generic.c | 18

Re: [PATCH] ARM: OMAP5: DSS hwmod data

2014-03-17 Thread Tomi Valkeinen
On 17/03/14 16:22, Dmitry Lifshitz wrote: Hi Tomi, Unfortunately, I have a lack of experience with DT DSS stuff. How should I define the endpoints and the connector in my case? Please, could you provide some reference. See Documentation/devicetree/bindings/media/video-interfaces.txt for a