index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-dw-mmio.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-04-09
spi: imx: add a check for speed_hz before calculating the clock
Clark Wang
1
-16
/
+21
2021-04-09
spi: omap-100k: Fix reference leak to master
Wei Yongjun
1
-3
/
+3
2021-04-09
spi: fsl-lpspi: Fix PM reference leak in lpspi_prepare_xfer_hardware()
Wang Li
1
-1
/
+1
2021-04-09
spi: simplify devm_spi_register_controller
Tian Tao
1
-14
/
+5
2021-04-09
spi: dln2: Fix reference leak to master
Wei Yongjun
1
-1
/
+1
2021-04-08
spi: fsl: add missing iounmap() on error in of_fsl_spi_probe()
Yang Yingliang
1
-5
/
+18
2021-04-08
ARM/spi: spear: Drop PL022 num_chipselect
Linus Walleij
2
-12
/
+0
2021-04-07
spi: orion: Use device_get_match_data() helper
Tian Tao
1
-4
/
+2
2021-04-07
spi: hisi-kunpeng: Fix Woverflow warning on conversion
Jay Fang
1
-1
/
+1
2021-04-01
spi: Remove repeated struct declaration
Wan Jiabing
1
-1
/
+0
2021-04-01
spi: Convert cadence-quadspi.txt to cadence-quadspi.yaml
Ramuthevar Vadivel Murugan
2
-68
/
+143
2021-03-31
spi: Add HiSilicon SPI Controller Driver for Kunpeng SoCs
Jay Fang
4
-0
/
+523
2021-03-31
spi: pl022: Convert to use GPIO descriptors
Linus Walleij
1
-6
/
+14
2021-03-31
spi: pl022: Use GPIOs looked up by the core
Linus Walleij
2
-67
/
+10
2021-03-31
spi: pl022: Drop custom per-chip cs_control
Linus Walleij
2
-27
/
+2
2021-03-29
spi: pl022: User more sensible defaults
Linus Walleij
1
-2
/
+2
2021-03-25
spi: fsi: Remove multiple sequenced ops for restricted chips
Eddie James
1
-20
/
+7
2021-03-25
dt-bindings: spi: add compatible entry for imx8mp in FlexSPI controller
Heiko Schocher
1
-0
/
+1
2021-03-25
spi: fspi: enable fspi driver for on imx8mp
Heiko Schocher
1
-0
/
+1
2021-03-24
spi: pl022: Fix trailing whitespace
Jay Fang
1
-1
/
+1
2021-03-24
spi: rockchip: Fix code indent should use tabs where possible
Jay Fang
1
-3
/
+3
2021-03-24
spi: spi-mem: Fix code indent should use tabs where possible
Jay Fang
1
-3
/
+3
2021-03-24
spi: jcore: Fix trailing statements should be on next line
Jay Fang
1
-1
/
+2
2021-03-24
spi: spi-bitbang: Fix open brace following function definitions go on the nex...
Jay Fang
1
-3
/
+6
2021-03-24
spi: dln2: Fix open brace following function definitions go on the next line
Jay Fang
1
-1
/
+2
2021-03-24
spi: spi-mtk-nor: Fix checkpatch spacing error
Jay Fang
1
-1
/
+1
2021-03-24
spi: omap-100k: Fix checkpatch spacing errors
Jay Fang
1
-4
/
+4
2021-03-24
spi: pxa2xx: Fix checkpatch spacing errors
Jay Fang
2
-2
/
+2
2021-03-24
spi: sprd: Fix checkpatch spacing error
Jay Fang
1
-1
/
+1
2021-03-24
spi: spi-topcliff-pch: Fix checkpatch spacing error
Jay Fang
1
-1
/
+2
2021-03-23
spi: mediatek: add mt8195 spi slave support
Leilk Liu
1
-0
/
+8
2021-03-23
spi: mediatek: add mtk_spi_compatible support
Leilk Liu
1
-4
/
+24
2021-03-23
spi: update spi slave bindings for MT8195 SoC
Leilk Liu
1
-0
/
+1
2021-03-23
spi: update spi master bindings for MT8195 SoC
Leilk Liu
1
-0
/
+1
2021-03-19
spi: stm32: Fix use-after-free on unbind
Alain Volmat
1
-14
/
+10
2021-03-17
spi: imx: Improve driver description
Fabio Estevam
1
-1
/
+1
2021-03-17
spi: Fix spelling mistake "softwade" -> "software"
Colin Ian King
1
-1
/
+1
2021-03-16
spi: Remove support for dangling device properties
Heikki Krogerus
2
-25
/
+3
2021-03-16
ARM: pxa: zeus: Constify the software node
Heikki Krogerus
1
-1
/
+5
2021-03-16
ARM: pxa: icontrol: Constify the software node
Heikki Krogerus
1
-4
/
+8
2021-03-16
spi: Add support for software nodes
Heikki Krogerus
2
-3
/
+15
2021-03-12
spi: stm32: avoid ifdef CONFIG_PM for pm callbacks
Alain Volmat
1
-8
/
+4
2021-03-12
spi: docs: update info about 'delay_usecs'
Alexandru Ardelean
1
-2
/
+5
2021-03-12
spi: core: remove 'delay_usecs' field from spi_transfer
Alexandru Ardelean
2
-13
/
+0
2021-03-12
spi: fsl-espi: remove usage of 'delay_usecs' field
Alexandru Ardelean
1
-12
/
+5
2021-03-12
spi: spi-falcon: remove check for 'delay_usecs'
Alexandru Ardelean
1
-1
/
+1
2021-03-12
staging: greybus: spilib: use 'spi_delay_to_ns' for getting xfer delay
Alexandru Ardelean
1
-1
/
+4
2021-03-12
spi: spi-tegra20-flash: don't check 'delay_usecs' field for spi transfer
Alexandru Ardelean
1
-2
/
+1
2021-03-12
spi: spi-sh: replace 'delay_usecs' with 'delay.value' in pr_debug
Alexandru Ardelean
1
-2
/
+2
2021-03-12
spi: spi-bcm-qspi: replace 'delay_usecs' with 'delay.value' check
Alexandru Ardelean
1
-1
/
+1
[next]