[PATCH v4 0/5] refactor spi_mpc8xxx.c and add eSPI controller support
Mingkai Hu
Mingkai.hu at freescale.com
Tue Oct 12 06:18:29 EDT 2010
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 spi_fsl_spi.c, and add the eSPI controller
support with spi_fsl_espi.c.
v4 main change:
- Update to the latest kernel base(Linux 2.6.36-rc7).
- Add support to the transaction that the length is grater than 0xFFFF
in the eSPI controller's driver.
- Some changes according to Grant and Anton's comments.
Tested on P4080DS and MPC8536DS board.
[PATCH v4 1/5] spi/mpc8xxx: rename spi_mpc8xxx.c to spi_fsl_spi.c
[PATCH v4 2/5] spi/mpc8xxx: refactor the common code for SPI/eSPI controller
[PATCH v4 3/5] eSPI: add eSPI controller support
[PATCH v4 4/5] powerpc/of: add eSPI controller dts bindings and DTS modification
[PATCH v4 5/5] mtd: m25p80: add support to parse the partitions by OF node
Thanks,
Mingkai
More information about the linux-mtd
mailing list