aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-efm32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-11spi: efm32: correct namespacing of location propertyUwe Kleine-König1-1/+7
2014-03-30Merge remote-tracking branches 'spi/topic/drivers', 'spi/topic/dw', 'spi/topic/efm32', 'spi/topic/ep93xx', 'spi/topic/fsl', 'spi/topic/fsl-dspi', 'spi/topic/fsl-espi' and 'spi/topic/gpio' into spi-nextMark Brown1-24/+15
2014-03-30Merge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi/topic/clps711x', 'spi/topic/coldfire', 'spi/topic/completion' and 'spi/topic/davinci' into spi-nextMark Brown1-5/+2
2014-03-25spi: efm32: use $vendor,$device scheme for compatible stringUwe Kleine-König1-0/+3
2014-03-14spi: efm32: properly namespace location propertyUwe Kleine-König1-1/+4
2014-03-12spi: efm32: Clean up non-DT pathsAxel Lin1-23/+8
2014-02-16spi: Remove explictly set bus_num and num_chipselect to default settingAxel Lin1-4/+0
2014-02-10spi: Use reinit_completion at appropriate placesAxel Lin1-1/+2
2013-10-09spi: efm32: drop unused struct and fix size checkUwe Kleine-König1-5/+1
2013-10-07spi: efm32: add spi_bitbang_stop to device remove callbackUwe Kleine-König1-0/+2
2013-10-07Merge remote-tracking branch 'spi/topic/bitbang' into HEADMark Brown1-1/+1
2013-10-07spi: bitbang: Let spi_bitbang_start() take a reference to masterAxel Lin1-1/+1
2013-09-23spi: efm32: Don't call kfree() after spi_master_put()Axel Lin1-2/+0
2013-08-31spi: efm32: Fix build errorAxel Lin1-1/+1
2013-08-22spi: spi-efm32: remove redundant dev_err call in efm32_spi_probe()Wei Yongjun1-1/+0
2013-08-09spi: new controller driver for efm32 SoCsUwe Kleine-König1-0/+517