Re: [U-Boot] [PATCH 2/5] ARM: OMAP5: Add Pipe3 PHY driver

2013-11-11 Thread Roger Quadros
On 11/11/2013 03:52 PM, Tom Rini wrote: > On Thu, Nov 07, 2013 at 02:23:32PM +0200, Roger Quadros wrote: >> On 11/06/2013 11:48 PM, Tom Rini wrote: >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> >>> On 11/06/2013 09:47 AM, Roger Quadros wrote: Pipe3 PHY is used by SATA, USB3 and PCI

Re: [U-Boot] [PATCH 2/5] ARM: OMAP5: Add Pipe3 PHY driver

2013-11-11 Thread Tom Rini
On Thu, Nov 07, 2013 at 02:23:32PM +0200, Roger Quadros wrote: > On 11/06/2013 11:48 PM, Tom Rini wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > On 11/06/2013 09:47 AM, Roger Quadros wrote: > >> Pipe3 PHY is used by SATA, USB3 and PCIe modules. This is > >> a driver for the P

Re: [U-Boot] [PATCH 2/5] ARM: OMAP5: Add Pipe3 PHY driver

2013-11-07 Thread Roger Quadros
On 11/06/2013 11:48 PM, Tom Rini wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 11/06/2013 09:47 AM, Roger Quadros wrote: >> Pipe3 PHY is used by SATA, USB3 and PCIe modules. This is >> a driver for the Pipe3 PHY. >> >> Signed-off-by: Roger Quadros > [snip] >> +#define perror(fmt

Re: [U-Boot] [PATCH 2/5] ARM: OMAP5: Add Pipe3 PHY driver

2013-11-06 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/06/2013 09:47 AM, Roger Quadros wrote: > Pipe3 PHY is used by SATA, USB3 and PCIe modules. This is > a driver for the Pipe3 PHY. > > Signed-off-by: Roger Quadros [snip] > +#define perror(fmt, args...) printf("%s: " fmt, __func__ , ##args) Plea

[U-Boot] [PATCH 2/5] ARM: OMAP5: Add Pipe3 PHY driver

2013-11-06 Thread Roger Quadros
Pipe3 PHY is used by SATA, USB3 and PCIe modules. This is a driver for the Pipe3 PHY. Signed-off-by: Roger Quadros --- arch/arm/cpu/armv7/omap-common/Makefile| 4 + arch/arm/cpu/armv7/omap-common/pipe3-phy.c | 233 + arch/arm/cpu/armv7/omap-common/pipe3-phy.h |