linux-2.6-microblaze.git
2024-03-05 Tudor Ambarusspi: s3c64xx: switch exynos850 to new port config data
2024-03-05 Tudor Ambarusspi: s3c64xx: switch gs101 to new port config data
2024-03-05 Tudor Ambarusspi: s3c64xx: deprecate fifo_lvl_mask, rx_lvl_offset...
2024-03-05 Tudor Ambarusspi: s3c64xx: get rid of the OF alias ID dependency
2024-03-05 Tudor Ambarusspi: s3c64xx: introduce s3c64xx_spi_set_port_id()
2024-03-05 Tudor Ambarusspi: s3c64xx: let the SPI core determine the bus number
2024-03-05 Tudor Ambarusspi: s3c64xx: allow FIFO depth to be determined from...
2024-03-05 Tudor Ambarusspi: s3c64xx: retrieve the FIFO depth from the device...
2024-03-05 Tudor Ambarusspi: s3c64xx: determine the fifo depth only once
2024-03-05 Tudor Ambarusspi: s3c64xx: allow full FIFO masks
2024-03-05 Tudor Ambarusspi: s3c64xx: define a magic value
2024-03-05 Tudor Ambarusspi: dt-bindings: introduce FIFO depth properties
2024-03-04 Mark Brownspi: axi-spi-engine: small cleanups
2024-03-04 David Lechnerspi: axi-spi-engine: use struct_size() macro
2024-03-04 David Lechnerspi: axi-spi-engine: use __counted_by() attribute
2024-03-04 David Lechnerspi: axi-spi-engine: remove p from struct spi_engine_me...
2024-03-04 Tudor Ambarusspi: dt-bindings: samsung: make dma properties not...
2024-02-29 Andy Shevchenkospi: stm32-qspi: Replace of_gpio.h by proper one
2024-02-29 Andy Shevchenkospi: pic32: Replace of_gpio.h by proper one
2024-02-28 Varshini Rajendranspi: dt-bindings: atmel,at91rm9200-spi: remove 9x60...
2024-02-27 Uwe Kleine... spi: ppc4xx: Fix fallout from rename in struct spi_bitbang
2024-02-26 Mark Brownspi: add support for pre-cooking messages
2024-02-26 Théo Lebrunspi: spi-mem: add statistics support to ->exec_op(...
2024-02-26 David Lechnerspi: axi-spi-engine: move message compile to optimize_m...
2024-02-26 David Lechnerspi: stm32: move splitting transfers to optimize_message
2024-02-26 David Lechnerspi: move splitting transfers to spi_optimize_message()
2024-02-26 David Lechnerspi: add spi_optimize_message() APIs
2024-02-21 Théo Lebrunspi: cadence-qspi: report correct number of chip-select
2024-02-21 Théo Lebrunspi: cadence-qspi: set maximum chip-select to 4
2024-02-21 Théo Lebrunspi: cadence-qspi: assert each subnode flash CS is...
2024-02-19 Randy Dunlapspi: spi-summary.rst: fix underline length
2024-02-15 Dhruva Golespi: Update the "master/slave" terminology in documentation
2024-02-15 Colin Ian Kingspi: dw: remove redundant assignment to variable len
2024-02-13 Dan Carpenterspi: mchp-pci1xxxx: release resources on error in probe()
2024-02-09 Andy Shevchenkospi: gpio: Follow renaming of SPI "master" to "controller"
2024-02-08 Krzysztof Kozlowskispi: pxa2xx: Use typedef for dma_filter_fn
2024-02-08 Krzysztof Kozlowskispi: pl022: Add missing dma_filter field kerneldoc
2024-02-08 Krzysztof Kozlowskispi: pl022: Use typedef for dma_filter_fn
2024-02-08 Mark Brownspi: s3c64xx: straightforward cleanup
2024-02-08 Mark Brownspi: get rid of some legacy macros
2024-02-08 Mark Brownspi: s3c64xx: add support for google,gs101-spi
2024-02-08 Thangaraj Samynathanspi: mchp-pci1xxxx: DMA support for copying data to...
2024-02-08 Thangaraj Samynathanspi: mchp-pci1xxxx: Add support for DMA in SPI
2024-02-08 Tudor Ambarusspi: s3c64xx: add support for google,gs101-spi
2024-02-08 Tudor Ambarusspi: s3c64xx: add s3c64xx_iowrite{8,16}_32_rep accessors
2024-02-08 Tudor Ambarusspi: s3c64xx: prepare for a different flavor of iowrite rep
2024-02-08 Tudor Ambarusspi: dt-bindings: samsung: add google,gs101-spi compatible
2024-02-08 Tudor Ambarusspi: s3c64xx: drop a superfluous bitwise NOT operation
2024-02-08 Tudor Ambarusspi: s3c64xx: remove duplicated definition
2024-02-08 Tudor Ambarusspi: s3c64xx: downgrade dev_warn to dev_dbg for optiona...
2024-02-08 Tudor Ambarusspi: s3c64xx: drop blank line between declarations
2024-02-08 Tudor Ambarusspi: s3c64xx: return ETIMEDOUT for wait_for_completion_...
2024-02-08 Tudor Ambarusspi: s3c64xx: rename prepare_dma() to s3c64xx_prepare_dma()
2024-02-08 Tudor Ambarusspi: s3c64xx: propagate the dma_submit_error() error...
2024-02-08 Tudor Ambarusspi: s3c64xx: check return code of dmaengine_slave_config()
2024-02-08 Tudor Ambarusspi: s3c64xx: move common code outside if else
2024-02-08 Tudor Ambarusspi: s3c64xx: remove else after return
2024-02-08 Tudor Ambarusspi: s3c64xx: remove unneeded (void *) casts in of_matc...
2024-02-08 Tudor Ambarusspi: s3c64xx: fix typo, s/configuartion/configuration
2024-02-08 Tudor Ambarusspi: s3c64xx: avoid possible negative array index
2024-02-08 Tudor Ambarusspi: s3c64xx: explicitly include <linux/types.h>
2024-02-08 Tudor Ambarusspi: s3c64xx: explicitly include <linux/bits.h>
2024-02-08 Tudor Ambarusspi: s3c64xx: explicitly include <linux/io.h>
2024-02-08 Tudor Ambarusspi: s3c64xx: sort headers alphabetically
2024-02-08 Uwe Kleine... Documentation: spi: Update documentation for renaming...
2024-02-08 Uwe Kleine... spi: Drop compat layer from renaming "master" to "contr...
2024-02-08 Uwe Kleine... spi: fsl-lib: Follow renaming of SPI "master" to "contr...
2024-02-08 Uwe Kleine... wifi: libertas: Follow renaming of SPI "master" to...
2024-02-08 Uwe Kleine... video: fbdev: mmp: Follow renaming of SPI "master"...
2024-02-08 Uwe Kleine... usb: gadget: max3420_udc: Follow renaming of SPI "maste...
2024-02-08 Uwe Kleine... tpm_tis_spi: Follow renaming of SPI "master" to "contro...
2024-02-08 Uwe Kleine... staging: greybus: spi: Follow renaming of SPI "master...
2024-02-08 Uwe Kleine... staging: fbtft: Follow renaming of SPI "master" to...
2024-02-08 Uwe Kleine... spi: spidev: Follow renaming of SPI "master" to "contro...
2024-02-08 Uwe Kleine... spi: slave-mt27xx: Follow renaming of SPI "master"...
2024-02-08 Uwe Kleine... spi: loopback-test: Follow renaming of SPI "master...
2024-02-08 Uwe Kleine... spi: geni-qcom: Follow renaming of SPI "master" to...
2024-02-08 Uwe Kleine... spi: cavium: Follow renaming of SPI "master" to "contro...
2024-02-08 Uwe Kleine... spi: cadence-quadspi: Follow renaming of SPI "master...
2024-02-08 Uwe Kleine... spi: cadence-quadspi: Don't emit error message on alloc...
2024-02-08 Uwe Kleine... spi: bitbang: Follow renaming of SPI "master" to "contr...
2024-02-08 Uwe Kleine... platform/chrome: cros_ec_spi: Follow renaming of SPI...
2024-02-08 Uwe Kleine... net: vertexcom: mse102x: Follow renaming of SPI "master...
2024-02-08 Uwe Kleine... net: ks8851: Follow renaming of SPI "master" to "contro...
2024-02-08 Uwe Kleine... mtd: dataflash: Follow renaming of SPI "master" to...
2024-02-08 Uwe Kleine... mmc: mmc_spi: Follow renaming of SPI "master" to "contr...
2024-02-08 Uwe Kleine... misc: gehc-achc: Follow renaming of SPI "master" to...
2024-02-08 Uwe Kleine... media: v4l2-subdev: Follow renaming of SPI "master...
2024-02-08 Uwe Kleine... media: usb/msi2500: Follow renaming of SPI "master...
2024-02-08 Uwe Kleine... media: netup_unidvb: Follow renaming of SPI "master...
2024-02-08 Uwe Kleine... media: mgb4: Follow renaming of SPI "master" to "contro...
2024-02-08 Uwe Kleine... Input: synaptics-rmi4 - follow renaming of SPI "master...
2024-02-08 Uwe Kleine... Input: pxspad - follow renaming of SPI "master" to...
2024-02-08 Uwe Kleine... iio: adc: ad_sigma_delta: Follow renaming of SPI "maste...
2024-02-08 Uwe Kleine... ieee802154: ca8210: Follow renaming of SPI "master...
2024-02-08 Uwe Kleine... fpga: ice40-spi: Follow renaming of SPI "master" to...
2024-02-07 David Lechnerspi: axi-spi-engine: move msg finalization out of irq...
2024-02-07 David Lechnerspi: axi-spi-engine: remove use of ida for sync id
2024-02-07 David Lechnerspi: drop gpf arg from __spi_split_transfer_maxsize()
2024-02-06 Mark Brownspi: fsl-dspi: A couple of error handling
next