[PATCH] ARM: OMAP2+: Remove legacy macros for zoom platforms

2014-02-12 Thread Paul Bolle
Commit 97411608fd5f ("ARM: OMAP2+: Remove legacy support for zoom platforms") removed the Kconfig symbols MACH_OMAP_ZOOM2 and MACH_OMAP_ZOOM3. Remove the last usage of the related macros too. Signed-off-by: Paul Bolle --- Untested, but should have zero impact. arch/arm/mach-omap2/io.c | 9 -

Re: [PATCH 1/2] usb: dwc3: core: continue probing if usb phy library returns -ENODEV/-ENXIO

2014-02-12 Thread Kishon Vijay Abraham I
On Wednesday 29 January 2014 08:17 PM, Heikki Krogerus wrote: > Hi, > > On Tue, Jan 28, 2014 at 10:30:36AM -0600, Felipe Balbi wrote: >> On Tue, Jan 28, 2014 at 05:32:30PM +0200, Heikki Krogerus wrote: >>> On Mon, Jan 27, 2014 at 10:05:20AM -0600, Felipe Balbi wrote: >>> For the controller drivers

Cash Awaiting Pick Up..

2014-02-12 Thread 2014 Heritage Foundation Board
This is to re-notify you that you have $500,000.00 waiting for pick-up at Money Gram, Contact Mrs Hillary Florence via email : heritd...@xtra.co.nz for claims. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More maj

[PATCH v7 10/12] ARM: OMAP2+: Remove legacy_init_ehci_clk()

2014-02-12 Thread Roger Quadros
The necessary clock phandle for the EHCI clock is now provided via device tree so we no longer need this legacy method. Signed-off-by: Roger Quadros --- arch/arm/mach-omap2/pdata-quirks.c | 16 1 file changed, 16 deletions(-) diff --git a/arch/arm/mach-omap2/pdata-quirks.c b/a

[PATCH v7 12/12] usb: omap: dts: Update DT binding example usage

2014-02-12 Thread Roger Quadros
Remove non-compatible id from examples. CC: Alan Stern Signed-off-by: Roger Quadros --- Documentation/devicetree/bindings/usb/ehci-omap.txt | 2 +- Documentation/devicetree/bindings/usb/ohci-omap3.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetr

[PATCH v7 11/12] ARM: dts: OMAP2+: Get rid of incompatible ids for USB host nodes

2014-02-12 Thread Roger Quadros
The OMAP EHCI and OHCI controllers are not compatible with drivers other than "ti,ehci-omap" and "ti,ohci-omap3" respectively, so get rid of the incompatible ids. CC: Alan Stern Signed-off-by: Roger Quadros --- arch/arm/boot/dts/omap3.dtsi | 4 ++-- arch/arm/boot/dts/omap4.dtsi | 4 ++-- arch/a

[PATCH v7 09/12] ARM: dts: omap5-uevm: Provide USB PHY clock

2014-02-12 Thread Roger Quadros
The HS USB 2 PHY gets its clock from AUXCLK1. Provide this information. Signed-off-by: Roger Quadros --- arch/arm/boot/dts/omap5-uevm.dts | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts index 002fa70.

[PATCH v7 08/12] ARM: dts: omap4-panda: Provide USB PHY clock

2014-02-12 Thread Roger Quadros
The USB PHY gets its clock from AUXCLK3. Provide this information. Signed-off-by: Roger Quadros --- arch/arm/boot/dts/omap4-panda-common.dtsi | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/arch/arm/boot/dts/omap4-panda-common.dtsi b/arch/arm/boot/dts/omap4-panda-com

[PATCH v7 06/12] ARM: dts: omap4: Update omap-usb-host node

2014-02-12 Thread Roger Quadros
The omap-usb-host driver expects a certain name for internal and external reference clocks. Provide these clocks. Signed-off-by: Roger Quadros --- arch/arm/boot/dts/omap4.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi in

[PATCH v7 04/12] mfd: omap-usb-host: Update DT clock binding information

2014-02-12 Thread Roger Quadros
The omap-usb-host driver expects certained named clocks. Add this information to the DT binding document. CC: Lee Jones CC: Samuel Ortiz Signed-off-by: Roger Quadros --- .../devicetree/bindings/mfd/omap-usb-host.txt | 23 ++ 1 file changed, 23 insertions(+) diff --git

[PATCH v7 07/12] ARM: dts: omap5: Update omap-usb-host node

2014-02-12 Thread Roger Quadros
The omap-usb-host driver expects a certain name for internal and external reference clocks. Provide these clocks. Signed-off-by: Roger Quadros --- arch/arm/boot/dts/omap5.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi in

[PATCH v7 05/12] mfd: omap-usb-tll: Update DT clock binding information

2014-02-12 Thread Roger Quadros
The omap-usb-tll driver needs one clock for each TLL channel. Add this information to the DT binding document. CC: Lee Jones CC: Samuel Ortiz Signed-off-by: Roger Quadros --- Documentation/devicetree/bindings/mfd/omap-usb-tll.txt | 10 ++ 1 file changed, 10 insertions(+) diff --git a/

[PATCH v7 02/12] mfd: omap-usb-host: Get clocks based on hardware revision

2014-02-12 Thread Roger Quadros
Not all revisions have all the clocks so get the necessary clocks based on hardware revision. This should avoid un-necessary clk_get failure messages that were observed earlier. Be more strict and always fail on clk_get() error. CC: Lee Jones CC: Samuel Ortiz Signed-off-by: Roger Quadros ---

[PATCH v7 03/12] mfd: omap-usb-host: Use clock names as per function for reference clocks

2014-02-12 Thread Roger Quadros
Use a meaningful name for the reference clocks so that it indicates the function. CC: Lee Jones CC: Samuel Ortiz Signed-off-by: Roger Quadros --- drivers/mfd/omap-usb-host.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/mfd/omap-usb-host.c b/drivers/mfd/oma

[PATCH v7 00/12] USB Host support for OMAP5 uEVM

2014-02-12 Thread Roger Quadros
Hi Benoit, Tony & Lee, This patchset brings up USB Host ports and Ethernet port on the OMAP5 uEVM board. Please queue these for -next. Tested on: - OMAP5 uEVM - Pandaboard ES Rev. B1 - Beagleboard-XM Rev C2 - Beagleboard Rev C4. Changelog: v7: - Rebased on 3.14-rc2 - Removed incompatible id

[PATCH v7 01/12] mfd: omap-usb-host: Use resource managed clk_get()

2014-02-12 Thread Roger Quadros
Use devm_clk_get() instead of clk_get(). CC: Lee Jones CC: Samuel Ortiz Signed-off-by: Roger Quadros Acked-by: Lee Jones --- drivers/mfd/omap-usb-host.c | 81 + 1 file changed, 16 insertions(+), 65 deletions(-) diff --git a/drivers/mfd/omap-usb-hos

Re: [PATCH 2/4] power_supply: Introduce generic psy charging driver

2014-02-12 Thread Pavel Machek
On Wed 2014-02-05 13:44:58, Jenny Tc wrote: > On Tue, Feb 04, 2014 at 12:36:30PM +0100, Pavel Machek wrote: > > > +struct psy_charger_context { > > > + bool is_usb_cable_evt_reg; > > > + int psyc_cnt; > > > + int batt_status; > > > + /*cache battery and charger properties */ > > > > Comment coding

RE: [PATCH v1 1/2] mtd: nand: omap: fix ecclayout->oobfree->offset

2014-02-12 Thread Gupta, Pekon
Hi Brian, >From: Brian Norris [mailto:computersforpe...@gmail.com] >>On Fri, Dec 13, 2013 at 02:42:57PM +0530, Pekon Gupta wrote: >> This patch updates starting offset for free bytes in OOB which can be used by >> file-systems to store their metadata (like clean-marker in case of JFFS2). > >This s

Re: [PATCH 00/11] ARM: dts: sbc-t3x: add support for more boards

2014-02-12 Thread Igor Grinberg
ping! On 01/12/14 15:22, Dmitry Lifshitz wrote: > Add support for CompuLab SBC-T3530 and SBC-T3517 boards: > > https://compulab.co.il/products/sbcs/sbc-t3530/ > https://compulab.co.il/products/sbcs/sbc-t3517/ > > along with respective CoMs - CM-T3530 and CM-T3517: > > https://compulab.co.il/pro

Re: [PATCH] ARM: dts: OMAP5: add pmu node

2014-02-12 Thread Benoit Cousson
Hi Nathan, On 11/02/2014 21:14, Nathan Lynch wrote: On 01/29/2014 10:56 AM, Nathan Lynch wrote: Expose the PMU on OMAP5. Signed-off-by: Nathan Lynch OMAP folks, any issues with this patch? Yes :-) Notes: Briefly tested with perf on OMAP5 UEVM with next-20140124. arch/arm/boot/dt

Re: OMAP: clock DT conversion issues with omap36xx

2014-02-12 Thread Tomi Valkeinen
Hi Tero, Christoph, On 07/02/14 12:12, Christoph Fritz wrote: > On Tue, 2014-02-04 at 17:50 +0200, Tero Kristo wrote: >> On 01/29/2014 01:21 PM, Christoph Fritz wrote: Currently I only analyzed sys_clkout2 (see attachments for full clk_summary files): clk_summary__next-20140115

Re: [PATCH] ARM: dts: OMAP5: add pmu node

2014-02-12 Thread Nathan Lynch
On 02/12/2014 07:00 AM, Benoit Cousson wrote: >> On 01/29/2014 10:56 AM, Nathan Lynch wrote: >>> diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi >>> index a72813a9663e..fbf4661436e2 100644 >>> --- a/arch/arm/boot/dts/omap5.dtsi >>> +++ b/arch/arm/boot/dts/omap5.dtsi >>> @@

OMAP3 ISP capabilities, resizer

2014-02-12 Thread Peter Meerwald
Hello, some more findings: * the driver bug seen below was observed with kernel 3.7 and is already fixed in more recent kernels, likely with commit 864a121274, [media] v4l: Don't warn during link validation when encountering a V4L2 devnode * there still is a a confusing warning: omap3isp oma

Re: OMAP3 ISP capabilities

2014-02-12 Thread Laurent Pinchart
Hi Peter, On Tuesday 11 February 2014 15:54:00 Peter Meerwald wrote: > Hello Laurent, > > some quick question about the OMAP3 ISP pipeline capabilities: > > (1) can the OMAP3 ISP CCDC output concurrently to memory AND the resizer > in YUV mode? I think the answer is no due to hardware limitation

Re: OMAP3 ISP capabilities

2014-02-12 Thread Peter Meerwald
Hello Laurent, > > (3) it should be possible to use the ISP resizer input / output > > (memory-to-memory) independently; it there any example code doing this? > I haven't written any sample code as such for memory-to-memory operation. I > usually use the following media-ctl and yavta commands t

Re: OMAP: clock DT conversion issues with omap36xx

2014-02-12 Thread Belisko Marek
Hi Tomi, On Wed, Feb 12, 2014 at 2:18 PM, Tomi Valkeinen wrote: > Hi Tero, Christoph, > > On 07/02/14 12:12, Christoph Fritz wrote: >> On Tue, 2014-02-04 at 17:50 +0200, Tero Kristo wrote: >>> On 01/29/2014 01:21 PM, Christoph Fritz wrote: > Currently I only analyzed sys_clkout2 (see attachme

Re: [PATCH 2/4] power_supply: Introduce generic psy charging driver

2014-02-12 Thread Jingoo Han
On Wednesday, February 12, 2014 8:00 PM, Pavel Machek wrote: > On Wed 2014-02-05 13:44:58, Jenny Tc wrote: > > On Tue, Feb 04, 2014 at 12:36:30PM +0100, Pavel Machek wrote: > > > > +struct psy_charger_context { > > > > + bool is_usb_cable_evt_reg; > > > > + int psyc_cnt; > > > > +

RE: [PATCH v1 0/5] add parallel NAND support for TI's new OMAPx and AMxx platforms

2014-02-12 Thread Gupta, Pekon
Hi Benoit, Tony, >From: Gupta, Pekon > >This patch-set adds and updates parallel NAND support on following TI platforms > - AM335x (am335x-evm) > - DRA7xx (dra7-evm > - AM43xx (am43X-epos-evm) > >In addition, following OMAP2+/GPMC patch is also added in this series as >it add checks DRA7xx and AM