aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-octeon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-20spi: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-03-30Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/mpc512x-psc', 'spi/topic/mpc52xx', 'spi/topic/mxs', 'spi/topic/nuc900', 'spi/topic/oc-tiny' and 'spi/topic/octeon' into spi-nextMark Brown1-68/+10
2014-03-03spi: octeon: Convert to let spi core validate transfer speedAxel Lin1-2/+1
2014-03-03spi: octeon: Remove struct octeon_spi_setup usageAxel Lin1-62/+7
2014-02-16spi: Remove explictly set bus_num and num_chipselect to default settingAxel Lin1-2/+0
2014-02-11spi: octeon: Remove unused bits_per_word from struct octeon_spi_setupAxel Lin1-2/+0
2014-02-03spi: octeon: Use list_is_last() instead of open-codedAxel Lin1-1/+2
2014-02-03spi: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-09-26spi: octeon: use devm_spi_register_master()Jingoo Han1-3/+1
2013-08-20spi: octeon: Convert to use bits_per_word_maskAxel Lin1-27/+1
2013-08-20spi: octeon: Remove unused bits_per_word variable in octeon_spi_do_transferAxel Lin1-4/+0
2013-08-20spi: octeon: Remove empty octeon_spi_nop_transfer_hardware functionAxel Lin1-7/+0
2013-08-05spi: octeon: Remove my_master pointer from struct octeon_spiAxel Lin1-6/+4
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely1-3/+3
2012-08-22spi: Add SPI master controller for OCTEON SOCs.David Daney1-0/+362