index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-26
spi: sprd: Fix the wrong WDG_LOAD_VAL
Chunyan Zhang
1
-1
/
+1
2021-08-24
spi: sprd: fill offset only to RD_CMD register for reading from slave device
Chunyan Zhang
1
-6
/
+5
2021-08-24
spi: sprd: Make sure offset not equal to slave address size
Chunyan Zhang
1
-1
/
+1
2021-08-24
spi: sprd: Pass offset instead of physical address to adi_read/_write()
Chunyan Zhang
1
-61
/
+44
2021-08-23
spi: rockchip-sfc: Fix assigned but never used return error codes
Colin Ian King
1
-2
/
+2
2021-08-23
spi: rockchip-sfc: Remove redundant IO operations
Jon Lin
1
-2
/
+2
2021-08-20
spi: stm32: fix excluded_middle.cocci warnings
kernel test robot
1
-2
/
+1
2021-08-18
spi: tegra20-slink: remove spi_master_put() in tegra_slink_remove()
Yang Yingliang
1
-2
/
+0
2021-08-17
spi: rockchip-sfc: add rockchip serial flash controller
Chris Morgan
3
-0
/
+707
2021-08-12
spi: mxic: add missing braces
Yang Yingliang
1
-1
/
+2
2021-08-10
spi: spi-pic32: Fix issue with uninitialized dma_slave_config
Tony Lindgren
1
-0
/
+1
2021-08-10
spi: spi-fsl-dspi: Fix issue with uninitialized dma_slave_config
Tony Lindgren
1
-0
/
+1
2021-08-09
spi: mediatek: fix build warnning in set cs timing
Mason Zhang
1
-6
/
+6
2021-08-09
spi: mxic: patch for octal DTR mode support
Zhengxun Li
1
-11
/
+30
2021-08-09
spi: tegra20-slink: Don't use resource-managed spi_register helper
Dmitry Osipenko
1
-1
/
+5
2021-08-09
spi: tegra20-slink: Improve runtime PM usage
Dmitry Osipenko
1
-48
/
+25
2021-08-05
spi: modify set_cs_timing parameter
Mason Zhang
2
-50
/
+65
2021-08-05
spi: move cs spi_delay to spi_device
Mason Zhang
1
-3
/
+3
2021-08-03
Merge series "arm: ep93xx: CCF conversion" from Nikita Shubin <nikita.shubin@maquefel.me>:
Mark Brown
1
-2
/
+2
2021-08-03
spi: bcm2835aux: use 'unsigned int' instead of 'unsigned'
Jason Wang
1
-2
/
+2
2021-08-03
spi: spi-ep93xx: Prepare clock before using it
Alexander Sverdlin
1
-2
/
+2
2021-08-03
spi: imx: Implement support for CS_WORD
Uwe Kleine-König
1
-0
/
+10
2021-07-22
spi: pxa2xx: Adapt reset_sccr1() to the case when no message available
Andy Shevchenko
1
-3
/
+10
2021-07-19
Merge series "spi: fsi: Reduce max transfer size to 8 bytes" from Eddie James <eajames@linux.ibm.com>:
Mark Brown
1
-103
/
+22
2021-07-19
spi: fsi: Reduce max transfer size to 8 bytes
Eddie James
1
-103
/
+22
2021-07-19
spi: imx: Simplify logic in spi_imx_push()
Uwe Kleine-König
1
-8
/
+3
2021-07-19
spi: pxa2xx: Reuse int_stop_and_reset() in couple of places
Andy Shevchenko
1
-9
/
+3
2021-07-19
spi: pxa2xx: Reset DMA bits in CR1 in reset_sccr1()
Andy Shevchenko
1
-1
/
+1
2021-07-19
spi: pxa2xx: Convert reset_sccr1() to use pxa2xx_spi_update()
Andy Shevchenko
1
-9
/
+7
2021-07-14
spi: spi-geni-qcom: Remove confusing comment about setting the watermark
Douglas Anderson
1
-6
/
+0
2021-07-14
spi: mediatek: add tick_delay support
Mason Zhang
1
-1
/
+10
2021-07-12
Merge series "spi: stm32: various fixes & cleanup" from Alain Volmat <alain.volmat@foss.st.com>:
Mark Brown
1
-78
/
+44
2021-07-11
spi: mediatek: add no_need_unprepare support
Mason Zhang
1
-7
/
+34
2021-07-11
spi: stm32: finalize message either on dma callback or EOT
Alain Volmat
1
-37
/
+20
2021-07-11
spi: stm32h7: don't wait for EOT and flush fifo on disable
Alain Volmat
1
-22
/
+2
2021-07-11
spi: stm32h7: rework rx fifo read function
Amelie Delaunay
1
-17
/
+13
2021-07-11
spi: stm32: Revert "properly handle 0 byte transfer"
Alain Volmat
1
-4
/
+0
2021-07-11
spi: stm32: enable pm_runtime autosuspend
Alain Volmat
1
-0
/
+11
2021-07-11
Merge existing fixes from spi/for-5.14
Mark Brown
2
-26
/
+36
2021-07-11
Merge tag 'irq-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-11
/
+12
2021-07-11
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
35
-162
/
+276
2021-07-10
Merge tag 'rtc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
Linus Torvalds
26
-527
/
+268
2021-07-10
rtc: pcf8523: rename register and bit defines
Alexandre Belloni
1
-68
/
+68
2021-07-10
Merge tag 'pci-v5.14-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
1
-46
/
+4
2021-07-10
Merge tag 'i3c/for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux
Linus Torvalds
1
-2
/
+1
2021-07-10
Merge tag 'thermal-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux
Linus Torvalds
18
-299
/
+895
2021-07-10
Merge tag 's390-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
10
-69
/
+139
2021-07-10
Merge tag 'arm-drivers-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
74
-4924
/
+7342
2021-07-10
Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
21
-38
/
+1156
2021-07-10
rtc: pcf2127: handle timestamp interrupts
Mian Yousaf Kaukab
1
-58
/
+132
[next]