Re: [PATCH 1/2] spi/pxa2xx-pci: Add PCI mode support for BayTrail LPSS SPI

2014-04-18 Thread Mark Brown
On Fri, Apr 18, 2014 at 12:26:06AM +0800, Chew Chiau Ee wrote: > From: Chew, Chiau Ee > > Similar to CE4100, BayTrail LPSS SPI can be PCI enumerated > as well. Thus, the functions are renamed from ce4100_xxx Applied, thanks. signature.asc Description: Digital signature

[PATCH 1/2] spi/pxa2xx-pci: Add PCI mode support for BayTrail LPSS SPI

2014-04-17 Thread Chew Chiau Ee
From: Chew, Chiau Ee Similar to CE4100, BayTrail LPSS SPI can be PCI enumerated as well. Thus, the functions are renamed from ce4100_xxx to pxa2xx_spi_pci_xxx to clarify that this is a generic PCI glue layer. Also, added required infrastructure to support SPI hosts with different configurations.