summaryrefslogtreecommitdiffstats
path: root/drivers/spi/omap3_spi.c
Commit message (Expand)AuthorAgeFilesLines
* spi: omap: make locally used functions staticSascha Hauer2018-11-191-4/+4
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-1/+5
* of: use 'const void *' for struct of_device_id.dataAntony Pavlov2015-04-301-3/+3
* treewide: remove address of the Free Software FoundationAntony Pavlov2014-06-111-5/+0
* spi: omap: support swapping D0/D1Jan Luebbe2014-05-151-2/+22
* spi: omap: Add devicetree probe supportSascha Hauer2013-11-221-0/+13
* spi: omap: encode register offset into device_idSascha Hauer2013-11-221-2/+36
* omap3_spi: Set the correct CS number for AM33xxTeresa Gámez2013-06-211-2/+10
* omap3_spi: Remove CS check in driverTeresa Gámez2013-06-211-11/+0
* Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-131-7/+1
* omap3_spi: fix bus numbers according to omap3_add_spi[1-4]Jan Luebbe2012-11-121-7/+7
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* drivers/spi: add driver for the Multichannel SPI controller found in TI SoCsJan Luebbe2012-09-061-0/+399