summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-orion.c
Commit message (Expand)AuthorAgeFilesLines
* spi: orion: Use helper function devm_clk_get_enabled()Li Zetao2023-09-111-9/+2
* spi: orion: switch to use modern nameYang Yingliang2023-08-211-45/+45
* spi: Explicitly include correct DT includesRob Herring2023-07-141-1/+0
* spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SSAndy Shevchenko2023-07-111-1/+1
* spi: orion: Use devm_platform_get_and_ioremap_resource()Yang Li2023-03-271-2/+1
* spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel2023-03-111-2/+2
* spi: orion: Convert to platform remove callback returning voidUwe Kleine-König2023-03-061-4/+2
* spi: orion: Add of_node_put() before gotoWan Jiabing2021-10-151-0/+1
* spi: orion: Prevent incorrect chip select behaviourNathan Rossi2021-08-161-6/+16
* spi: orion: set devdata properly as it is being used laterMuhammad Usama Anjum2021-04-091-1/+2
* spi: orion: Use device_get_match_data() helperTian Tao2021-04-071-4/+2
* spi: orion: enable support for switching CS every transferred byteMarcin Wojtas2020-12-281-4/+28
* spi: orion: enable clocks before spi_setupMarcin Wojtas2020-12-281-1/+22
* spi: Fix SPI NOR and SPI NAND acronymsTudor Ambarus2020-07-171-1/+1
* spi: orion: Convert to use GPIO descriptorsLinus Walleij2020-04-211-54/+16
* treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-041-2/+1
* spi: orion: use new `word_delay` field for SPI transfersAlexandru Ardelean2019-10-151-4/+2
* spi: orion: fix runtime PM initializationtomaspaukrt@email.cz2019-09-261-3/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* spi: orion: Support spi_xfer->word_delay_usecsJan Kundrát2019-03-181-0/+4
* spi: orion: cosmetics - alias long direct_access variablesKosta Zertsekel2018-09-031-11/+11
* spi: orion: fix CS GPIO handling againJan Kundrát2018-06-191-37/+40
* spi: orion: Prepare space for per-child optionsJan Kundrát2018-02-151-7/+11
* spi: orion: Make the error message greppableJan Kundrát2018-02-151-2/+2
* spi: orion: Rework GPIO CS handlingJan Kundrát2018-02-141-3/+44
* spi: orion: Fix a resource leak if the optional "axi" clk is deferredChristophe Jaillet2018-01-261-5/+8
* spi: orion: Fix clock resource by adding an optional bus clockGregory CLEMENT2018-01-121-0/+14
* spi: orion: remove redundant assignment of status to zeroColin Ian King2017-11-021-1/+0
* spi: Convert to using %pOF instead of full_nameRob Herring2017-07-191-2/+2
* spi: orion: Handle GPIO chip-selectsChris Packham2017-05-241-1/+9
* spi: orion: add LSB supportBastian Stender2017-04-071-2/+9
* spi: mvebu: fix baudrate calculation for armada variantUwe Kleine-König2016-12-081-29/+54
* spi: orion: Fix return value check in orion_spi_probe()Wei Yongjun2016-06-131-2/+2
* spi: orion: Add direct access modeStefan Roese2016-05-301-0/+88
* spi: orion: On a38x, implement "50MHZ SPI AC timing" Erratum No. FE-9144572Nadav Haklai2015-08-111-1/+53
* spi: orion: Fix extended baud rates for each Armada SoCsGregory CLEMENT2015-05-271-4/+43
* spi: orion: Fix maximum baud rates for Armada 370/XPGregory CLEMENT2015-05-261-2/+23
* spi: orion: Add multiple chip select support to spi-orionKen Wilson2015-01-161-1/+14
* spi: orion: Change spi-orion to use transfer_one() semantics for SPI transfersKen Wilson2015-01-141-50/+23
* Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-181-1/+1
|\
| * spi: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-131-1/+1
* | Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-031-1/+0
|\ \ | |/ |/|
| * spi: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | spi: orion: fix potential NULL pointer de-referenceGreg Ungerer2014-10-221-1/+1
|/
*-. Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/imx', 'spi/to...Mark Brown2014-10-031-22/+94
|\ \
| | * spi: orion: support armada extended baud ratesGreg Ungerer2014-10-011-22/+94
| |/
* / spi: orion: Fix checkpatch issueJingoo Han2014-09-031-2/+3
|/
*-. Merge remote-tracking branches 'spi/topic/orion', 'spi/topic/pl022', 'spi/top...Mark Brown2014-08-041-12/+56
|\ \
| * | spi: orion: Fix error return code in orion_spi_probe()Wei Yongjun2014-07-251-1/+2
| * | spi: spi-orion: add runtime PM supportRussell King2014-06-211-9/+50