uboot-mt623x/board/freescale
Haavard Skinnemoen d255bb0e78 SPI API improvements
This patch gets rid of the spi_chipsel table and adds a handful of new
functions that makes the SPI layer cleaner and more flexible.

Instead of the spi_chipsel table, each board that wants to use SPI
gets to implement three hooks:
  * spi_cs_activate(): Activates the chipselect for a given slave
  * spi_cs_deactivate(): Deactivates the chipselect for a given slave
  * spi_cs_is_valid(): Determines if the given bus/chipselect
    combination can be activated.

Not all drivers may need those extra functions however. If that's the
case, the board code may just leave them out (assuming they know what
the driver needs) or rely on the linker to strip them out (assuming
--gc-sections is being used.)

To set up communication parameters for a given slave, the driver needs
to call spi_setup_slave(). This returns a pointer to an opaque
spi_slave struct which must be passed as a parameter to subsequent SPI
calls. This struct can be freed by calling spi_free_slave(), but most
driver probably don't want to do this.

Before starting one or more SPI transfers, the driver must call
spi_claim_bus() to gain exclusive access to the SPI bus and initialize
the hardware. When all transfers are done, the driver must call
spi_release_bus() to make the bus available to others, and possibly
shut down the SPI controller hardware.

spi_xfer() behaves mostly the same as before, but it now takes a
spi_slave parameter instead of a spi_chipsel function pointer. It also
got a new parameter, flags, which is used to specify chip select
behaviour. This may be extended with other flags in the future.

This patch has been build-tested on all powerpc and arm boards
involved. I have not tested NIOS since I don't have a toolchain for it
installed, so I expect some breakage there even though I've tried
fixing up everything I could find by visual inspection.

I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and
DataFlash drivers posted as a follow-up. I'd like some help testing
other boards that use the existing SPI API.

But most of all, I'd like some comments on the new API. Is this stuff
usable for everyone? If not, why?

Changed in v4:
  - Build fixes for various boards, drivers and commands
  - Provide common struct spi_slave definition that can be extended by
    drivers
  - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate
  - Make default bus and mode build-time configurable
  - Override default SPI bus ID and mode on mx32ads and imx31_litekit.

Changed in v3:
  - Add opaque struct spi_slave for controller-specific data associated
    with a slave.
  - Add spi_claim_bus() and spi_release_bus()
  - Add spi_free_slave()
  - spi_setup() is now called spi_setup_slave() and returns a
    struct spi_slave
  - soft_spi now supports four SPI modes (CPOL|CPHA)
  - Add bus parameter to spi_setup_slave()
  - Convert the new i.MX32 SPI driver
  - Convert the new MC13783 RTC driver

Changed in v2:
  - Convert the mpc8xxx_spi driver and the mpc8349emds board to the
    new API.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Tested-by: Guennadi Liakhovetski <lg@denx.de>
2008-06-03 20:28:50 +02:00
..
common Replace DPRINTF with debug 2008-05-21 00:54:36 +02:00
m547xevb Big white-space cleanup. 2008-05-21 00:14:08 +02:00
m548xevb Big white-space cleanup. 2008-05-21 00:14:08 +02:00
m5235evb Big white-space cleanup. 2008-05-21 00:14:08 +02:00
m5249evb Big white-space cleanup. 2008-05-21 00:14:08 +02:00
m5253evbe Big white-space cleanup. 2008-05-21 00:14:08 +02:00
m5275evb Big white-space cleanup. 2008-05-21 00:14:08 +02:00
m5329evb Big white-space cleanup. 2008-05-21 00:14:08 +02:00
m5373evb Big white-space cleanup. 2008-05-21 00:14:08 +02:00
m52277evb Big white-space cleanup. 2008-05-21 00:14:08 +02:00
m54455evb Big white-space cleanup. 2008-05-21 00:14:08 +02:00
mpc832xemds Remove erroneous or extra spd.h #includers. 2008-03-05 00:17:43 +01:00
mpc837xemds mpc83xx: Fix the bug of serdes initialization 2008-04-11 17:46:18 -05:00
mpc837xerdb mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb' 2008-04-11 17:46:17 -05:00
mpc7448hpc2 Big white-space cleanup. 2008-05-21 00:14:08 +02:00
mpc8260ads Big white-space cleanup. 2008-05-21 00:14:08 +02:00
mpc8266ads FSL: Move board/mpc8266ads under board/freescale 2008-03-25 23:00:40 +01:00
mpc8313erdb 83xx: Add Vitesse VSC7385 firmware uploading 2008-03-25 19:16:43 -05:00
mpc8315erdb mpc83xx: fix mpc8313/mpc8315/mpc8349itx Makefiles for silent build (with -s) 2008-01-16 12:00:50 -06:00
mpc8323erdb mpc8323erdb: fix EEPROM page size and get MAC from EEPROM 2008-03-28 16:02:27 -05:00
mpc8349emds SPI API improvements 2008-06-03 20:28:50 +02:00
mpc8349itx Big white-space cleanup. 2008-05-21 00:14:08 +02:00
mpc8360emds mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code 2008-03-28 16:01:06 -05:00
mpc8360erdk mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI 2008-03-25 19:16:47 -05:00
mpc8540ads Big white-space cleanup. 2008-05-21 00:14:08 +02:00
mpc8541cds Big white-space cleanup. 2008-05-21 00:14:08 +02:00
mpc8544ds Big white-space cleanup. 2008-05-21 00:14:08 +02:00
mpc8548cds Big white-space cleanup. 2008-05-21 00:14:08 +02:00
mpc8555cds Big white-space cleanup. 2008-05-21 00:14:08 +02:00
mpc8560ads Big white-space cleanup. 2008-05-21 00:14:08 +02:00
mpc8568mds Big white-space cleanup. 2008-05-21 00:14:08 +02:00
mpc8610hpcd Move pixel clock setting to board file 2008-05-21 00:54:36 +02:00
mpc8641hpcn Big white-space cleanup. 2008-05-21 00:14:08 +02:00