Re: [PATCH 1/3] clk: ti: add 'ti,round-rate' flag

2014-05-15 Thread Mike Turquette
Quoting Tomi Valkeinen (2014-05-12 05:13:51) On 12/05/14 15:02, Tero Kristo wrote: On 05/08/2014 12:06 PM, Tomi Valkeinen wrote: The current DPLL code does not try to round the clock rate, and instead returns an error if the requested clock rate cannot be produced exactly by the DPLL.

Re: [RFC PATCH] ARM: dts: am33xx: Re-arrange the USB dt to reflect the h/w configuration

2014-05-15 Thread George Cherian
Hi Tony, On 5/15/2014 3:20 AM, Tony Lindgren wrote: * George Cherian george.cher...@ti.com [140508 23:34]: Re arrange the USB dt for AM33xx to take it a bit closer to the hardware configuration. The USBSS is designed as follows USB control Module 0x44e10_0620 USBSS

Re: [PATCH v3 0/5] Add support for SW babble Control

2014-05-15 Thread George Cherian
Hi Bin, On 5/14/2014 10:13 PM, Bin Liu wrote: George, On Wed, May 14, 2014 at 9:34 AM, Bin Liu binml...@gmail.com wrote: George, On Wed, May 14, 2014 at 12:37 AM, George Cherian george.cher...@ti.com wrote: On 5/14/2014 12:07 AM, Bin Liu wrote: Hi, On Tue, May 13, 2014 at 8:24 AM, George

hang-ups, using SanDisk Extreme Pro microSD cards

2014-05-15 Thread Wilde, Martin
Dear All, I am using a ISEE Igepv2 CPU board, booting from microSD card. I am using SanDisk Extreme Pro 8GByte cards. I experience occasional hang-ups of the Linux system in different severity: 1.) System seems to hang for some seconds, but afterwards continues work with no kernel messages in

Re: [PATCH v2 3/5] dt/bindings: ti,edma: Remove redundant properties from documentation

2014-05-15 Thread Arnd Bergmann
On Tuesday 13 May 2014 13:30:30 Peter Ujfalusi wrote: From CCCFG register of eDMA3 we can get all the needed information for the driver about the IP: Number of channels: NUM_DMACH Number of regions: NUM_REGN Number of slots (PaRAM sets): NUM_PAENTRY Number of TC/EQ: NUM_EVQUE The

[PATCH] OMAPDSS: move 'compatible' converter to omapdss driver

2014-05-15 Thread Tomi Valkeinen
Move the panel/encoder driver compatible-string converter from arch/arm/mach-omap2/display.c to omapdss driver. That is a more logical place for it, as it's really an omapdss internal hack. Signed-off-by: Tomi Valkeinen tomi.valkei...@ti.com --- arch/arm/mach-omap2/display.c

Re: [PATCH v2 3/5] dt/bindings: ti,edma: Remove redundant properties from documentation

2014-05-15 Thread Peter Ujfalusi
On 05/15/2014 11:01 AM, Arnd Bergmann wrote: On Tuesday 13 May 2014 13:30:30 Peter Ujfalusi wrote: From CCCFG register of eDMA3 we can get all the needed information for the driver about the IP: Number of channels: NUM_DMACH Number of regions: NUM_REGN Number of slots (PaRAM sets):

Re: [PATCH 3/4] OMAPDSS: panel-sharp-ls037v7dw01: add device tree support

2014-05-15 Thread Tomi Valkeinen
On 14/05/14 00:26, Tony Lindgren wrote: + /* lcd MO */ + ddata-mo_gpio = sharp_ls_get_gpio_of(pdev-dev, 0, 1, mode); + if (PTR_ERR(ddata-mo_gpio) == -EPROBE_DEFER) + return -EPROBE_DEFER; + + if (!IS_ERR(ddata-mo_gpio)) + if

Re: RCU stall on panda

2014-05-15 Thread Alex Shi
On 05/13/2014 11:32 PM, Tony Lindgren wrote: * Alex Shi alex@linaro.org [140512 23:37]: On 05/13/2014 05:21 AM, Tony Lindgren wrote: * Paul E. McKenney paul...@linux.vnet.ibm.com [140505 11:11]: On Mon, May 05, 2014 at 05:39:43PM +0800, Alex Shi wrote: I keep seeing the RCU stall problem

Re: [PATCH v2 2/5] ARM: edma: Get IP information from HW when booting with DT

2014-05-15 Thread Sekhar Nori
Hi Peter, On Tuesday 13 May 2014 04:00 PM, Peter Ujfalusi wrote: From CCCFG register of eDMA3 we can get all the needed information for the driver about the IP: Number of channels: NUM_DMACH Number of regions: NUM_REGN Number of slots (PaRAM sets): NUM_PAENTRY Number of TC/EQ: NUM_EVQUE

Re: [PATCH 4/4] ARM: dts: Add LCD panel sharp ls037v7dw01 support for omap3-evm and ldp

2014-05-15 Thread Tomi Valkeinen
On 14/05/14 00:32, Tony Lindgren wrote: +lcd0 { + enable-gpios = gpio5 24 GPIO_ACTIVE_HIGH;/* gpio152, lcd INI */ + reset-gpios = gpio5 27 GPIO_ACTIVE_HIGH; /* gpio155, lcd RESB */ + /* + * The LCD is sideways, so we want the VGA mode instead of + * QVGA mode.

Re: [PATCH v2 3/5] dt/bindings: ti,edma: Remove redundant properties from documentation

2014-05-15 Thread Sekhar Nori
+ DT bindings maintainers On Thursday 15 May 2014 01:48 PM, Peter Ujfalusi wrote: On 05/15/2014 11:01 AM, Arnd Bergmann wrote: On Tuesday 13 May 2014 13:30:30 Peter Ujfalusi wrote: From CCCFG register of eDMA3 we can get all the needed information for the driver about the IP: Number of

Re: RCU stall on panda

2014-05-15 Thread Daniel Lezcano
On 05/15/2014 10:44 AM, Alex Shi wrote: On 05/13/2014 11:32 PM, Tony Lindgren wrote: * Alex Shi alex@linaro.org [140512 23:37]: On 05/13/2014 05:21 AM, Tony Lindgren wrote: * Paul E. McKenney paul...@linux.vnet.ibm.com [140505 11:11]: On Mon, May 05, 2014 at 05:39:43PM +0800, Alex Shi

Re: [PATCH 03/17] phy: ti-pipe3: add external clock support for PCIe PHY

2014-05-15 Thread Kishon Vijay Abraham I
Hi Nishanth, On Wednesday 14 May 2014 09:04 PM, Nishanth Menon wrote: On Wed, May 14, 2014 at 10:19 AM, Kishon Vijay Abraham I kis...@ti.com wrote: Hi Roger, On Wednesday 14 May 2014 06:46 PM, Roger Quadros wrote: Hi Kishon, On 05/06/2014 04:33 PM, Kishon Vijay Abraham I wrote: APLL

Re: [PATCH 3/4] OMAPDSS: panel-sharp-ls037v7dw01: add device tree support

2014-05-15 Thread Tomi Valkeinen
On 14/05/14 19:02, Tony Lindgren wrote: The video paths of the panels and encoders are connected using the v4l2 style ports/endpoints. We can use those to see what display controller a panel is connected to, but only after the panel driver has already probed. We don't have control for the

Re: [PATCH 03/17] phy: ti-pipe3: add external clock support for PCIe PHY

2014-05-15 Thread Roger Quadros
On 05/15/2014 12:15 PM, Kishon Vijay Abraham I wrote: Hi Nishanth, On Wednesday 14 May 2014 09:04 PM, Nishanth Menon wrote: On Wed, May 14, 2014 at 10:19 AM, Kishon Vijay Abraham I kis...@ti.com wrote: Hi Roger, On Wednesday 14 May 2014 06:46 PM, Roger Quadros wrote: Hi Kishon, On

[PATCH] usb: dwc3: gadget: check link trb after free_slot is increased

2014-05-15 Thread Zhuang Jin Can
In ISOC transfers, when free_slot points to the last TRB (i.e. Link TRB), and all queued requests meet Missed Interval Isoc error, busy_slot points to trb0. busy_slot-trb0 trb1 ... free_slot-trb31(Link TRB) After end transfer and receiving the

[PATCH 0/3] OMAPDSS: DT support for panel-lgphilips-lb035q02

2014-05-15 Thread Tomi Valkeinen
Hi, This adds DT support to panel-lgphilips-lb035q02. Compile tested only. This panel is used on some Overo boards (alto35, if I'm not mistaken). Tomi Tomi Valkeinen (3): OMAPDSS: panel-lgphilips-lb035q02: use gpiod for enable gpio OMAPDSS: panel-lgphilips-lb035q02: Add DT support

[PATCH 1/3] OMAPDSS: panel-lgphilips-lb035q02: use gpiod for enable gpio

2014-05-15 Thread Tomi Valkeinen
The new gpiod API supports automatic handling of active-high/active-low with DT. To make it possible to use that when booting with DT, change the driver's handling of the enable GPIO to use gpiod. Signed-off-by: Tomi Valkeinen tomi.valkei...@ti.com ---

[PATCH 3/3] Doc/DT: Add binding doc for lgphilips,lb035q02.txt

2014-05-15 Thread Tomi Valkeinen
Add DT bindings documentation for LG.Philips LB035Q02 LCD panel. Signed-off-by: Tomi Valkeinen tomi.valkei...@ti.com Cc: devicet...@vger.kernel.org --- .../bindings/video/lgphilips,lb035q02.txt | 33 ++ 1 file changed, 33 insertions(+) create mode 100644

[PATCH 2/3] OMAPDSS: panel-lgphilips-lb035q02: Add DT support

2014-05-15 Thread Tomi Valkeinen
Add DT support for panel-lgphilips-lb035q02. We disable the use of the backlight_gpio as it should be handled via backlight framework with DT boots. Signed-off-by: Tomi Valkeinen tomi.valkei...@ti.com --- .../omap2/displays-new/panel-lgphilips-lb035q02.c | 44 +- 1 file

Re: [PATCH 1/1] ARM: dts: am437x-gp-evm: Add ethernet support for GP EVM

2014-05-15 Thread Mugunthan V N
On Tuesday 13 May 2014 10:50 PM, Tony Lindgren wrote: * Mugunthan V N mugunthan...@ti.com [140507 02:31]: Add CPSW ethernet support for AM437x GP EVM which has one slave pinned out Signed-off-by: Mugunthan V N mugunthan...@ti.com --- arch/arm/boot/dts/am437x-gp-evm.dts | 72

Re: [PATCH 03/17] phy: ti-pipe3: add external clock support for PCIe PHY

2014-05-15 Thread Nishanth Menon
On Thu, May 15, 2014 at 4:25 AM, Roger Quadros rog...@ti.com wrote: On 05/15/2014 12:15 PM, Kishon Vijay Abraham I wrote: Hi Nishanth, On Wednesday 14 May 2014 09:04 PM, Nishanth Menon wrote: On Wed, May 14, 2014 at 10:19 AM, Kishon Vijay Abraham I kis...@ti.com wrote: Hi Roger, On

Re: [PATCH 1/3] clk: ti: add 'ti,round-rate' flag

2014-05-15 Thread Nishanth Menon
On Thu, May 15, 2014 at 1:08 AM, Mike Turquette mturque...@linaro.org wrote: Quoting Tomi Valkeinen (2014-05-12 05:13:51) On 12/05/14 15:02, Tero Kristo wrote: On 05/08/2014 12:06 PM, Tomi Valkeinen wrote: The current DPLL code does not try to round the clock rate, and instead returns an

Re: [PATCH 03/17] phy: ti-pipe3: add external clock support for PCIe PHY

2014-05-15 Thread Kishon Vijay Abraham I
Hi Nishant, On Thursday 15 May 2014 05:16 PM, Nishanth Menon wrote: On Thu, May 15, 2014 at 4:25 AM, Roger Quadros rog...@ti.com wrote: On 05/15/2014 12:15 PM, Kishon Vijay Abraham I wrote: Hi Nishanth, On Wednesday 14 May 2014 09:04 PM, Nishanth Menon wrote: On Wed, May 14, 2014 at 10:19

Re: [PATCH] ARM: edma: Clean up and simplify the code around irq request

2014-05-15 Thread Sekhar Nori
+ ARM SoC team On Tuesday 13 May 2014 12:56 PM, Peter Ujfalusi wrote: Get the two interrupt line number at the same time by merging the two instance of if(node){}else{} places. replace the pdev-dev with the already existing dev which makes it possible to collapse lines with devm_request_irq()

Re: [PATCH 03/17] phy: ti-pipe3: add external clock support for PCIe PHY

2014-05-15 Thread Nishanth Menon
On Thu, May 15, 2014 at 6:59 AM, Kishon Vijay Abraham I kis...@ti.com wrote: Hi Nishant, On Thursday 15 May 2014 05:16 PM, Nishanth Menon wrote: On Thu, May 15, 2014 at 4:25 AM, Roger Quadros rog...@ti.com wrote: On 05/15/2014 12:15 PM, Kishon Vijay Abraham I wrote: Hi Nishanth, On

Re: [PATCH 03/17] phy: ti-pipe3: add external clock support for PCIe PHY

2014-05-15 Thread Kishon Vijay Abraham I
Hi, On Thursday 15 May 2014 05:42 PM, Nishanth Menon wrote: On Thu, May 15, 2014 at 6:59 AM, Kishon Vijay Abraham I kis...@ti.com wrote: Hi Nishant, On Thursday 15 May 2014 05:16 PM, Nishanth Menon wrote: On Thu, May 15, 2014 at 4:25 AM, Roger Quadros rog...@ti.com wrote: On 05/15/2014

Re: [PATCH 1/3] clk: ti: add 'ti,round-rate' flag

2014-05-15 Thread Tomi Valkeinen
On 15/05/14 09:08, Mike Turquette wrote: Quoting Tomi Valkeinen (2014-05-12 05:13:51) On 12/05/14 15:02, Tero Kristo wrote: On 05/08/2014 12:06 PM, Tomi Valkeinen wrote: The current DPLL code does not try to round the clock rate, and instead returns an error if the requested clock rate cannot

Re: [PATCH v2 2/5] ARM: edma: Get IP information from HW when booting with DT

2014-05-15 Thread Peter Ujfalusi
Hi Sekhar, On 05/15/2014 11:53 AM, Sekhar Nori wrote: Hi Peter, On Tuesday 13 May 2014 04:00 PM, Peter Ujfalusi wrote: From CCCFG register of eDMA3 we can get all the needed information for the driver about the IP: Number of channels: NUM_DMACH Number of regions: NUM_REGN Number of slots

Re: [PATCH 03/17] phy: ti-pipe3: add external clock support for PCIe PHY

2014-05-15 Thread Nishanth Menon
On 05/15/2014 07:18 AM, Kishon Vijay Abraham I wrote: Hi, On Thursday 15 May 2014 05:42 PM, Nishanth Menon wrote: On Thu, May 15, 2014 at 6:59 AM, Kishon Vijay Abraham I kis...@ti.com wrote: Hi Nishant, On Thursday 15 May 2014 05:16 PM, Nishanth Menon wrote: On Thu, May 15, 2014 at 4:25

Re: [PATCH 03/17] phy: ti-pipe3: add external clock support for PCIe PHY

2014-05-15 Thread Kishon Vijay Abraham I
Hi, On Thursday 15 May 2014 06:03 PM, Nishanth Menon wrote: On 05/15/2014 07:18 AM, Kishon Vijay Abraham I wrote: Hi, On Thursday 15 May 2014 05:42 PM, Nishanth Menon wrote: On Thu, May 15, 2014 at 6:59 AM, Kishon Vijay Abraham I kis...@ti.com wrote: Hi Nishant, On Thursday 15 May 2014

Re: [PATCH v2 2/5] ARM: edma: Get IP information from HW when booting with DT

2014-05-15 Thread Sekhar Nori
On Thursday 15 May 2014 06:00 PM, Peter Ujfalusi wrote: The second controller is not handled because in DT boot we only handle 1 cc as far as I know. I don't know why, but this is how the DT support has been written and used. Its just because none of the platforms under heavy development use

Re: [PATCH 3/4] OMAPDSS: panel-sharp-ls037v7dw01: add device tree support

2014-05-15 Thread Tomi Valkeinen
On 14/05/14 00:26, Tony Lindgren wrote: +static int sharp_ls_probe_of(struct platform_device *pdev) +{ + struct panel_drv_data *ddata = platform_get_drvdata(pdev); + struct device_node *node = pdev-dev.of_node; + struct omap_dss_device *in; + + ddata-vcc =

Re: OMAP DSS: panel-dpi and enable gpios

2014-05-15 Thread Tomi Valkeinen
On 12/05/14 20:58, Joachim Eastwood wrote: Hello Tomi, There seems to be a mismatch between your panel-dpi code and DT docs. The docs state that enable-gpios is optinal but in panel-dpi.c you have the following code gpio = devm_gpiod_get(pdev-dev, enable); if (IS_ERR(gpio)) {

[PATCH] mmc: omap_hsmmc: use IS_ERR macro for error checking

2014-05-15 Thread Balaji T K
Debounce clock is optional, use IS_ERR macro instead of NULL pointer check. Signed-off-by: Balaji T K balaj...@ti.com --- drivers/mmc/host/omap_hsmmc.c | 18 +++--- 1 files changed, 7 insertions(+), 11 deletions(-) diff --git a/drivers/mmc/host/omap_hsmmc.c

Re: [PATCH v2 1/6] mmc: omap_hsmmc: use devm_clk_get

2014-05-15 Thread Balaji T K
On Monday 12 May 2014 07:20 PM, Ulf Hansson wrote: On 12 May 2014 15:33, Balaji T K balaj...@ti.com wrote: On Monday 12 May 2014 02:03 PM, Ulf Hansson wrote: On 9 May 2014 18:46, Balaji T K balaj...@ti.com wrote: With devm_clk_get conversion clk_put can be removed in clean up path

Re: RCU stall on panda

2014-05-15 Thread Alex Shi
On 05/15/2014 05:05 PM, Daniel Lezcano wrote: After enable this patch, system maybe hang in idle. :( Hi Alex, do you mean even with this revert applied, the board hangs in idle ? yes. My board is panda ES. without this revert, it works. -- Thanks Alex -- To unsubscribe from this

Re: [PATCH v2 6/6] mmc: omap_hsmmc: split omap-dma header file

2014-05-15 Thread Balaji T K
On Friday 09 May 2014 10:16 PM, Balaji T K wrote: moving dmaengine consumer specific function to omap-dmaengine.h to Resolve build failure seen with sh-allmodconfig: include/linux/omap-dma.h:171:8: error: expected identifier before numeric constant make[4]: ***

Re: [PATCHv3 0/5] tsc2005 DT binding

2014-05-15 Thread Sebastian Reichel
On Sat, Apr 26, 2014 at 01:56:14AM +0200, Sebastian Reichel wrote: This adds device tree support for the tsc2005 touchscreen controller, which is currently only used by the Nokia N900 board. The patch does not update the reset pin handling for platform data based probe to avoid merge

Re: [PATCH v3 0/5] Add support for SW babble Control

2014-05-15 Thread Bin Liu
George, On Thu, May 15, 2014 at 1:28 AM, George Cherian george.cher...@ti.com wrote: Hi Bin, On 5/14/2014 10:13 PM, Bin Liu wrote: George, On Wed, May 14, 2014 at 9:34 AM, Bin Liu binml...@gmail.com wrote: George, On Wed, May 14, 2014 at 12:37 AM, George Cherian george.cher...@ti.com

Re: [PATCH] usb: dwc3: gadget: check link trb after free_slot is increased

2014-05-15 Thread Felipe Balbi
Hi On Fri, May 16, 2014 at 05:57:57AM +0800, Zhuang Jin Can wrote: In ISOC transfers, when free_slot points to the last TRB (i.e. Link TRB), and all queued requests meet Missed Interval Isoc error, busy_slot points to trb0. busy_slot-trb0 trb1 ...

Re: [PATCH 0/2] ARM: dts: Fix OMAP3 ISP functional clock configuration

2014-05-15 Thread Laurent Pinchart
On Monday 12 May 2014 18:06:10 Tony Lindgren wrote: * Laurent Pinchart laurent.pinch...@ideasonboard.com [140512 16:17]: On Thursday 08 May 2014 13:57:15 Tomi Valkeinen wrote: On 21/04/14 13:41, Laurent Pinchart wrote: Hello, This patch set enables rate propagation from the

Re: [PATCH 0/2] ARM: dts: Fix OMAP3 ISP functional clock configuration

2014-05-15 Thread Tero Kristo
On 05/15/2014 06:53 PM, Laurent Pinchart wrote: On Monday 12 May 2014 18:06:10 Tony Lindgren wrote: * Laurent Pinchart laurent.pinch...@ideasonboard.com [140512 16:17]: On Thursday 08 May 2014 13:57:15 Tomi Valkeinen wrote: On 21/04/14 13:41, Laurent Pinchart wrote: Hello, This patch set

Re: AM335x host only USB

2014-05-15 Thread Felipe Balbi
Hi, On Thu, May 15, 2014 at 03:23:14PM +0800, 黃俊祺 wrote: Dear all, Is any update here? I'm looking forward for your reply, thanks. Steve 2013-11-21 19:07 GMT+08:00 Mark Jackson mpfj-l...@newflow.co.uk: We have a custom AM335x CPU board with a type A connector, which is

Re: [PATCH] ARM: OMAP4: Fix the boot regression with CPU_IDLE enabled

2014-05-15 Thread Santosh Shilimkar
Daniel, On Wednesday 14 May 2014 05:18 PM, Santosh Shilimkar wrote: On Wednesday 14 May 2014 04:02 PM, Daniel Lezcano wrote: On 05/14/2014 09:50 PM, Santosh Shilimkar wrote: On Wednesday 14 May 2014 03:44 PM, Daniel Lezcano wrote: On 05/13/2014 04:39 PM, Santosh Shilimkar wrote: On OMAP4

Re: [PATCH] ARM: OMAP4: Fix the boot regression with CPU_IDLE enabled

2014-05-15 Thread Daniel Lezcano
On 05/15/2014 07:03 PM, Santosh Shilimkar wrote: Daniel, On Wednesday 14 May 2014 05:18 PM, Santosh Shilimkar wrote: On Wednesday 14 May 2014 04:02 PM, Daniel Lezcano wrote: On 05/14/2014 09:50 PM, Santosh Shilimkar wrote: On Wednesday 14 May 2014 03:44 PM, Daniel Lezcano wrote: On

Re: [PATCH] ARM: OMAP4: Fix the boot regression with CPU_IDLE enabled

2014-05-15 Thread Santosh Shilimkar
On Thursday 15 May 2014 01:50 PM, Daniel Lezcano wrote: On 05/15/2014 07:03 PM, Santosh Shilimkar wrote: Daniel, On Wednesday 14 May 2014 05:18 PM, Santosh Shilimkar wrote: On Wednesday 14 May 2014 04:02 PM, Daniel Lezcano wrote: On 05/14/2014 09:50 PM, Santosh Shilimkar wrote: On Wednesday

Re: [PATCH] OMAPDSS: move 'compatible' converter to omapdss driver

2014-05-15 Thread Tony Lindgren
* Tomi Valkeinen tomi.valkei...@ti.com [140515 01:06]: Move the panel/encoder driver compatible-string converter from arch/arm/mach-omap2/display.c to omapdss driver. That is a more logical place for it, as it's really an omapdss internal hack. Thanks, maybe also consider just using the

Re: [PATCH 3/4] OMAPDSS: panel-sharp-ls037v7dw01: add device tree support

2014-05-15 Thread Tony Lindgren
* Tomi Valkeinen tomi.valkei...@ti.com [140515 02:24]: On 14/05/14 19:02, Tony Lindgren wrote: The video paths of the panels and encoders are connected using the v4l2 style ports/endpoints. We can use those to see what display controller a panel is connected to, but only after the panel

Re: [PATCH 3/4] OMAPDSS: panel-sharp-ls037v7dw01: add device tree support

2014-05-15 Thread Tony Lindgren
* Tomi Valkeinen tomi.valkei...@ti.com [140515 01:42]: On 14/05/14 00:26, Tony Lindgren wrote: + /* lcd MO */ + ddata-mo_gpio = sharp_ls_get_gpio_of(pdev-dev, 0, 1, mode); + if (PTR_ERR(ddata-mo_gpio) == -EPROBE_DEFER) + return -EPROBE_DEFER; + + if

Re: [PATCH 3/4] OMAPDSS: panel-sharp-ls037v7dw01: add device tree support

2014-05-15 Thread Tony Lindgren
* Tomi Valkeinen tomi.valkei...@ti.com [140515 06:08]: On 14/05/14 00:26, Tony Lindgren wrote: +static int sharp_ls_probe_of(struct platform_device *pdev) +{ + struct panel_drv_data *ddata = platform_get_drvdata(pdev); + struct device_node *node = pdev-dev.of_node; + struct

Re: [PATCH] ARM: OMAP4: Fix the boot regression with CPU_IDLE enabled

2014-05-15 Thread Santosh Shilimkar
On Thursday 15 May 2014 01:54 PM, Santosh Shilimkar wrote: On Thursday 15 May 2014 01:50 PM, Daniel Lezcano wrote: On 05/15/2014 07:03 PM, Santosh Shilimkar wrote: [..] With above mentioned change, it should work. Other alternatives is OMAP4 driver does its won registration where it can

Re: RCU stall on panda

2014-05-15 Thread Tony Lindgren
* Alex Shi alex@linaro.org [140515 06:27]: On 05/15/2014 05:05 PM, Daniel Lezcano wrote: After enable this patch, system maybe hang in idle. :( Hi Alex, do you mean even with this revert applied, the board hangs in idle ? yes. My board is panda ES. without this revert,

Re: RCU stall on panda

2014-05-15 Thread Santosh Shilimkar
On Thursday 15 May 2014 02:32 PM, Tony Lindgren wrote: * Alex Shi alex@linaro.org [140515 06:27]: On 05/15/2014 05:05 PM, Daniel Lezcano wrote: After enable this patch, system maybe hang in idle. :( Hi Alex, do you mean even with this revert applied, the board hangs in idle ? yes.

[PATCH] ARM: OMAP: omap3stalker: remove two Kconfig macros

2014-05-15 Thread Paul Bolle
Checks for CONFIG_OMAP2_VENC_OUT_TYPE_SVIDEO and CONFIG_OMAP2_VENC_OUT_TYPE_COMPOSITE were added in v2.6.35. But the related Kconfig symbols have never been added to the tree. Remove these checks. Initialize connector_type to OMAP_DSS_VENC_TYPE_COMPOSITE explicitly. That's what's happening

Re: [PATCHv3 0/5] tsc2005 DT binding

2014-05-15 Thread Aaro Koskinen
Hi, On Thu, May 15, 2014 at 04:23:16PM +0200, Sebastian Reichel wrote: On Sat, Apr 26, 2014 at 01:56:14AM +0200, Sebastian Reichel wrote: This adds device tree support for the tsc2005 touchscreen controller, which is currently only used by the Nokia N900 board. The patch does not

[PATCH] ARM: OMAP: remove some dead code

2014-05-15 Thread Paul Bolle
A check for CONFIG_CBUS_TAHVO_USB was added in v2.6.17. The related Kconfig symbol has never been part of the tree. Remove that check. Replace the while (...) loop with a simple if (...) statement, while we're at it. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Untested, as usual. A quick

[PATCH] ARM: OMAP: SX1: remove check for CONFIG_SX1_OLD_FLASH

2014-05-15 Thread Paul Bolle
A check for CONFIG_SX1_OLD_FLASH was added in v2.6.24. But the related Kconfig symbol was never part of the tree. So we can remove some dead code. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Also untested. arch/arm/mach-omap1/board-sx1.c | 26 -- 1 file changed, 26

Re: [PATCH] ARM: OMAP: remove some dead code

2014-05-15 Thread Aaro Koskinen
On Thu, May 15, 2014 at 09:16:21PM +0200, Paul Bolle wrote: A check for CONFIG_CBUS_TAHVO_USB was added in v2.6.17. The related Kconfig symbol has never been part of the tree. Remove that check. Replace the while (...) loop with a simple if (...) statement, while we're at it.

[PATCH] ARM: OMAP: AM3517EVM: remove check for CONFIG_PANEL_SHARP_LQ043T1DG01

2014-05-15 Thread Paul Bolle
The Kconfig symbol PANEL_SHARP_LQ043T1DG01 was removed in v2.6.38. The check for CONFIG_PANEL_SHARP_LQ043T1DG01 and its MODULE variant has evaluated to false ever since. Remove that check. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Untested, again. arch/arm/mach-omap2/board-am3517evm.c |

[PATCH] ARM: OMAP: replace checks for CONFIG_USB_GADGET_OMAP

2014-05-15 Thread Paul Bolle
Commit 193ab2a60700 (usb: gadget: allow multiple gadgets to be built) apparently required that checks for CONFIG_USB_GADGET_OMAP would be replaced with checks for CONFIG_USB_OMAP. Do so now for the remaining checks for CONFIG_USB_GADGET_OMAP, even though these checks have basically been broken

Re: OMAP DSS: panel-dpi and enable gpios

2014-05-15 Thread Joachim Eastwood
On 15 May 2014 15:18, Tomi Valkeinen tomi.valkei...@ti.com wrote: On 12/05/14 20:58, Joachim Eastwood wrote: Hello Tomi, There seems to be a mismatch between your panel-dpi code and DT docs. The docs state that enable-gpios is optinal but in panel-dpi.c you have the following code gpio =

DSS and HDMI kernel panic on OMAP4

2014-05-15 Thread Joachim Eastwood
Hello Tomi, I wanted to test my Variscite patches after Tony merged them into his 3.16 dt branch so created a base branch from Linus master and pull in Tony's 3.16 dt and your dss for-next branch. I discovered that booting with a HDMI monitor connected or plugging in one cause a kernel panic.

Re: DSS and HDMI kernel panic on OMAP4

2014-05-15 Thread Joachim Eastwood
On 15 May 2014 23:14, Joachim Eastwood manab...@gmail.com wrote: Hello Tomi, I wanted to test my Variscite patches after Tony merged them into his 3.16 dt branch so created a base branch from Linus master and pull in Tony's 3.16 dt and your dss for-next branch. I discovered that booting

Hello From KM

2014-05-15 Thread KM
Good Day, Please let’s talk and see if we can partner together to achieve our various future goals. Lets talk about real business deal. Regards, KM -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH] ARM: OMAP: replace checks for CONFIG_USB_GADGET_OMAP

2014-05-15 Thread Felipe Balbi
On Thu, May 15, 2014 at 10:55:45PM +0200, Paul Bolle wrote: Commit 193ab2a60700 (usb: gadget: allow multiple gadgets to be built) apparently required that checks for CONFIG_USB_GADGET_OMAP would be replaced with checks for CONFIG_USB_OMAP. Do so now for the remaining checks for

Re: [PATCH] ARM: OMAP4: Fix the boot regression with CPU_IDLE enabled

2014-05-15 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [140514 16:32]: * Tony Lindgren t...@atomide.com [140514 13:57]: * Daniel Lezcano daniel.lezc...@linaro.org [140514 13:02]: So the broadcast timer does not operate with this revert. Moreover, I am not sure reverting this patch is the right

Re: [PATCH] ARM: OMAP4: Fix the boot regression with CPU_IDLE enabled

2014-05-15 Thread Alex Shi
On 05/16/2014 02:29 AM, Santosh Shilimkar wrote: Alex, Please give a try with your test-case and see if you still see the hang. Am just curious about your issue and hence the request.. there is no test case. I just patched your patches, then boot new kernel, system quickly to hang without any

Re: [PATCH] ARM: OMAP4: Fix the boot regression with CPU_IDLE enabled

2014-05-15 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [140515 17:14]: * Tony Lindgren t...@atomide.com [140514 16:32]: * Tony Lindgren t...@atomide.com [140514 13:57]: * Daniel Lezcano daniel.lezc...@linaro.org [140514 13:02]: So the broadcast timer does not operate with this revert. Moreover, I am

Re: [PATCH v2 0/5] Smart Card(SC) interface, TI USIM NxP SC phy driver

2014-05-15 Thread Satish Patel
On 1/30/2014 6:35 PM, Greg KH wrote: On Thu, Jan 30, 2014 at 11:22:48AM +0530, Satish Patel wrote: On 1/20/2014 10:03 AM, Satish Patel wrote: Changes from v1: * RFC(v1) comments are fixed ** removed gpio_to_irq as GPIO controller process cell from DT and give it to DT node ** comments on

Re: [PATCH] usb: dwc3: gadget: check link trb after free_slot is increased

2014-05-15 Thread Zhuang Jin Can
Hi On Thu, May 15, 2014 at 10:37:57AM -0500, Felipe Balbi wrote: Hi On Fri, May 16, 2014 at 05:57:57AM +0800, Zhuang Jin Can wrote: In ISOC transfers, when free_slot points to the last TRB (i.e. Link TRB), and all queued requests meet Missed Interval Isoc error, busy_slot points to

[GIT PULL] ARM: OMAP2+: some hwmod data patches for v3.16

2014-05-15 Thread Paul Walmsley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Tony The following changes since commit d1db0eea852497762cab43b905b879dfcd3b8987: Linux 3.15-rc3 (2014-04-27 19:29:27 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git

[GIT PULL] ARM: OMAP2+: some PRCM cleanup patches for v3.16

2014-05-15 Thread Paul Walmsley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Tony The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5: Linux 3.15-rc1 (2014-04-13 14:18:35 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git

Re: DSS and HDMI kernel panic on OMAP4

2014-05-15 Thread Tomi Valkeinen
On 16/05/14 00:26, Joachim Eastwood wrote: On 15 May 2014 23:14, Joachim Eastwood manab...@gmail.com wrote: Hello Tomi, I wanted to test my Variscite patches after Tony merged them into his 3.16 dt branch so created a base branch from Linus master and pull in Tony's 3.16 dt and your dss

Re: [PATCH 3/4] OMAPDSS: panel-sharp-ls037v7dw01: add device tree support

2014-05-15 Thread Tomi Valkeinen
On 15/05/14 21:25, Tony Lindgren wrote: * Tomi Valkeinen tomi.valkei...@ti.com [140515 01:42]: On 14/05/14 00:26, Tony Lindgren wrote: + /* lcd MO */ + ddata-mo_gpio = sharp_ls_get_gpio_of(pdev-dev, 0, 1, mode); + if (PTR_ERR(ddata-mo_gpio) == -EPROBE_DEFER) + return

Re: [PATCH 3/4] OMAPDSS: panel-sharp-ls037v7dw01: add device tree support

2014-05-15 Thread Tomi Valkeinen
On 15/05/14 21:21, Tony Lindgren wrote: But you're right, having sharp,ls037v7dw01-omap-dss in the .dts is an alternative for the compatible-string conversion we do now. I guess it's a matter of taste, but I rather hide it inside the kernel, in an internal omapdss file, than pollute the .dts