Re: [U-Boot] [PATCH 1/3] USB: Armada100: Add UTMI PHY interface driver

2012-02-26 Thread Marek Vasut
> This patch adds USB host controller's UTMI PHY interface driver for > Armada100 SOCs. > > Signed-off-by: Ajay Bhargav > --- > arch/arm/include/asm/arch-armada100/armada100.h |7 ++ > drivers/usb/host/utmi-armada100.c | 87 > +++ drivers/usb/host/utmi-arma

Re: [U-Boot] [PATCH 1/3] USB: Armada100: Add UTMI PHY interface driver

2012-01-29 Thread Ajay Bhargav
- "Wolfgang Denk" wrote: > Dear Ajay Bhargav, > > In message > <1978582266.117750.1327647714615.javamail.r...@ahm.einfochips.com> you > wrote: > > > > > > +#define MPMU_EN_ALL_CLKS0x1E > > > > > > Turning on all clocks is not logical to enable this support, only > > > relevant

Re: [U-Boot] [PATCH 1/3] USB: Armada100: Add UTMI PHY interface driver

2012-01-28 Thread Wolfgang Denk
Dear Ajay Bhargav, In message <1978582266.117750.1327647714615.javamail.r...@ahm.einfochips.com> you wrote: > > > > +#define MPMU_EN_ALL_CLKS0x1E > > > > Turning on all clocks is not logical to enable this support, only > > relevant clock necessary for this components SHOULD BE enab

Re: [U-Boot] [PATCH 1/3] USB: Armada100: Add UTMI PHY interface driver

2012-01-26 Thread Ajay Bhargav
- "Prafulla Wadaskar" wrote: > > + > > +/* MPMU Clocks */ > > +#define MPMU_EN_ALL_CLKS0x1E > > Turning on all clocks is not logical to enable this support, only > relevant clock necessary for this components SHOULD BE enabled. > > Enabling clocks for unused peripherals/compone

Re: [U-Boot] [PATCH 1/3] USB: Armada100: Add UTMI PHY interface driver

2012-01-26 Thread Prafulla Wadaskar
> -Original Message- > From: Ajay Bhargav [mailto:ajay.bhar...@einfochips.com] > Sent: 25 January 2012 17:50 > To: li...@bohmer.net > Cc: Prafulla Wadaskar; marek.va...@gmail.com; u-boot@lists.denx.de; > Ajay Bhargav > Subject: [PATCH 1/3] USB: Armada100: Add UTMI PHY interface driver >