Re: [U-Boot] [PATCH v4 0/3] AM335x: Add USB support in u-boot.

2012-07-05 Thread Tom Rini
On 07/04/2012 05:29 PM, Marek Vasut wrote: > Dear Tom Rini, > > [...] > This is as per my understanding. It could also cause confusions to some due to name. maybe :) >>> >>> I'm no omap guru, Tom is. Tom? >> >> I think what we need to do is take a shot at converting am35x.c and >> am335

Re: [U-Boot] [PATCH v4 0/3] AM335x: Add USB support in u-boot.

2012-07-04 Thread Marek Vasut
Dear Tom Rini, [...] > >> This is as per my understanding. It could also cause confusions > >> to some due to name. maybe :) > > > > I'm no omap guru, Tom is. Tom? > > I think what we need to do is take a shot at converting am35x.c and > am335x.c into a 'ti_musb.[ch]' and per-family header file

Re: [U-Boot] [PATCH v4 0/3] AM335x: Add USB support in u-boot.

2012-07-02 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/29/2012 08:58 PM, Marek Vasut wrote: > Dear Harman Sohanpal, > >> On Sat, Jun 30, 2012 at 6:15 AM, Marek Vasut >> wrote: >>> Dear Harman Sohanpal, >>> These patches add USB support in u-boot for AM335x. The support for host or device

Re: [U-Boot] [PATCH v4 0/3] AM335x: Add USB support in u-boot.

2012-06-29 Thread Harman Sohanpal
On Sat, Jun 30, 2012 at 9:28 AM, Marek Vasut wrote: > Dear Harman Sohanpal, > >> On Sat, Jun 30, 2012 at 6:15 AM, Marek Vasut wrote: >> > Dear Harman Sohanpal, >> > >> >> These patches add USB support in u-boot for AM335x. >> >> The support for host or device is selected >> >> depending on the co

Re: [U-Boot] [PATCH v4 0/3] AM335x: Add USB support in u-boot.

2012-06-29 Thread Harman Sohanpal
On Sat, Jun 30, 2012 at 6:15 AM, Marek Vasut wrote: > Dear Harman Sohanpal, > >> These patches add USB support in u-boot for AM335x. >> The support for host or device is selected >> depending on the config selected from boards.cfg file. >> Host mode is selected for USB1 and device mode is >> selec

Re: [U-Boot] [PATCH v4 0/3] AM335x: Add USB support in u-boot.

2012-06-29 Thread Marek Vasut
Dear Harman Sohanpal, > On Sat, Jun 30, 2012 at 9:28 AM, Marek Vasut wrote: > > Dear Harman Sohanpal, > > > >> On Sat, Jun 30, 2012 at 6:15 AM, Marek Vasut wrote: > >> > Dear Harman Sohanpal, > >> > > >> >> These patches add USB support in u-boot for AM335x. > >> >> The support for host or dev

Re: [U-Boot] [PATCH v4 0/3] AM335x: Add USB support in u-boot.

2012-06-29 Thread Marek Vasut
Dear Harman Sohanpal, > On Sat, Jun 30, 2012 at 6:15 AM, Marek Vasut wrote: > > Dear Harman Sohanpal, > > > >> These patches add USB support in u-boot for AM335x. > >> The support for host or device is selected > >> depending on the config selected from boards.cfg file. > >> Host mode is selecte

Re: [U-Boot] [PATCH v4 0/3] AM335x: Add USB support in u-boot.

2012-06-29 Thread Marek Vasut
Dear Harman Sohanpal, > These patches add USB support in u-boot for AM335x. > The support for host or device is selected > depending on the config selected from boards.cfg file. > Host mode is selected for USB1 and device mode is > selected for USB0. > Base addresses are selected accordingly. > >

Re: [U-Boot] [PATCH v4 0/3] AM335x: Add USB support in u-boot.

2012-06-29 Thread Marek Vasut
Dear Harman Sohanpal, > These patches add USB support in u-boot for AM335x. > The support for host or device is selected > depending on the config selected from boards.cfg file. > Host mode is selected for USB1 and device mode is > selected for USB0. > Base addresses are selected accordingly. I'l

[U-Boot] [PATCH v4 0/3] AM335x: Add USB support in u-boot.

2012-06-29 Thread Harman Sohanpal
These patches add USB support in u-boot for AM335x. The support for host or device is selected depending on the config selected from boards.cfg file. Host mode is selected for USB1 and device mode is selected for USB0. Base addresses are selected accordingly. Gene Zarkhin (1): AM335x : Add USB