Linux SPI
[Prev Page][Next Page]
- Re: [PATCH] spi: fsl-dspi: fix NULL pointer dereference, (continued)
- [PATCH 1/2] spi: spi-tegra20-sflash: remove redundant irqsave and irqrestore in hardIRQ,
Barry Song
- [GIT PULL] SPI fixes for v5.9-rc6,
Mark Brown
- [PATCH v3 0/6] spi: spi-mtk-nor: Add mt8192 support,
Ikjoon Jang
- [PATCH 0/3] spi: spi-mtk-nor: make use of full capability of program mode,
Chuanhong Guo
- [PATCH 0/4] Add IRQ mode support for hisi-sfc-v3xx driver and some cleanups,
Yicong Yang
- [RESEND v2 PATCH 0/3] spi: spi-zynqmp-gqspi: Update driver to use spi-mem framework,
Michal Simek
- [PATCH] spi: fsl-dspi: fix use-after-free in remove path,
Sascha Hauer
- [RESEND PATCH 0/3]spi: spi-zynqmp-gqspi: Update driver to use spi-mem framework,
Amit Kumar Mahapatra
- [PATCH v2] spi: spi-mtk-nor: fix timeout calculation overflow,
Chuanhong Guo
- [PATCH] spi: spi-mtk-nor: fix timeout calculation overflow,
Chuanhong Guo
- [PATCH 0/6] Fix use-after-free in SPI drivers,
Sascha Hauer
- [PATCH -next] spi: npcm-fiu: simplify the return expression of npcm_fiu_probe(),
Qinglang Miao
- users of spi_unregister_controller() broken?,
Sascha Hauer
- [PATCH v2] spi: atmel: Exposing effective spi speed,
Thomas Kopp
- [PATCH 00/14] drop double zeroing,
Julia Lawall
- [PATCH v2 00/11] spi: dw-dma: Add max SG entries burst capability support,
Serge Semin
- [PATCH v2 02/11] spi: dw-dma: Fail DMA-based transfer if no Tx-buffer specified, Serge Semin
- [PATCH v2 07/11] spi: dw-dma: Remove DMA Tx-desc passing around, Serge Semin
- [PATCH v2 09/11] spi: dw-dma: Move DMAC register cleanup to DMA transfer method, Serge Semin
- [PATCH v2 04/11] spi: dw-dma: Check rx_buf availability in the xfer method, Serge Semin
- [PATCH v2 03/11] spi: dw-dma: Configure the DMA channels in dma_setup, Serge Semin
- [PATCH v2 05/11] spi: dw-dma: Move DMA transfers submission to the channels prep methods, Serge Semin
- [PATCH v2 08/11] spi: dw-dma: Detach DMA transfer into a dedicated method, Serge Semin
- [PATCH v2 01/11] spi: dw-dma: Set DMA Level registers on init, Serge Semin
- [PATCH v2 06/11] spi: dw-dma: Check DMA Tx-desc submission status, Serge Semin
- [PATCH v2 10/11] spi: dw-dma: Pass exact data to the DMA submit and wait methods, Serge Semin
- [PATCH v2 11/11] spi: dw-dma: Add one-by-one SG list entries transfer, Serge Semin
- Re: [PATCH v2 00/11] spi: dw-dma: Add max SG entries burst capability support, Mark Brown
- [PATCH 00/30] spi: dw: Add full Baikal-T1 SPI Controllers support,
Serge Semin
- [PATCH 01/30] spi: dw: Discard IRQ threshold macro, Serge Semin
- [PATCH 02/30] spi: dw: Use ternary op to init set_cs callback, Serge Semin
- [PATCH 03/30] spi: dw: Initialize n_bytes before the memory barrier, Serge Semin
- [PATCH 11/30] spi: dw: Add DWC SSI capability, Serge Semin
- [PATCH 08/30] spi: dw: Discard DW SSI chip type storages, Serge Semin
- [PATCH 14/30] spi: dw: Simplify the SPI bus speed config procedure, Serge Semin
- [PATCH 27/30] spi: dw: Introduce max mem-ops SPI bus frequency setting, Serge Semin
- [PATCH 24/30] spi: dw: Move num-of retries parameter to the header file, Serge Semin
- [PATCH 18/30] spi: dw: Refactor IRQ-based SPI transfer procedure, Serge Semin
- [PATCH 22/30] spi: dw: De-assert chip-select on reset, Serge Semin
- [PATCH 26/30] spi: dw: Add memory operations support, Serge Semin
- [PATCH 13/30] spi: dw: Update SPI bus speed in a config function, Serge Semin
- [PATCH 28/30] spi: dw: Add poll-based SPI transfers support, Serge Semin
- [PATCH 29/30] dt-bindings: spi: dw: Add Baikal-T1 SPI Controllers, Serge Semin
- [PATCH 23/30] spi: dw: Explicitly de-assert CS on SPI transfer completion, Serge Semin
- [PATCH 16/30] spi: dw: Add DW SPI controller config structure, Serge Semin
- [PATCH 19/30] spi: dw: Perform IRQ setup in a dedicated function, Serge Semin
- [PATCH 17/30] spi: dw: Refactor data IO procedure, Serge Semin
- [PATCH 25/30] spi: dw: Add generic DW SSI status-check method, Serge Semin
- [PATCH 20/30] spi: dw: Unmask IRQs after enabling the chip, Serge Semin
- [PATCH 15/30] spi: dw: Update Rx sample delay in the config function, Serge Semin
- [PATCH 21/30] spi: dw: Discard chip enabling on DMA setup error, Serge Semin
- [PATCH 07/30] spi: dw: Use relaxed IO-methods to access FIFOs, Serge Semin
- [PATCH 05/30] spi: dw: Clear IRQ status on DW SPI controller reset, Serge Semin
- [PATCH 09/30] spi: dw: Convert CS-override to DW SPI capabilities, Serge Semin
- [PATCH 12/30] spi: dw: Detach SPI device specific CR0 config method, Serge Semin
- [PATCH 10/30] spi: dw: Add KeemBay Master capability, Serge Semin
- [PATCH 06/30] spi: dw: Disable all IRQs when controller is unused, Serge Semin
- [PATCH 04/30] Revert: spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent calls, Serge Semin
- [PATCH 30/30] spi: dw: Add Baikal-T1 SPI Controller glue driver, Serge Semin
- Re: [PATCH 00/30] spi: dw: Add full Baikal-T1 SPI Controllers support, Mark Brown
- Re: [PATCH 00/30] spi: dw: Add full Baikal-T1 SPI Controllers support, Mark Brown
- [PATCH] spi: atmel: Exposing effective spi speed,
Thomas Kopp
- [PATCH v2 0/5] spi: spi-mtk-nor: Add mt8192 support.,
Ikjoon Jang
- [PATCH] spi: spi-imx: spi_imx_transfer(): add support for effective_speed_hz,
Marc Kleine-Budde
- [PATCH] spi: lantiq: remove redundant irqsave and irqrestore in hardIRQ,
Barry Song
- [PATCH] spi: xilinx: Fix info message during probe,
Ricardo Ribalda
- [PATCH] spi: bcm2835: mark polling_limit_us as static,
Marc Kleine-Budde
- [PATCH] spi: dw-pci: free previously allocated IRQs if desc->setup() fails,
Jay Fang
- [PATCH AUTOSEL 5.8 11/29] spi: spi-loopback-test: Fix out-of-bounds read, Sasha Levin
- [PATCH AUTOSEL 5.8 26/29] spi: Fix memory leak on splited transfers, Sasha Levin
- [PATCH AUTOSEL 5.4 06/22] spi: spi-loopback-test: Fix out-of-bounds read, Sasha Levin
- [PATCH AUTOSEL 5.4 20/22] spi: Fix memory leak on splited transfers, Sasha Levin
- [PATCH AUTOSEL 4.19 06/19] spi: spi-loopback-test: Fix out-of-bounds read, Sasha Levin
- [PATCH AUTOSEL 4.19 17/19] spi: Fix memory leak on splited transfers, Sasha Levin
- [PATCH AUTOSEL 4.14 06/15] spi: spi-loopback-test: Fix out-of-bounds read, Sasha Levin
- [PATCH AUTOSEL 4.14 13/15] spi: Fix memory leak on splited transfers, Sasha Levin
- [PATCH AUTOSEL 4.9 05/10] spi: spi-loopback-test: Fix out-of-bounds read, Sasha Levin
- [PATCH] spi: imx: Fix the number of chipselects count,
Fabio Estevam
- [PATCH 1/3] spi: spi-geni-qcom: Use the FIFO even more,
Douglas Anderson
- [PATCH] spi: spi-geni-qcom: Don't wait to start 1st transfer if transmitting,
Douglas Anderson
- [PATCH] spi: bcm2835: Make polling_limit_us static,
Jason Yan
- [PATCH v3] spi: spi-nxp-fspi: Add ACPI support,
kuldip dwivedi
- [GIT PULL] SPI fixes for v5.9-rc4,
Mark Brown
- [PATCH v2] spi: spi-nxp-fspi: Add ACPI support,
kuldip dwivedi
- [PATCH 1/4] dt-bindings: spi: Add compatible string for brcmstb SoCs,
Ray Jui
- [PATCH REBASE] spi: sprd: Simplify with dev_err_probe(),
Krzysztof Kozlowski
- [PATCH] spi: qup: remove redundant assignment to variable ret,
Colin King
- [PATCH] Revert "spi: omap2-mcspi: Switch to readl_poll_timeout()",
Aswath Govindraju
- [PATCH] spi: spi-fsl-dspi: use XSPI mode instead of DMA for DPAA2 SoCs,
Vladimir Oltean
- [PATCH] spi: spi-qcom-qspi: replace spin_lock_irqsave by spin_lock in hard IRQ,
Barry Song
- [PATCH 0/2] Add 36bit dma support to mediatek spi-nor controller.,
Ikjoon Jang
- [PATCH v2 0/6] spi: Fixes for FSI-attached controller,
Eddie James
- [PATCH 0/3]spi: spi-zynqmp-gqspi: Update driver to use spi-mem framework,
Amit Kumar Mahapatra
- [PATCH] spi: stm32: fix pm_runtime_get_sync() error checking,
Dan Carpenter
- [PATCH] spi: spidev: Remove redundant initialization of variable status,
Jay Fang
- [PATCH v3] spi: Fix memory leak on splited transfers,
Gustav Wiklander
- [PATCH v2] spi: Fix memory leak on splited transfers, Gustav Wiklander
- [bug report] spi: gpio: Use devm_spi_register_master(),
Dan Carpenter
- [PATCH v1] spi: spi-nxp-fspi: Add ACPI support,
kuldip dwivedi
- [PATCH] spi: Fix memory leak on splited transfers,
Gustav Wiklander
- [PATCH] spi: stm32: Rate-limit the 'Communication suspended' message,
Marek Vasut
- [PATCH] spi: qup: Allow for compile-testing on !ARM,
Alex Dewar
- [PATCH] spi: fsl-espi: Only process interrupts for expected events,
Chris Packham
- [PATCH] spi-imx: remove num-cs support, set num_chipselect to 4,
Matthias Schiffer
- spi-imx: correct interpretation of num-cs DT property?,
Matthias Schiffer
- [PATCH] spi: spi-loopback-test: Fix out-of-bounds read,
Vincent Whitchurch
- [PATCH 01/11] spi: sprd: Release DMA channel also on probe deferral,
Krzysztof Kozlowski
- [PATCH 02/11] spi: sprd: Simplify with dev_err_probe(), Krzysztof Kozlowski
- [PATCH 08/11] spi: stm32: Simplify with dev_err_probe(), Krzysztof Kozlowski
- [PATCH 11/11] spi: tegra20: Simplify with dev_err_probe(), Krzysztof Kozlowski
- [PATCH 10/11] spi: tegra114: Simplify with dev_err_probe(), Krzysztof Kozlowski
- [PATCH 09/11] spi: synquacer: Simplify with dev_err_probe(), Krzysztof Kozlowski
- [PATCH 07/11] spi: qcom-qspi: Simplify with dev_err_probe(), Krzysztof Kozlowski
- [PATCH 06/11] spi: spi-mux: Simplify with dev_err_probe(), Krzysztof Kozlowski
- [PATCH 05/11] spi: cadence-quadspi: Simplify with dev_err_probe(), Krzysztof Kozlowski
- [PATCH 04/11] spi: bcm2835: Simplify with dev_err_probe(), Krzysztof Kozlowski
- [PATCH 03/11] spi: atmel: Simplify with dev_err_probe(), Krzysztof Kozlowski
- Re: [PATCH 01/11] spi: sprd: Release DMA channel also on probe deferral, Chunyan Zhang
- Re: [PATCH 01/11] spi: sprd: Release DMA channel also on probe deferral, Mark Brown
- [PATCH v2] spi: spi-cadence-quadspi: Fix mapping of buffers for DMA reads,
Vignesh Raghavendra
- [PATCH v13 00/12] add ecspi ERR009165 for i.mx6/7 soc family,
Robin Gong
- [PATCH v13 01/12] Revert "ARM: dts: imx6q: Use correct SDMA script for SPI5 core", Robin Gong
- [PATCH v13 05/12] dmaengine: dma: imx-sdma: add fw_loaded and is_ram_script, Robin Gong
- [PATCH v13 07/12] spi: imx: fix ERR009165, Robin Gong
- [PATCH v13 08/12] spi: imx: remove ERR009165 workaround on i.mx6ul, Robin Gong
- [PATCH v13 09/12] dmaengine: imx-sdma: remove ERR009165 on i.mx6ul, Robin Gong
- [PATCH v13 10/12] dma: imx-sdma: add i.mx6ul compatible name, Robin Gong
- [PATCH v13 11/12] dmaengine: imx-sdma: add uart rom script, Robin Gong
- [PATCH v13 12/12] dmaengine: imx-sdma: add terminated list for freed descriptor in worker, Robin Gong
- [PATCH v13 06/12] dmaengine: imx-sdma: add mcu_2_ecspi script, Robin Gong
- [PATCH v13 04/12] dmaengine: imx-sdma: remove duplicated sdma_load_context, Robin Gong
- [PATCH v13 03/12] Revert "dmaengine: imx-sdma: refine to load context only once", Robin Gong
- [PATCH v13 02/12] Revert "ARM: dts: imx6: Use correct SDMA script for SPI cores", Robin Gong
- Re: [PATCH v13 00/12] add ecspi ERR009165 for i.mx6/7 soc family, Marco Felsch
- sysfs output without newlines,
Joe Perches
- [PATCH v1] spi: dw: Replace dma_request_slave_channel() with dma_request_chan(),
Andy Shevchenko
- [PATCH] spi: spi-cadence-quadspi: Fix mapping of buffers for DMA reads,
Vignesh Raghavendra
- [PATCH V2 0/8] opp: Unconditionally call dev_pm_opp_of_remove_table(),
Viresh Kumar
- Re: [PATCH 09/10] sh: don't allow non-coherent DMA for NOMMU,
Christoph Hellwig
- [PATCH 0/5] qspi binding and DTS fixes,
Florian Fainelli
- [PATCH v1 1/3] spi: pxa2xx: Update header block in pxa2xx_ssp.h,
Andy Shevchenko
- [PATCH] spi: spi-mtk-nor: support standard spi properties,
Ikjoon Jang
- [PATCH v2] spi: pxa2xx: Add SSC2 and SSPSP2 SSP registers,
Cezary Rojewski
- [PATCH] spi: spi-cadence-quadspi: Populate get_name() interface,
Vignesh Raghavendra
- [PATCH] spi: pxa2xx: Add SSC2 and SSPSP2 SSP registers,
Cezary Rojewski
- [PATCH] spi: spi-fsl-espi: Remove use of %p,
Chris Packham
- [PATCH v5 0/6] spi: Adding support for Microchip Sparx5 SoC,
Lars Povlsen
- [PATCH AUTOSEL 5.8 01/63] spi: stm32: clear only asserted irq flags on interrupt,
Sasha Levin
- [PATCH AUTOSEL 5.7 01/54] spi: stm32: clear only asserted irq flags on interrupt,
Sasha Levin
- [PATCH AUTOSEL 5.4 01/38] spi: stm32: clear only asserted irq flags on interrupt,
Sasha Levin
- [PATCH AUTOSEL 4.19 09/21] spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rate, Sasha Levin
- [PATCH AUTOSEL 4.14 05/11] spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rate, Sasha Levin
- [PATCH] spi: spi-fsl-dspi: delete EOQ transfer mode,
Vladimir Oltean
- Regarding possible bug in drivers/spi/spi-sh.c, Madhuparna Bhowmik
- [PATCH] MAINTAINERS: add myself as maintainer for spi-fsl-dspi driver,
Vladimir Oltean
- [PATCH v2 0/9] Some fixes for spi-s3c64xx,
Łukasz Stelmach
- Message not available
- Message not available
- Message not available
Message not available
Re: [PATCH v2 7/9] spi: spi-s3c64xx: Ensure cur_speed holds actual clock value, Tomasz Figa
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Re: [PATCH v2 RESEND 0/9] Some fixes for spi-s3c64xx, Mark Brown
[PATCH] spi: spi-fsl-dspi: Add ACPI support,
kuldip dwivedi
[PATCH 0/7] spi: Fix FSI-attached controller and AT25 drivers,
Eddie James
[PATCH 0/8] opp: Unconditionally call dev_pm_opp_of_remove_table(),
Viresh Kumar
[PATCH] dt-bindings: spi: Convert spi-mtk-nor to json-schema,
Ikjoon Jang
[PATCH v2 0/7] spi: rspi: Bit rate improvements,
Geert Uytterhoeven
[PATCH v2] spi: imx: Remove unneeded probe message,
Fabio Estevam
[PATCH 0/8] Some fixes for spi-s3c64xx,
Łukasz Stelmach
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Re: [PATCH 0/8] Some fixes for spi-s3c64xx, Krzysztof Kozlowski
[PATCH 1/2] spi: imx: Do not print an error when PIO is used,
Fabio Estevam
[GIT PULL] SPI fixes for v5.9-rc1,
Mark Brown
[PATCH] spi: lpspi: Remove CONFIG_PM_SLEEP ifdefery,
Fabio Estevam
[PATCH] arch: um: convert tasklets to use new tasklet_setup() API,
Allen Pais
- [PATCH] block: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH] char: ipmi: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH] driver: hv: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH] drivers: atm: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH] drivers: ntb: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH] drivers: rapidio: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH] drivers: s390: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH] drivers: vme: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH] drm: i915: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH] firewire: ohci: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH 1/2] hsi: nokia-modem: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH] input: serio: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH 1/2] mailbox: bcm: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH 1/2] memstick: jmb38x: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH 1/2] misc: ibmvmc: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH] net: atm: convert tasklets callbacks to use from_tasklet(), Allen Pais
- [PATCH] platform: goldfish: convert tasklets to use new tasklet_setup() API, Allen Pais
- Re: [PATCH] arch: um: convert tasklets to use new tasklet_setup() API, Richard Weinberger
- Re: [PATCH] arch: um: convert tasklets to use new tasklet_setup() API, Anton Ivanov
[PATCH] spi: spi-fsl-dspi: set ColdFire to DMA mode,
Angelo Dureghello
fsl_espi errors on v5.7.15,
Chris Packham
[Index of Archives]
[Security]
[Linux ARM]
[Fedora ARM]
[eCos]
[Linux MIPS]
[Bugtraq]