index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-orion.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-07
spi: orion: use modern PM macros
Jisheng Zhang
1
-8
/
+4
2026-07-18
spi: orion: use devm_clk_get_optional_enabled for axi clock
Rosen Penev
1
-18
/
+7
2026-05-04
spi: orion: switch to managed controller allocation
Johan Hovold
1
-18
/
+8
2026-04-22
spi: orion: clean up probe return value
Johan Hovold
1
-2
/
+2
2026-04-22
spi: orion: fix clock imbalance on registration failure
Johan Hovold
1
-0
/
+6
2026-04-22
spi: orion: fix runtime pm leak on unbind
Johan Hovold
1
-0
/
+3
2026-04-20
spi: orion: fix controller deregistration
Johan Hovold
1
-1
/
+6
2026-01-19
spi: Drop duplicate of_node assignment
Andy Shevchenko
1
-1
/
+0
2024-10-07
spi: Merge up v6.12
Mark Brown
1
-1
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-30
spi: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2023-09-11
spi: orion: Use helper function devm_clk_get_enabled()
Li Zetao
1
-9
/
+2
2023-08-21
spi: orion: switch to use modern name
Yang Yingliang
1
-43
/
+43
2023-07-14
spi: Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2023-07-11
spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS
Andy Shevchenko
1
-1
/
+1
2023-03-27
spi: orion: Use devm_platform_get_and_ioremap_resource()
Yang Li
1
-2
/
+1
2023-03-11
spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...
Amit Kumar Mahapatra via Alsa-devel
1
-2
/
+2
2023-03-06
spi: orion: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2021-10-15
spi: orion: Add of_node_put() before goto
Wan Jiabing
1
-0
/
+1
2021-08-16
spi: orion: Prevent incorrect chip select behaviour
Nathan Rossi
1
-6
/
+16
2021-04-09
spi: orion: set devdata properly as it is being used later
Muhammad Usama Anjum
1
-1
/
+2
2021-04-07
spi: orion: Use device_get_match_data() helper
Tian Tao
1
-4
/
+2
2020-12-28
spi: orion: enable support for switching CS every transferred byte
Marcin Wojtas
1
-4
/
+28
2020-12-28
spi: orion: enable clocks before spi_setup
Marcin Wojtas
1
-1
/
+22
2020-07-17
spi: Fix SPI NOR and SPI NAND acronyms
Tudor Ambarus
1
-1
/
+1
2020-04-21
spi: orion: Convert to use GPIO descriptors
Linus Walleij
1
-54
/
+16
2020-02-04
treewide: remove redundant IS_ERR() before error code check
Masahiro Yamada
1
-2
/
+1
2019-10-15
spi: orion: use new `word_delay` field for SPI transfers
Alexandru Ardelean
1
-4
/
+2
2019-09-26
spi: orion: fix runtime PM initialization
tomaspaukrt@email.cz
1
-3
/
+0
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-03-18
spi: orion: Support spi_xfer->word_delay_usecs
Jan Kundrát
1
-0
/
+4
2018-09-03
spi: orion: cosmetics - alias long direct_access variables
Kosta Zertsekel
1
-11
/
+11
2018-06-19
spi: orion: fix CS GPIO handling again
Jan Kundrát
1
-37
/
+40
2018-02-15
spi: orion: Prepare space for per-child options
Jan Kundrát
1
-7
/
+11
2018-02-15
spi: orion: Make the error message greppable
Jan Kundrát
1
-2
/
+2
2018-02-14
spi: orion: Rework GPIO CS handling
Jan Kundrát
1
-3
/
+44
2018-01-26
spi: orion: Fix a resource leak if the optional "axi" clk is deferred
Christophe Jaillet
1
-5
/
+8
2018-01-12
spi: orion: Fix clock resource by adding an optional bus clock
Gregory CLEMENT
1
-0
/
+14
2017-11-02
spi: orion: remove redundant assignment of status to zero
Colin Ian King
1
-1
/
+0
2017-07-19
spi: Convert to using %pOF instead of full_name
Rob Herring
1
-2
/
+2
2017-05-24
spi: orion: Handle GPIO chip-selects
Chris Packham
1
-1
/
+9
2017-04-07
spi: orion: add LSB support
Bastian Stender
1
-2
/
+9
2016-12-08
spi: mvebu: fix baudrate calculation for armada variant
Uwe Kleine-König
1
-24
/
+49
2016-06-13
spi: orion: Fix return value check in orion_spi_probe()
Wei Yongjun
1
-2
/
+2
2016-05-30
spi: orion: Add direct access mode
Stefan Roese
1
-0
/
+88
2015-08-11
spi: orion: On a38x, implement "50MHZ SPI AC timing" Erratum No. FE-9144572
Nadav Haklai
1
-1
/
+53
2015-05-27
spi: orion: Fix extended baud rates for each Armada SoCs
Gregory CLEMENT
1
-4
/
+43
2015-05-26
spi: orion: Fix maximum baud rates for Armada 370/XP
Gregory CLEMENT
1
-2
/
+23
2015-01-16
spi: orion: Add multiple chip select support to spi-orion
Ken Wilson
1
-1
/
+14
2015-01-14
spi: orion: Change spi-orion to use transfer_one() semantics for SPI transfers
Ken Wilson
1
-50
/
+23
[next]