[GIT PULL][for 3.8] pull request from arch-pxa tree on spi/pxa branch

2012-11-20 Thread Haojian Zhuang
Hi Grant & Mark, Please help to merge spi/pxa branch from arch-pxa git tree. Here's one patch for clean up. Regards Haojian The following changes since commit f4a75d2eb7b1e2206094b901be09adb31ba63681: Linux 3.7-rc6 (2012-11-16 17:42:40 -0800) are available in the git repository at: git://

Re: [PATCH 1/9] spi/pxa2xx: don't use subys initcall for driver init

2010-11-24 Thread Haojian Zhuang
On Wed, Nov 24, 2010 at 10:09 PM, Sebastian Andrzej Siewior wrote: > Haojian Zhuang wrote: >> >> Hi Sebastian, > > Hi Hoajian, > >> Actually it's added for cpufreq usage. We can check the commit in below. >> >>    pxa2xx_spi: register earlier >>

Re: [PATCH 4/9] arm/pxa2xx: reorgazine SSP and SPI header files

2010-11-24 Thread Haojian Zhuang
On Wed, Nov 24, 2010 at 7:13 PM, Sebastian Andrzej Siewior wrote: > The PXA-SPI driver relies on some files / defines which are arm specific > and are within the ARM tree. The CE4100 SoC which is x86 has also the > SPI core. > This patch moves the ssp and spi files from arm/mach-pxa and plat-pxa t

Re: [PATCH 1/9] spi/pxa2xx: don't use subys initcall for driver init

2010-11-24 Thread Haojian Zhuang
On Wed, Nov 24, 2010 at 7:13 PM, Sebastian Andrzej Siewior wrote: > It is a simple driver and there is no need to call its init function > at the level of a subsystem. > > Signed-off-by: Sebastian Andrzej Siewior > Signed-off-by: Dirk Brandewie > --- >  drivers/spi/pxa2xx_spi.c |    2 +- >  1 fi