index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arc
/
boot
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-21
spi: spi-mem: Add devm_spi_mem_dirmap_{create,destroy}()
Boris Brezillon
2
-0
/
+74
2019-01-18
spi: sh-msiof: Use DMA if possible
Hoan Nguyen An
1
-6
/
+2
2019-01-18
spi: sh-msiof: fix *info pointer in request_dma()
Hoan Nguyen An
1
-1
/
+1
2019-01-18
spi: sh-hspi: Remove error messages on out-of-memory conditions
Geert Uytterhoeven
1
-4
/
+1
2019-01-17
spi: ath79: Remove now useless code
Alban Bedel
1
-41
/
+2
2019-01-17
spi: ath79: Enable support for compile test
Alban Bedel
4
-5
/
+14
2019-01-17
spi: ath79: Simplify ath79_spi_chipselect()
Alban Bedel
2
-32
/
+10
2019-01-17
spi: bitbang: Don't call chipselect() in spi_bitbang_setup()
Alban Bedel
1
-13
/
+0
2019-01-14
spi: cadence: Correct initialisation of runtime PM
Charles Keepax
1
-7
/
+4
2019-01-14
spi: spi-geni-qcom: Get rid of forward declaration
Stephen Boyd
1
-29
/
+26
2019-01-14
spi: spi-geni-qcom: Don't initialize completion for normal message
Stephen Boyd
1
-1
/
+0
2019-01-10
spi: davinci: Get rid of dangling variable
Linus Walleij
1
-1
/
+0
2019-01-10
spi: dw: fix warning unused variable 'ret'
Anders Roxell
1
-1
/
+0
2019-01-09
spi: core: avoid waking pump thread from spi_sync instead run teardown delayed
Martin Sperl
2
-33
/
+91
2019-01-09
spi: dw: Convert to use CS GPIO descriptors
Linus Walleij
2
-30
/
+1
2019-01-09
spi: davinci: Convert to use CS GPIO descriptors
Linus Walleij
1
-40
/
+13
2019-01-09
spi: clps711x: Convert to use CS GPIO descriptors
Linus Walleij
1
-21
/
+2
2019-01-09
spi: cadence: Convert to use CS GPIO descriptors
Linus Walleij
1
-65
/
+2
2019-01-09
spi: atmel: Convert to use CS GPIO descriptors
Linus Walleij
1
-66
/
+27
2019-01-09
spi: ath79: Convert to use CS GPIO descriptors
Linus Walleij
1
-28
/
+14
2019-01-09
spi: Optionally use GPIO descriptors for CS GPIOs
Linus Walleij
2
-14
/
+113
2019-01-07
spi/trace: include buffer contents in traces
Uwe Kleine-König
1
-2
/
+26
2019-01-07
spi/trace: drop useless and wrong (but harmless) casts
Uwe Kleine-König
1
-4
/
+3
2019-01-07
spi: stm32: add description about STM32F4 bindings
Cezary Gapinski
1
-3
/
+6
2019-01-07
spi: stm32: add support for STM32F4
Cezary Gapinski
1
-7
/
+482
2019-01-07
spi: stm32: introduce compatible data cfg
Cezary Gapinski
1
-101
/
+236
2019-01-07
spi: stm32: add start dma transfer function
Cezary Gapinski
1
-9
/
+18
2019-01-07
spi: stm32: split transfer one setup function
Cezary Gapinski
1
-78
/
+192
2019-01-07
spi: stm32: rename interrupt function
Cezary Gapinski
1
-3
/
+3
2019-01-07
spi: stm32: rename STM32 SPI registers to STM32H7
Cezary Gapinski
1
-182
/
+199
2019-01-07
spi: stm32: remove SPI LOOP mode
Cezary Gapinski
1
-1
/
+1
2019-01-07
spi: stm32: use explicit CPOL and CPHA mode bits
Cezary Gapinski
1
-1
/
+1
2019-01-07
spi: fix typo in SPI_STM32 help text
Cezary Gapinski
1
-1
/
+1
2019-01-07
spi: stm32: fix DMA configuration with only one channel
Cezary Gapinski
1
-8
/
+12
2019-01-07
spi: stm32: use NULL pointer instead of plain integer
Cezary Gapinski
1
-1
/
+1
2019-01-07
spi: stm32: switch to SPDX identifier
Cezary Gapinski
1
-20
/
+7
2019-01-07
spi: dw: fix potential variable assignment error
shaftarger
1
-1
/
+2
2019-01-07
spi: add cpu details to fsl-dspi Kconfig help
Angelo Dureghello
1
-1
/
+1
2019-01-07
MAINTAINERS: Move the Freescale QSPI driver to the SPI framework
Frieder Schrempf
1
-2
/
+2
2019-01-07
mtd: fsl-quadspi: Remove the driver as it was replaced by spi-fsl-qspi.c
Frieder Schrempf
1
-1224
/
+0
2019-01-07
dt-bindings: spi: Adjust the bindings for the FSL QSPI driver
Frieder Schrempf
1
-10
/
+8
2019-01-07
dt-bindings: spi: Move the bindings for the FSL QSPI driver
Frieder Schrempf
1
-0
/
+0
2019-01-07
spi: Add a driver for the Freescale/NXP QuadSPI controller
Frieder Schrempf
5
-10
/
+978
2019-01-07
Linux 5.0-rc1
v5.0-rc1
Linus Torvalds
1
-3
/
+3
2019-01-06
Change mincore() to count "mapped" pages rather than "cached" pages
Linus Torvalds
1
-81
/
+13
2019-01-06
Fix 'acccess_ok()' on alpha and SH
Linus Torvalds
2
-5
/
+10
2019-01-06
fscrypt: add Adiantum support
Eric Biggers
7
-188
/
+468
2019-01-06
kconfig: rename generated .*conf-cfg to *conf-cfg
Masahiro Yamada
2
-18
/
+19
2019-01-06
kbuild: remove unnecessary stubs for archheader and archscripts
Masahiro Yamada
1
-5
/
+1
2019-01-06
kbuild: use assignment instead of define ... endef for filechk_* rules
Masahiro Yamada
6
-26
/
+12
[next]