index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
2019-04-08
spi: gpio: Use devm_spi_register_master()
Andrey Smirnov
2019-04-08
spi: bitbang: Introduce spi_bitbang_init()
Andrey Smirnov
2019-04-08
spi: gpio: Make sure spi_master_put() is called in every error path
Andrey Smirnov
2019-04-08
spi: pxa2xxx: change "no DMA channels..." msg from debug to warning
Flavio Suligoi
2019-04-08
spi: fsl-lpspi: Clean up fsl_lpspi_probe
Axel Lin
2019-04-08
spi: fsl-lpspi: Fix build warning when !CONFIG_PM
Axel Lin
2019-04-08
spi: fsl-lpspi: Fix problematic dev_set_drvdata call
Axel Lin
2019-04-08
spi-mem: fix kernel-doc for spi_mem_dirmap_{read|write}()
Sergei Shtylyov
2019-04-08
spi: bcm2835aux: Fix build error without CONFIG_DEBUG_FS
YueHaibing
2019-04-08
spi: kill useless initializer in spi_register_controller()
Sergei Shtylyov
2019-04-05
spi: spi-mem: Add support for Zynq QSPI controller
Naga Sureshkumar Relli
2019-04-05
spi: gpio: Drop unused pdev field in struct spi_gpio
Andrey Smirnov
2019-04-05
spi: gpio: Drop mflags argument from spi_gpio_request()
Andrey Smirnov
2019-04-05
spi: Don't call spi_get_gpio_descs() before device name is set
Andrey Smirnov
2019-04-05
spi: gpio: Don't request CS GPIO in DT use-case
Andrey Smirnov
2019-04-05
spi: tegra114: set bus number based on id
Sowjanya Komatineni
2019-04-05
spi: tegra114: use unpacked mode for below 4 bytes
Sowjanya Komatineni
2019-04-05
spi: tegra114: set supported bits per word
Sowjanya Komatineni
2019-04-05
spi: tegra114: dump SPI registers during timeout
Sowjanya Komatineni
2019-04-05
Merge branch 'spi-5.1' into spi-5.2
Mark Brown
2019-04-05
spi: tegra114: avoid reset call in atomic context
Sowjanya Komatineni
2019-04-05
spi: tegra114: de-assert CS before SPI mode change
Sowjanya Komatineni
2019-04-04
spi: sh-msiof: Convert to use GPIO descriptors
Geert Uytterhoeven
2019-04-04
spi: bcm2835aux: polling_limit_us can be static
kbuild test robot
2019-04-04
spi: Add missing error handling for CS GPIOs
Geert Uytterhoeven
2019-04-04
spi: spi-gpio: Remove spi->controller_data comment
Geert Uytterhoeven
2019-04-03
spi: bcm2835aux: add driver stats to debugfs
Martin Sperl
2019-04-03
spi: sh-msiof: Add reset of registers before starting transfer
Geert Uytterhoeven
2019-04-03
spi: sh-msiof: Use readl_poll_timeout_atomic() instead of open-coding
Geert Uytterhoeven
2019-04-03
spi: lpspi: add missing complete in abort func at dma mode
Clark Wang
2019-04-03
spi: gpio: Drop unused pdata copy in struct spi_gpio
Andrey Smirnov
2019-04-03
spi: gpio: Simplify SPI_MASTER_NO_TX check in spi_gpio_probe()
Andrey Smirnov
2019-04-03
spi: gpio: Add local struct spi_bitbang pointer in spi_gpio_probe()
Andrey Smirnov
2019-04-03
spi: gpio: Add local struct device pointer in spi_gpio_probe()
Andrey Smirnov
2019-04-03
spi: gpio: Drop unused spi_to_pdata()
Andrey Smirnov
2019-04-03
spi: bcm2835aux: make the polling duration limits configurable
Martin Sperl
2019-04-03
spi: bcm2835aux: setup gpio-cs to output and correct level during setup
Martin Sperl
2019-04-03
spi: bcm2835aux: warn in dmesg that native cs is not really supported
Martin Sperl
2019-04-03
spi: bcm2835aux: fix driver to not allow 65535 (=-1) cs-gpios
Martin Sperl
2019-04-03
spi: bcm2835aux: remove dead code
Martin Sperl
2019-04-03
spi: bcm2835aux: fix corruptions for longer spi transfers
Martin Sperl
2019-04-03
spi: bcm2835aux: remove dangerous uncontrolled read of fifo
Martin Sperl
2019-04-03
spi: bcm2835aux: unifying code between polling and interrupt driven code
Martin Sperl
2019-04-03
spi: spi-mem: export spi_mem_default_supports_op()
Naga Sureshkumar Relli
2019-04-03
spi: sh-msiof: Use BIT() and GENMASK()
Geert Uytterhoeven
2019-04-02
spi: spi-fsl-spi: automatically adapt bits-per-word in cpu mode
Rasmus Villemoes
2019-04-02
spi: spi-fsl-spi: allow changing bits_per_word while CS is still active
Rasmus Villemoes
2019-04-02
spi: pxa2xx: Unify remaing prints in pxa2xx_spi_transfer_one()
Jarkko Nikula
2019-04-02
spi: pxa2xx: Use struct spi_device directly in pxa2xx_spi_transfer_one()
Jarkko Nikula
2019-04-01
spi: tegra114: add SPI_LSB_FIRST support
Sowjanya Komatineni
[prev]
[next]