index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
sram.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-03
spi: bcm2835aux: fix driver to not allow 65535 (=-1) cs-gpios
Martin Sperl
1
-1
/
+12
2019-04-03
spi: bcm2835aux: remove dead code
Martin Sperl
1
-3
/
+0
2019-04-03
spi: bcm2835aux: fix corruptions for longer spi transfers
Martin Sperl
1
-4
/
+4
2019-04-03
spi: bcm2835aux: remove dangerous uncontrolled read of fifo
Martin Sperl
1
-7
/
+0
2019-04-03
spi: bcm2835aux: unifying code between polling and interrupt driven code
Martin Sperl
1
-33
/
+18
2019-04-03
spi: spi-mem: export spi_mem_default_supports_op()
Naga Sureshkumar Relli
2
-2
/
+5
2019-04-03
spi: sh-msiof: Use BIT() and GENMASK()
Geert Uytterhoeven
1
-87
/
+87
2019-04-02
spi: spi-fsl-spi: automatically adapt bits-per-word in cpu mode
Rasmus Villemoes
1
-0
/
+16
2019-04-02
spi: spi-fsl-spi: allow changing bits_per_word while CS is still active
Rasmus Villemoes
1
-5
/
+6
2019-04-02
spi: pxa2xx: Unify remaing prints in pxa2xx_spi_transfer_one()
Jarkko Nikula
1
-2
/
+2
2019-04-02
spi: pxa2xx: Use struct spi_device directly in pxa2xx_spi_transfer_one()
Jarkko Nikula
1
-7
/
+7
2019-04-01
spi: tegra114: add SPI_LSB_FIRST support
Sowjanya Komatineni
1
-1
/
+6
2019-04-01
spi: tegra114: use packed mode for 32 bits per word
Sowjanya Komatineni
1
-1
/
+1
2019-04-01
spi: spi-fsl-spi: relax message sanity checking a little
Rasmus Villemoes
1
-3
/
+5
2019-04-01
spi: spi-fsl-spi: remove always-true conditional in fsl_spi_do_one_msg
Rasmus Villemoes
1
-6
/
+4
2019-03-26
spi: stm32-qspi: add dma support
Ludovic Barre
1
-1
/
+135
2019-03-26
spi: stm32-qspi: add spi_master_put in release function
Ludovic Barre
1
-18
/
+28
2019-03-25
spi: mt7621: Move SPI driver out of staging
Stefan Roese
9
-57
/
+74
2019-03-25
spi: at91-usart: Remove duplicated checking for spi->bits_per_word
Axel Lin
1
-7
/
+1
2019-03-25
spi: atmel-quadspi: Make atmel_qspi_get_name static
YueHaibing
1
-1
/
+1
2019-03-21
spi: export tracepoint symbols to modules
Arnd Bergmann
1
-0
/
+2
2019-03-20
spi: pxa2xx: Debug print DMA burst size
Andy Shevchenko
1
-0
/
+3
2019-03-20
spi: pxa2xx: Introduce DMA burst size support
Andy Shevchenko
4
-1
/
+9
2019-03-20
spi: dw: Add support for an optional interface clock
Phil Edworthy
1
-0
/
+12
2019-03-20
dt-bindings: snps,dw-apb-ssi: Add optional clock bindings documentation
Gareth Williams
1
-1
/
+7
2019-03-20
dt-bindings: snps,dw-apb-ssi: Add mandatory clock bindings documentation
Phil Edworthy
1
-1
/
+3
2019-03-20
spi: mxic: simplify getting .driver_data
Wolfram Sang
1
-4
/
+2
2019-03-20
spi: spi-mem: stm32-qspi: stm32_qspi_pm_ops can be static
kbuild test robot
1
-1
/
+1
2019-03-19
spi: pxa2xx-pci: Drop unused header inclusion
Andy Shevchenko
1
-1
/
+0
2019-03-19
spi: lpspi: fsl_lpspi_runtime_resume() can be static
kbuild test robot
1
-2
/
+2
2019-03-18
spi: spi-fsl-spi: support use of the SPISEL_BOOT signal on MPC8309
Rasmus Villemoes
3
-5
/
+41
2019-03-18
spi: orion: Support spi_xfer->word_delay_usecs
Jan Kundrát
1
-0
/
+4
2019-03-18
spi: spidev: Enable control of inter-word delays
Jan Kundrát
2
-2
/
+8
2019-03-18
spi: lpspi: Code cleanup
Clark Wang
1
-1
/
+1
2019-03-18
spi: lpspi: Add the missing NULL check
Clark Wang
1
-2
/
+5
2019-03-18
spi: lpspi: add dma mode support
Clark Wang
1
-11
/
+301
2019-03-18
spi: lpspi: use the core way to implement cs-gpio function
Clark Wang
1
-35
/
+66
2019-03-18
spi: lpspi: add the error info of transfer speed setting
Clark Wang
1
-3
/
+13
2019-03-18
spi: lpspi: enable runtime pm for lpspi
Han Xu
1
-25
/
+92
2019-03-18
doc: lpspi: Document DT bindings for LPSPI clocks
Clark Wang
1
-2
/
+8
2019-03-18
spi: lpspi: Add i.MX8 boards support for lpspi
Clark Wang
1
-11
/
+41
2019-03-17
Linux 5.1-rc1
v5.1-rc1
Linus Torvalds
1
-2
/
+2
2019-03-17
perf/x86/intel: Make dev_attr_allow_tsx_force_abort static
kbuild test robot
1
-1
/
+1
2019-03-17
kconfig: remove stale lxdialog/.gitignore
Masahiro Yamada
1
-4
/
+0
2019-03-17
kbuild: force all architectures except um to include mandatory-y
Masahiro Yamada
29
-47
/
+18
2019-03-17
kbuild: warn redundant generic-y
Masahiro Yamada
12
-13
/
+6
2019-03-17
Revert "modsign: Abort modules_install when signing fails"
Douglas Anderson
1
-1
/
+1
2019-03-17
kbuild: Make NOSTDINC_FLAGS a simply expanded variable
Douglas Anderson
1
-1
/
+1
2019-03-17
kbuild: deb-pkg: avoid implicit effects
Arseny Maslennikov
1
-1
/
+4