Re: [PATCH] [FIX] dmaengine: virt-dma: Free descriptor after callback

2014-04-18 Thread Russell King - ARM Linux
On Thu, Apr 17, 2014 at 07:56:50PM -0500, Joel Fernandes wrote: Free the vd (virt descriptor) after the callback is called. In EDMA driver atleast which uses virt-dma, we make use of the desc during the callback and if its dangerously freed before the callback is called. I also noticed this

Re: [PATCH 8/8] usb: phy: generic: allow multiples calls to usb_phy_generic_register()

2014-04-18 Thread Leigh Brown
On 2014-04-16 22:26, Felipe Balbi wrote: it's now very easy to return a platform_device pointer and have the caller pass it as argument when calling usb_phy_generic_unregister(). Signed-off-by: Felipe Balbi ba...@ti.com --- drivers/usb/musb/am35x.c| 12 +---

Re: [PATCH 5/8] usb: phy: rename usb_nop_xceiv to usb_phy_generic

2014-04-18 Thread Leigh Brown
On 2014-04-16 22:26, Felipe Balbi wrote: no functional changes, just renaming the function in order to make it slightly clearer what it should be used for, also matching the driver name. Signed-off-by: Felipe Balbi ba...@ti.com --- [...] diff --git a/include/linux/usb/usb_phy_gen_xceiv.h

Re: OMAPDSS and panel-dpi

2014-04-18 Thread Joachim Eastwood
On 18 April 2014 04:50, Tony Lindgren t...@atomide.com wrote: * Tony Lindgren t...@atomide.com [140417 15:50]: * Joachim Eastwood manab...@gmail.com [140417 13:51]: On 17 April 2014 21:22, Tony Lindgren t...@atomide.com wrote: * Joachim Eastwood manab...@gmail.com [140417 11:05]: Hi

Re: [PATCH 8/8] usb: phy: generic: allow multiples calls to usb_phy_generic_register()

2014-04-18 Thread Felipe Balbi
On Fri, Apr 18, 2014 at 11:38:07AM +0100, Leigh Brown wrote: On 2014-04-16 22:26, Felipe Balbi wrote: it's now very easy to return a platform_device pointer and have the caller pass it as argument when calling usb_phy_generic_unregister(). Signed-off-by: Felipe Balbi ba...@ti.com ---

[PATCH 2/4] ARM: dts: Add support for OMAP4 VAR-DVK-OM44

2014-04-18 Thread Joachim Eastwood
Signed-off-by: Joachim Eastwood manab...@gmail.com --- .../devicetree/bindings/arm/omap/omap.txt | 3 + arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/omap4-var-dvk-om44.dts | 70 ++ 3 files changed, 74 insertions(+) create

[PATCH 0/4] Support for Variscite OM44 modules and boards

2014-04-18 Thread Joachim Eastwood
Hello, This patch set adds support for Variscite OM44 series of system on modules and boards. Patch 1: Add support for the SoM itself and the reference carrier board. Together these make the VAR-STK-OM44 dev kit. Patch 2: Add support for VAR-DVK-OM44 which is just the STK with a LCD display.

[PATCH 1/4] ARM: dts: Add support for OMAP4 Variscite OM44 family

2014-04-18 Thread Joachim Eastwood
Add support for VAR-SOM-OM44[1] SODIMM system on module from Variscite. SoM features a OMAP4460, 1GB RAM, Gigabit Ethernet (LAN7500) and optional WLAN/BT. Also add support for VAR-STK-OM44 development board from Variscite. This kit features a VAR-SOM-OM44 and the carrier board

[PATCH 3/4] ARM: dts: Add VAR-SOM-OM44 WLAN nodes

2014-04-18 Thread Joachim Eastwood
Both the VAR-STK-OM44 and VAR-DVK-OM44 boards comes with the WLAN/BT version of the system on module VAR-SOM-OM44. Signed-off-by: Joachim Eastwood manab...@gmail.com --- arch/arm/boot/dts/omap4-var-dvk-om44.dts | 1 + arch/arm/boot/dts/omap4-var-som-om44-wlan.dtsi | 68

[PATCH 4/4] ARM: OMAP2+: Use pdata quirks for wl12xx on VAR-STK/DVK-OM44

2014-04-18 Thread Joachim Eastwood
Signed-off-by: Joachim Eastwood manab...@gmail.com --- arch/arm/mach-omap2/pdata-quirks.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/mach-omap2/pdata-quirks.c b/arch/arm/mach-omap2/pdata-quirks.c index c3b73351cb7a..ab94f3a87c32 100644 ---

Re: OMAPDSS and panel-dpi

2014-04-18 Thread Tony Lindgren
* Joachim Eastwood manab...@gmail.com [140418 04:05]: On 18 April 2014 04:50, Tony Lindgren t...@atomide.com wrote: * Tony Lindgren t...@atomide.com [140417 15:50]: * Joachim Eastwood manab...@gmail.com [140417 13:51]: On 17 April 2014 21:22, Tony Lindgren t...@atomide.com wrote: *

Re: [PATCHv3 19/41] OMAPDSS: panel-dpi: Add DT support

2014-04-18 Thread Tony Lindgren
Hi, Just trying to summarize what has been discussed so far in various threads regarding changes needed to this patch. * Tomi Valkeinen tomi.valkei...@ti.com [140121 03:01]: --- a/drivers/video/omap2/displays-new/panel-dpi.c +++ b/drivers/video/omap2/displays-new/panel-dpi.c @@ -182,6 +186,52

Re: [PATCH 1/4] ARM: dts: Add support for OMAP4 Variscite OM44 family

2014-04-18 Thread Tony Lindgren
* Joachim Eastwood manab...@gmail.com [140418 08:11]: Add support for VAR-SOM-OM44[1] SODIMM system on module from Variscite. SoM features a OMAP4460, 1GB RAM, Gigabit Ethernet (LAN7500) and optional WLAN/BT. Also add support for VAR-STK-OM44 development board from Variscite. This kit

Re: [PATCH 1/4] ARM: dts: Add support for OMAP4 Variscite OM44 family

2014-04-18 Thread Joachim Eastwood
On 18 April 2014 17:57, Tony Lindgren t...@atomide.com wrote: * Joachim Eastwood manab...@gmail.com [140418 08:11]: Add support for VAR-SOM-OM44[1] SODIMM system on module from Variscite. SoM features a OMAP4460, 1GB RAM, Gigabit Ethernet (LAN7500) and optional WLAN/BT. Also add support for

Re: [PATCH v2 0/2] add parallel NAND support for TI's new OMAPx and AMxx platforms

2014-04-18 Thread Tony Lindgren
* Gupta, Pekon pe...@ti.com [140327 00:22]: HI Tony, From: Gupta, Pekon [...] I see following patches in your tree/branch omap-for-v3.15/dt But probably they were omitted in the pull request. Is there something, I need to do for these ? f68e355 2014-03-02 ARM: dts: am43xx: add

Re: [PATCH] [FIX] dmaengine: virt-dma: Free descriptor after callback

2014-04-18 Thread Joel Fernandes
On 04/18/2014 03:50 AM, Russell King - ARM Linux wrote: On Thu, Apr 17, 2014 at 07:56:50PM -0500, Joel Fernandes wrote: Free the vd (virt descriptor) after the callback is called. In EDMA driver atleast which uses virt-dma, we make use of the desc during the callback and if its dangerously

Re: OMAPDSS and panel-dpi

2014-04-18 Thread Joachim Eastwood
On 18 April 2014 17:40, Tony Lindgren t...@atomide.com wrote: * Joachim Eastwood manab...@gmail.com [140418 04:05]: On 18 April 2014 04:50, Tony Lindgren t...@atomide.com wrote: * Tony Lindgren t...@atomide.com [140417 15:50]: * Joachim Eastwood manab...@gmail.com [140417 13:51]: On 17

Re: [PATCH v9 resend 1/3] mmc: omap_hsmmc: Enable SDIO interrupt

2014-04-18 Thread Tony Lindgren
Hi, Sorry for the delay, just noticed this one. * Dmitry Lifshitz lifsh...@compulab.co.il [140324 02:34]: Hi, I've tested the branch omap_hsmmc_sdio_irq_devm_cleanup on custom OMAP5 based board. We have mwifiex connected to MMC3. I used two approaches: * Using dat1 line as GPIO with

Re: [PATCH V3 1/6] OMAPDSS: Add DSS features for AM43xx

2014-04-18 Thread Tony Lindgren
* Tomi Valkeinen tomi.valkei...@ti.com [140408 03:09]: On 24/03/14 13:01, Sathya Prakash M R wrote: Add DSS features for AM43xx. Signed-off-by: Sathya Prakash M R sath...@ti.com I can pick this up for 3.16 dss changes. If not too late, feel free to add: Acked-by: Tony Lindgren

Re: Help to run latest kernel on DART-4460

2014-04-18 Thread Tony Lindgren
* Michael Trimarchi mich...@amarulasolutions.com [140325 09:37]: Hi On Tue, Mar 25, 2014 at 5:33 PM, Andrey Utkin andrey.krieger.ut...@gmail.com wrote: 2014-03-25 17:17 GMT+02:00 Michael Trimarchi mich...@amarulasolutions.com: I have already done somenthing like that more then 6 months

Re: 3.1[34]: omap4: panda: hang on reboot?

2014-04-18 Thread Tony Lindgren
* Paolo Pisati p.pis...@gmail.com [140331 15:00]: On Thu, Mar 27, 2014 at 06:54:14PM +0100, Paolo Pisati wrote: I've been experiencing hangs on reboot on two different panda boards (es rev1 and vanilla rev a1) with v3.14-rc8 (but reproducible in 3.13 too): toolchanin: gcc version

Re: [PATCH 1/2] ARM: dts: sbc-t54: add support for sbc-t54 with cm-t54

2014-04-18 Thread Tony Lindgren
* Dmitry Lifshitz lifsh...@compulab.co.il [140408 06:14]: Add support for CM-T54 CoM and SBC-T54 board: http://compulab.co.il/products/computer-on-modules/cm-t54/ http://compulab.co.il/products/sbcs/sbc-t54/ SBC-T54 is a single board computer based on OMAP5432 CPU. It is implemented with

Re: [RFC 2/4] ARM: dts: Add ctrl-core DT node for DRA7

2014-04-18 Thread Tony Lindgren
* Archit Taneja arc...@ti.com [140416 06:20]: Add DT node for the ctrl-core sub module of the DRA7 control module. We map the CTRL_MODULE_CORE address region up to 0x4a002d60, this region contains register fields which configure clocks. The remainder of the registers are related to pad

Re: [PATCH 1/4] ARM: dts: Add support for OMAP4 Variscite OM44 family

2014-04-18 Thread Tony Lindgren
* Joachim Eastwood manab...@gmail.com [140418 09:18]: On 18 April 2014 17:57, Tony Lindgren t...@atomide.com wrote: * Joachim Eastwood manab...@gmail.com [140418 08:11]: Add support for VAR-SOM-OM44[1] SODIMM system on module from Variscite. SoM features a OMAP4460, 1GB RAM, Gigabit

Re: Help to run latest kernel on DART-4460

2014-04-18 Thread Michael Trimarchi
Hi Tony On Fri, Apr 18, 2014 at 6:51 PM, Tony Lindgren t...@atomide.com wrote: * Michael Trimarchi mich...@amarulasolutions.com [140325 09:37]: Hi On Tue, Mar 25, 2014 at 5:33 PM, Andrey Utkin andrey.krieger.ut...@gmail.com wrote: 2014-03-25 17:17 GMT+02:00 Michael Trimarchi

Re: [PATCH 02/11] ARM: OMAP3: Fix idle mode signaling for sys_clkreq and sys_off_mode

2014-04-18 Thread Tony Lindgren
* Grazvydas Ignotas nota...@gmail.com [140416 06:58]: On Wed, Apr 16, 2014 at 1:56 AM, Tony Lindgren t...@atomide.com wrote: * Grazvydas Ignotas nota...@gmail.com [140414 15:51]: On Fri, Apr 11, 2014 at 2:47 AM, Tony Lindgren t...@atomide.com wrote: @@ -282,6 +283,7 @@ void

Re: [PATCH 1/4] ARM: dts: Add support for OMAP4 Variscite OM44 family

2014-04-18 Thread Joachim Eastwood
On 18 April 2014 19:29, Tony Lindgren t...@atomide.com wrote: * Joachim Eastwood manab...@gmail.com [140418 09:18]: On 18 April 2014 17:57, Tony Lindgren t...@atomide.com wrote: * Joachim Eastwood manab...@gmail.com [140418 08:11]: Add support for VAR-SOM-OM44[1] SODIMM system on module from

Re: [PATCH trivial 1/3] ARM: dts: Grammar /is uses/ is used/

2014-04-18 Thread Tony Lindgren
* Geert Uytterhoeven ge...@linux-m68k.org [140328 03:16]: From: Geert Uytterhoeven geert+rene...@glider.be Applying this into omap-for-v3.15/fixes thanks. Tony Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be Cc: linux-omap@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org

Re: [PATCH trivial 3/3] ARM: dts: Grammar /that will/it will/

2014-04-18 Thread Tony Lindgren
* Geert Uytterhoeven ge...@linux-m68k.org [140328 03:16]: From: Geert Uytterhoeven geert+rene...@glider.be Applying this too into omap-for-v3.15/fixes thanks. Tony Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be Cc: linux-omap@vger.kernel.org Cc:

Re: [PATCH 1/1] ARM: dts: omap5: Add clocks to USB3 PHY node

2014-04-18 Thread Tony Lindgren
* Roger Quadros rog...@ti.com [140414 00:23]: Hi Tony, On 04/01/2014 05:13 PM, Felipe Balbi wrote: On Tue, Apr 01, 2014 at 01:37:27PM +0300, Roger Quadros wrote: The USB3 PHY driver (ti-pipe3) was updated so that the relevant clock phandles are expected in the DT node. Provide the

Re: [PATCH] ARM: AM335X: EVM: fix pinmux documentation in devicetree

2014-04-18 Thread Tony Lindgren
* Wolfram Sang w...@the-dreams.de [140401 09:43]: Wrong documentation in pinmux description can be especially confusing. Keep it proper. Signed-off-by: Wolfram Sang w...@the-dreams.de Applying into omap-for-v3.15/fixes thanks. Tony arch/arm/boot/dts/am335x-evm.dts | 4 ++-- 1 file

Re: [PATCH] ARM: DTS: dra7xx-clocks: Correct mcasp2_ahclkx_mux bit-shift

2014-04-18 Thread Tony Lindgren
* Tero Kristo t-kri...@ti.com [140402 07:14]: On 04/02/2014 04:46 PM, Peter Ujfalusi wrote: The correct bit is 24 for AHCLKX. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com Yes, thats a clear bug in the data. Acked-by: Tero Kristo t-kri...@ti.com Applying into omap-for-v3.15/fixes

Re: [PATCH] ARM: dts: OMAP2+: remove uses of obsolete gpmc,device-nand

2014-04-18 Thread Tony Lindgren
* Johan Hovold jhov...@gmail.com [140408 02:25]: Remove all remaining uses of gpmc,device-nand that have been added since the property was removed by commit f40739faba8e (ARM: dts: OMAP2+: Simplify NAND support). Thanks applying into omap-for-v3.15/fixes. Tony Signed-off-by: Johan Hovold

Re: [PATCH] ARM: OMAP2+: N900: remove omapdss init for DT boot

2014-04-18 Thread Tony Lindgren
* Tomi Valkeinen tomi.valkei...@ti.com [140408 23:31]: On 08/04/14 23:51, Sebastian Reichel wrote: Do not try to initialize display for DT boot, since omapdss is now initialized via Device Tree. Without this patch the display subsystem does not properly come up. Signed-off-by:

Re: [PATCH] ARM: OMAP2+: gpmc: fix: replace PTR_RET with PTR_ERR_OR_ZERO

2014-04-18 Thread Tony Lindgren
* Duan Jiong duanj.f...@cn.fujitsu.com [140411 03:10]: PTR_RET is deprecated. Do not recommend its usage anymore. Use PTR_ERR_OR_ZERO instead. Signed-off-by: Duan Jiong duanj.f...@cn.fujitsu.com --- arch/arm/mach-omap2/gpmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [PATCH] ARM: dts: Add support for the BeagleBoard xM A/B

2014-04-18 Thread Tony Lindgren
* Robert Nelson robertcnel...@gmail.com [140415 08:46]: On Tue, Apr 15, 2014 at 10:35 AM, Nishanth Menon n...@ti.com wrote: On 04/15/2014 10:12 AM, Robert Nelson wrote: On Tue, Apr 15, 2014 at 10:09 AM, Robert Nelson robertcnel...@gmail.com wrote: BeagleBoard xM A/B has an inverted usb

Re: [PATCH] ARM: dts: Add support for the BeagleBoard xM A/B

2014-04-18 Thread Robert Nelson
On Fri, Apr 18, 2014 at 5:51 PM, Tony Lindgren t...@atomide.com wrote: * Robert Nelson robertcnel...@gmail.com [140415 08:46]: On Tue, Apr 15, 2014 at 10:35 AM, Nishanth Menon n...@ti.com wrote: On 04/15/2014 10:12 AM, Robert Nelson wrote: On Tue, Apr 15, 2014 at 10:09 AM, Robert Nelson

Re: [GIT PULL] ARM: OMAP2+: OMAP hwmod and clock fixes for v3.15-rc

2014-04-18 Thread Tony Lindgren
* Paul Walmsley p...@pwsan.com [140411 14:14]: Hi Tony, The following changes since commit 9e897e13bd46fa03485468609741974259a8c573: Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd (2014-04-10 14:33:02 -0700) are available in the git repository at:

Re: [PATCH] ARM: dts: Add support for the BeagleBoard xM A/B

2014-04-18 Thread Tony Lindgren
* Robert Nelson robertcnel...@gmail.com [140418 16:42]: On Fri, Apr 18, 2014 at 5:51 PM, Tony Lindgren t...@atomide.com wrote: * Robert Nelson robertcnel...@gmail.com [140415 08:46]: Background: i also tried getting this having this fixed in u-boot: Do we still need to apply this patch

[PATCH] dmaengine: edma: Add DMA memcpy support

2014-04-18 Thread Joel Fernandes
We add DMA memcpy support to EDMA driver. Successful tests performed using dmatest kernel module. Copy alignment is set to DMA_SLAVE_BUSWIDTH_4_BYTES and users must ensure length is aligned so that copy is performed fully. Signed-off-by: Joel Fernandes jo...@ti.com --- drivers/dma/edma.c | 51