messages from 2018-04-28 08:30:49 to 2018-06-04 16:59:43 UTC [more...]
[PATCH v5 0/6] Driver for at91 usart in spi mode
2018-06-04 16:59 UTC (7+ messages)
` [PATCH v5 1/6] MAINTAINERS: add at91 usart mfd driver
` [PATCH v5 2/6] dt-bindings: add binding for atmel-usart in SPI mode
` [PATCH v5 3/6] mfd: at91-usart: added mfd driver for usart
` [PATCH v5 4/6] MAINTAINERS: add at91 usart spi driver
` [PATCH v5 5/6] spi: at91-usart: add driver for at91-usart as spi
` [PATCH v5 6/6] tty/serial: atmel: changed the driver to work under at91-usart mfd
[PATCH] spi: cadence: Change usleep_range() to udelay(), for atomic context
2018-06-04 11:24 UTC
[GIT PULL] spi updates for v4.18
2018-06-04 11:01 UTC
[PATCH v8 0/4] mtd: Add a SPI NAND driver
2018-06-04 10:04 UTC (12+ messages)
` [PATCH v8 1/4] mtd: nand: Add core infrastructure to support SPI NANDs
` [PATCH v8 2/4] dt-bindings: Add bindings for SPI NAND devices
` [PATCH v8 3/4] mtd: spinand: Add initial support for Micron MT29F2G01ABAGD
` [PATCH v8 4/4] mtd: spinand: Add initial support for Winbond W25M02GV
[RFC PATCH 0/2] spi: spi-mem: Add a direct mapping API
2018-06-01 14:36 UTC (3+ messages)
` [RFC PATCH 1/2] spi: spi-mem: Add a new API to support direct mapping
` [RFC PATCH 2/2] mtd: m25p80: Use the SPI mem direct API to possibly improve performances
[PATCH 00/11] Port the FSL QSPI driver to the SPI framework
2018-06-01 9:27 UTC (23+ messages)
` [PATCH 01/11] spi: spi-mem: Extend the SPI mem interface to set a custom memory name
` [PATCH 02/11] mtd: m25p80: Call spi_mem_get_name() to let controller set a custom name
` [PATCH 03/11] spi: Add a driver for the Freescale/NXP QuadSPI controller
` [PATCH 04/11] dt-bindings: spi: Move and adjust the bindings for the fsl-qspi driver
` [PATCH 05/11] ARM: dts: Reflect change of FSL QSPI driver and remove unused properties
` [PATCH 06/11] arm64: "
` [PATCH 07/11] ARM: defconfig: Use the new FSL QSPI driver under the SPI framework
` [PATCH 08/11] mtd: fsl-quadspi: Remove the driver as it was replaced by spi-fsl-qspi.c
` [PATCH 09/11] ARM: dts: ls1021a: Remove fsl,qspi-has-second-chip as it is not used
` [PATCH 10/11] ARM64: dts: ls1046a: Remove fsl, qspi-has-second-chip "
` [PATCH 11/11] MAINTAINERS: Move the Freescale QSPI driver to the SPI framework
[PATCH 1/4] hwspinlock: Add one new API to support getting a specific hwlock by the name
2018-06-01 9:04 UTC (4+ messages)
` [PATCH 2/4] hwspinlock: Add devm_xxx() APIs to request/free hwlock
` [PATCH 3/4] spi: sprd: Replace of_hwspin_lock_get_id() with of_hwspin_lock_get_id_byname()
` [PATCH 4/4] spi: sprd: Change to use devm_hwspin_lock_request_specific()
[PATCH v4 0/6] Driver for at91 usart in spi mode
2018-05-31 1:02 UTC (17+ messages)
` [PATCH v4 1/6] MAINTAINERS: add at91 usart mfd driver
` [PATCH v4 2/6] dt-bindings: add binding for atmel-usart in SPI mode
` [PATCH v4 3/6] mfd: at91-usart: added mfd driver for usart
` [PATCH v4 4/6] MAINTAINERS: add at91 usart spi driver
` [PATCH v4 5/6] spi: at91-usart: add driver for at91-usart as spi
` [PATCH v4 6/6] tty/serial: atmel: changed the driver to work under at91-usart mfd
[PATCH v2] spi: bcm2835aux: ensure interrupts are enabled for shared handler
2018-05-30 21:44 UTC (3+ messages)
[PATCH v2 0/6] Driver for at91 usart in spi mode
2018-05-29 8:33 UTC (9+ messages)
` [PATCH v2 1/6] MAINTAINERS: add at91 usart mfd driver
` [PATCH v2 2/6] mfd: at91-usart: added mfd driver for usart
` [PATCH v2 3/6] MAINTAINERS: add at91 usart spi driver
` [PATCH v2 4/6] dt-bindings: add binding for at91-usart in spi mode
` [PATCH v2 5/6] spi: at91-usart: add driver for at91-usart as spi
` [PATCH v2 6/6] tty/serial: atmel: changed the driver to work under at91-usart mfd
[PATCH v3 0/6] Driver for at91 usart in spi mode
2018-05-25 14:07 UTC (32+ messages)
` [PATCH v3 1/6] MAINTAINERS: add at91 usart mfd driver
` [PATCH v3 2/6] mfd: at91-usart: added mfd driver for usart
` [PATCH v3 3/6] MAINTAINERS: add at91 usart spi driver
` [PATCH v3 4/6] dt-bindings: add binding for at91-usart in spi mode
` [PATCH v3 5/6] spi: at91-usart: add driver for at91-usart as spi
` [PATCH v3 6/6] tty/serial: atmel: changed the driver to work under at91-usart mfd
[RESEND PATCH] ARM: dts: imx6q: Use correct SDMA script for SPI5 core
2018-05-24 19:46 UTC
[PATCH] spi: spi-geni-qcom: Add SPI driver support for GENI based QUP
2018-05-24 16:29 UTC (12+ messages)
[PATCH v4 0/7] spi: Extend the framework to generically support memory devices
2018-05-24 7:43 UTC (17+ messages)
` [PATCH v4 1/7] spi: Extend the core to ease integration of SPI memory controllers
` [PATCH v4 2/7] spi: Make support for regular transfers optional when ->mem_ops != NULL
` [PATCH v4 5/7] spi: ti-qspi: Implement the spi_mem interface
` Applied "spi: ti-qspi: Implement the spi_mem interface" to the spi tree
` [PATCH v4 6/7] mtd: spi-nor: Use the spi_mem_xx() API
` [PATCH v4 7/7] spi: Get rid of the spi_flash_read() API
[PATCH] ARM: dts: imx6q: Use correct SDMA script for SPI5 core
2018-05-22 17:49 UTC
[PATCH] mtd: devices: m25p80: Use spi_mem_set_drvdata() instead of spi_set_drvdata()
2018-05-22 10:55 UTC
[PATCH v2 0/6] spi: Add support for DMA transfers in sun6i SPI driver
2018-05-18 14:29 UTC (8+ messages)
` [PATCH v2 1/6] spi: sun6i: coding style/readability improvements
` [PATCH v2 2/6] spi: sun6i: handle chip select polarity flag
` [PATCH v2 3/6] spi: sun6i: restrict transfer length in PIO-mode
[GIT PULL] spi fixes for v4.17
2018-05-18 10:02 UTC (2+ messages)
[PATCH] spi: spi-s3c64xx: Fix system resume support
2018-05-18 8:34 UTC (4+ messages)
Applied "spi: spi-s3c64xx: Fix system resume support" to the spi tree
2018-05-17 16:42 UTC
[PATCH v3 0/9] spi: Extend the framework to generically support memory devices
2018-05-11 9:24 UTC (3+ messages)
` [PATCH v3 9/9] spi: Get rid of the spi_flash_read() API
[PATCH v3 3/9] spi: Extend the core to ease integration of SPI memory controllers
2018-05-11 2:58 UTC (2+ messages)
` Applied "spi: Extend the core to ease integration of SPI memory controllers" to the spi tree
[PATCH v2 06/10] spi: bcm-qspi: Implement the spi_mem interface
2018-05-11 2:56 UTC (2+ messages)
` Applied "spi: bcm-qspi: Implement the spi_mem interface" to the spi tree
[PATCH v2 09/10] mtd: spi-nor: Use the spi_mem_xx() API
2018-05-11 2:55 UTC (2+ messages)
` Applied "mtd: spi-nor: Use the spi_mem_xx() API" to the spi tree
Applied "spi: pxa2xx: Allow 64-bit DMA" to the spi tree
2018-05-09 8:19 UTC (5+ messages)
[PATCH v2 00/10] spi: Extend the framework to generically support memory devices
2018-05-07 9:35 UTC (3+ messages)
` [PATCH v2 07/10] spi: bcm53xx: Implement the spi_mem interface
[PATCH v3 00/20] Allow compile-testing NO_DMA (drivers)
2018-05-07 7:21 UTC (6+ messages)
` [PATCH v3 09/20] iommu: Remove depends on HAS_DMA in case of platform dependency
` [PATCH v3 12/20] media: "
[PATCH 0/3] spi: meson-axg: add few enhanced features
2018-05-05 0:58 UTC (11+ messages)
` [PATCH 1/3] spi: meson-axg: support MAX 80M clock
` [PATCH 2/3] spi: meson-axg: enhance output enable feature
` [PATCH 3/3] spi: meson-axg: add a linear clock divider support
[PATCH] spi: pxa2xx: check clk_prepare_enable() return value
2018-05-03 23:40 UTC (2+ messages)
` Applied "spi: pxa2xx: check clk_prepare_enable() return value" to the spi tree
[PATCH] spi: bcm2835aux: ensure interrupts are enabled for shared handler
2018-05-03 23:19 UTC (7+ messages)
` Applied "spi: bcm2835aux: ensure interrupts are enabled for shared handler" to the spi tree
[LSF/MM TOPIC NOTES] x86 ZONE_DMA love
2018-05-03 12:13 UTC (18+ messages)
[PATCH] spi: mediatek: Use of_device_get_match_data()
2018-05-01 20:35 UTC (3+ messages)
[RFC 05/10] i2c: s3c2410: Remove support for Exynos5440
2018-05-01 14:45 UTC (7+ messages)
` [RFC 01/10] ARM: dts: exynos: Remove Exynos5440
` [RFC 02/10] ata: ahci-platform: Remove support for Exynos5440
` [RFC 03/10] cpufreq: exynos: "
` [RFC 06/10] thermal: samsung: "
` [PATCH] "
[PATCH] spi: meson-axg: Fix error handling in meson_spicc_probe()
2018-04-28 22:46 UTC (2+ messages)
` [PATCH v2] spi: meson-spicc: "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).