eric miao 2f1a74e5a2 [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>
2008-01-26 15:07:52 +00:00
..
2007-10-19 11:53:42 -07:00
2007-11-05 09:40:27 +00:00
2007-05-30 13:15:06 +01:00
2007-10-19 11:53:41 -07:00
2007-10-23 12:37:59 +02:00
2007-07-17 10:23:11 -07:00
2007-10-17 08:42:55 -07:00
2007-10-20 00:32:32 +02:00
2007-10-14 12:41:52 -07:00
2007-05-11 08:29:34 -07:00
2007-10-17 08:42:47 -07:00
2007-05-30 13:15:06 +01:00
2007-10-19 11:53:34 -07:00
2007-07-26 11:11:57 -07:00
2007-10-12 23:43:31 +01:00