RE: [PATCH 0/6] refactor spi_mpc8xxx.c and add eSPI controller support

2010-07-25 Thread Hu Mingkai-B21284
Re: [PATCH 0/6] refactor spi_mpc8xxx.c and add eSPI > controller support > > On Tue, Jul 20, 2010 at 10:08:19AM +0800, Mingkai Hu wrote: > > This patchset refactor the file spi_mpc8xxx.c to abstract > some common > > code as a lib used by the SPI/eSPI controller driver, move the S

Re: [PATCH 0/6] refactor spi_mpc8xxx.c and add eSPI controller support

2010-07-25 Thread Grant Likely
On Tue, Jul 20, 2010 at 10:08:19AM +0800, Mingkai Hu wrote: > This patchset refactor the file spi_mpc8xxx.c to abstract some common code > as a lib used by the SPI/eSPI controller driver, move the SPI controller > driver code to fsl_spi.c, and add the eSPI controller support with fsl_espi.c. > > T