index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-st-ssc4.c
Age
Commit message (
Expand
)
Author
2023-12-11
spi: st-ssc4: switch to use modern name
Yang Yingliang
2023-03-11
spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...
Amit Kumar Mahapatra via Alsa-devel
2023-03-06
spi: st-ssc4: Convert to platform remove callback returning void
Uwe Kleine-König
2022-02-01
spi: st-ssc4: Covert to use GPIO descriptors
Linus Walleij
2020-11-12
spi: st-ssc4: Fix unbalanced pm_runtime_disable() in probe error path
Lukas Wunner
2019-11-18
spi: st-ssc4: add missed pm_runtime_disable
Chuhong Yuan
2019-09-04
spi: st-ssc4: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 310
Thomas Gleixner
2017-05-26
spi: st-ssc4: whitespace cleanup
Chris Packham
2016-09-14
spi: st-ssc4: Fix misuse of devm_gpio_request/devm_gpio_free APIs
Axel Lin
2016-07-12
spi: st-ssc4: Remove 'no clocking' hack
Lee Jones
2016-04-29
spi: st-ssc4: Fix missing spi_master_put in spi_st_probe error paths
Axel Lin
2015-03-17
spi: constify of_device_id array
Fabian Frederick
2015-01-14
spi: st-ssc4: Remove duplicate code to test unsupported mode bits
Axel Lin
2014-12-22
spi: Add new driver for STMicroelectronics' SPI Controller
Lee Jones