[ARM] pxa: make pxa2xx_spi driver use ssp_request()/ssp_free()
1. make pxa2xx_spi.c use ssp_request() and ssp_free() to get the common information of the designated SSP port. 2. remove those IRQ/memory request code, ssp_request() has done that for the driver 3. the SPI platform device is thus made psuedo, no resource (memory/IRQ) has to be defined, all will be retreived by ssp_request() 4. introduce ssp_get_clk_div() to handle controller difference in clock divisor setting 5. use clk_xxx() API for clock enable/disable, and clk_get_rate() to handle the different SSP clock frequency between different processors Signed-off-by:eric miao <eric.miao@marvell.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
Showing
- arch/arm/mach-pxa/lubbock.c 0 additions, 17 deletionsarch/arm/mach-pxa/lubbock.c
- drivers/spi/Kconfig 1 addition, 0 deletionsdrivers/spi/Kconfig
- drivers/spi/pxa2xx_spi.c 52 additions, 86 deletionsdrivers/spi/pxa2xx_spi.c
- include/asm-arm/arch-pxa/pxa2xx_spi.h 0 additions, 24 deletionsinclude/asm-arm/arch-pxa/pxa2xx_spi.h
Loading