Top "Spi" questions

Serial Peripheral Interface (SPI) is a serial, synchronous bus commonly used in embedded systems.

spidev cannot control the chip select signal

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 spi
SDHC microSD card and SPI initialization

I have a 32 GB Kingston SDHC microSD card which has to communicate to MSP430F2618 via SPI. I was not …

spi
What is MODULE_ALIAS in Linux device driver code?

Explanation 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