aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi-dw.c
AgeCommit message (Expand)Author
2017-01-09spi: dw: Make debugfs use bus num and make irq name uniquePhil Reid
2016-12-31spi: dw: Make debugfs name unique between instancesPhil Reid
2016-10-11spi: dw: Set GPIO_SS flag to toggle Slave Select on GPIO CSThor Thayer
2016-09-12spi: dw: round up result of calculation for clock dividerMatthias Seidel
2016-09-06spi: dw: fix multiple slaves with different baudratesMatthias Seidel
2015-12-23spi: dw: Use SPI_TMOD_TR rather than magic const 0 to set tmodeJisheng Zhang
2015-10-28spi: dw: replace magic constant by DW_SPI_DRAndy Shevchenko
2015-10-20spi: dw: remove a NULL check when call ->remove()Andy Shevchenko
2015-10-20spi: dw: explicitly free IRQ handler in dw_spi_remove_host()Andy Shevchenko
2015-10-19spi: dw: introduce spi_shutdown_chip()Andy Shevchenko
2015-10-19spi: dw: eliminate unused threshold variablesAndy Shevchenko
2015-10-19spi: dw: eliminate speed variable in ->transfer_one()Andy Shevchenko
2015-10-19spi: dw: remove bits_per_word member of struct chip_dataAndy Shevchenko
2015-10-19spi: dw: remove unneeded cr0 member of struct chip_dataAndy Shevchenko
2015-10-19spi: dw: use plain struct device * at earlier ->probe()Andy Shevchenko
2015-09-17spi: dw: Remove test for non-zero spi->max_speed_hzJarkko Nikula
2015-09-17spi: dw: Remove needless if statementsJarkko Nikula
2015-08-21spi: dw: Allow interface drivers to limit data I/O to word sizesMichael van der Westhuizen
2015-03-25spi: dw: fix crash on setup stageAndy Shevchenko
2015-03-17spi: dw-spi: Convert 16bit accesses to 32bit accessesThor Thayer
2015-03-09spi: dw-spi: Single Register read to clear IRQsThor Thayer
2015-03-09spi: dw-mid: move to use core SPI DMA mappingsAndy Shevchenko
2015-03-09spi: dw-mid: clear ongoing DMA transfers on timeoutAndy Shevchenko
2015-03-09spi: dw-mid: split dma_setup() from dma_transfer()Andy Shevchenko
2015-03-09spi: dw-mid: convert value of dma_width to enum dma_slave_buswidthAndy Shevchenko
2015-03-09Merge branch 'fix/dw' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Mark Brown
2015-03-06spi: dw: move to SPI core message handlingAndy Shevchenko
2015-03-06spi: dw: program registers as soon as possibleAndy Shevchenko
2015-03-06spi: dw: make sure SPI controller is enabledAndy Shevchenko
2015-02-26spi: dw: revisit FIFO size detection againAndy Shevchenko
2015-02-24spi: dw: always reprogram CTRL0Andy Shevchenko
2015-02-24spi: dw: refactor code that handles clk_divAndy Shevchenko
2015-02-24spi: dw: get TX level without an additional variableAndy Shevchenko
2015-02-24spi: dw: move piece of code out of conditionAndy Shevchenko
2015-01-07spi: dw: print debug message with FIFO sizeAndy Shevchenko
2015-01-07spi: dw: amend warning messageAndy Shevchenko
2015-01-05spi: dw: Fix detecting FIFO depthAxel Lin
2014-11-26Merge remote-tracking branches 'spi/fix/dw' and 'spi/fix/sirf' into spi-linusMark Brown
2014-11-07spi: dw: Fix dynamic speed change.Thor Thayer
2014-10-08spi: dw: Initialize of_node to discover DT node childrenThor Thayer
2014-10-03Merge remote-tracking branches 'spi/topic/davinci', 'spi/topic/doc', 'spi/top...Mark Brown
2014-10-03Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/cadence', 'spi...Mark Brown
2014-09-24spi: dw: fix style of code in few placesAndy Shevchenko
2014-09-24spi: dw: introduce support of loopback modeAndy Shevchenko
2014-09-16Merge remote-tracking branches 'spi/fix/davinci', 'spi/fix/dw', 'spi/fix/fsl'...Mark Brown
2014-09-13spi: dw: don't use mrst prefix anymoreAndy Shevchenko
2014-09-13Merge branch 'topic/checkpatch' of git://git.kernel.org/pub/scm/linux/kernel/...Mark Brown
2014-09-13spi: dw: remove FSF addressAndy Shevchenko
2014-09-03spi: dw: Fix checkpatch issueJingoo Han
2014-09-01spi: dw: Don't use devm_kzalloc in master->setup callbackAxel Lin