Serial Peripheral Interface (SPI) is a serial, synchronous bus commonly used in embedded systems.
I use kernel 3.12.rc4 on an embedded linux device (olimex imx233 micro). My aim is to use /dev/spidev to …
linux linux-kernel spiI have a 32 GB Kingston SDHC microSD card which has to communicate to MSP430F2618 via SPI. I was not …
spiExplanation for MODULE_ALIAS in the code says /* work with hotplug and coldplug */ MODULE_ALIAS("platform:omap2_mcspi"); But, what …
c linux linux-kernel linux-device-driver spi