index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-11
spi: pxa2xx: Extract clear_SSCR1_bits() helper
Andy Shevchenko
3
-8
/
+8
2021-05-11
spi: pxa2xx: Extract pxa2xx_spi_update() helper
Andy Shevchenko
1
-19
/
+14
2021-05-11
spi: pxa2xx: Use pxa_ssp_enable()/pxa_ssp_disable() in the driver
Andy Shevchenko
2
-21
/
+19
2021-05-11
spi: pxa2xx: Reuse int_error_stop() in pxa2xx_spi_slave_abort()
Andy Shevchenko
1
-12
/
+5
2021-05-11
spi: pxa2xx: Introduce int_stop_and_reset() helper
Andy Shevchenko
1
-14
/
+13
2021-05-11
Merge series "spi: Set of cleanups" from Jay Fang <f.fangjian@huawei.com>:
Mark Brown
7
-11
/
+9
2021-05-11
Merge series "spi: pxa2xx: Set of cleanups" from Andy Shevchenko <andriy.shevchenko@linux.intel.com>:
Mark Brown
4
-45
/
+35
2021-05-10
spi: tegra210-quad: Fix an error message
Christophe JAILLET
1
-1
/
+1
2021-05-10
spi: tegra114: Fix an error message
Christophe JAILLET
1
-2
/
+1
2021-05-10
spi: omap-100k: Fix the length judgment problem
Tian Tao
1
-1
/
+1
2021-05-10
spi: spi-topcliff-pch: Fix potential double free in pch_spi_process_messages()
Jay Fang
1
-1
/
+3
2021-05-10
spi: pxa2xx: Replace header inclusions by forward declarations
Andy Shevchenko
4
-10
/
+15
2021-05-10
spi: pxa2xx: Utilize struct device from struct ssp_device
Andy Shevchenko
4
-18
/
+11
2021-05-10
spi: pxa2xx: Utilize MMIO and physical base from struct ssp_device
Andy Shevchenko
3
-15
/
+7
2021-05-10
spi: pxa2xx: Use one point of return when ->probe() fails
Andy Shevchenko
1
-2
/
+2
2021-05-10
spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf'
Jay Fang
1
-1
/
+1
2021-05-10
spi: delete repeated words in comments
Jay Fang
5
-7
/
+7
2021-05-10
spi: omap-100k: Clean the value of 'status' is not used
Jay Fang
1
-2
/
+0
2021-05-10
spi: ppc4xx: include <linux/io.h> instead of <asm/io.h>
Jay Fang
1
-1
/
+1
2021-05-10
Merge existing fixes from spi/for-5.13
Mark Brown
3
-12
/
+17
2021-05-10
spi: take the SPI IO-mutex in the spi_set_cs_timing method
Leilk Liu
1
-2
/
+7
2021-05-10
spi: spi-fsl-dspi: Fix a resource leak in an error handling path
Christophe JAILLET
1
-1
/
+3
2021-04-30
Merge tag 'sound-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
1
-3
/
+2
2021-04-29
spi: spi-zynq-qspi: Fix stack violation bug
Karen Dombroski
1
-4
/
+3
2021-04-29
spi: spi-zynq-qspi: Fix kernel-doc warning
Amit Kumar Mahapatra
1
-1
/
+1
2021-04-28
spi: altera: Make SPI_ALTERA_CORE invisible
Geert Uytterhoeven
1
-1
/
+1
2021-04-28
spi: Fix spi device unregister flow
Saravana Kannan
1
-6
/
+12
2021-04-27
Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-1
/
+2
2021-04-26
Merge tag 'spi-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Linus Torvalds
49
-632
/
+1488
2021-04-23
spi: Rename enable1 to activate in spi_set_cs()
Andy Shevchenko
1
-5
/
+4
2021-04-22
spi: stm32-qspi: fix debug format string
Arnd Bergmann
1
-1
/
+1
2021-04-21
spi: fsi: add a missing of_node_put
Christophe JAILLET
1
-1
/
+3
2021-04-21
spi: Make error handling of gpiod_count() call cleaner
Andy Shevchenko
1
-6
/
+7
2021-04-21
spi: Avoid undefined behaviour when counting unused native CSs
Andy Shevchenko
1
-1
/
+1
2021-04-21
spi: Allow to have all native CSs in use along with GPIOs
Andy Shevchenko
1
-2
/
+3
2021-04-21
spi: Make of_register_spi_device also set the fwnode
Charles Keepax
1
-0
/
+1
2021-04-20
Merge series "spi: altera: Add DFL bus support for Altera SPI" from matthew.gerlach@linux.intel.com
Mark Brown
5
-163
/
+401
2021-04-20
spidev: Add Micron SPI NOR Authenta device compatible
Shivamurthy Shastri
1
-0
/
+1
2021-04-20
spi: altera: Add DFL bus driver for Altera API Controller
Matthew Gerlach
3
-0
/
+214
2021-04-20
spi: altera: separate core code from platform code
Matthew Gerlach
4
-163
/
+187
2021-04-20
spi: stm32-qspi: Fix compilation warning in ARM64
Patrice Chotard
1
-1
/
+1
2021-04-19
Merge series "spi: stm32-qspi: Fix and update" from <patrice.chotard@foss.st.com>
Mark Brown
1
-22
/
+84
2021-04-19
spi: Handle SPI device setup callback failure.
Joe Burmeister
1
-1
/
+8
2021-04-19
spi: sync up initial chipselect state
David Bauer
1
-8
/
+8
2021-04-19
spi: stm32-qspi: Add dirmap support
Patrice Chotard
1
-16
/
+67
2021-04-19
spi: stm32-qspi: Trigger DMA only if more than 4 bytes to transfer
Patrice Chotard
1
-2
/
+3
2021-04-19
spi: stm32-qspi: fix pm_runtime usage_count counter
Christophe Kerello
1
-4
/
+14
2021-04-16
spi: spi-zynqmp-gqspi: return -ENOMEM if dma_map_single fails
Quanyang Wang
1
-6
/
+20
2021-04-16
spi: spi-zynqmp-gqspi: fix use-after-free in zynqmp_qspi_exec_op
Quanyang Wang
1
-10
/
+4
2021-04-16
spi: spi-zynqmp-gqspi: Resolved slab-out-of-bounds bug
Amit Kumar Mahapatra
1
-4
/
+6
[prev]
[next]