summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-fsl-spi.c
Commit message (Expand)AuthorAgeFilesLines
* spi: fsl: add missing iounmap() on error in of_fsl_spi_probe()Yang Yingliang2021-04-081-5/+18
* spi: fsl: invert spisel_boot signal on MPC8309Rasmus Villemoes2021-02-011-1/+1
* spi: fsl: Fix driver breakage when SPI_CS_HIGH is not set in spi->modeChristophe Leroy2021-01-141-3/+2
* spi: fsl: fix use of spisel_boot signal on MPC8309Rasmus Villemoes2020-11-301-3/+8
* spi: fsl: add missing __iomem annotationLuc Van Oostenryck2020-07-011-9/+9
* spi: spi-fsl-spi: Fix checkpatch error "foo * bar" should be "foo *bar"Aishwarya R2020-04-141-1/+1
* spi: fsl: simplify error path in of_fsl_spi_probe()Christophe Leroy2020-01-141-19/+8
* spi: fsl: use platform_get_irq() instead of of_irq_to_resource()Christophe Leroy2019-12-161-3/+3
* spi: fsl: don't map irq during probeChristophe Leroy2019-12-091-3/+2
* spi: fsl: Handle the single hardwired chipselect caseLinus Walleij2019-11-281-2/+12
* spi: fsl: Fix GPIO descriptor supportLinus Walleij2019-11-281-0/+1
* spi: use new `spi_transfer_delay_exec` helper where straightforwardAlexandru Ardelean2019-10-151-2/+1
* spi: fsl: Convert to use CS GPIO descriptorsLinus Walleij2019-08-281-168/+25
* Merge tag 'spi-fix-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-06-101-1/+1
|\
| * spi: spi-fsl-spi: call spi_finalize_current_message() at the endChristophe Leroy2019-05-221-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* spi: spi-fsl-spi: automatically adapt bits-per-word in cpu modeRasmus Villemoes2019-04-021-0/+16
* spi: spi-fsl-spi: allow changing bits_per_word while CS is still activeRasmus Villemoes2019-04-021-5/+6
* spi: spi-fsl-spi: relax message sanity checking a littleRasmus Villemoes2019-04-011-3/+5
* spi: spi-fsl-spi: remove always-true conditional in fsl_spi_do_one_msgRasmus Villemoes2019-04-011-6/+4
* spi: spi-fsl-spi: support use of the SPISEL_BOOT signal on MPC8309Rasmus Villemoes2019-03-181-5/+35
*-. Merge remote-tracking branches 'spi/topic/devprop', 'spi/topic/fsl', 'spi/top...Mark Brown2017-04-261-1/+2
|\ \
| * | spi: fsl: Call irq_dispose_mapping in err pathLiu Xiang2017-03-131-1/+2
| |/
* | spi: fsl: Combine substrings for two messagesMarkus Elfring2017-01-171-6/+6
* | spi: fsl: Use kcalloc() in of_fsl_spi_get_chipselects()Markus Elfring2017-01-171-1/+1
* | spi: fsl: Use kmalloc_array() in of_fsl_spi_get_chipselects()Markus Elfring2017-01-171-1/+2
|/
* spi: fsl-(e)spi: Fix checking return value of devm_ioremap_resourceAxel Lin2015-08-301-2/+2
* spi: fsl-(e)spi: simplify cleanup codeHeiner Kallweit2015-08-281-11/+7
* spi: fsl-(e)spi: migrate to using devm_ functions to simplify cleanupHeiner Kallweit2015-08-281-13/+8
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-2/+0
|\
| * spi: drop owner assignment from platform_driversWolfram Sang2014-10-201-2/+0
* | spi: fsl-spi: remove unused variable assignmentHeiner Kallweit2014-12-041-1/+0
* | spi: spi-fsl-spi: Return an error code in fsl_spi_do_one_msg()Fabio Estevam2014-12-041-1/+1
* | spi: fsl-(e)spi: migrate to generic master queueingHeiner Kallweit2014-12-031-8/+6
|/
*-. Merge remote-tracking branches 'spi/topic/davinci', 'spi/topic/doc', 'spi/top...Mark Brown2014-10-031-11/+11
|\ \
| | * spi: fsl: Sort include headers alphabeticallyXiubo Li2014-09-291-11/+11
| |/
* / spi: fsl: Don't use devm_kzalloc in master->setup callbackAxel Lin2014-09-011-3/+7
|/
* spi: fsl-spi: Make of_device_id array constJingoo Han2014-06-061-1/+1
* spi: fsl-spi: Fix memory leakAxel Lin2014-04-141-1/+1
*-. Merge remote-tracking branches 'spi/fix/complete', 'spi/fix/efm32', 'spi/fix/...Mark Brown2014-04-101-1/+2
|\ \
| * | spi: Always check complete callback before calling itAxel Lin2014-04-031-1/+2
| |/
* | spi: fsl-spi: Convert to let spi core validate xfer->bits_per_wordAxel Lin2014-02-231-6/+4
* | spi: fsl: Fix problem with multi message transfersStefan Roese2014-02-041-5/+15
|/
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-041-1/+1
|\
| * PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-151-1/+1
* | spi: use dev_get_platdata()Jingoo Han2013-08-291-6/+7
|/
* spi: use platform_{get,set}_drvdata()Jingoo Han2013-05-231-1/+1
* spi/spi-fsl-spi: Add support for gpio chipselects for GRLIB type coresAndreas Larsson2013-04-071-5/+45
* spi/spi-fsl-spi: Add support for Aeroflex Gaisler GRLIB cores normally runnin...Andreas Larsson2013-04-071-12/+86