zephyr/drivers/spi
Dirk Brandewie f4ded7a0c1 x86: spi: Move system binding code to intel_spi.c
The code fragment to bind the instances of the SPI driveri is not
platform specific but is driver specific.

All the information required to bind a driver instance comes from
CONFIG_ variables.  Having the binding code with the driver code
avoids duplicating the code fragments in each platform where the
driver may be used.

Change-Id: Iff40227e3e25d431ae870d585445971f35d934dd
Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
2016-02-05 20:24:17 -05:00
..
Kconfig spi: Handle the support for PCI_ENUMERATION 2016-02-05 20:15:32 -05:00
Makefile spi: Add support for Intel's SPI controller 2016-02-05 20:15:28 -05:00
intel_spi.c x86: spi: Move system binding code to intel_spi.c 2016-02-05 20:24:17 -05:00
intel_spi_priv.h spi: Mask tx interrupt once over with any transmission 2016-02-05 20:15:41 -05:00