Re: [RFC PATCH 0/4] Describe SPI devices in the OF device tree and add mpc5200-spi driver

2008-05-16 Thread Grant Likely
(dropping spi and linux-kernel mailing lists as this is a mpc5200 specific discussion; everyone else probably doesn't care). On Fri, May 16, 2008 at 3:42 PM, Jon Smirl <[EMAIL PROTECTED]> wrote: > I need to talk to my hardware guy. He is using PSC3 for the boot > console with the assumption that

Re: [RFC PATCH 0/4] Describe SPI devices in the OF device tree and add mpc5200-spi driver

2008-05-16 Thread Jon Smirl
On 5/16/08, Grant Likely <[EMAIL PROTECTED]> wrote: > On Fri, May 16, 2008 at 3:25 PM, Jon Smirl <[EMAIL PROTECTED]> wrote: > > On 5/16/08, Grant Likely <[EMAIL PROTECTED]> wrote: > >> On Fri, May 16, 2008 at 2:27 PM, Jon Smirl <[EMAIL PROTECTED]> wrote: > >> > On 5/16/08, Grant Likely <[EMAIL

Re: [RFC PATCH 0/4] Describe SPI devices in the OF device tree and add mpc5200-spi driver

2008-05-16 Thread Grant Likely
On Fri, May 16, 2008 at 3:25 PM, Jon Smirl <[EMAIL PROTECTED]> wrote: > On 5/16/08, Grant Likely <[EMAIL PROTECTED]> wrote: >> On Fri, May 16, 2008 at 2:27 PM, Jon Smirl <[EMAIL PROTECTED]> wrote: >> > On 5/16/08, Grant Likely <[EMAIL PROTECTED]> wrote: >> >> This series is a set of changes to al

Re: [RFC PATCH 0/4] Describe SPI devices in the OF device tree and add mpc5200-spi driver

2008-05-16 Thread Jon Smirl
On 5/16/08, Grant Likely <[EMAIL PROTECTED]> wrote: > On Fri, May 16, 2008 at 2:27 PM, Jon Smirl <[EMAIL PROTECTED]> wrote: > > On 5/16/08, Grant Likely <[EMAIL PROTECTED]> wrote: > >> This series is a set of changes to allow the slaves on an SPI bus to be > >> described in the OF device tree (

Re: [RFC PATCH 0/4] Describe SPI devices in the OF device tree and add mpc5200-spi driver

2008-05-16 Thread Grant Likely
On Fri, May 16, 2008 at 2:27 PM, Jon Smirl <[EMAIL PROTECTED]> wrote: > On 5/16/08, Grant Likely <[EMAIL PROTECTED]> wrote: >> This series is a set of changes to allow the slaves on an SPI bus to be >> described in the OF device tree (useful in arch/powerpc) and adds a driver >> that uses it (the

Re: [RFC PATCH 0/4] Describe SPI devices in the OF device tree and add mpc5200-spi driver

2008-05-16 Thread Jon Smirl
On 5/16/08, Grant Likely <[EMAIL PROTECTED]> wrote: > This series is a set of changes to allow the slaves on an SPI bus to be > described in the OF device tree (useful in arch/powerpc) and adds a driver > that uses it (the Freescale MPC5200 SoC's SPI device). Right now we have SPI hooked up to P

[RFC PATCH 0/4] Describe SPI devices in the OF device tree and add mpc5200-spi driver

2008-05-16 Thread Grant Likely
This series is a set of changes to allow the slaves on an SPI bus to be described in the OF device tree (useful in arch/powerpc) and adds a driver that uses it (the Freescale MPC5200 SoC's SPI device). Please review and comment. David, I've included in this series my earlier patch to change modal