index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
extcon
/
extcon-max3355.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-29
spi: dw: Disable all IRQs when controller is unused
Serge Semin
1
-5
/
+5
2020-09-29
spi: dw: Clear IRQ status on DW SPI controller reset
Serge Semin
1
-3
/
+4
2020-09-29
spi: dw: Initialize n_bytes before the memory barrier
Serge Semin
1
-1
/
+1
2020-09-29
spi: dw: Discard IRQ threshold macro
Serge Semin
1
-3
/
+0
2020-09-28
spi: hisi-sfc-v3xx: fix spelling mistake "occured" -> "occurred"
Colin Ian King
1
-1
/
+1
2020-09-25
spi: spi-mtk-nor: fix timeout calculation overflow
Chuanhong Guo
1
-1
/
+5
2020-09-25
spi: hisi-sfc-v3xx: add support for IRQ mode
Yicong Yang
1
-22
/
+109
2020-09-25
spi: hisi-sfc-v3xx: factor out the bit definition of interrupt register
Yicong Yang
1
-6
/
+10
2020-09-25
spi: hisi-sfc-v3xx: factor out bus config and transfer functions
Yicong Yang
1
-9
/
+24
2020-09-25
spi: hisi-sfc-v3xx: factor out IO modes configuration
Yicong Yang
1
-42
/
+55
2020-09-24
spi: spi-zynqmp-gqspi: Fix incorrect indentation
Amit Kumar Mahapatra
1
-23
/
+23
2020-09-24
spi: spi-zynqmp-gqspi: Update driver to use spi-mem framework
Amit Kumar Mahapatra
1
-276
/
+369
2020-09-24
spi: spi-zynqmp-gqspi: Fix kernel-doc warnings
Amit Kumar Mahapatra
1
-22
/
+23
2020-09-23
spi: spi-imx: spi_imx_transfer(): add support for effective_speed_hz
Marc Kleine-Budde
1
-0
/
+2
2020-09-22
spi: omap2-mcspi: Improve performance waiting for CHSTAT
Aswath Govindraju
1
-4
/
+13
2020-09-22
spi: npcm-fiu: simplify the return expression of npcm_fiu_probe()
Qinglang Miao
1
-6
/
+1
2020-09-21
spi/topcliff-pch: drop double zeroing
Julia Lawall
1
-2
/
+2
2020-09-17
spi: dw-pci: free previously allocated IRQs if desc->setup() fails
Jay Fang
1
-7
/
+9
2020-09-17
spi: spi-nxp-fspi: Add ACPI support
kuldip dwivedi
1
-19
/
+50
2020-09-17
spi: lantiq: remove redundant irqsave and irqrestore in hardIRQ
Barry Song
1
-7
/
+5
2020-09-17
spi: xilinx: Fix info message during probe
Ricardo Ribalda
1
-2
/
+1
2020-09-17
spi: fsi: fsi2spi: Add compatible string for restricted version
Eddie James
1
-0
/
+1
2020-09-17
spi: fsi: Check mux status before transfers
Eddie James
1
-13
/
+27
2020-09-17
spi: fsi: Implement restricted size for certain controllers
Eddie James
1
-12
/
+53
2020-09-17
spi: fsi: Fix use of the bneq+ sequencer instruction
Brad Bishop
1
-3
/
+25
2020-09-17
spi: fsi: Fix clock running too fast
Brad Bishop
1
-1
/
+1
2020-09-17
spi: fsi: Handle 9 to 15 byte transfers lengths
Brad Bishop
1
-3
/
+3
2020-09-14
spi: sprd: Simplify with dev_err_probe()
Krzysztof Kozlowski
2
-16
/
+6
2020-09-14
spi: spi-geni-qcom: Don't wait to start 1st transfer if transmitting
Douglas Anderson
1
-81
/
+86
2020-09-14
spi: bcm2835: Make polling_limit_us static
Jason Yan
1
-1
/
+1
2020-09-14
spi: spi-fsl-dspi: use XSPI mode instead of DMA for DPAA2 SoCs
Vladimir Oltean
1
-3
/
+3
2020-09-14
spi: spi-geni-qcom: Don't program CS_TOGGLE again and again
Douglas Anderson
1
-5
/
+7
2020-09-14
spi: spi-geni-qcom: Use the FIFO even more
Douglas Anderson
1
-1
/
+1
2020-09-14
spi: spi-qcom-qspi: replace spin_lock_irqsave by spin_lock in hard IRQ
Barry Song
1
-3
/
+2
2020-09-14
spi: Add compatible string for brcmstb SoCs
Ray Jui
1
-0
/
+2
2020-09-14
spi: bcm-qspi: Clean up 7425, 7429, and 7435 settings
Ray Jui
1
-12
/
+0
2020-09-14
spi: bcm-qspi: Fix probe regression on iProc platforms
Ray Jui
1
-1
/
+1
2020-09-14
spi: bcm-qspi: Add compatible string for BRCMSTB 7445 SoCs
Ray Jui
1
-0
/
+5
2020-09-14
spi: qup: remove redundant assignment to variable ret
Colin Ian King
1
-1
/
+1
2020-09-09
spi: spidev: Remove redundant initialization of variable status
Jay Fang
1
-2
/
+2
2020-09-09
spi: spi-qcom-qspi: Unconditionally call dev_pm_opp_of_remove_table()
Viresh Kumar
1
-9
/
+6
2020-09-09
spi: spi-geni-qcom: Unconditionally call dev_pm_opp_of_remove_table()
Viresh Kumar
1
-8
/
+5
2020-09-08
spi: spi-mtk-nor: support standard spi properties
Ikjoon Jang
1
-13
/
+16
2020-09-08
spi: tegra20: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-7
/
+3
2020-09-08
spi: tegra114: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-8
/
+3
2020-09-08
spi: synquacer: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-3
/
+2
2020-09-08
spi: stm32: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-3
/
+1
2020-09-08
spi: qcom-qspi: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-3
/
+2
2020-09-08
spi: spi-mux: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-3
/
+2
2020-09-08
spi: cadence-quadspi: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-4
/
+1
[next]