Date |
List |
Subject |
2024-01-26 17:18:35
|
linux-kernel
|
[PATCH v3 09/17] spi: s3c64xx: check return code of dmaengine_slave_config() |
2024-01-26 17:18:30
|
linux-kernel
|
[PATCH v3 07/17] spi: s3c64xx: remove else after return |
2024-01-26 17:17:51
|
linux-kernel
|
[PATCH v3 05/17] spi: s3c64xx: sort headers alphabetically |
2024-01-26 17:17:22
|
linux-kernel
|
[PATCH v3 06/17] spi: s3c64xx: remove unneeded (void *) casts in of_match_table |
2024-01-26 17:16:50
|
linux-kernel
|
[PATCH v3 04/17] spi: s3c64xx: fix typo, s/configuartion/configuration |
2024-01-26 17:16:37
|
linux-kernel
|
[PATCH v3 03/17] spi: s3c64xx: avoid possible negative array index |
2024-01-26 17:16:21
|
linux-kernel
|
[PATCH v3 02/17] spi: s3c64xx: explicitly include <linux/bits.h> |
2024-01-26 17:16:08
|
linux-kernel
|
[PATCH v3 01/17] spi: s3c64xx: explicitly include <linux/io.h> |
2024-01-26 17:16:05
|
linux-kernel
|
[PATCH v3 00/17] spi: s3c64xx: straightforward cleanup |
2024-01-26 16:02:06
|
linux-kernel
|
Re: [PATCH v2 09/28] spi: s3c64xx: use bitfield access macros |
2024-01-26 14:43:16
|
linux-kernel
|
Re: [PATCH v2 01/28] spi: s3c64xx: explicitly include <linux/io.h> |
2024-01-26 09:25:44
|
linux-kernel
|
Re: [PATCH v2 09/28] spi: s3c64xx: use bitfield access macros |
2024-01-26 09:25:01
|
linux-kernel
|
Re: [PATCH v2 10/28] spi: s3c64xx: use full mask for {RX, TX}_FIFO_LVL |
2024-01-26 09:16:17
|
linux-kernel
|
Re: [PATCH v2 07/28] spi: s3c64xx: remove unneeded (void *) casts in of_match_table |
2024-01-26 09:14:06
|
linux-kernel
|
Re: [PATCH v2 10/28] spi: s3c64xx: use full mask for {RX, TX}_FIFO_LVL |
2024-01-26 09:09:48
|
linux-kernel
|
Re: [PATCH v2 16/28] spi: s3c64xx: simplify s3c64xx_wait_for_pio() |
2024-01-26 09:03:19
|
linux-kernel
|
Re: [PATCH v2 13/28] spi: s3c64xx: propagate the dma_submit_error() error code |
2024-01-26 08:58:27
|
linux-kernel
|
Re: [PATCH v2 21/28] spi: s3c64xx: infer fifosize from the compatible |
2024-01-26 08:57:42
|
linux-kernel
|
Re: [PATCH v2 25/28] asm-generic/io.h: add iowrite{8,16}_32 accessors |
2024-01-25 19:02:22
|
linux-kernel
|
Re: [PATCH v2 05/28] spi: dt-bindings: samsung: add samsung,spi-fifosize property |
2024-01-25 18:45:33
|
linux-kernel
|
Re: [PATCH v2 21/28] spi: s3c64xx: infer fifosize from the compatible |
2024-01-25 17:31:39
|
linux-kernel
|
Re: [PATCH v2 05/28] spi: dt-bindings: samsung: add samsung,spi-fifosize property |
2024-01-25 16:42:27
|
linux-kernel
|
Re: [PATCH v2 05/28] spi: dt-bindings: samsung: add samsung,spi-fifosize property |
2024-01-25 15:29:27
|
linux-kernel
|
[PATCH 6/7] ARM: dts: samsung: exynos5433: specify the SPI fifosize |
2024-01-25 15:28:26
|
linux-kernel
|
[PATCH 0/7] ARM: dts: samsung: specify the SPI fifosize |
2024-01-25 15:19:09
|
linux-kernel
|
[PATCH 4/7] ARM: dts: samsung: exynos5250: specify the SPI fifosize |
2024-01-25 15:19:04
|
linux-kernel
|
[PATCH 7/7] ARM: dts: samsung: exynosautov9: specify the SPI fifosize |
2024-01-25 15:18:54
|
linux-kernel
|
[PATCH 3/7] ARM: dts: samsung: exynos4: specify the SPI fifosize |
2024-01-25 15:18:25
|
linux-kernel
|
[PATCH 5/7] ARM: dts: samsung: exynos5450: specify the SPI fifosize |
2024-01-25 15:18:16
|
linux-kernel
|
[PATCH 1/7] ARM: dts: samsung: s5pv210: specify the SPI fifosize |
2024-01-25 15:17:34
|
linux-kernel
|
[PATCH 2/7] ARM: dts: samsung: exynos3250: specify the SPI fifosize |
2024-01-25 15:07:48
|
linux-kernel
|
[PATCH v2 10/28] spi: s3c64xx: use full mask for {RX, TX}_FIFO_LVL |
2024-01-25 15:05:19
|
linux-kernel
|
[PATCH v2 08/28] spi: s3c64xx: remove else after return |
2024-01-25 15:03:00
|
linux-kernel
|
[PATCH v2 01/28] spi: s3c64xx: explicitly include <linux/io.h> |
2024-01-25 15:02:36
|
linux-kernel
|
[PATCH v2 28/28] MAINTAINERS: add Tudor Ambarus as R for the samsung SPI driver |
2024-01-25 15:02:15
|
linux-kernel
|
[PATCH v2 25/28] asm-generic/io.h: add iowrite{8,16}_32 accessors |
2024-01-25 15:01:58
|
linux-kernel
|
[PATCH v2 09/28] spi: s3c64xx: use bitfield access macros |
2024-01-25 15:00:57
|
linux-kernel
|
[PATCH v2 03/28] spi: s3c64xx: avoid possible negative array index |
2024-01-25 15:00:18
|
linux-kernel
|
[PATCH v2 04/28] spi: dt-bindings: samsung: add google,gs101-spi compatible |
2024-01-25 14:58:49
|
linux-kernel
|
[PATCH v2 22/28] spi: s3c64xx: drop dependency on of_alias where possible |
2024-01-25 14:58:17
|
linux-kernel
|
[PATCH v2 26/28] spi: s3c64xx: add iowrite{8,16}_32_rep accessors |
2024-01-25 14:58:15
|
linux-kernel
|
[PATCH v2 27/28] spi: s3c64xx: add support for google,gs101-spi |
2024-01-25 14:58:11
|
linux-kernel
|
[PATCH v2 00/28] spi: s3c64xx: winter cleanup and gs101 support |
2024-01-25 14:57:53
|
linux-kernel
|
[PATCH v2 24/28] spi: s3c64xx: mark fifo_lvl_mask as deprecated |
2024-01-25 14:57:45
|
linux-kernel
|
[PATCH v2 02/28] spi: s3c64xx: explicitly include <linux/bits.h> |
2024-01-25 14:57:13
|
linux-kernel
|
[PATCH v2 23/28] spi: s3c64xx: retrieve the FIFO size from the device tree |
2024-01-25 14:56:57
|
linux-kernel
|
[PATCH v2 20/28] spi: s3c64xx: add support for inferring fifosize from the compatible |
2024-01-25 14:56:55
|
linux-kernel
|
[PATCH v2 21/28] spi: s3c64xx: infer fifosize from the compatible |
2024-01-25 14:56:08
|
linux-kernel
|
[PATCH v2 19/28] spi: s3c64xx: downgrade dev_warn to dev_dbg for optional dt props |
2024-01-25 14:55:46
|
linux-kernel
|
[PATCH v2 17/28] spi: s3c64xx: drop blank line between declarations |
2024-01-25 14:55:46
|
linux-kernel
|
[PATCH v2 18/28] spi: s3c64xx: fix typo, s/configuartion/configuration |