index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-26
spi: imx: drop bogus tests for rx/tx bufs in DMA transfer
Sascha Hauer
1
-48
/
+34
2016-02-26
spi: imx: set MX51_ECSPI_CTRL_SMC bit in setup function
Sascha Hauer
1
-15
/
+6
2016-02-26
spi: imx: make some register defines simpler
Sascha Hauer
1
-9
/
+6
2016-02-26
spi: imx: remove unnecessary bit clearing in mx51_ecspi_config
Sascha Hauer
1
-7
/
+0
2016-02-26
spi: imx: add support for all SPI word width for DMA
Anton Bondarenko
1
-27
/
+91
2016-02-26
spi: imx: drop unncessary dma_is_inited variable
Sascha Hauer
1
-5
/
+1
2016-02-26
spi: imx: drop unnecessary read/modify/write
Sascha Hauer
1
-21
/
+10
2016-02-26
spi: imx: initialize usedma earlier
Sascha Hauer
1
-7
/
+8
2016-02-24
spi: imx: drop fallback to PIO
Sascha Hauer
1
-13
/
+6
2016-02-24
spi: master driver to enable RTC on ICPDAS LP-8841
Sergei Ianovich
3
-0
/
+266
2016-02-22
spi: make xmldocs warning caused by spi.c
Masanari Iida
1
-2
/
+2
2016-02-21
spi: spi-pxa2xx-pci: Add ID and driver type for WildcatPoint PCH
Leif Liddy
1
-0
/
+13
2016-02-21
spi: pxa2xx: Remove unused DMA buffer mappings
Jarkko Nikula
2
-4
/
+0
2016-02-20
spi: imx: replace fixed timeout with calculated
Anton Bondarenko
1
-3
/
+21
2016-02-20
Merge remote-tracking branch 'spi/fix/imx' into spi-imx
Mark Brown
1
-15
/
+2
2016-02-19
spi: imx: fix spi resource leak with dma transfer
Gao Pan
1
-3
/
+5
2016-02-18
spi: Add cond_resched() in main message processing loop
Mark Brown
1
-0
/
+3
2016-02-18
spi: docbook: add missing parameter documentation
Martin Sperl
1
-0
/
+1
2016-02-18
Merge tag 'spi-fix-v4.5-rc4' into spi-imx
Mark Brown
6
-7
/
+14
2016-02-18
spi: sh-spi, sh-msiof, rspi: Use ARCH_RENESAS
Simon Horman
1
-3
/
+3
2016-02-18
spi: rockchip: add bindings for rk3399 spi
Xu Jianqun
1
-0
/
+1
2016-02-17
spi: core: Use min_t(size_t,..)
Fabio Estevam
1
-1
/
+1
2016-02-17
spi: core: Use %zu for printing 'size_t' type
Fabio Estevam
1
-1
/
+1
2016-02-17
spi: imx: use proper dev_* functions for driver messages
Sascha Hauer
1
-15
/
+12
2016-02-17
spi: imx: allow only WML aligned transfers to use DMA
Anton Bondarenko
1
-15
/
+2
2016-02-17
spi: pl022: Remove obsolete struct pl022 members from kerneldoc
Jarkko Nikula
1
-7
/
+0
2016-02-16
spi: rockchip: remove xfer_completion from rockchip_spi
Shawn Lin
1
-2
/
+0
2016-02-15
spi: bcm2835aux: fix CPOL/CPHA setting
Stephan Olbrich
1
-11
/
+8
2016-02-15
spi: bcm2835aux: set up spi-mode before asserting cs-gpio
Stephan Olbrich
1
-16
/
+41
2016-02-15
spi: bcm2835: Remove unnecessary workaround to call gpio_set_value
Axel Lin
1
-5
/
+0
2016-02-15
spi: core: Staticize __spi_split_transfer_maxsize()
Fabio Estevam
1
-5
/
+5
2016-02-15
spi: rockchip: add missing spi_master_put
Shawn Lin
1
-0
/
+2
2016-02-15
spi: rockchip: disable runtime pm when in err case
Shawn Lin
1
-0
/
+1
2016-02-13
spi: bcm2835: Remove duplicate depend on GPIOLIB in Kconfig
Axel Lin
1
-1
/
+0
2016-02-12
Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bcm2835aux', 'spi/fi...
Mark Brown
6
-7
/
+14
2016-02-12
spi: checking for NULL instead of IS_ERR
Dan Carpenter
1
-2
/
+2
2016-02-12
spi: omap2-mcspi: Fix PM regression with deferred probe for pm_runtime_reinit
Tony Lindgren
1
-0
/
+3
2016-02-10
spi: bcm2835aux: disable tx fifo empty irq
Stephan Olbrich
1
-0
/
+6
2016-02-10
spi: bcm2835aux: fix bitmask defines
Stephan Olbrich
1
-2
/
+2
2016-02-09
spi: spi-ti-qspi: add mmap mode read support
Vignesh R
1
-29
/
+110
2016-02-09
spi: introduce accelerated read support for spi flash devices
Vignesh R
1
-0
/
+45
2016-02-09
spi: core: add spi_split_transfers_maxsize
Martin Sperl
1
-0
/
+111
2016-02-09
spi: core: add spi_replace_transfers method
Martin Sperl
1
-0
/
+132
2016-02-09
spi: core: added spi_resource management
Martin Sperl
1
-0
/
+91
2016-02-09
spi: pxa2xx: Add support for both chip selects on Intel Braswell
Mika Westerberg
1
-1
/
+20
2016-02-09
spi: pxa2xx: Move chip select control bits into lpss_config structure
Mika Westerberg
1
-24
/
+40
2016-02-09
spi: pxa2xx: Translate ACPI DeviceSelection to Linux chip select on Baytrail
Mika Westerberg
1
-0
/
+23
2016-02-09
Merge branch 'topic/acpi' of git://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
25
-198
/
+1459
2016-02-09
spi: Let drivers translate ACPI DeviceSelection to suitable Linux chip select
Mika Westerberg
1
-1
/
+18
2016-02-09
spi: rockchip: modify DMA max burst to 1
Addy Ke
1
-2
/
+10
[prev]
[next]