index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
isl29003.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-04-19
spi: sync up initial chipselect state
David Bauer
1
-8
/
+8
2021-04-19
spi: stm32-qspi: Add dirmap support
Patrice Chotard
1
-16
/
+67
2021-04-19
spi: stm32-qspi: Trigger DMA only if more than 4 bytes to transfer
Patrice Chotard
1
-2
/
+3
2021-04-19
spi: stm32-qspi: fix pm_runtime usage_count counter
Christophe Kerello
1
-4
/
+14
2021-04-16
spi: spi-zynqmp-gqspi: return -ENOMEM if dma_map_single fails
Quanyang Wang
1
-6
/
+20
2021-04-16
spi: spi-zynqmp-gqspi: fix use-after-free in zynqmp_qspi_exec_op
Quanyang Wang
1
-10
/
+4
2021-04-16
spi: spi-zynqmp-gqspi: Resolved slab-out-of-bounds bug
Amit Kumar Mahapatra
1
-4
/
+6
2021-04-16
spi: spi-zynqmp-gqspi: fix hang issue when suspend/resume
Quanyang Wang
1
-6
/
+14
2021-04-16
spi: spi-zynqmp-gqspi: fix clk_enable/disable imbalance issue
Quanyang Wang
1
-39
/
+8
2021-04-15
spi: spi-zynqmp-gqspi: Fix runtime PM imbalance in zynqmp_qspi_probe
Dinghao Liu
1
-2
/
+12
2021-04-15
spi: s3c64xx: constify driver/match data
Krzysztof Kozlowski
1
-11
/
+10
2021-04-15
spi: s3c64xx: correct kerneldoc of s3c64xx_spi_port_config
Krzysztof Kozlowski
1
-1
/
+1
2021-04-15
spi: s3c64xx: simplify getting of_device_id match data
Krzysztof Kozlowski
1
-7
/
+3
2021-04-15
spi: pxa2xx: Add support for Intel Alder Lake PCH-M
Jarkko Nikula
1
-0
/
+4
2021-04-12
spi: spi-zynqmp-gqspi: Fix missing unlock on error in zynqmp_qspi_exec_op()
Wei Yongjun
1
-1
/
+3
2021-04-12
spi: hisi-sfc-v3xx: drop unnecessary ACPI_PTR and related ifendif protection
Yicong Yang
1
-4
/
+2
2021-04-12
spi: hisi-sfc-v3xx: fix potential irq race condition
Yicong Yang
1
-0
/
+1
2021-04-09
spi: davinci: Use device_get_match_data() helper
Tian Tao
1
-7
/
+2
2021-04-09
spi: qup: fix PM reference leak in spi_qup_remove()
Wang Li
1
-1
/
+1
2021-04-09
spi: orion: set devdata properly as it is being used later
Muhammad Usama Anjum
1
-1
/
+2
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-09
spi: spi-zynqmp-gqspi: fix incorrect operating mode in zynqmp_qspi_read_op
Quanyang Wang
1
-1
/
+1
2021-04-09
spi: spi-zynqmp-gqspi: transmit dummy circles by using the controller's inter...
Quanyang Wang
1
-22
/
+18
2021-04-09
spi: spi-zynqmp-gqspi: add mutex locking for exec_op
Quanyang Wang
1
-0
/
+5
2021-04-09
spi: spi-zynqmp-gqspi: use wait_for_completion_timeout to make zynqmp_qspi_ex...
Quanyang Wang
1
-3
/
+3
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-08
spi: Fix use-after-free with devm_spi_alloc_*
William A. Kennington III
2
-7
/
+5
2021-04-08
spi: spi-zynqmp-gqspi: Fix runtime PM imbalance in zynqmp_qspi_probe
Dinghao Liu
1
-0
/
+1
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
[next]