[PATCH v3] ARM: dts: am335x-evmsk: enable display and lcd panel support

2014-07-01 Thread Darren Etheridge
in LCD mode. Signed-off-by: Darren Etheridge detheri...@ti.com Acked-by: Wolfram Sang w...@sang-engineering.com --- Tony, Benoit, I didn't see this patch get applied anywhere, so I updated it and I am resending it. Please let me know if you need any more info before you will apply it. Thanks

Re: [PATCH/RESEND 0/9] drm: tilcdc driver fixes

2014-07-01 Thread Darren Etheridge
On 07/01/2014 06:39 PM, Guido Martínez wrote: On Fri, Jun 27, 2014 at 05:08:51PM -0500, Darren Etheridge wrote: [snip] Otherwise I think this is a good and useful patch series. It that a Tested-by tag? :) Sure - I would prefer that the WARN_ON was silenced when the tilcdc module is removed

Re: [PATCH/RESEND 0/9] drm: tilcdc driver fixes

2014-06-27 Thread Darren Etheridge
Guido, On 06/17/2014 09:17 AM, Guido Martínez wrote: The tilcdc driver could be compiled as a module, but was severely broken and could not be used as such. This patchset attempts to fix the issues preventing a proper load/unload of the module. Issues included dangling sysfs nodes, dangling

Re: [PATCH v1 3/3] ARM: dts: am335x-bone: add support for beaglebone LCD4 cape

2014-06-26 Thread Darren Etheridge
Guido, Pekon, On 06/26/2014 10:40 AM, Guido Martínez wrote: Hi Pekon, I had some issues with this patch. Booting linux-next on a BeagleBone Black with this exact LCD left me with an unusable white screen. Please see below for some details. On Tue, Jun 24, 2014 at 05:54:26PM +0530, Pekon Gupta

Re: [PATCH/RESEND 9/9] drm/tilcdc: replace late_initcall with module_init

2014-06-24 Thread Darren Etheridge
On 06/17/2014 09:17 AM, Guido Martínez wrote: Use module_init instead of late_initcall, as is the norm for modular drivers. module_init was used until 6e8de0bd6a51fdeebd5d975c4fcc426f730b339b (drm/tilcdc: add encoder slave (v2)) changed it to a late_initcall, but it does not explain why. Tests

Re: [PATCH/RESEND 8/9] drm/tilcdc: remove submodule destroy calls

2014-06-24 Thread Darren Etheridge
Guido, On 06/17/2014 09:17 AM, Guido Martínez wrote: The TI tilcdc driver is designed with a notion of submodules. Currently, at unload time, these submodules are iterated and destroyed. Now that the tilcdc remove order is fixed, this can be handled perfectly I am not sure I understand the

Re: [PATCH v3 2/2] arm: dts: add support for AM437x StarterKit

2014-06-24 Thread Darren Etheridge
On 06/23/2014 01:20 PM, Felipe Balbi wrote: Add support for TI's AM437x StarterKit Evaluation Module. Cc: Josh Elliot jelli...@ti.com Cc: Darren Etheridge detheri...@ti.com Signed-off-by: Felipe Balbi ba...@ti.com Tested-by: Darren Etheridge detheri...@ti.com I tested

Re: [PATCH/RESEND 0/9] drm: tilcdc driver fixes

2014-06-19 Thread Darren Etheridge
Guido, Thanks and sorry I missed this the first time around. I'll give it a try on a few of my AM335x based boards when I have access to them again on Monday. Darren On 06/17/2014 09:17 AM, Guido Martínez wrote: The tilcdc driver could be compiled as a module, but was severely broken and

Re: [PATCH] arm/dts: am335x-evmsk enable display and lcd panel support

2014-05-09 Thread Darren Etheridge
Tomi Valkeinen tomi.valkei...@ti.com wrote on Fri [2014-May-09 14:29:02 +0300]: On 06/05/14 19:10, Tony Lindgren wrote: * Darren Etheridge detheri...@ti.com [140422 13:39]: Add the necessary nodes to enable the LCD controller and the LCD panel that is attached to the Texas Instruments

Re: [PATCH] ARM: dts: am335x-evm: fix comments for lcd pins

2014-05-09 Thread Darren Etheridge
Wolfram, Wolfram Sang w...@the-dreams.de wrote on Fri [2014-May-09 17:15:50 +0200]: From: Wolfram Sang w...@sang-engineering.com In the comments, LCD pins 16-23 were numbered in the wrong order. Fix this and use proper pinmux constants for all entries while we are Looks like you are

Re: [PATCH] arm/dts: am335x-evmsk enable display and lcd panel support

2014-05-09 Thread Darren Etheridge
Darren Etheridge detheri...@ti.com wrote on Fri [2014-May-09 09:47:49 -0500]: Tomi Valkeinen tomi.valkei...@ti.com wrote on Fri [2014-May-09 14:29:02 +0300]: On 06/05/14 19:10, Tony Lindgren wrote: * Darren Etheridge detheri...@ti.com [140422 13:39]: Add the necessary nodes to enable

Re: [PATCH] ARM: dts: am335x-evm: fix comments for lcd pins

2014-05-09 Thread Darren Etheridge
Darren Etheridge detheri...@ti.com wrote on Fri [2014-May-09 10:59:30 -0500]: Wolfram, Wolfram Sang w...@the-dreams.de wrote on Fri [2014-May-09 17:15:50 +0200]: From: Wolfram Sang w...@sang-engineering.com In the comments, LCD pins 16-23 were numbered in the wrong order. Fix

[PATCH v2] arm/dts: am335x-evmsk enable display and lcd panel support

2014-05-09 Thread Darren Etheridge
in LCD mode. Signed-off-by: Darren Etheridge detheri...@ti.com --- v2: Fixed up the incorrect label ordering in the pinmux comments for LCD pins 16 through 23 as reported by Wolfram Sang w...@sang-engineering.com arch/arm/boot/dts/am335x-evmsk.dts | 105 + 1

Re: [PATCH V6 0/2] arm: dts: dra7: Updates for adding crossbar device

2014-05-07 Thread Darren Etheridge
Sricharan R r.sricha...@ti.com wrote on Wed [2014-May-07 17:46:36 +0530]: Some socs have a large number of interrupts requests to service the needs of its many peripherals and subsystems. All of the interrupt requests lines from the subsystems are not needed at the same time, so they have to

Re: [PATCH V5 1/3] arm: dts: dra7: Add crossbar device binding

2014-05-06 Thread Darren Etheridge
Nishanth Menon n...@ti.com wrote on Tue [2014-May-06 14:46:10 -0500]: On 05/06/2014 02:40 PM, Felipe Balbi wrote: On Tue, May 06, 2014 at 07:26:17PM +0530, Sricharan R wrote: This adds the irq crossbar device node. There is a IRQ crossbar device in the soc, which maps the irq requests

Re: [PATCH V5 1/3] arm: dts: dra7: Add crossbar device binding

2014-05-06 Thread Darren Etheridge
Darren Etheridge detheri...@ti.com wrote on Tue [2014-May-06 14:58:04 -0500]: Nishanth Menon n...@ti.com wrote on Tue [2014-May-06 14:46:10 -0500]: On 05/06/2014 02:40 PM, Felipe Balbi wrote: On Tue, May 06, 2014 at 07:26:17PM +0530, Sricharan R wrote: This adds the irq crossbar device

Re: [PATCH V5 0/3] arm: dts: dra7: Updates for adding crossbar device

2014-05-06 Thread Darren Etheridge
and DSS display running together on DRA7. Looks good with this combination of devices. VIP is one of the modules that must have a crossbar mapping as there is no default interrupt mapping for it, therefore VIP makes a good test case. So please feel free to add: Tested-by: Darren Etheridge detheri

Re: [PATCH 0/5] irqchip/dra7: crossbar bug fixes

2014-05-05 Thread Darren Etheridge
working for me. Without this patch series I can't even get the DRA7xx EVM to boot with IRQ crossbar support enabled so this is a big improvement. Tested-by: Darren Etheridge detheri...@ti.com drivers/irqchip/irq-crossbar.c | 82 1 file changed, 74

Re: [PATCH V2 00/19] bus: omap_l3_noc: driver cleanups and support for DRA7/AM4372

2014-04-24 Thread Darren Etheridge
to support DRA7 and AM437x SoCs. This L3 noc driver patch series is working great for me and has already flagged a very difficult to detect problem in a driver I am working on with a DMA access to an invalid memory address on DRA7. Tested-by: Darren Etheridge detheri...@ti.com Darren

[PATCH] arm/dts: am335x-evmsk enable display and lcd panel support

2014-04-22 Thread Darren Etheridge
in LCD mode. Signed-off-by: Darren Etheridge detheri...@ti.com --- arch/arm/boot/dts/am335x-evmsk.dts | 105 + 1 file changed, 105 insertions(+) diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/am335x-evmsk.dts index ec08f6f..a5e1ab8 100644