Linux SPI
[Prev Page][Next Page]
- [PATCH v4 07/19] spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_device, (continued)
- [PATCH v4 07/19] spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_device, Alexandru Ardelean
- [PATCH v4 09/19] spi: use new `spi_transfer_delay_exec` helper where straightforward, Alexandru Ardelean
- [PATCH v4 11/19] spi: tegra20-sflash: use to new `spi_transfer_delay_exec`, Alexandru Ardelean
- [PATCH v4 14/19] spi: tegra114: change format for `spi_set_cs_timing()` function, Alexandru Ardelean
- [PATCH v4 19/19] spi: spi-axi: extend support for the `delay` field, Alexandru Ardelean
- [PATCH v4 15/19] spi: implement SW control for CS times, Alexandru Ardelean
- [PATCH v4 16/19] spi: spi-fsl-espi: convert transfer delay to `spi_delay` format, Alexandru Ardelean
- [PATCH v4 17/19] spi: spi-falcon: extend warning to `delay` as well, Alexandru Ardelean
- [PATCH v4 18/19] spi: bcm63xx: extend error condition to `delay` as well, Alexandru Ardelean
- [PATCH v4 13/19] spi: spidev: use new `delay` field for spi transfers, Alexandru Ardelean
- [PATCH v4 12/19] spi: spi-loopback-test: use new `delay` field, Alexandru Ardelean
- [PATCH v4 08/19] spi: introduce `delay` field for `spi_transfer` + spi_transfer_delay_exec(), Alexandru Ardelean
- [PATCH v4 10/19] spi: tegra114: use `spi_transfer_delay_exec` helper, Alexandru Ardelean
- [PATCH v4 03/19] spi: make `cs_change_delay` the first user of the `spi_delay` logic, Alexandru Ardelean
- [PATCH v4 05/19] spi: orion: use new `word_delay` field for SPI transfers, Alexandru Ardelean
- [PATCH v4 06/19] spi: spidev: use new `word_delay` field for spi transfers, Alexandru Ardelean
- [PATCH v4 02/19] spi: introduce spi_delay struct as "value + unit" & spi_delay_exec(), Alexandru Ardelean
- [PATCH] dt-bindings: spi: sh-msiof: Convert bindings to json-schema,
Simon Horman
- re: spi: Add call to spi_slave_abort() function when spidev driver is released,
Colin Ian King
- [PATCH] spi: orion: fix runtime PM initialization, tomaspaukrt
- [spi:for-5.4 98/98] ERROR: "spi_slave_abort" [drivers/spi/spidev.ko] undefined!, kbuild test robot
- [spi:for-5.4 98/98] spidev.c:undefined reference to `spi_slave_abort', kbuild test robot
- Re: State of spidev from devicetree,
Mark Brown
- [no subject], Claus Stovgaard
- [PATCH 0/2] spi: Fix problem with interrupted slave transmission,
Lukasz Majewski
- [PATCH AUTOSEL 5.2 005/185] spi: dw-mmio: Clock should be shut when error occurs, Sasha Levin
- [PATCH AUTOSEL 5.3 177/203] spi: bcm2835: Work around DONE bit erratum, Sasha Levin
- [PATCH AUTOSEL 5.3 007/203] spi: dw-mmio: Clock should be shut when error occurs, Sasha Levin
- [PATCH] spi: xtensa-xtfpga: Use devm_platform_ioremap_resource() in xtfpga_spi_probe(),
Markus Elfring
- [PATCH] spi: mediatek: Use devm_platform_ioremap_resource() in mtk_spi_slave_probe(),
Markus Elfring
- [PATCH] spi: mediatek: Use devm_platform_ioremap_resource() in mtk_spi_probe(),
Markus Elfring
- [PATCH] spi: lantiq-ssc: Use devm_platform_ioremap_resource() in lantiq_ssc_probe(),
Markus Elfring
- [PATCH v2] DTS: ARM: gta04: introduce legacy spi-cs-high to make display work again,
H. Nikolaus Schaller
- [PATCH 1/4] spi: mxic: Fix transmit path,
Miquel Raynal
- [PATCH] spi: atmel: Remove AVR32 leftover,
Gregory CLEMENT
- [PATCH] spi: atmel: Fix crash when using more than 4 gpio CS,
Gregory CLEMENT
- [PATCH] spi: spi-gpio: fix crash when num-chipselects is 0,
DENG Qingfang
- [PATCH v2] spi: dt-bindings: Convert spi-sifive binding to json-schema,
Pragnesh Patel
- [PATCH v2 0/4] spi: dw: Add basic runtime PM support,
Gareth Williams
- [PATCH] spi: sifive: check return value for platform_get_resource(),
Aurabindo Jayamohanan
- [PATCH v2] dt-bindings: hspi: Convert bindings to json-schema,
Simon Horman
- [PATCH v1 0/2] spi: cadence-qspi: Add cadence-qspi support for Intel LGM SoC,
Ramuthevar,Vadivel MuruganX
- Re: [PATCH v1 0/2] spi: cadence-qspi: Add cadence-qspi support for Intel LGM SoC, Vignesh Raghavendra
[PATCH v3 0/2] spi: cadence-qspi: Add cadence-qspi support for Intel LGM SoC,
Ramuthevar,Vadivel MuruganX
[PATCH v3 0/3] spi: introduce `struct spi_delay` data-type,
Alexandru Ardelean
[GIT PULL] SPI updates for v5.4,
Mark Brown
[PATCH] dt-bindings: hspi: Convert bindings to json-schema,
Simon Horman
[PATCH 0/3] spi: dw: Add basic runtime PM support,
Gareth Williams
[PATCH v2 0/4] spi: introduce `struct spi_delay` data-type,
Alexandru Ardelean
[RFC PATCH 00/15] Unify SPI delays into an `struct spi_delay`,
Alexandru Ardelean
- [RFC PATCH 01/15] spi: move `cs_change_delay` backwards compat logic outside switch, Alexandru Ardelean
- [RFC PATCH 02/15] spi: introduce spi_delay struct as "value + unit" & spi_delay_exec(), Alexandru Ardelean
- [RFC PATCH 05/15] spi: sprd: convert transfer word delay to spi_delay struct, Alexandru Ardelean
- [RFC PATCH 08/15] spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_device, Alexandru Ardelean
- [RFC PATCH 04/15] iio: imu: adis: convert cs_change_delay to spi_delay struct, Alexandru Ardelean
- [RFC PATCH 03/15] spi: make `cs_change_delay` the first user of the `spi_delay` logic, Alexandru Ardelean
- [RFC PATCH 07/15] spi: spidev: use new `word_delay` field for spi transfers, Alexandru Ardelean
- [RFC PATCH 06/15] spi: orion: use new `word_delay` field for SPI transfers, Alexandru Ardelean
- [RFC PATCH 11/15] spi: tegra114: use `spi_transfer_delay` helper, Alexandru Ardelean
- [RFC PATCH 09/15] spi: introduce `delay` field for `spi_transfer` + spi_transfer_exec(), Alexandru Ardelean
- [RFC PATCH 12/15] spi: spi-loopback-test: use new `delay` field, Alexandru Ardelean
- [RFC PATCH 13/15] spi: spidev: use new `delay` field for spi transfers, Alexandru Ardelean
- [RFC PATCH 14/15] spi: tegra114: change format for `spi_set_cs_timing()` function, Alexandru Ardelean
- [RFC PATCH 15/15] spi: implement SW control for CS times, Alexandru Ardelean
- [RFC PATCH 10/15] spi: use new `spi_transfer_delay` helper where straightforward, Alexandru Ardelean
- Re: [RFC PATCH 00/15] Unify SPI delays into an `struct spi_delay`, Jonathan Cameron
[PATCH v2 00/10] Speed up SPI simplex transfers on Raspberry Pi,
Lukas Wunner
- [PATCH v2 02/10] dmaengine: bcm2835: Allow cyclic transactions without interrupt, Lukas Wunner
- [PATCH v2 01/10] dmaengine: bcm2835: Allow reusable descriptors, Lukas Wunner
- [PATCH v2 03/10] spi: Guarantee cacheline alignment of driver-private data, Lukas Wunner
- [PATCH v2 04/10] spi: bcm2835: Work around DONE bit erratum, Lukas Wunner
- Re: [PATCH v2 00/10] Speed up SPI simplex transfers on Raspberry Pi, Mark Brown
- [PATCH v2 05/10] spi: bcm2835: Drop dma_pending flag, Lukas Wunner
- [PATCH v2 06/10] spi: bcm2835: Cache CS register value for ->prepare_message(), Lukas Wunner
- [PATCH v2 07/10] spi: bcm2835: Speed up TX-only DMA transfers by clearing RX FIFO, Lukas Wunner
- [PATCH v2 08/10] dmaengine: bcm2835: Document struct bcm2835_dmadev, Lukas Wunner
- [PATCH v2 09/10] dmaengine: bcm2835: Avoid accessing memory when copying zeroes, Lukas Wunner
- [PATCH v2 10/10] spi: bcm2835: Speed up RX-only DMA transfers by zero-filling TX FIFO, Lukas Wunner
[PATCH 0/3] MT6765 spi support,
Luhua Xu
[PATCH] spi: dt-bindings: Convert spi-sifive binding to json-schema,
Pragnesh Patel
[PATCH 4.4 17/23] spi: bcm2835aux: ensure interrupts are enabled for shared handler, Greg Kroah-Hartman
[PATCH 4.9 18/26] spi: bcm2835aux: ensure interrupts are enabled for shared handler, Greg Kroah-Hartman
[PATCH] spi-gpio: Use PTR_ERR_OR_ZERO() in spi_gpio_request(),
Markus Elfring
[RFC] Is runtime_pm in the RSPI driver broken?,
Chris Brandt
[PATCH -next] spi: npcm-fiu: remove set but not used variable 'retlen',
YueHaibing
[PATCH v2 0/4] Deterministic SPI latency with NXP DSPI driver,
Vladimir Oltean
[PATCH -next 00/36] use devm_platform_ioremap_resource() to simplify code,
YueHaibing
- [PATCH -next 01/36] spi: altera: use devm_platform_ioremap_resource() to simplify code, YueHaibing
- [PATCH -next 02/36] spi: a3700: use devm_platform_ioremap_resource() to simplify code, YueHaibing
- [PATCH -next 03/36] spi: ath79: use devm_platform_ioremap_resource() to simplify code, YueHaibing
- [PATCH -next 04/36] spi: spi-axi: use devm_platform_ioremap_resource() to simplify code, YueHaibing
- [PATCH -next 06/36] spi: bcm2835: use devm_platform_ioremap_resource() to simplify code, YueHaibing
- [PATCH -next 05/36] spi: bcm2835aux: use devm_platform_ioremap_resource() to simplify code, YueHaibing
- [PATCH -next 07/36] spi: bcm63xx-hsspi: use devm_platform_ioremap_resource() to simplify code, YueHaibing
- [PATCH -next 09/36] spi: octeon: use devm_platform_ioremap_resource() to simplify code, YueHaibing
- [PATCH -next 08/36] spi: cadence: use devm_platform_ioremap_resource() to simplify code, YueHaibing
- [PATCH -next 10/36] spi: clps711x: use devm_platform_ioremap_resource() to simplify code, YueHaibing
- [PATCH -next 12/36] spi: dw-mmio: use devm_platform_ioremap_resource() to simplify code, YueHaibing
- [PATCH -next 13/36] spi: spi-geni-qcom: use devm_platform_ioremap_resource() to simplify code, YueHaibing
- [PATCH -next 14/36] spi: lp-8841: use devm_platform_ioremap_resource() to simplify code, YueHaibing
- [PATCH -next 15/36] spi: meson-spicc: use devm_platform_ioremap_resource() to simplify code, YueHaibing
- [PATCH -next 16/36] spi: spi-meson-spifc: use devm_platform_ioremap_resource() to simplify code, YueHaibing
- [PATCH -next 17/36] spi: mt7621: use devm_platform_ioremap_resource() to simplify code, YueHaibing
- [PATCH -next 18/36] spi: mxs: use devm_platform_ioremap_resource() to simplify code, YueHaibing
- [PATCH -next 20/36] spi: nuc900: use devm_platform_ioremap_resource() to simplify code, YueHaibing
- [PATCH -next 22/36] spi: pic32-sqi: use devm_platform_ioremap_resource() to simplify code, YueHaibing
- [PATCH -next 24/36] spi: rb4xx: use devm_platform_ioremap_resource() to simplify code, YueHaibing
- [PATCH -next 25/36] spi: s3c24xx: use devm_platform_ioremap_resource() to simplify code, YueHaibing
[PATCH -next 26/36] spi: sifive: use devm_platform_ioremap_resource() to simplify code, YueHaibing
[PATCH -next 28/36] spi: st-ssc4: use devm_platform_ioremap_resource() to simplify code, YueHaibing
[PATCH -next 27/36] spi: sirf: use devm_platform_ioremap_resource() to simplify code, YueHaibing
[PATCH -next 30/36] spi: sun6i: use devm_platform_ioremap_resource() to simplify code, YueHaibing
[PATCH -next 32/36] spi: uniphier: use devm_platform_ioremap_resource() to simplify code, YueHaibing
[PATCH -next 33/36] spi: xlp: use devm_platform_ioremap_resource() to simplify code, YueHaibing
[PATCH -next 31/36] spi: tegra: use devm_platform_ioremap_resource() to simplify code, YueHaibing
[PATCH -next 34/36] spi: zynqmp: use devm_platform_ioremap_resource() to simplify code, YueHaibing
[PATCH -next 36/36] spi: fsl-spi: use devm_platform_ioremap_resource() to simplify code, YueHaibing
[PATCH -next 35/36] spi: zynq-qspi: use devm_platform_ioremap_resource() to simplify code, YueHaibing
[PATCH -next 29/36] spi: sun4i: use devm_platform_ioremap_resource() to simplify code, YueHaibing
[PATCH -next 23/36] spi: spi-qcom-qspi: use devm_platform_ioremap_resource() to simplify code, YueHaibing
[PATCH -next 19/36] spi: npcm: use devm_platform_ioremap_resource() to simplify code, YueHaibing
[PATCH -next 21/36] spi: oc-tiny: use devm_platform_ioremap_resource() to simplify code, YueHaibing
[PATCH -next 11/36] spi: coldfire-qspi: use devm_platform_ioremap_resource() to simplify code, YueHaibing
[PATCH] gpiolib: of: fix fallback quirks handling,
Dmitry Torokhov
[PATCH AUTOSEL 4.19 074/167] spi: spi-gpio: fix SPI_CS_HIGH capability, Sasha Levin
[PATCH][spi-next] spi: npcm-fiu: fix spelling mistake "frequancy" -> "frequency",
Colin King
[PATCH] spi: spi-fsl-dspi: Fix race condition in TCFQ/EOQ interrupt,
Vladimir Oltean
[PATCH] spi: spi-synquacer: fix set_cs handling,
Masahisa Kojima
[PATCH 0/3] spi: uniphier: introduce polling mode and fix bug,
Keiji Hayashibara
RT and PTP system timestamping, Vladimir Oltean
[PATCH] spi: ep93xx: Repair SPI CS lookup tables,
Alexander Sverdlin
[PATCH V3 1/1] spi: bcm-qspi: Make BSPI default mode,
Rayagonda Kokatanur
[PATCH] spi: dw-pci: Add MODULE_DEVICE_TABLE,
Jarkko Nikula
[PATCH V2 1/1] spi: bcm-qspi: Make BSPI default mode,
Rayagonda Kokatanur
[PATCH v3 0/2] spi: add NPCM FIU controller driver,
Tomer Maimon
[PATCH 0/1] Fix shared IRQ behavior in spi-fsl-dspi,
Vladimir Oltean
[PATCH v2 0/5] Poll mode for NXP DSPI driver,
Vladimir Oltean
Is there a "spimon" anywhere? Also spi flash data rate question,
Daniel Santos
[PATCH] dt-bindings: spi: Fix the number of CS lines documented as an example,
Manivannan Sadhasivam
[PATCH spi for-5.4 0/5] Deterministic SPI latency with NXP DSPI driver,
Vladimir Oltean
[PATCH spi for-5.4 00/14] NXP DSPI driver cleanup,
Vladimir Oltean
- [PATCH spi for-5.4 02/14] spi: spi-fsl-dspi: Remove unused defines and includes, Vladimir Oltean
- [PATCH spi for-5.4 03/14] spi: spi-fsl-dspi: Use BIT() and GENMASK() macros, Vladimir Oltean
- [PATCH spi for-5.4 01/14] spi: spi-fsl-dspi: Fix code alignment, Vladimir Oltean
- [PATCH spi for-5.4 04/14] spi: spi-fsl-dspi: Demistify magic value in SPI_SR_CLEAR, Vladimir Oltean
- [PATCH spi for-5.4 05/14] spi: spi-fsl-dspi: Change usage pattern of SPI_MCR_* and SPI_CTAR_* macros, Vladimir Oltean
- [PATCH spi for-5.4 06/14] spi: spi-fsl-dspi: Reduce indentation in dspi_release_dma(), Vladimir Oltean
- [PATCH spi for-5.4 07/14] spi: spi-fsl-dspi: Remove unused initialization of 'ret' in dspi_probe, Vladimir Oltean
- [PATCH spi for-5.4 08/14] spi: spi-fsl-dspi: Remove pointless assignment of master->transfer to NULL, Vladimir Oltean
- [PATCH spi for-5.4 10/14] spi: spi-fsl-dspi: Use reverse Christmas tree declaration order, Vladimir Oltean
- [PATCH spi for-5.4 09/14] spi: spi-fsl-dspi: Replace legacy spi_master names with spi_controller, Vladimir Oltean
- [PATCH spi for-5.4 11/14] spi: spi-fsl-dspi: Fix typos, Vladimir Oltean
- [PATCH spi for-5.4 12/14] spi: spi-fsl-dspi: Move dspi_interrupt above dspi_transfer_one_message, Vladimir Oltean
- [PATCH spi for-5.4 13/14] spi: spi-fsl-dspi: Reduce indentation level in dspi_interrupt, Vladimir Oltean
- [PATCH spi for-5.4 14/14] spi: spi-fsl-dspi: Remove impossible to reach error check, Vladimir Oltean
- Re: [PATCH spi for-5.4 00/14] NXP DSPI driver cleanup, Mark Brown
[PATCH] spi: zynq-qspi: Fix missing spi_unregister_controller when unload module,
Axel Lin
[PATCH] spi: pxa2xx: restore lpss state after resume,
Curtis Malainey
[PATCH] gpio: of: fix Freescale SPI CS quirk handling,
Andreas Kemnade
[RFC PATCH net-next 00/11] Deterministic SPI latency on NXP,
Vladimir Oltean
- [RFC PATCH net-next 01/11] net: dsa: sja1105: Add a debugging GPIO for monitoring SPI latency, Vladimir Oltean
- [RFC PATCH net-next 03/11] spi: Add a PTP system timestamp to the transfer structure, Vladimir Oltean
- [RFC PATCH net-next 05/11] spi: spi-fsl-dspi: Use poll mode in case the platform IRQ is missing, Vladimir Oltean
- [RFC PATCH net-next 04/11] spi: spi-fsl-dspi: Cosmetic cleanup, Vladimir Oltean
- [RFC PATCH net-next 07/11] spi: spi-fsl-dspi: Add a debugging GPIO for monitoring latency, Vladimir Oltean
- [RFC PATCH net-next 11/11] ARM: dts: ls1021a-tsn: Reduce the SJA1105 SPI frequency for debug, Vladimir Oltean
- [RFC PATCH net-next 10/11] ARM: dts: ls1021a-tsn: Use the DSPI controller in poll mode, Vladimir Oltean
- [RFC PATCH net-next 09/11] ARM: dts: ls1021a-tsn: Add debugging GPIOs for the SJA1105 and DSPI drivers, Vladimir Oltean
- [RFC PATCH net-next 08/11] spi: spi-fsl-dspi: Disable interrupts and preemption during poll mode transfer, Vladimir Oltean
- [RFC PATCH net-next 06/11] spi: spi-fsl-dspi: Implement the PTP system timestamping, Vladimir Oltean
- [RFC PATCH net-next 02/11] net: dsa: sja1105: Implement the .gettimex64 system call for PTP, Vladimir Oltean
[PATCH AUTOSEL 5.2 024/123] spi: pxa2xx: Balance runtime PM enable/disable on error, Sasha Levin
[PATCH AUTOSEL 5.2 074/123] spi: pxa2xx: Add support for Intel Tiger Lake, Sasha Levin
[Patch v4 1/3] dt-bindings: spi: spi-fsl-qspi: Add ls2080a compatibility string to bindings,
Ashish Kumar
[PATCH] spi: dw-pci: Add support for Intel Elkhart Lake PSE SPI,
Jarkko Nikula
[PATCH 00/16] ARM: remove ks8695 and w90x900 platforms,
Arnd Bergmann
[PATCH 07/22] ARM: omap1: move perseus spi pinconf to board file,
Arnd Bergmann
[PATCH] spi: Rename of_spi_register_master() function,
Linus Walleij
[PATCH v2 0/2] spi: add NPCM FIU controller driver,
Tomer Maimon
Re: [PATCH v2 2/2] spi: npcm-fiu: add NPCM FIU controller driver, Benjamin Fair
[PATCH v2 1/2] dt-binding: spi: add NPCM FIU controller, Tomer Maimon
[PATCH 0/9] dt-bindings: first tentative of conversion to yaml format,
Neil Armstrong
[PATCH] spi: sh-msiof: Use devm_platform_ioremap_resource() helper,
Geert Uytterhoeven
[PATCH v1 1/1] spi: bcm-qspi: Make BSPI default mode,
Rayagonda Kokatanur
[PATCH v1 1/1] spi: bcm-qspi: Fix BSPI QUAD and DUAL mode support when using flex mode,
Rayagonda Kokatanur
[PATCH v17 0/2] spi: Add Renesas R-Car Gen3 RPC-IF SPI driver,
Mason Yang
[GIT PULL] SPI fixes for v5.3,
Mark Brown
[RFCv2 0/9] dt-bindings: first tentative of conversion to yaml format,
Neil Armstrong
[PATCH v4] spi: bcm2835: Convert to use CS GPIO descriptors,
Linus Walleij
[PATCH v2] spi: fsl: Convert to use CS GPIO descriptors,
Linus Walleij
[PATCH 00/10] Raspberry Pi SPI speedups,
Lukas Wunner
- [PATCH 02/10] dmaengine: bcm2835: Allow cyclic transactions without interrupt, Lukas Wunner
- [PATCH 01/10] dmaengine: bcm2835: Allow reusable descriptors, Lukas Wunner
- [PATCH 04/10] spi: bcm2835: Drop dma_pending flag, Lukas Wunner
- [PATCH 05/10] spi: bcm2835: Work around DONE bit erratum, Lukas Wunner
- [PATCH 06/10] spi: bcm2835: Cache CS register value for ->prepare_message(), Lukas Wunner
- [PATCH 07/10] spi: bcm2835: Speed up TX-only DMA transfers by clearing RX FIFO, Lukas Wunner
- [PATCH 03/10] spi: Guarantee cacheline alignment of driver-private data, Lukas Wunner
- [PATCH 08/10] dmaengine: bcm2835: Document struct bcm2835_dmadev, Lukas Wunner
- [PATCH 09/10] dmaengine: bcm2835: Avoid accessing memory when copying zeroes, Lukas Wunner
- [PATCH 10/10] spi: bcm2835: Speed up RX-only DMA transfers by zero-filling TX FIFO, Lukas Wunner
- Re: [PATCH 00/10] Raspberry Pi SPI speedups, Noralf Trønnes
- Re: [PATCH 00/10] Raspberry Pi SPI speedups, Stefan Wahren
- Re: [PATCH 00/10] Raspberry Pi SPI speedups, Stefan Wahren
- Re: [PATCH 00/10] Raspberry Pi SPI speedups, kernel
- Re: [PATCH 00/10] Raspberry Pi SPI speedups, Lukas Wunner
- Re: [PATCH 00/10] Raspberry Pi SPI speedups, Lukas Wunner
[PATCH] spi: atmel: add tracing to custom .transfer_one_message callback,
Uwe Kleine-König
[PATCH v1 0/2] spi: add NPCM FIU controller driver,
Tomer Maimon
[RFC 0/9] dt-bindings: first tentative of conversion to yaml format,
Neil Armstrong
[PATCH] spi: pxa2xx: Add support for Intel Tiger Lake,
Jarkko Nikula
[PATCH 5/5] spi: Reduce kthread priority,
Peter Zijlstra
[PATCH 1/3] dt-bindings: fsl: dspi: Add fsl,ls1088a-dspi compatible string,
Chuanhua Han
[PATCH 0/6] ReST conversion patches not applied yet,
Mauro Carvalho Chehab
[PATCH] spi: core: Use DEVICE_ATTR_RW() for SPI slave control sysfs attribute,
Geert Uytterhoeven
[PATCH v16 0/2] spi: Add Renesas R-Car Gen3 RPC-IF SPI driver,
Mason Yang
[PATCH v6 41/57] spi: Remove dev_err() usage after platform_get_irq(),
Stephen Boyd
[RFC v1 0/3] *spi-mem: adding setup and callback function,
Tomer Maimon
[RFC PATCH] spi: tle620x: remove stale driver,
Masahiro Yamada
[PATCH 5.2 49/66] Revert "gpio/spi: Fix spi-gpio regression on active high CS", Greg Kroah-Hartman
[PATCH v2 00/26] ReST conversion of text files without .txt extension,
Mauro Carvalho Chehab
[PATCH 0/6] Optimize Spreadtrum ADI driver,
Baolin Wang
[PATCH v15 0/2] spi: Add Renesas R-Car Gen3 RPC-IF SPI driver,
Mason Yang
[PATCH] spi: dw-pci: Use dev_get_drvdata,
Chuhong Yuan
[PATCH v3 2/7] drivers: Introduce device lookup variants by of_node,
Suzuki K Poulose
[Index of Archives]
[Security]
[Linux ARM]
[Fedora ARM]
[eCos]
[Linux MIPS]
[Bugtraq]