From: eric miao Date: Wed, 21 Nov 2007 10:50:53 +0000 (+0800) Subject: [ARM] pxa: make pxa2xx_spi driver use ssp_request()/ssp_free() X-Git-Tag: v2.6.25-rc1~1175^2^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f1a74e5a2de0459139b85af95e901448726c375;p=pandora-kernel.git [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 Signed-off-by: Russell King --- Reading git-diff-tree failed