linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-22 15:43:55 to 2022-09-06 16:27:00 UTC [more...]

Patchwork housekeeping for: spi-devel-general
 2022-09-06 15:56 UTC 

[PATCH 0/5] Make atmel serial driver aware of GCLK
 2022-09-06 15:49 UTC  (22+ messages)
` [PATCH 2/5] dt-bindings: mfd: atmel,at91-usart: convert to json-schema
` [PATCH 4/5] clk: at91: sama5d2: Add Generic Clocks for UART/USART
` [PATCH 5/5] tty: serial: atmel: Make the driver aware of the existence of GCLK

[PATCH v2 00/13] Make atmel serial driver aware of GCLK
 2022-09-06 15:12 UTC  (15+ messages)
` [PATCH v2 01/13] spi: dt-bindings: atmel,at91rm9200-spi: Add DMA related properties
` [PATCH v2 02/13] ARM: dts: at91: sama7g5: Swap rx and tx for spi11
` [PATCH v2 03/13] dt-bindings: mfd: atmel,sama5d2-flexcom: Add SPI child node ref binding
` [PATCH v2 04/13] ARM: dts: at91: sam9x60ek: Add DBGU compatibles to uart1
` [PATCH v2 05/13] dt-bindings: serial: atmel,at91-usart: convert to json-schema
` [PATCH v2 06/13] dt-bindings: serial: atmel,at91-usart: Add SAM9260 compatibles to SAM9x60
` [PATCH v2 07/13] dt-bindings: mfd: atmel,sama5d2-flexcom: Add USART child node ref binding
` [PATCH v2 08/13] tty: serial: atmel: Define GCLK as USART baudrate source clock
` [PATCH v2 09/13] tty: serial: atmel: Define BRSRCCK bitmask of UART IP's Mode Register
` [PATCH v2 10/13] tty: serial: atmel: Only divide Clock Divisor if the IP is USART
` [PATCH v2 11/13] clk: at91: sama5d2: Add Generic Clocks for UART/USART
` [PATCH v2 12/13] tty: serial: atmel: Make the driver aware of the existence of GCLK
` [PATCH v2 13/13] dt-bindings: serial: atmel,at91-usart: Add gclk as a possible USART clock

[PATCH -next 1/2] spi: qup: add missing clk_disable_unprepare on error in spi_qup_resume()
 2022-09-05 17:33 UTC  (3+ messages)
` [PATCH -next 2/2] spi: qup: add missing clk_disable_unprepare on error in spi_qup_pm_resume_runtime()

[PATCH 0/2] spi: spi-omap2-mcspi: Use EOW interrupt for transfer completion
 2022-09-05  3:02 UTC  (6+ messages)
` [PATCH 1/2] dmaengine: ti: k3-udma: Respond TX done if DMA_PREP_INTERRUPT is not requested

[PATCH 00/11] Add support for enhanced SPI for Designware SPI controllers
 2022-09-02 23:03 UTC  (28+ messages)
` [PATCH 01/11] spi: dw: define capability for enhanced spi
` [PATCH 02/11] spi: dw: add check for support of dual/quad/octal
` [PATCH 03/11] spi: dw: define spi_frf for dual/quad/octal modes
` [PATCH 04/11] spi: dw: use TMOD_RO to read in enhanced spi modes
` [PATCH 05/11] spi: dw: define SPI_CTRLR0 register and its fields
` [PATCH 06/11] spi: dw: update SPI_CTRLR0 register
` [PATCH 07/11] spi: dw: update NDF while writing in enhanced spi mode
` [PATCH 08/11] spi: dw: update buffer for "
` [PATCH 09/11] spi: dw: prepare the transfer routine for enhanced mode
` [PATCH 10/11] spi: dw-apb-ssi: add generic 1.03a version
` [PATCH 11/11] spi: dw: initialize dwc-ssi-1.03a controller

[PATCH] spi: spi.c: Fix queue hang if previous transfer failed
 2022-09-02 15:02 UTC  (2+ messages)

[PATCH v1] spi: mux: Fix mux interaction with fast path optimisations
 2022-09-02 15:02 UTC  (3+ messages)

[PROBLEM] spi driver internal error during boot on sparx5
 2022-09-02  6:38 UTC  (11+ messages)

[PATCH -next 0/4] spi: Introduce BPF based SPI mockup controller
 2022-09-01 12:23 UTC  (18+ messages)
` [PATCH -next 1/4] spi: mockup: Add SPI controller testing driver
` [PATCH -next 2/4] spi: mockup: Add writeable tracepoint for spi transfer
` [PATCH -next 3/4] spi: mockup: Add runtime device tree overlay interface
` [PATCH -next 4/4] spi: mockup: Add documentation

[PATCH 0/7] spi: spi-zyqnmp-gqspi: Add tap delay and Versal platform support
 2022-09-01  8:01 UTC  (10+ messages)
` [PATCH 1/7] spi: spi-zynqmp-gqspi: Fix kernel-doc warnings
` [PATCH 2/7] spi: spi-zynqmp-gqspi: Set CPOL and CPHA during hardware init
` [PATCH 3/7] spi: spi-zynqmp-gqspi: Avoid setting baud rate multiple times for same SPI frequency
` [PATCH 4/7] firmware: xilinx: Add qspi firmware interface
` [PATCH 5/7] spi: spi-zynqmp-gqspi: Add tap delay support for ZynqMP GQSPI Controller
` [PATCH 6/7] dt-bindings: spi: spi-zynqmp-qspi: Add support for Xilinx Versal QSPI
` [PATCH 7/7] spi: spi-zynqmp-gqspi: Add tap delay support for GQSPI controller on Versal platform

[PATCH 0/2] spi: remove "spidev" nodes from DTs
 2022-08-31 13:14 UTC  (6+ messages)
` [PATCH 1/2] ARM: dts: stm32: argon: remove spidev node
` [PATCH 2/2] powerpc/82xx: remove spidev node from mgcoge

[PATCH v1 1/2] spi: stm32-qspi: Replace of_gpio_named_count() by gpiod_count()
 2022-08-31 13:04 UTC  (5+ messages)
` [PATCH v1 2/2] spi: stm32-qspi: Refactor dual flash mode enable check in ->setup()

[PATCH 0/3] spi: add generic R-Car Gen4 and specific r8a779f0 support
 2022-08-31 12:41 UTC  (15+ messages)
` [PATCH 1/3] spi: renesas,sh-msiof: Add generic Gen4 and "
` [PATCH 2/3] spi: sh-msiof: add generic Gen4 binding
` [PATCH 3/3] spi: renesas,sh-msiof: R-Car V3U is R-Car Gen4

[PATCH v2] spi: amd: Configure device speed
 2022-08-31 12:41 UTC  (2+ messages)

[PATCH v1 5/5][RFT] ACPI: Drop parent field from struct acpi_device
 2022-08-30 21:29 UTC  (7+ messages)
  ` [PATCH v2 5/5] "

[PATCH 1/1] spi: spi-rockchip: Add rk3588-spi compatible
 2022-08-30 18:53 UTC  (4+ messages)

[PATCH] spi: amd: Fix speed selection
 2022-08-30 17:59 UTC  (2+ messages)

Procedo Academy "Forbes: Lifehack. Wie man ohne Erfahrung und Wissen aus 1000 Dollar pro Tag verdient"
 2022-08-30 17:17 UTC 

[PATCH v2] dt-bindings: spi: renesas,sh-msiof: Fix 'unevaluatedProperties' warnings
 2022-08-30 10:49 UTC  (5+ messages)

[PATCH 0/4] spi: mt7621: Fix an erroneous message + clean-ups
 2022-08-30  9:46 UTC  (13+ messages)
` [PATCH 1/4] spi: mt7621: Fix an error message in mt7621_spi_probe()
` [PATCH 2/4] spi: mt7621: Use the devm_clk_get_enabled() helper to simplify error handling
` [PATCH 3/4] spi: mt7621: Use devm_spi_register_controller()
` [PATCH 4/4] spi: mt7621: Remove 'clk' from 'struct mt7621_spi'

Patchwork housekeeping for: spi-devel-general
 2022-08-29 22:56 UTC 

[PATCH] spi: stm32-qspi: Fix pm_runtime management in stm32_qspi_transfer_one_message()
 2022-08-29 16:50 UTC  (4+ messages)

Patchwork summary for: spi-devel-general
 2022-08-28 21:10 UTC 

[PATCH] spi: stm32-qspi: Fix stm32_qspi_transfer_one_message() error path
 2022-08-28 21:04 UTC  (2+ messages)

Forbes: Investieren Sie einmal 250 $ und erhalten Sie ab 1000 $ pro Tag
 2022-08-28 20:40 UTC 

[PATCH v3] spi: amd: Configure device speed
 2022-08-26 18:26 UTC  (5+ messages)

Patchwork housekeeping for: spi-devel-general
 2022-08-26  9:56 UTC 

spi: stm32-qspi: Fix stm32_qspi_transfer_one_message() error path
 2022-08-26  9:21 UTC  (2+ messages)

[PATCH v4 0/2] spi: stm32_qspi: use QSPI bus as 8 lines communication channel
 2022-08-26  8:44 UTC  (5+ messages)
` [PATCH v4 1/2] ARM: dts: stm32: Create separate pinmux for qspi cs pin in stm32mp15-pinctrl.dtsi
` [PATCH v4 2/2] spi: stm32_qspi: Add transfer_one_message() spi callback
` (subset) [PATCH v4 0/2] spi: stm32_qspi: use QSPI bus as 8 lines communication channel

[bug report] spi: stm32_qspi: Add transfer_one_message() spi callback
 2022-08-25 16:09 UTC 

[PATCH linux-next] spi: pxa2xx: Remove the unneeded result variable
 2022-08-25 15:28 UTC  (3+ messages)

Patchwork housekeeping for: spi-devel-general
 2022-08-25 14:56 UTC 

[PATCH] spi: dt-bindings: snps,dw-apb-ssi: drop ref from reg-io-width
 2022-08-23 20:37 UTC  (3+ messages)

[PATCH] spi: dw: Add deferred controller registration support
 2022-08-23 20:30 UTC  (6+ messages)

Patchwork housekeeping for: spi-devel-general
 2022-08-23  8:56 UTC 

[PATCH v3 0/2] spi: stm32_qspi: use QSPI bus as 8 lines communication channel
 2022-08-23  8:01 UTC  (5+ messages)
` (subset) "

[PATCH v2 0/2] Add support for components requiring trailing clock after transfer
 2022-08-22 19:29 UTC  (9+ messages)
` [PATCH v2 2/2] spi: fsl-spi: Implement trailing bits

[PATCH v2 0/2] spi: stm32_qspi: use QSPI bus as 8 lines communication channel
 2022-08-22 16:05 UTC  (2+ messages)
` (subset) "

[PATCH] spi: intel: Add support for second flash chip
 2022-08-22 15:42 UTC  (2+ messages)


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