aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-img-spfi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-06spi: img-spfi: fix potential double releasePan Bian1-0/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner1-4/+1
2018-07-30spi: img-spfi: Set device select bits for SPFI port stateIonela Voinescu1-0/+3
2016-07-27spi: img-spfi: Remove spi_master_put in img_spfi_remove()Wei Yongjun1-2/+0
2015-08-31Merge remote-tracking branches 'spi/topic/dw', 'spi/topic/fsl-espi', 'spi/topic/img-spfi' and 'spi/topic/mpc512x-psc' into spi-nextMark Brown1-0/+14
2015-08-31Merge remote-tracking branches 'spi/fix/bcm2835', 'spi/fix/bitbang', 'spi/fix/img-spfi', 'spi/fix/omap2-mcspi', 'spi/fix/orion' and 'spi/fix/xilinx' into spi-linusMark Brown1-13/+46
2015-08-06spi: img-spfi: fix kbuild test robot warningSifan Naeem1-1/+1
2015-08-04spi: img-spfi: fix multiple calls to request gpioSifan Naeem1-8/+41
2015-07-29spi: img-spfi: check for timeout error before proceedingSifan Naeem1-4/+4
2015-07-07spi: img-spfi: check for max speed supported by the spfi blockSifan Naeem1-0/+14
2015-06-22spi: img-spfi: fix support for speeds up to 1/4th input clockSifan Naeem1-0/+2
2015-04-08spi: img-spfi: Control CS lines with GPIOEzequiel Garcia1-48/+44
2015-04-08Merge branch 'fix/img-spfi' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-img-spfiMark Brown1-5/+5
2015-04-08spi: img-spfi: Reset controller after each messageAndrew Bresticker1-2/+11
2015-04-08spi: img-spfi: Implement a handle_err() callbackEzequiel Garcia1-20/+24
2015-04-08Merge tag 'v4.0-rc7' into spi-img-spfiMark Brown1-0/+7
2015-04-08spi: img-spfi: Setup TRANSACTION register before CONTROL registerSifan Naeem1-2/+3
2015-04-07spi: img-spfi: Limit bit clock to 1/4th of input clockAndrew Bresticker1-5/+5
2015-04-07spi: img-spfi: Implement a prepare_message() callbackEzequiel Garcia1-12/+20
2015-03-03spi: img-spfi: Remove udelay in soft resetSifan Naeem1-1/+0
2015-03-03spi: img-spfi: Verify max spfi transfer lengthSifan Naeem1-0/+7
2014-12-24spi: img-spfi: Select FIFO based on transfer lengthAndrew Bresticker1-30/+19
2014-12-24spi: img-spfi: Increase DMA burst sizeAndrew Bresticker1-2/+2
2014-12-22spi: img-spfi: Enable controller before starting TX DMAAndrew Bresticker1-2/+2
2014-12-19spi: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-2/+2
2014-11-17spi: Add driver for IMG SPFI controllerAndrew Bresticker1-0/+746