index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
7
-13
/
+16
2018-06-05
Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-5
/
+6
2018-06-04
Merge branch 'spi-4.17' into spi-4.18 for the merge window
Mark Brown
4
-12
/
+35
2018-06-04
Merge branch 'pm-domains'
Rafael J. Wysocki
1
-5
/
+6
2018-05-31
spi: Fix typo on SPI_MEM help text
Fabio Estevam
1
-1
/
+1
2018-05-24
spi: sh-msiof: Fix setting SIRMDR1.SYNCAC to match SITMDR1.SYNCAC
Geert Uytterhoeven
1
-2
/
+4
2018-05-21
spi: omap2-mcspi: Remove unnecessary pm_runtime_force_suspend()
Tony Lindgren
1
-22
/
+0
2018-05-21
spi: Add missing pm_runtime_put_noidle() after failed get
Tony Lindgren
1
-0
/
+1
2018-05-17
spi: ti-qspi: Make sure res_mmap != NULL before dereferencing it
Boris Brezillon
1
-1
/
+3
2018-05-17
spi: spi-s3c64xx: Fix system resume support
Marek Szyprowski
1
-2
/
+2
2018-05-14
spi: Respect all error codes from dev_pm_domain_attach()
Ulf Hansson
1
-5
/
+6
2018-05-13
spi: bcm-qspi: Fix build failure caused by spi_flash_read() API removal
Boris Brezillon
1
-31
/
+3
2018-05-11
spi: Get rid of the spi_flash_read() API
Boris Brezillon
2
-98
/
+0
2018-05-11
spi: ti-qspi: Implement the spi_mem interface
Boris Brezillon
1
-13
/
+71
2018-05-11
spi: bcm-qspi: Implement the spi_mem interface
Boris Brezillon
1
-79
/
+111
2018-05-11
spi: Make support for regular transfers optional when ->mem_ops != NULL
Boris Brezillon
1
-7
/
+26
2018-05-11
spi: Extend the core to ease integration of SPI memory controllers
Boris Brezillon
3
-0
/
+418
2018-05-10
spi: remove forgotten CONFIG_SPI_BCM53XX
Rafał Miłecki
2
-9
/
+0
2018-05-09
spi: remove the older/duplicated bcm53xx driver
Rafał Miłecki
2
-433
/
+0
2018-05-04
spi: pxa2xx: check clk_prepare_enable() return value
Tobias Jordan
1
-5
/
+13
2018-05-04
spi: bcm2835aux: ensure interrupts are enabled for shared handler
Rob Herring
1
-0
/
+5
2018-05-03
spi: lpspi: Switch to SPDX identifier
Fabio Estevam
1
-16
/
+5
2018-05-03
spi: mxs: Switch to SPDX identifier
Fabio Estevam
1
-29
/
+19
2018-05-03
spi: imx: Switch to SPDX identifier
Fabio Estevam
1
-19
/
+3
2018-05-02
spi: omap2-mcspi: Idle hardware during suspend and resume
Tony Lindgren
1
-10
/
+48
2018-05-02
spi: omap2-mcspi: Restore context always in runtime_resume
Tony Lindgren
1
-45
/
+30
2018-05-02
spi: meson-spicc: Fix error handling in meson_spicc_probe()
Alexey Khoroshilov
1
-3
/
+8
2018-05-02
spi: bcm-qspi: Always read and set BSPI_MAST_N_BOOT_CTRL
Kamal Dasu
1
-2
/
+2
2018-05-02
spi: bcm-qspi: Avoid setting MSPI_CDRAM_PCS for spi-nor master
Kamal Dasu
1
-8
/
+16
2018-04-27
spi: mpc52xx: Use gpio_is_valid()
Arvind Yadav
1
-1
/
+1
2018-04-26
spi: Check presence the of ->transfer[_xxx]() before registering a controller
Boris Brezillon
1
-0
/
+21
2018-04-26
spi/bcm63xx-hspi: Enable the clock before calling clk_get_rate().
Stefan Potyra
1
-8
/
+17
2018-04-25
spi: s3c64xx: samsung: Remove support for Exynos5440
Krzysztof Kozlowski
1
-12
/
+0
2018-04-24
spi: pxa2xx: Allow 64-bit DMA
Andy Shevchenko
1
-1
/
+1
2018-04-23
spi: Add an helper to flush the message queue
Boris Brezillon
2
-0
/
+18
2018-04-23
spi: Expose spi_{map,unmap}_buf() for internal use
Boris Brezillon
2
-18
/
+48
2018-04-20
spi: simplify getting .drvdata
Wolfram Sang
2
-8
/
+4
2018-04-19
spi: pxa2xx: Allow 64-bit DMA
Andy Shevchenko
1
-1
/
+1
2018-04-18
spi: spi-s3c64xx: Allow higher transfer lengths in polling IO mode
Sylwester Nawrocki
1
-33
/
+66
2018-04-18
spi: spi-s3c64xx: Use local variable for FIFO length
Sylwester Nawrocki
1
-3
/
+3
2018-04-18
spi: pxa2xx: pxa2xx_spi_transfer_one() can be static
kbuild test robot
1
-3
/
+3
2018-04-18
spi: spi-s3c64xx: Add missing s3c64xx_ prefix to function names
Sylwester Nawrocki
1
-12
/
+12
2018-04-18
spi: spi-s3c64xx: Drop unused enable_datapath() function argument
Sylwester Nawrocki
1
-3
/
+2
2018-04-18
spi: cadence: Add usleep_range() for cdns_spi_fill_tx_fifo()
sxauwsk
1
-0
/
+8
2018-04-18
spi: Remove depends on HAS_DMA in case of platform dependency
Geert Uytterhoeven
1
-9
/
+3
2018-04-17
spi: pxa2xx: Use core message processing loop
Jarkko Nikula
3
-185
/
+89
2018-04-17
spi: pxa2xx: Remove pump_transfers string from dev_ prints
Jarkko Nikula
1
-6
/
+4
2018-04-17
spi: pxa2xx: Remove unused argument from pxa2xx_spi_dma_prepare()
Jarkko Nikula
3
-3
/
+3
2018-04-17
spi: spi-s3c64xx: Fix indentation in the register offset definitions
Sylwester Nawrocki
1
-8
/
+8
2018-04-17
spi: spi-s3c64xx: Do not ignore timeout errors in polling I/O mode
Sylwester Nawrocki
1
-0
/
+2
[next]