index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-uniphier.c
Age
Commit message (
Expand
)
Author
2020-05-11
spi: uniphier: Use devm_platform_get_and_ioremap_resource() to simplify code
Kunihiko Hayashi
2020-04-29
spi: uniphier: fix error return code in uniphier_spi_probe()
Wei Yongjun
2019-12-25
spi: uniphier: Add DMA transfer mode support
Kunihiko Hayashi
2019-12-25
Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
2019-12-25
spi: uniphier: Add handle_err callback function
Kunihiko Hayashi
2019-12-25
spi: uniphier: Change argument of irq functions to private structure
Kunihiko Hayashi
2019-12-25
spi: uniphier: Fix FIFO threshold
Kunihiko Hayashi
2019-09-15
Merge branch 'spi-5.4' into spi-next
Mark Brown
2019-09-15
Merge branch 'spi-5.3' into spi-linus
Mark Brown
2019-09-04
spi: uniphier: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-09-03
spi: uniphier: introduce polling mode
Keiji Hayashibara
2019-09-03
spi: uniphier: remove unnecessary code
Keiji Hayashibara
2019-09-03
spi: uniphier: fix wrong register overwrite
Keiji Hayashibara
2019-08-02
spi: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-06-26
spi: uniphier: fix zero-length transfer
Keiji Hayashibara
2019-06-26
spi: uniphier: fix timeout error
Keiji Hayashibara
2018-08-02
spi: uniphier: remove unnecessary include headers
Keiji Hayashibara
2018-08-01
spi: add SPI controller driver for UniPhier SoC
Keiji Hayashibara