linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-15 02:31:52 to 2022-01-20 18:56:20 UTC [more...]

Patchwork housekeeping for: spi-devel-general
 2022-01-20 18:56 UTC 

[PATCH v4 0/9] Support Spi in i2c-multi-instantiate driver
 2022-01-20 18:39 UTC  (25+ messages)
` [PATCH v4 1/9] spi: Make spi_alloc_device and spi_add_device public again
` [PATCH v4 2/9] spi: Create helper API to lookup ACPI info for spi device
` [PATCH v4 3/9] spi: Support selection of the index of the ACPI Spi Resource before alloc
` [PATCH v4 4/9] spi: Add API to count spi acpi resources
` [PATCH v4 5/9] platform/x86: i2c-multi-instantiate: Rename it for a generic bus driver name
` [PATCH v4 6/9] platform/x86: bus-multi-instantiate: Reorganize I2C functions
` [PATCH v4 7/9] platform/x86: bus-multi-instantiate: Add SPI support
` [PATCH v4 8/9] ALSA: hda/realtek: Add support for HP Laptops
` [PATCH v4 9/9] ACPI / scan: Create platform device for CS35L41

[PATCH v5 0/4] spi: dt-bindings: samsung: convert to dtschema
 2022-01-20 18:25 UTC  (6+ messages)
` [PATCH v5 1/4] ARM: dts: exynos: split dmas into array of phandles in Exynos5250
` [PATCH v5 2/4] spi: dt-bindings: samsung: convert to dtschema
` [PATCH v5 3/4] mfd: dt-bindings: google,cros-ec: reference Samsung SPI bindings
` [PATCH v5 4/4] spi: s3c64xx: allow controller-data to be optional

[PATCH 1/3 v2] spi: s3c64xx: Delete unused boardfile helpers
 2022-01-20 15:44 UTC  (15+ messages)
` [PATCH 2/3 v2] spi: s3c64xx: Drop custom gpio setup argument
` [PATCH 3/3 v2] spi: s3c64xx: Convert to use GPIO descriptors

[PATCH v4 00/14] Update the Icicle Kit device tree
 2022-01-20 15:42 UTC  (27+ messages)
` [PATCH v4 01/14] dt-bindings: soc/microchip: update syscontroller compatibles
` [PATCH v4 02/14] dt-bindings: soc/microchip: add services as children of sys ctrlr
` [PATCH v4 03/14] dt-bindings: i2c: add bindings for microchip mpfs i2c
` [PATCH v4 04/14] dt-bindings: rtc: add bindings for microchip mpfs rtc
` [PATCH v4 05/14] dt-bindings: gpio: add bindings for microchip mpfs gpio
` [PATCH v4 06/14] dt-bindings: spi: add bindings for microchip mpfs spi
` [PATCH v4 07/14] dt-bindings: usb: add bindings for microchip mpfs musb
` [PATCH v4 08/14] dt-bindings: pwm: add microchip corepwm binding
` [PATCH v4 09/14] riscv: dts: microchip: use clk defines for icicle kit
` [PATCH v4 10/14] riscv: dts: microchip: add fpga fabric section to "
` [PATCH v4 11/14] riscv: dts: microchip: refactor icicle kit device tree
` [PATCH v4 12/14] riscv: dts: microchip: update peripherals in "
` [PATCH v4 13/14] riscv: dts: microchip: add new peripherals to "
` [PATCH v4 14/14] MAINTAINERS: update riscv/microchip entry

Patchwork housekeeping for: spi-devel-general
 2022-01-20 13:56 UTC 

[PATCH 1/2] platform: make platform_get_irq_optional() optional
 2022-01-20 11:27 UTC  (59+ messages)
                ` [PATCH] driver core: platform: Rename platform_get_irq_optional() to platform_get_irq_silent()

[PATCH v3 0/4] spi: dt-bindings: samsung: convert to dtschema
 2022-01-20 10:08 UTC  (11+ messages)
` [PATCH v3 1/4] ARM: dts: exynos: split dmas into array of phandles in Exynos5250
` [PATCH v3 2/4] spi: dt-bindings: samsung: convert to dtschema

[PATCH v6 0/2] Add spi control driver for Sunplus SP7021 SoC
 2022-01-20  9:51 UTC  (8+ messages)
` [PATCH v6 1/2] spi: Add spi driver for Sunplus SP7021
` [PATCH v6 2/2] dt-bindings:spi: Add Sunplus SP7021 schema

[PATCH v4 0/5] spi: dt-bindings: samsung: convert to dtschema
 2022-01-20  7:38 UTC  (8+ messages)
` [PATCH v4 1/5] ARM: dts: exynos: split dmas into array of phandles in Exynos5250
` [PATCH v4 2/5] spi: dt-bindings: samsung: convert to dtschema
` [PATCH v4 3/5] spi: dt-bindings: samsung: allow controller-data to be optional
` [PATCH v4 4/5] mfd: dt-bindings: google,cros-ec: reference Samsung SPI bindings
` [PATCH v4 5/5] spi: s3c64xx: allow controller-data to be optional

[PATCH v2] spi: mpc512x-psc: Convert to use GPIO descriptors
 2022-01-20  0:26 UTC 

Patchwork housekeeping for: spi-devel-general
 2022-01-19 20:56 UTC 

[PATCH 1/2] platform: make platform_get_irq_optional() optional
 2022-01-19 19:06 UTC  (12+ messages)
  ` [PATCH 1/2] platform: make platform_get_irq_optional() optional (summary)

[PATCH 0/2] spi: stm32: comments & SIMPLEX_RX fixes
 2022-01-19 18:02 UTC  (4+ messages)
` [PATCH 1/2] spi: stm32: remove inexistant variables in struct stm32_spi_cfg comment
` [PATCH 2/2] spi: stm32: make SPI_MASTER_MUST_TX flags only specific to STM32F4

[PATCH v3] spi: stm32-qspi: Update spi registering
 2022-01-19 18:02 UTC  (3+ messages)

[PATCH v3 00/10] Support Spi in i2c-multi-instantiate driver
 2022-01-19 17:48 UTC  (15+ messages)
` [PATCH v3 01/10] spi: Make spi_alloc_device and spi_add_device public again
` [PATCH v3 02/10] spi: Create helper API to lookup ACPI info for spi device
` [PATCH v3 03/10] spi: Support selection of the index of the ACPI Spi Resource before alloc
` [PATCH v3 04/10] spi: Add API to count spi acpi resources
` [PATCH v3 05/10] platform/x86: i2c-multi-instantiate: Move it to drivers/acpi folder
` [PATCH v3 06/10] ACPI: i2c-multi-instantiate: Rename it for a generic bus driver name
` [PATCH v3 07/10] ACPI: bus-multi-instantiate: Reorganize I2C functions
` [PATCH v3 08/10] ACPI: bus-multi-instantiate: Add SPI support
` [PATCH v3 09/10] ALSA: hda/realtek: Add support for HP Laptops
` [PATCH v3 10/10] ACPI / scan: Create platform device for CS35L41

[PATCH 1/3 v3] spi: s3c64xx: Delete unused boardfile helpers
 2022-01-19 10:20 UTC  (8+ messages)
` [PATCH 2/3 v3] spi: s3c64xx: Drop custom gpio setup argument
` [PATCH 3/3 v3] spi: s3c64xx: Convert to use GPIO descriptors

[PATCH] spi: s3c24xx: Convert to GPIO descriptors
 2022-01-19  8:17 UTC  (2+ messages)

Patchwork housekeeping for: spi-devel-general
 2022-01-18 23:56 UTC 

Patchwork housekeeping for: spi-devel-general
 2022-01-18 15:56 UTC 

[PATCH] spi: s3c64xx: Convert to use GPIO descriptors
 2022-01-18  9:57 UTC  (2+ messages)

Patchwork housekeeping for: spi-devel-general
 2022-01-17 12:56 UTC 

Patchwork housekeeping for: spi-devel-general
 2022-01-17 11:56 UTC 

[PATCH v2] spi: stm32-qspi: Update spi registering
 2022-01-17  7:37 UTC  (3+ messages)

[PATCH 18/23] spi: s3c64xx: Add spi port configuration for Tesla FSD SoC
 2022-01-16 12:12 UTC  (2+ messages)

[PATCH v3 00/15] Update the Icicle Kit device tree
 2022-01-15 17:22 UTC  (15+ messages)
` [PATCH v3 01/15] dt-bindings: soc/microchip: update syscontroller compatibles
` [PATCH v3 04/15] dt-bindings: i2c: add bindings for microchip mpfs i2c
` [PATCH v3 05/15] dt-bindings: rtc: add bindings for microchip mpfs rtc
` [PATCH v3 06/15] dt-bindings: gpio: add bindings for microchip mpfs gpio
` [PATCH v3 07/15] dt-bindings: spi: add bindings for microchip mpfs spi
` [PATCH v3 08/15] dt-bindings: usb: add bindings for microchip mpfs musb
` [PATCH v3 09/15] dt-bindings: pwm: add microchip corepwm binding

[PATCH v1 5/5] HID: add spi-hid, transport driver for HID over SPI bus
 2022-01-15 11:16 UTC  (3+ messages)
    ` [EXTERNAL] "

[PATCH v3 0/5] Add spi-hid, transport for HID over SPI bus
 2022-01-15  6:10 UTC  (4+ messages)
` [PATCH v3 5/5] HID: add spi-hid, transport driver "


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).