linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-18 14:56:31 to 2022-01-24 08:56:16 UTC [more...]

Patchwork housekeeping for: spi-devel-general
 2022-01-24  8:56 UTC 

[PATCH v6 0/4] spi: dt-bindings: samsung: convert to dtschema
 2022-01-24  8:23 UTC  (5+ messages)
` [PATCH v6 1/4] "
` [PATCH v6 2/4] mfd: dt-bindings: google,cros-ec: reference Samsung SPI bindings
` [PATCH v6 3/4] mfd: dt-bindings: google,cros-ec: fix indentation in example
` [PATCH v6 4/4] spi: s3c64xx: allow controller-data to be optional

[PATCH v5 0/4] spi: dt-bindings: samsung: convert to dtschema
 2022-01-24  7:49 UTC  (9+ messages)
` [PATCH v5 1/4] ARM: dts: exynos: split dmas into array of phandles in Exynos5250
  ` (subset) "
` [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 V3 0/3] Add compatible for Mediatek MT8186
 2022-01-24  6:12 UTC  (3+ messages)
` [PATCH V3 1/2] dt-bindings: spi: Convert spi-mt65xx to json-schema
` [PATCH V3 2/2] dt-bindings: spi: Add compatible for Mediatek MT8186

[PATCH V2 0/3] Add compatible for Mediatek MT8186
 2022-01-24  5:54 UTC  (9+ messages)
` [PATCH V2 1/3] dt-bindings: spi: Convert spi-slave-mt27xx to json-schema
` [PATCH V2 2/3] dt-bindings: spi: Convert spi-mt65xx "
` [PATCH V2 3/3] dt-bindings: spi: Add compatible for Mediatek MT8186

[PATCH v6 0/2] Add spi control driver for Sunplus SP7021 SoC
 2022-01-24  3:27 UTC  (10+ messages)
` [PATCH v6 1/2] spi: Add spi driver for Sunplus SP7021

[PATCH 0/5] spi: make remove callback a void function
 2022-01-23 22:49 UTC  (7+ messages)
` [PATCH 1/5] staging: fbtft: Fix error path in fbtft_driver_module_init()
` [PATCH 2/5] staging: fbtft: Deduplicate driver registration macros
` [PATCH 3/5] tpm: st33zp24: Make st33zp24_remove() a void function
` [PATCH 4/5] platform/chrome: cros_ec: Make cros_ec_unregister() return void
` [PATCH 5/5] spi: make remove callback a void function

[PATCH v9 00/13] External ECC engines & Macronix support
 2022-01-23 16:01 UTC  (2+ messages)

[PATCH v2 0/3] Add FSD SPI support
 2022-01-22 10:42 UTC  (11+ messages)
    ` [PATCH v2 1/3] spi: dt-bindings: samsung: Add fsd spi compatible
    ` [PATCH v2 2/3] spi: s3c64xx: Add spi port configuration for Tesla FSD SoC
    ` [PATCH v2 3/3] arm64: dts: fsd: Add SPI device nodes

[PATCH] spi: pic32: Convert to use GPIO descriptors
 2022-01-22  0:48 UTC 

[PATCH] spi: mt65xx: Convert to GPIO descriptors
 2022-01-22  0:33 UTC 

[PATCH] spi: bcm2835aux: Convert to use GPIO descriptors
 2022-01-21 22:41 UTC 

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

[PATCH v3 00/10] Support Spi in i2c-multi-instantiate driver
 2022-01-21 20:11 UTC  (10+ messages)
` [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 09/10] ALSA: hda/realtek: Add support for HP Laptops
` [PATCH v3 10/10] ACPI / scan: Create platform device for CS35L41

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

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

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

[PATCH v4 0/3] Stacked/parallel memories bindings
 2022-01-21 15:54 UTC  (5+ messages)
` [PATCH v4 2/3] spi: dt-bindings: Describe stacked/parallel memories modes

Patchwork housekeeping for: spi-devel-general
 2022-01-21 14:56 UTC 

[PATCH v4 0/9] Support Spi in i2c-multi-instantiate driver
 2022-01-21 14:39 UTC  (27+ 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] spi: pxa2xx_spi: Convert to use GPIO descriptors
 2022-01-21  9:42 UTC  (2+ messages)

[PATCH v3 0/5] Add spi-hid, transport for HID over SPI bus
 2022-01-20 20:06 UTC  (3+ messages)
` [PATCH v3 3/5] Documentation: DT bindings for HID over SPI

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

[PATCH 1/3 v2] spi: s3c64xx: Delete unused boardfile helpers
 2022-01-20 15:44 UTC  (9+ messages)
` [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  (18+ messages)
` [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

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  (50+ 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  (9+ messages)
` [PATCH v3 2/4] "

[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  (11+ 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] 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 


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