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.

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

2010-07-25 Thread Hu Mingkai-B21284
-Original Message- From: Grant Likely [mailto:glik...@secretlab.ca] On Behalf Of Grant Likely Sent: Monday, July 26, 2010 8:36 AM To: Hu Mingkai-B21284 Cc: linuxppc-...@ozlabs.org; ga...@kernel.crashing.org; Zang Roy-R61911 Subject: Re: [PATCH 0/6] refactor spi_mpc8xxx.c

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

2010-07-19 Thread Mingkai Hu
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. Tested on P4080DS and MPC8536DS board based on latest Linux tree.