Re: [PATCH v3 4/7] ARM: dts: omap3-overo: Add HSUSB PHY

2014-03-05 Thread Florian Vaussard
On 03/03/2014 02:07 PM, Roger Quadros wrote: On 03/03/2014 02:48 PM, Florian Vaussard wrote: Hi Roger, On 03/03/2014 12:03 PM, Roger Quadros wrote: Hi Florian, On 03/03/2014 11:34 AM, Florian Vaussard wrote: Add the High-Speed USB PHY. Signed-off-by: Florian Vaussard

Re: [PATCHv2 13/14] ARM: OMAP24xx: clock: remove legacy clock data

2014-03-05 Thread Tero Kristo
On 03/04/2014 11:28 PM, Tony Lindgren wrote: * Tero Kristo t-kri...@ti.com [140304 10:58]: On 03/04/2014 07:32 PM, Tony Lindgren wrote: * Tero Kristo t-kri...@ti.com [140304 01:22]: This is no longer needed as clock data is provided through DT. Looks like there's a new error even before

Re: [PATCH v7 1/4] mmc: omap_hsmmc: Enable SDIO IRQ.

2014-03-05 Thread Andreas Fenkart
Hi, 2014-02-27 22:33 GMT+01:00 Tony Lindgren t...@atomide.com: Thanks for updating this, I finally got around to spend some time with it again. I've folded in your fixes and quirk support into my earlier patch from [0] as that had a better changelog describing the earlier work. thanks,

Re: [PATCH v7 1/4] mmc: omap_hsmmc: Enable SDIO IRQ.

2014-03-05 Thread Andreas Fenkart
Hi, 2014-02-28 18:04 GMT+01:00 Balaji T K balaj...@ti.com: On Tuesday 25 February 2014 06:07 PM, Andreas Fenkart wrote: For now, only support SDIO interrupt if we are booted with DT. This is because some platforms need special quirks. And we don't want to add new legacy mux platform init

[PATCH v8 2/3] mmc: omap_hsmmc: Pin remux workaround to support SDIO interrupt on AM335x

2014-03-05 Thread Andreas Fenkart
The am335x can't detect pending cirq in PM runtime suspend. This patch reconfigures dat1 as a GPIO before going to suspend. SDIO interrupts are detected with the GPIO, the GPIO will only wake the module from suspend, SDIO irq detection will still happen through the IP block. Idea of remuxing the

[PATCH v8 1/3] mmc: omap_hsmmc: Enable SDIO interrupt

2014-03-05 Thread Andreas Fenkart
There have been various patches floating around for enabling the SDIO IRQ for hsmmc, but none of them ever got merged. Probably the reason for not merging the SDIO interrupt patches has been the lack of wake-up path for SDIO on some omaps that has also needed remuxing the SDIO DAT1 line to a GPIO

[PATCH v8 0/3] mmc: omap_hsmmc: Enable SDIO IRQ.

2014-03-05 Thread Andreas Fenkart
Hi Tony, I had an infinite loop in hsmmc_disable_wake_irq. Since the SDIO irq is level triggered, I have to disable the IRQ in the handler otherwise it is called infinitely. Did some other minor changes see below. v8 - rebased on top of Tony Lindgrent...@atomide.com changes - improved

[PATCH v8 3/3] mmc: omap_hsmmc: Extend debugfs for SDIO IRQ, GPIO and pinmux.

2014-03-05 Thread Andreas Fenkart
Add SDIO IRQ entries to debugfs entry. Note that PSTATE shows current state of data lines, incl. SDIO IRQ pending Signed-off-by: Andreas Fenkart afenk...@gmail.com Signed-off-by: Tony Lindgren t...@atomide.com diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c index

Re: [PATCH 0/8] OMAP: OMAP3 DSS related clock patches

2014-03-05 Thread Tomi Valkeinen
Hi Tero, What about the dts fixes in this series? DSS DT depends on those fixes. I'd like the dts fixes to be either merged for v3.14, or I can add them to my DSS DT series (with acks). Tomi On 13/02/14 12:03, Tomi Valkeinen wrote: Hi, I've been debugging OMAP3 related issues with DSS

Re: [PATCH 0/8] OMAP: OMAP3 DSS related clock patches

2014-03-05 Thread Tero Kristo
On 03/05/2014 10:35 AM, Tomi Valkeinen wrote: Hi Tero, What about the dts fixes in this series? DSS DT depends on those fixes. I'd like the dts fixes to be either merged for v3.14, or I can add them to my DSS DT series (with acks). Well, I am not a maintainer of any sort, so you are asking

Re: [PATCH 02/12] phy: omap-control: Update DT binding information

2014-03-05 Thread Roger Quadros
On 03/04/2014 06:28 PM, Tony Lindgren wrote: * Roger Quadros rog...@ti.com [140304 01:17]: Hi Tony, On 03/03/2014 09:02 PM, Tony Lindgren wrote: * Roger Quadros rog...@ti.com [140303 07:10]: Move omap-control binding information to the right location. Signed-off-by: Roger Quadros

Re: [PATCH 0/8] OMAP: OMAP3 DSS related clock patches

2014-03-05 Thread Tomi Valkeinen
On 05/03/14 12:12, Tero Kristo wrote: On 03/05/2014 10:35 AM, Tomi Valkeinen wrote: Hi Tero, What about the dts fixes in this series? DSS DT depends on those fixes. I'd like the dts fixes to be either merged for v3.14, or I can add them to my DSS DT series (with acks). Well, I am not a

Loan Application

2014-03-05 Thread Loans
Loan Application at a low rate of 0.5% send your Name,Amount,Phone and country to standar...@56788.com Note: $5,000.00 USD minimum and $100,000,000 Maximum. -- 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 02/12] phy: omap-control: Update DT binding information

2014-03-05 Thread Roger Quadros
+ George Tony, On 03/04/2014 06:28 PM, Tony Lindgren wrote: * Roger Quadros rog...@ti.com [140304 01:17]: Hi Tony, On 03/03/2014 09:02 PM, Tony Lindgren wrote: * Roger Quadros rog...@ti.com [140303 07:10]: Move omap-control binding information to the right location. Signed-off-by: Roger

Re: [PATCH v5 6/6] arm/dts: added dt properties to adapt to the new phy framwork

2014-03-05 Thread Kishon Vijay Abraham I
Tony/Benoit, On Monday 03 March 2014 05:08 PM, Kishon Vijay Abraham I wrote: Added device tree bindings for dwc3, usb2 and usb3 PHYs. The documentation of these can be found at Documentation/devicetree/bindings/phy/phy-bindings.txt and Documentation/devicetree/bindings/phy/ti-phy.txt. Can

Re: [PATCH v4 4/4] ARM: OMAP2+: Add pdata quirk for sys_clkout2 for omap3 DBB056

2014-03-05 Thread Tero Kristo
On 03/01/2014 12:37 AM, Tony Lindgren wrote: * Christoph Fritz chf.fr...@googlemail.com [140214 06:24]: Full device tree support for clock control, especially to set frequencies, is not yet accomplished. Until then, configure the 24Mhz of sys_clkout2 to feed an USB-Hub here. Hmm would like to

Re: [PATCH 0/4] clk: dt: add support for default rate/parent

2014-03-05 Thread Tero Kristo
Ping. Mike, any feedback on this? -Tero On 02/13/2014 11:00 AM, Tero Kristo wrote: Hi, This set is a mix-match of new DT properties for generic and TI specific clock drivers. Basically provided for commenting purposes. The patches provide a way to configure clock parents / rates during boot

Re: [PATCH v4 4/4] ARM: OMAP2+: Add pdata quirk for sys_clkout2 for omap3 DBB056

2014-03-05 Thread Christoph Fritz
On Wed, 2014-03-05 at 15:07 +0200, Tero Kristo wrote: On 03/01/2014 12:37 AM, Tony Lindgren wrote: * Christoph Fritz chf.fr...@googlemail.com [140214 06:24]: Full device tree support for clock control, especially to set frequencies, is not yet accomplished. Until then, configure the 24Mhz

Re: [PATCH 2/2] ARM: OMAP2+: fix dpll round_rate() to actually round

2014-03-05 Thread Tomi Valkeinen
On 20/02/14 21:30, Paul Walmsley wrote: On Wed, 19 Feb 2014, Paul Walmsley wrote: On Fri, 17 Jan 2014, Tomi Valkeinen wrote: This patch adds a simple method of rounding: during the iteration, the code keeps track of the closest rate match. If no exact match is found, the closest is

Re: [PATCH v5 2/6] usb: dwc3: adapt dwc3 core to use Generic PHY Framework

2014-03-05 Thread Roger Quadros
On 03/05/2014 04:47 PM, Kishon Vijay Abraham I wrote: Roger, On Wednesday 05 March 2014 08:13 PM, Roger Quadros wrote: Hi Kishon, On 03/03/2014 01:38 PM, Kishon Vijay Abraham I wrote: Adapted dwc3 core to use the Generic PHY Framework. So for init, exit, power_on and power_off the

Re: [PATCH v2] crypto: omap-sham: kmap SG pages before appending

2014-03-05 Thread Joel Fernandes
On 03/05/2014 01:11 AM, Herbert Xu wrote: On Wed, Mar 05, 2014 at 04:18:12AM +, Fernandes, Joel wrote: On Mar 4, 2014, at 8:00 PM, Herbert Xu herb...@gondor.apana.org.au wrote: On Tue, Mar 04, 2014 at 12:30:54PM -0600, Joel Fernandes wrote: HIGHMEM pages may not be mapped so we must

Re: [PATCH 02/12] phy: omap-control: Update DT binding information

2014-03-05 Thread Tony Lindgren
* Roger Quadros rog...@ti.com [140305 04:26]: + George Tony, On 03/04/2014 06:28 PM, Tony Lindgren wrote: * Roger Quadros rog...@ti.com [140304 01:17]: Hi Tony, On 03/03/2014 09:02 PM, Tony Lindgren wrote: * Roger Quadros rog...@ti.com [140303 07:10]: Move omap-control binding

Re: [PATCHv2 14/14] ARM: OMAP3: clock: remove legacy clock data

2014-03-05 Thread Tony Lindgren
* Tero Kristo t-kri...@ti.com [140304 23:35]: On 03/04/2014 07:32 PM, Tony Lindgren wrote: * Tero Kristo t-kri...@ti.com [140304 01:22]: This is no longer needed as clock data is provided through DT. And this one we cannot apply yet until omap3 is booting in device tree only mode. What

Re: [PATCH v7 1/4] mmc: omap_hsmmc: Enable SDIO IRQ.

2014-03-05 Thread Tony Lindgren
* Andreas Fenkart afenk...@gmail.com [140305 00:30]: Hi, 2014-02-27 22:33 GMT+01:00 Tony Lindgren t...@atomide.com: Thanks for updating this, I finally got around to spend some time with it again. I've folded in your fixes and quirk support into my earlier patch from [0] as that had a

Re: [PATCHv2 13/14] ARM: OMAP24xx: clock: remove legacy clock data

2014-03-05 Thread Tony Lindgren
* Tero Kristo t-kri...@ti.com [140305 00:17]: On 03/04/2014 11:28 PM, Tony Lindgren wrote: * Tero Kristo t-kri...@ti.com [140304 10:58]: On 03/04/2014 07:32 PM, Tony Lindgren wrote: * Tero Kristo t-kri...@ti.com [140304 01:22]: This is no longer needed as clock data is provided through DT.

Re: [PATCH 0/8] OMAP: OMAP3 DSS related clock patches

2014-03-05 Thread Tony Lindgren
* Tomi Valkeinen tomi.valkei...@ti.com [140305 03:28]: On 05/03/14 12:12, Tero Kristo wrote: On 03/05/2014 10:35 AM, Tomi Valkeinen wrote: Hi Tero, What about the dts fixes in this series? DSS DT depends on those fixes. I'd like the dts fixes to be either merged for v3.14, or I can add

Re: [PATCH v4 4/4] ARM: OMAP2+: Add pdata quirk for sys_clkout2 for omap3 DBB056

2014-03-05 Thread Tony Lindgren
* Christoph Fritz chf.fr...@googlemail.com [140305 05:28]: On Wed, 2014-03-05 at 15:07 +0200, Tero Kristo wrote: On 03/01/2014 12:37 AM, Tony Lindgren wrote: * Christoph Fritz chf.fr...@googlemail.com [140214 06:24]: Full device tree support for clock control, especially to set

[RFC] CPSW: dual standalone emac mode / bonding

2014-03-05 Thread Christian Engelmayer
Has anybody successfuly setup ethernet bonding on a TI AM335x based system using the CPSW in dual standalone emac mode? I am running an active-backup test setup - momentarily still running Linux 3.2 - and experience repeated loss of ethernet connectivity. That happens eg. after the board is idle

Re: [PATCH 00/18] ARM: OMAP2+: CM/PRM cleanup set

2014-03-05 Thread Tony Lindgren
* Tero Kristo t-kri...@ti.com [140304 08:22]: Hi, This set cleans up the CM/PRM codebase a bit, removing the need for direct CM/PRM register access macros outside CM/PRM drivers. This is done in preparation to isolate these drivers into its own driver directory. Currently my plan is to

Re: [PATCHv2 13/14] ARM: OMAP24xx: clock: remove legacy clock data

2014-03-05 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [140305 09:12]: * Tero Kristo t-kri...@ti.com [140305 00:17]: On 03/04/2014 11:28 PM, Tony Lindgren wrote: * Tero Kristo t-kri...@ti.com [140304 10:58]: On 03/04/2014 07:32 PM, Tony Lindgren wrote: * Tero Kristo t-kri...@ti.com [140304 01:22]: This is no

Re: [PATCH v8 0/3] mmc: omap_hsmmc: Enable SDIO IRQ.

2014-03-05 Thread Tony Lindgren
* Andreas Fenkart afenk...@gmail.com [140305 00:39]: Hi Tony, I had an infinite loop in hsmmc_disable_wake_irq. Since the SDIO irq is level triggered, I have to disable the IRQ in the handler otherwise it is called infinitely. Did some other minor changes see below. v8 - rebased on

Re: [PATCHv3 00/13] OMAP IOMMU DT adaptation for 3.15

2014-03-05 Thread Tony Lindgren
* Suman Anna s-a...@ti.com [140304 09:03]: On 03/04/2014 10:04 AM, Joerg Roedel wrote: Applied patches 1-7 to my arm/omap branch. Tony, you can pull that branch into your tree if needed (when I pushed it, which will happen today or tomorrow). OK thanks, looks like remaining patches

Re: [PATCH v3 4/7] ARM: dts: omap3-overo: Add HSUSB PHY

2014-03-05 Thread Tony Lindgren
* Florian Vaussard florian.vauss...@epfl.ch [140305 00:04]: On 03/03/2014 02:07 PM, Roger Quadros wrote: Putting usb host pins in omap3-overo.dtsi implies that all Overo expansion boards will use it but that is not always the case. Any expansion board vendor can decide not to use USB

Re: [PATCH v5 6/6] arm/dts: added dt properties to adapt to the new phy framwork

2014-03-05 Thread Tony Lindgren
* Kishon Vijay Abraham I kis...@ti.com [140305 04:46]: Tony/Benoit, On Monday 03 March 2014 05:08 PM, Kishon Vijay Abraham I wrote: Added device tree bindings for dwc3, usb2 and usb3 PHYs. The documentation of these can be found at Documentation/devicetree/bindings/phy/phy-bindings.txt

Re: [PATCH 0/5] Add USB nodes for am43xx epos and gp evm

2014-03-05 Thread Tony Lindgren
* George Cherian george.cher...@ti.com [140303 05:58]: The patch series adds USB dt nodes for am43xx epos and gp evm Boot tested with Benoit's for_3.15 + following patches https://patchwork.kernel.org/patch/3600821/ https://patchwork.kernel.org/patch/3600831/

Re: [PATCH 0/4] ARM: dts: OMAP3630+: Add ABB device nodes

2014-03-05 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [140129 15:48]: Now that clock nodes have been merged to master, refresh of the series meant for all TI platforms using ABB. Originally posted [1], I will restart with v1. Thanks applying all except for the crossbar ones into omap-for-v3.15/dt. Please resend the

Re: [PATCH 0/4] ARM: dts: OMAP3630+: Add ABB device nodes

2014-03-05 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [140305 11:51]: * Nishanth Menon n...@ti.com [140129 15:48]: Now that clock nodes have been merged to master, refresh of the series meant for all TI platforms using ABB. Originally posted [1], I will restart with v1. Thanks applying all except for the

Re: [RESEND Patch 0/9] dts pending patches for TI omap

2014-03-05 Thread Tony Lindgren
* Mugunthan V N mugunthan...@ti.com [140303 06:53]: Benoit/Tony Here I am send all the pending dt patches that can go into 3.15 merge window, all the patches were already posted to mailing list and has beed reviewed. I have rebased the patches on top of

Re: [PATCH] ARM: dts: am335x-evmsk: enable dual_emac mode

2014-03-05 Thread Tony Lindgren
* yegorsli...@googlemail.com yegorsli...@googlemail.com [140304 23:32]: From: Yegor Yefremov yegorsli...@googlemail.com EVM board provides two Ethernet ports, this patch sets them into dual_emac mode to provide two independent network interfaces. Thanks applying into omap-for-v3.15/dt. Tony

Re: [PATCHv3 00/13] OMAP IOMMU DT adaptation for 3.15

2014-03-05 Thread Suman Anna
Tony, On 03/05/2014 01:33 PM, Tony Lindgren wrote: * Suman Anna s-a...@ti.com [140304 09:03]: On 03/04/2014 10:04 AM, Joerg Roedel wrote: Applied patches 1-7 to my arm/omap branch. Tony, you can pull that branch into your tree if needed (when I pushed it, which will happen today or

RE: Help needed USB hub disconnected at resume

2014-03-05 Thread Marc Murphy
-Original Message- From: Felipe Balbi [mailto:ba...@ti.com] Sent: 04 March 2014 23:43 To: Marc Murphy Cc: 'ba...@ti.com'; 'Igor Grinberg'; Roger Quadros; linux- o...@vger.kernel.org Subject: Re: Help needed USB hub disconnected at resume On Tue, Mar 04, 2014 at 11:05:58PM +,

Re: [PATCH v2] crypto: omap-sham: kmap SG pages before appending

2014-03-05 Thread Herbert Xu
On Wed, Mar 05, 2014 at 09:42:38AM -0600, Joel Fernandes wrote: In my testing it wasn't called from softirq, I'm using cryptodev which is called from openssl through ioctl, here is a traceback (sorry about wrap): [bf8010bb] (cryptodev_ioctl+0x282/0x59c [cryptodev]) [ 220.015390] [bf8010bb]

[PATCH 08/10] ARM: dts: OMAP3: Add IVA IOMMU node

2014-03-05 Thread Suman Anna
From: Florian Vaussard florian.vauss...@epfl.ch Add the DT node for the IOMMU within the DSP subsystem. The entry is disabled to keep in line with the hwmod usage as intended by the deprecated CONFIG_OMAP_IOMMU_IVA2 flag. Signed-off-by: Florian Vaussard florian.vauss...@epfl.ch [s-a...@ti.com:

[PATCH 07/10] ARM: dts: OMAP3: Update ISP IOMMU node

2014-03-05 Thread Suman Anna
From: Florian Vaussard florian.vauss...@epfl.ch Update the IOMMU node for the camera subsystem as per the OMAP IOMMU bindings. Signed-off-by: Florian Vaussard florian.vauss...@epfl.ch [s-a...@ti.com: corrected interrupt number] Signed-off-by: Suman Anna s-a...@ti.com ---

[PATCH 04/10] ARM: OMAP2+: use pdata quirks for iommu reset lines

2014-03-05 Thread Suman Anna
The OMAP iommu driver performs the reset management for the iommu instances in processor sub-systems using the omap_device API which are currently supplied as platform data ops. Use pdata quirks to maintain the functionality as the OMAP iommu driver gets converted to use DT nodes, until the reset

[PATCH 09/10] ARM: dts: OMAP4: Add IOMMU nodes

2014-03-05 Thread Suman Anna
From: Florian Vaussard florian.vauss...@epfl.ch Add the IOMMU nodes for the DSP and IPU subsystems. The MMU within the IPU sub-system also supports a bus error back capability, not available on the DSP MMU. Signed-off-by: Florian Vaussard florian.vauss...@epfl.ch [s-a...@ti.com: IPU bus error

[PATCH 10/10] ARM: dts: OMAP5: Add IOMMU nodes

2014-03-05 Thread Suman Anna
The IOMMU DT nodes have been added for the DSP and IPU subsystems. The MMUs in OMAP5 are identical to those in OMAP4, including the bus error back capability on IPU. Signed-off-by: Suman Anna s-a...@ti.com --- arch/arm/boot/dts/omap5.dtsi | 15 +++ 1 file changed, 15 insertions(+)

[PATCH 02/10] ARM: OMAP3: fix iva mmu programming issues

2014-03-05 Thread Suman Anna
The IVA MMU is not functional when used through the hwmod and omap_device layers. Add fixes to clockdomain and hwmod data to have it functional. The hwmod changes are needed to enable the clock, and the SWSUP change is needed to wakeup the domain because the power domain is programmed to be in

[PATCH 01/10] ARM: OMAP3: remove deprecated CONFIG_OMAP_IOMMU_IVA2

2014-03-05 Thread Suman Anna
From: Florian Vaussard florian.vauss...@epfl.ch CONFIG_OMAP_IOMMU_IVA2 was defined originally to avoid conflicting usage by tidspbridge and other iommu users. The same can be achieved by marking the DT node disabled, so remove this obsolete flag and the corresponding hwmod data can be enabled.

[PATCH 00/10] arch/arm OMAP IOMMU patches for 3.15

2014-03-05 Thread Suman Anna
Hi Paul, Benoit, This is a repost as per Tony's request [3] of all the OMAP IOMMU DT support patches that are under arch/arm. The series just assimilates patches 8 through 13 from the v3 OMAP IOMMU DT adaptation for 3.15 series [1], and all the v2 patches from the OMAP IOMMU DTS nodes [2]. The

[PATCH 05/10] ARM: OMAP5: hwmod data: add mmu data for ipu dsp

2014-03-05 Thread Suman Anna
A new MMU hwmod class and data structures are created to represent the MMUs within the IPU and DSP processor subsystems in OMAP5. The MMUs in OMAP5 are identical to those in OMAP4. Cc: Paul Walmsley p...@pwsan.com Cc: Benoit Cousson bcous...@baylibre.com Signed-off-by: Suman Anna s-a...@ti.com

[PATCH 03/10] ARM: OMAP2+: change the ISP device archdata MMU name for DT

2014-03-05 Thread Suman Anna
The IOMMU DT adaptation support uses the device name instead of an iommu object name. Fixup the ISP device archdata MMU name at runtime if using DT-boot. This allows the OMAP3 camera to be functional in both legacy and DT boots. The iommu object names should eventually vanish when all the IOMMU

[PATCH 06/10] ARM: OMAP2+: extend iommu pdata-quirks to OMAP5

2014-03-05 Thread Suman Anna
OMAP5 has the same iommus as OMAP4, so extend the OMAP4 iommu pdata quirks for OMAP5 as well. Signed-off-by: Suman Anna s-a...@ti.com --- arch/arm/mach-omap2/pdata-quirks.c | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/mach-omap2/pdata-quirks.c

Re: [RESEND Patch 0/9] dts pending patches for TI omap

2014-03-05 Thread Sricharan R
On Thursday 06 March 2014 01:20 AM, Tony Lindgren wrote: * Mugunthan V N mugunthan...@ti.com [140303 06:53]: Benoit/Tony Here I am send all the pending dt patches that can go into 3.15 merge window, all the patches were already posted to mailing list and has beed reviewed. I have rebased

Re: [PATCHv3 00/41] OMAPDSS: DT support v3

2014-03-05 Thread Tomi Valkeinen
Hi Tony, On 21/01/14 12:56, Tomi Valkeinen wrote: Hi, Here's version 3 of the DSS DT series. Can you have a look at the arch/arm/ parts in the series and ack if they're ok, i.e, patches 1, 2, 32. Then there are the .dts patches, 22-30, for which I haven't been able to get any acks. I'm not