Age | Commit message (Expand) | Author |
2021-10-15 | spi: orion: Add of_node_put() before goto | Wan Jiabing |
2021-08-16 | spi: orion: Prevent incorrect chip select behaviour | Nathan Rossi |
2021-04-09 | spi: orion: set devdata properly as it is being used later | Muhammad Usama Anjum |
2021-04-07 | spi: orion: Use device_get_match_data() helper | Tian Tao |
2020-12-28 | spi: orion: enable support for switching CS every transferred byte | Marcin Wojtas |
2020-12-28 | spi: orion: enable clocks before spi_setup | Marcin Wojtas |
2020-07-17 | spi: Fix SPI NOR and SPI NAND acronyms | Tudor Ambarus |
2020-04-21 | spi: orion: Convert to use GPIO descriptors | Linus Walleij |
2020-02-04 | treewide: remove redundant IS_ERR() before error code check | Masahiro Yamada |
2019-10-15 | spi: orion: use new `word_delay` field for SPI transfers | Alexandru Ardelean |
2019-09-26 | spi: orion: fix runtime PM initialization | tomaspaukrt@email.cz |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2019-03-18 | spi: orion: Support spi_xfer->word_delay_usecs | Jan Kundrát |
2018-09-03 | spi: orion: cosmetics - alias long direct_access variables | Kosta Zertsekel |
2018-06-19 | spi: orion: fix CS GPIO handling again | Jan Kundrát |
2018-02-15 | spi: orion: Prepare space for per-child options | Jan Kundrát |
2018-02-15 | spi: orion: Make the error message greppable | Jan Kundrát |
2018-02-14 | spi: orion: Rework GPIO CS handling | Jan Kundrát |
2018-01-26 | spi: orion: Fix a resource leak if the optional "axi" clk is deferred | Christophe Jaillet |
2018-01-12 | spi: orion: Fix clock resource by adding an optional bus clock | Gregory CLEMENT |
2017-11-02 | spi: orion: remove redundant assignment of status to zero | Colin Ian King |
2017-07-19 | spi: Convert to using %pOF instead of full_name | Rob Herring |
2017-05-24 | spi: orion: Handle GPIO chip-selects | Chris Packham |
2017-04-07 | spi: orion: add LSB support | Bastian Stender |
2016-12-08 | spi: mvebu: fix baudrate calculation for armada variant | Uwe Kleine-König |
2016-06-13 | spi: orion: Fix return value check in orion_spi_probe() | Wei Yongjun |
2016-05-30 | spi: orion: Add direct access mode | Stefan Roese |
2015-08-11 | spi: orion: On a38x, implement "50MHZ SPI AC timing" Erratum No. FE-9144572 | Nadav Haklai |
2015-05-27 | spi: orion: Fix extended baud rates for each Armada SoCs | Gregory CLEMENT |
2015-05-26 | spi: orion: Fix maximum baud rates for Armada 370/XP | Gregory CLEMENT |
2015-01-16 | spi: orion: Add multiple chip select support to spi-orion | Ken Wilson |
2015-01-14 | spi: orion: Change spi-orion to use transfer_one() semantics for SPI transfers | Ken Wilson |
2014-12-18 | Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2014-12-13 | spi: Replace CONFIG_PM_RUNTIME with CONFIG_PM | Rafael J. Wysocki |
2014-11-03 | Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman |
2014-10-22 | spi: orion: fix potential NULL pointer de-reference | Greg Ungerer |
2014-10-20 | spi: drop owner assignment from platform_drivers | Wolfram Sang |
2014-10-03 | Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/imx', 'spi/to... | Mark Brown |
2014-10-01 | spi: orion: support armada extended baud rates | Greg Ungerer |
2014-09-03 | spi: orion: Fix checkpatch issue | Jingoo Han |
2014-08-04 | Merge remote-tracking branches 'spi/topic/orion', 'spi/topic/pl022', 'spi/top... | Mark Brown |
2014-07-28 | spi: orion: fix incorrect handling of cell-index DT property | Thomas Petazzoni |
2014-07-25 | spi: orion: Fix error return code in orion_spi_probe() | Wei Yongjun |
2014-06-21 | spi: spi-orion: add runtime PM support | Russell King |
2014-06-21 | spi: spi-orion: check return value from clk_prepare()/clk_enable() | Russell King |
2014-03-30 | Merge remote-tracking branches 'spi/topic/omap-uwire', 'spi/topic/omap100k', ... | Mark Brown |
2014-03-01 | spi: orion: Let spi core handle validating transfer length | Axel Lin |
2014-02-11 | spi: orion: Convert to let spi core validate xfer->bits_per_word | Axel Lin |
2014-02-07 | spi: orion: Let spi core handle checking transfer speed | Axel Lin |
2014-02-06 | spi: orion: Remove unused pointer in orion_spi_write_read() | Christian Engelmayer |