index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
lochnagar-hwmon.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-19
spi: cadence: Correct initialisation of runtime PM again
Marek Vasut
1
-5
/
+9
2021-07-16
spi: cadence-quadspi: Disable Auto-HW polling
Apurva Nandan
1
-13
/
+14
2021-07-16
spi: spi-cadence-quadspi: Fix division by zero warning
Yoshitaka Ikeda
1
-0
/
+3
2021-07-16
spi: spi-cadence-quadspi: Revert "Fix division by zero warning"
Yoshitaka Ikeda
1
-6
/
+4
2021-07-15
spi: spi-cadence-quadspi: Fix division by zero warning
Yoshitaka Ikeda
1
-4
/
+6
2021-07-14
spi: mediatek: move devm_spi_register_master position
Mason Zhang
1
-6
/
+6
2021-07-12
spi: mediatek: fix fifo rx mode
Peter Hess
1
-3
/
+13
2021-07-12
spi: atmel: Fix CS and initialization bug
Dan Sneddon
1
-7
/
+2
2021-07-07
spi: stm32: fixes pm_runtime calls in probe/remove
Alain Volmat
1
-1
/
+8
2021-07-07
spi: imx: mx51-ecspi: Reinstate low-speed CONFIGREG delay
Marek Vasut
1
-19
/
+19
2021-06-30
spi: stm32h7: fix full duplex irq handler handling
Alain Volmat
1
-6
/
+9
2021-06-25
spi: core: add dma_map_dev for dma device
Vinod Koul
2
-0
/
+5
2021-06-25
spi: convert Xilinx Zynq UltraScale+ MPSoC GQSPI bindings to YAML
Nobuhiro Iwamatsu
2
-25
/
+51
2021-06-24
spi: Fix self assignment issue with ancillary->mode
Colin Ian King
1
-1
/
+1
2021-06-23
spi: spi-sh-msiof: : use proper DMAENGINE API for termination
Wolfram Sang
1
-2
/
+2
2021-06-23
spi: spi-rspi: : use proper DMAENGINE API for termination
Wolfram Sang
1
-3
/
+3
2021-06-23
spi: spi-rockchip: add description for rv1126
Jon Lin
1
-0
/
+1
2021-06-23
spi: rockchip: Support SPI_CS_HIGH
Jon Lin
1
-1
/
+13
2021-06-23
spi: rockchip: Support cs-gpio
Jon Lin
1
-5
/
+10
2021-06-23
spi: rockchip: Wait for STB status in slave mode tx_xfer
Jon Lin
1
-7
/
+14
2021-06-23
spi: rockchip: Set rx_fifo interrupt waterline base on transfer item
Jon Lin
1
-2
/
+2
2021-06-23
spi: rockchip: add compatible string for rv1126
Jon Lin
1
-0
/
+1
2021-06-22
spi: dt-bindings: support devices with multiple chipselects
Sebastian Reichel
1
-2
/
+5
2021-06-22
spi: add ancillary device support
Sebastian Reichel
2
-31
/
+108
2021-06-17
spi: xilinx: convert to yaml
Nobuhiro Iwamatsu
2
-23
/
+57
2021-06-17
spi: convert Cadence SPI bindings to YAML
Nobuhiro Iwamatsu
2
-30
/
+66
2021-06-15
spi: stm32-qspi: Remove unused qspi field of struct stm32_qspi_flash
Patrice Chotard
1
-2
/
+0
2021-06-15
spi: add of_device_uevent_modalias support
Marco Felsch
1
-0
/
+4
2021-06-14
spi: meson-spicc: fix memory leak in meson_spicc_probe
zpershuai
1
-1
/
+1
2021-06-14
spi: meson-spicc: fix a wrong goto jump for avoiding memory leak.
zpershuai
1
-2
/
+4
2021-06-14
spi: spi-mem: fix doc warning in spi-mem.c
Yang Yingliang
1
-1
/
+1
2021-06-09
spi: remove spi_set_cs_timing()
Greg Kroah-Hartman
2
-78
/
+0
2021-06-07
spi: hisi-kunpeng: Add debugfs support
Jay Fang
1
-1
/
+50
2021-06-04
spi: stm32-qspi: Fix W=1 build warning
Patrice Chotard
1
-0
/
+1
2021-06-03
spi: atmel: Reduce spin lock usage
Dan Sneddon
1
-15
/
+4
2021-06-03
spi: atmel: Switch to transfer_one transfer method
Dan Sneddon
1
-91
/
+33
2021-06-03
spi: stm32-qspi: add automatic poll status feature
Patrice Chotard
1
-8
/
+78
2021-06-03
mtd: spinand: use the spi-mem poll status APIs
Patrice Chotard
2
-13
/
+54
2021-06-03
spi: spi-mem: add automatic poll status functions
Patrice Chotard
2
-0
/
+102
2021-06-02
spi: bcm2835: Allow arbitrary number of slaves
Lukas Wunner
1
-85
/
+119
2021-06-01
spi: Cleanup on failure of initial setup
Lukas Wunner
5
-19
/
+54
2021-05-26
spi: Enable tracing of the SPI setup CS selection
Andy Shevchenko
2
-0
/
+61
2021-05-24
spi: ath79: set number of chipselect lines
David Bauer
1
-0
/
+1
2021-05-24
spi: ath79: drop platform data
David Bauer
2
-24
/
+0
2021-05-24
spi: bcm2835: Fix out-of-bounds access with more than 4 slaves
Lukas Wunner
1
-2
/
+8
2021-05-21
spi: pxa2xx: Fix inconsistent indenting
Jiapeng Chong
1
-1
/
+1
2021-05-21
spi: sc18is602: implement .max_{transfer,message}_size() for the controller
Vladimir Oltean
1
-0
/
+7
2021-05-21
spi: sc18is602: don't consider the chip select byte in sc18is602_check_transfer
Vladimir Oltean
1
-1
/
+1
2021-05-20
spi: ppc4xx: add parenthesis for sizeof
Zhiqi Song
1
-2
/
+2
2021-05-20
spi: omap-uwire: add parenthesis for sizeof
Zhiqi Song
1
-1
/
+1
[next]