Date |
List |
Subject |
2024-02-08 16:02:02
|
linux-kernel
|
Re: [PATCH 11/12] spi: s3c64xx: switch gs101 to new port config data |
2024-02-08 14:18:22
|
linux-kernel
|
[PATCH 06/12] spi: s3c64xx: allow FIFO depth to be determined from the compatible |
2024-02-08 14:18:18
|
linux-kernel
|
[PATCH 05/12] spi: s3c64xx: retrieve the FIFO depth from the device tree |
2024-02-08 14:04:49
|
linux-kernel
|
[PATCH 12/12] spi: s3c64xx: switch exynos850 to new port config data |
2024-02-08 13:53:58
|
linux-kernel
|
[PATCH 10/12] spi: s3c64xx: deprecate fifo_lvl_mask, rx_lvl_offset and port_id |
2024-02-08 13:53:45
|
linux-kernel
|
[PATCH 11/12] spi: s3c64xx: switch gs101 to new port config data |
2024-02-08 13:53:40
|
linux-kernel
|
[PATCH 09/12] spi: s3c64xx: get rid of the OF alias ID dependency |
2024-02-08 13:53:05
|
linux-kernel
|
[PATCH 08/12] spi: s3c64xx: introduce s3c64xx_spi_set_port_id() |
2024-02-08 13:52:47
|
linux-kernel
|
[PATCH 07/12] spi: s3c64xx: let the SPI core determine the bus number |
2024-02-08 13:52:32
|
linux-kernel
|
[PATCH 03/12] spi: s3c64xx: allow full FIFO masks |
2024-02-08 13:52:18
|
linux-kernel
|
[PATCH 02/12] spi: s3c64xx: define a magic value |
2024-02-08 13:51:56
|
linux-kernel
|
[PATCH 04/12] spi: s3c64xx: determine the fifo depth only once |
2024-02-08 13:51:51
|
linux-kernel
|
[PATCH 01/12] spi: dt-bindings: introduce the ``fifo-depth`` property |
2024-02-08 13:51:46
|
linux-kernel
|
[PATCH 00/12] spi: s3c64xx: remove OF alias ID dependency |
2024-02-07 12:18:12
|
linux-kernel
|
[PATCH v5 10/17] spi: s3c64xx: check return code of dmaengine_slave_config() |
2024-02-07 12:18:02
|
linux-kernel
|
[PATCH v5 16/17] spi: s3c64xx: remove duplicated definition |
2024-02-07 12:17:49
|
linux-kernel
|
[PATCH v5 04/17] spi: s3c64xx: explicitly include <linux/types.h> |
2024-02-07 12:17:35
|
linux-kernel
|
[PATCH v5 14/17] spi: s3c64xx: drop blank line between declarations |
2024-02-07 12:16:27
|
linux-kernel
|
[PATCH v5 01/17] spi: s3c64xx: sort headers alphabetically |
2024-02-07 12:15:38
|
linux-kernel
|
[PATCH v5 17/17] spi: s3c64xx: drop a superfluous bitwise NOT operation |
2024-02-07 12:14:06
|
linux-kernel
|
[PATCH v5 13/17] spi: s3c64xx: return ETIMEDOUT for wait_for_completion_timeout() |
2024-02-07 12:11:51
|
linux-kernel
|
[PATCH v5 07/17] spi: s3c64xx: remove unneeded (void *) casts in of_match_table |
2024-02-07 12:11:47
|
linux-kernel
|
[PATCH v5 03/17] spi: s3c64xx: explicitly include <linux/bits.h> |
2024-02-07 12:11:28
|
linux-kernel
|
[PATCH v5 09/17] spi: s3c64xx: move common code outside if else |
2024-02-07 12:09:04
|
linux-kernel
|
[PATCH v5 06/17] spi: s3c64xx: fix typo, s/configuartion/configuration |
2024-02-07 12:08:48
|
linux-kernel
|
[PATCH v5 15/17] spi: s3c64xx: downgrade dev_warn to dev_dbg for optional dt props |
2024-02-07 12:08:42
|
linux-kernel
|
[PATCH v5 12/17] spi: s3c64xx: rename prepare_dma() to s3c64xx_prepare_dma() |
2024-02-07 12:07:08
|
linux-kernel
|
[PATCH v5 11/17] spi: s3c64xx: propagate the dma_submit_error() error code |
2024-02-07 12:06:10
|
linux-kernel
|
[PATCH v5 08/17] spi: s3c64xx: remove else after return |
2024-02-07 12:05:47
|
linux-kernel
|
[PATCH v5 05/17] spi: s3c64xx: avoid possible negative array index |
2024-02-07 12:05:22
|
linux-kernel
|
[PATCH v5 02/17] spi: s3c64xx: explicitly include <linux/io.h> |
2024-02-07 12:04:52
|
linux-kernel
|
[PATCH v5 00/17] spi: s3c64xx: straightforward cleanup |
2024-02-07 11:19:57
|
linux-kernel
|
[PATCH v2 0/4] spi: s3c64xx: add support for google,gs101-spi |
2024-02-07 11:17:15
|
linux-kernel
|
[PATCH v2 2/4] spi: s3c64xx: prepare for a different flavor of iowrite rep |
2024-02-07 11:16:55
|
linux-kernel
|
[PATCH v2 4/4] spi: s3c64xx: add support for google,gs101-spi |
2024-02-07 11:16:51
|
linux-kernel
|
[PATCH v2 3/4] spi: s3c64xx: add s3c64xx_iowrite{8,16}_32_rep accessors |
2024-02-07 11:16:10
|
linux-kernel
|
[PATCH v2 1/4] spi: dt-bindings: samsung: add google,gs101-spi compatible |
2024-02-07 10:15:07
|
linux-kernel
|
Re: [PATCH 1/4] spi: s3c64xx: explicitly include <linux/types.h> |
2024-02-07 07:59:27
|
linux-kernel
|
Re: [PATCH v4 00/16] spi: s3c64xx: straightforward cleanup |
2024-02-07 07:59:25
|
linux-kernel
|
Re: [PATCH 0/4] spi: s3c64xx: add support for google,gs101-spi |
2024-02-07 07:06:15
|
linux-kernel
|
Re: [PATCH 3/4] spi: s3c64xx: add s3c64xx_iowrite{8,16}_32_rep accessors |
2024-02-07 06:21:11
|
linux-kernel
|
Re: [PATCH 1/4] spi: s3c64xx: explicitly include <linux/types.h> |
2024-02-06 11:19:51
|
linux-kernel
|
Re: [PATCH 4/4] spi: s3c64xx: add support for google,gs101-spi |
2024-02-06 08:54:04
|
linux-kernel
|
[PATCH 4/4] spi: s3c64xx: add support for google,gs101-spi |
2024-02-06 08:53:48
|
linux-kernel
|
[PATCH 3/4] spi: s3c64xx: add s3c64xx_iowrite{8,16}_32_rep accessors |
2024-02-06 08:53:18
|
linux-kernel
|
[PATCH 2/4] spi: dt-bindings: samsung: add google,gs101-spi compatible |
2024-02-06 08:53:05
|
linux-kernel
|
[PATCH 0/4] spi: s3c64xx: add support for google,gs101-spi |
2024-02-06 08:53:03
|
linux-kernel
|
[PATCH 1/4] spi: s3c64xx: explicitly include <linux/types.h> |
2024-02-05 13:14:40
|
linux-kernel
|
[PATCH v4 15/16] spi: s3c64xx: remove duplicated definition |
2024-02-05 13:14:12
|
linux-kernel
|
[PATCH v4 14/16] spi: s3c64xx: downgrade dev_warn to dev_dbg for optional dt props |
2024-02-05 13:11:17
|
linux-kernel
|
[PATCH v4 04/16] spi: s3c64xx: fix typo, s/configuartion/configuration |