Re: [PATCH 0/18] Add da830/omap-l137 support

2009-04-02 Thread Mark A. Greer
On Tue, Mar 31, 2009 at 09:44:18PM -0700, Kevin Hilman wrote: > "Mark A. Greer" writes: > > > On Mon, Mar 30, 2009 at 10:35:35PM -0700, Kevin Hilman wrote: > >> "Mark A. Greer" writes: > >> > >> > This series of patches adds support for the da830 SoC and da830_evm > >> > platform. To do that,

Re: [PATCH 0/18] Add da830/omap-l137 support

2009-03-31 Thread Kevin Hilman
"Mark A. Greer" writes: > On Mon, Mar 30, 2009 at 10:35:35PM -0700, Kevin Hilman wrote: >> "Mark A. Greer" writes: >> >> > This series of patches adds support for the da830 SoC and da830_evm >> > platform. To do that, a bunch of assumptions had to be removed from >> > the code and passed in vi

Re: [PATCH 0/18] Add da830/omap-l137 support

2009-03-31 Thread Mark A. Greer
On Mon, Mar 30, 2009 at 10:35:35PM -0700, Kevin Hilman wrote: > "Mark A. Greer" writes: > > > This series of patches adds support for the da830 SoC and da830_evm > > platform. To do that, a bunch of assumptions had to be removed from > > the code and passed in via a global struct that hold the n

Re: [PATCH 0/18] Add da830/omap-l137 support

2009-03-30 Thread Kevin Hilman
"Mark A. Greer" writes: > This series of patches adds support for the da830 SoC and da830_evm > platform. To do that, a bunch of assumptions had to be removed from > the code and passed in via a global struct that hold the necessary > information. Mark, Thanks for this series. This is excelle

Re: [PATCH 0/18] Add da830/omap-l137 support

2009-03-30 Thread Kevin Hilman
David Brownell writes: > On Saturday 28 March 2009, Mark A. Greer wrote: >> This series of patches adds support for the da830 SoC and da830_evm >> platform.  To do that, a bunch of assumptions had to be removed from >> the code and passed in via a global struct that hold the necessary >> informat

Re: [PATCH 0/18] Add da830/omap-l137 support

2009-03-30 Thread Mark A. Greer
On Sat, Mar 28, 2009 at 06:38:59PM -0700, Mark A. Greer wrote: > The da830 boots (initramfs) but the emac isn't working. It may be a FYI, Sekhar found the emac issue: "Hi Mark, You need to set version as well as rmii_en. I could get EMAC working on top of your patches with the following change

Re: [PATCH 0/18] Add da830/omap-l137 support

2009-03-28 Thread David Brownell
On Saturday 28 March 2009, Mark A. Greer wrote: > This series of patches adds support for the da830 SoC and da830_evm > platform.  To do that, a bunch of assumptions had to be removed from > the code and passed in via a global struct that hold the necessary > information. > > The da830 boots (init

[PATCH 0/18] Add da830/omap-l137 support

2009-03-28 Thread Mark A. Greer
This series of patches adds support for the da830 SoC and da830_evm platform. To do that, a bunch of assumptions had to be removed from the code and passed in via a global struct that hold the necessary information. The da830 boots (initramfs) but the emac isn't working. It may be a driver issue