LinuxLists
Users
About
Tudor Ambarus (
[email protected]
)
Number of posts: 864 (1.6 per day)
First post: 2022-12-15 13:24:24
Last post: 2024-06-07 09:23:36
Previous Page
/
Next Page
Date
List
Subject
2024-01-25 14:55:39
linux-kernel
[PATCH v2 16/28] spi: s3c64xx: simplify s3c64xx_wait_for_pio()
2024-01-25 14:55:27
linux-kernel
[PATCH v2 15/28] spi: s3c64xx: return ETIMEDOUT for wait_for_completion_timeout()
2024-01-25 14:54:58
linux-kernel
[PATCH v2 14/28] spi: s3c64xx: rename prepare_dma() to s3c64xx_prepare_dma()
2024-01-25 14:54:26
linux-kernel
[PATCH v2 13/28] spi: s3c64xx: propagate the dma_submit_error() error code
2024-01-25 14:54:19
linux-kernel
[PATCH v2 11/28] spi: s3c64xx: move common code outside if else
2024-01-25 14:54:02
linux-kernel
[PATCH v2 12/28] spi: s3c64xx: check return code of dmaengine_slave_config()
2024-01-25 14:52:56
linux-kernel
[PATCH v2 07/28] spi: s3c64xx: remove unneeded (void *) casts in of_match_table
2024-01-25 14:52:29
linux-kernel
[PATCH v2 06/28] spi: s3c64xx: sort headers alphabetically
2024-01-25 14:52:03
linux-kernel
[PATCH v2 05/28] spi: dt-bindings: samsung: add samsung,spi-fifosize property
2024-01-24 10:46:54
linux-kernel
Re: [PATCH 19/21] spi: s3c64xx: add support for google,gs101-spi
2024-01-24 09:55:02
linux-kernel
Re: [PATCH 16/21] spi: s3c64xx: add missing blank line after declaration
2024-01-24 09:36:16
linux-kernel
Re: [PATCH 08/21] spi: s3c64xx: move error check up to avoid rechecking
2024-01-24 07:06:31
linux-kernel
Re: [PATCH 5/7] spi: s3c64xx: Add Exynos850 support
2024-01-24 06:32:50
linux-kernel
Re: [PATCH 2/7] dt-bindings: spi: samsung: Add Exynos850 SPI
2024-01-24 05:02:19
linux-kernel
Re: [PATCH 00/21] spi: s3c64xx: winter cleanup and gs101 support
2024-01-23 15:59:45
linux-kernel
[PATCH 19/21] spi: s3c64xx: add support for google,gs101-spi
2024-01-23 15:55:01
linux-kernel
[PATCH 12/21] spi: s3c64xx: propagate the dma_submit_error() error code
2024-01-23 15:51:41
linux-kernel
[PATCH 03/21] spi: s3c64xx: remove extra blank line
2024-01-23 15:51:17
linux-kernel
[PATCH 02/21] spi: s3c64xx: sort headers alphabetically
2024-01-23 15:51:10
linux-kernel
[PATCH 00/21] spi: s3c64xx: winter cleanup and gs101 support
2024-01-23 15:51:01
linux-kernel
[PATCH 01/21] spi: dt-bindings: samsung: add google,gs101-spi compatible
2024-01-23 15:41:25
linux-kernel
[PATCH 21/21] MAINTAINERS: add Tudor Ambarus as R for the samsung SPI driver
2024-01-23 15:40:58
linux-kernel
[PATCH 20/21] spi: s3c64xx: make the SPI alias optional for newer SoCs
2024-01-23 15:40:54
linux-kernel
[PATCH 13/21] spi: s3c64xx: rename prepare_dma() to s3c64xx_prepare_dma()
2024-01-23 15:40:35
linux-kernel
[PATCH 18/21] asm-generic/io.h: add iowrite{8,16}_32 accessors
2024-01-23 15:40:18
linux-kernel
[PATCH 09/21] spi: s3c64xx: use full mask for {RX, TX}_FIFO_LVL
2024-01-23 15:39:48
linux-kernel
[PATCH 17/21] spi: s3c64xx: downgrade dev_warn to dev_dbg for optional dt props
2024-01-23 15:39:29
linux-kernel
[PATCH 16/21] spi: s3c64xx: add missing blank line after declaration
2024-01-23 15:39:11
linux-kernel
[PATCH 15/21] spi: s3c64xx: simplify s3c64xx_wait_for_pio()
2024-01-23 15:38:44
linux-kernel
[PATCH 14/21] spi: s3c64xx: return ETIMEDOUT for wait_for_completion_timeout()
2024-01-23 15:37:48
linux-kernel
[PATCH 11/21] spi: s3c64xx: check return code of dmaengine_slave_config()
2024-01-23 15:37:19
linux-kernel
[PATCH 10/21] spi: s3c64xx: move common code outside if else
2024-01-23 15:36:46
linux-kernel
[PATCH 07/21] spi: s3c64xx: use bitfield access macros
2024-01-23 15:36:41
linux-kernel
[PATCH 08/21] spi: s3c64xx: move error check up to avoid rechecking
2024-01-23 15:36:10
linux-kernel
[PATCH 06/21] spi: s3c64xx: remove else after return
2024-01-23 15:36:08
linux-kernel
[PATCH 05/21] spi: s3c64xx: explicitly include <linux/bits.h>
2024-01-23 15:35:24
linux-kernel
[PATCH 04/21] spi: s3c64xx: remove unneeded (void *) casts in of_match_table
2024-01-23 09:10:12
linux-kernel
Re: [PATCH v4 7/8] arm64: dts: exynos: gs101: define USI8 with I2C configuration
2024-01-23 08:59:42
linux-kernel
Re: [PATCH v4 7/8] arm64: dts: exynos: gs101: define USI8 with I2C configuration
2024-01-23 08:46:37
linux-kernel
Re: [PATCH v4 7/8] arm64: dts: exynos: gs101: define USI8 with I2C configuration
2024-01-23 08:36:48
linux-kernel
Re: [PATCH v4 7/8] arm64: dts: exynos: gs101: define USI8 with I2C configuration
2024-01-22 12:13:42
linux-kernel
[PATCH v5] clk: samsung: gs101: add support for cmu_peric0
2024-01-22 11:49:09
linux-kernel
Re: [PATCH v4 3/8] clk: samsung: gs101: add support for cmu_peric0
2024-01-19 11:22:45
linux-kernel
[PATCH v4 7/8] arm64: dts: exynos: gs101: define USI8 with I2C configuration
2024-01-19 11:14:26
linux-kernel
[PATCH v4 8/8] arm64: dts: exynos: gs101: enable eeprom on gs101-oriole
2024-01-19 11:13:45
linux-kernel
[PATCH v4 6/8] arm64: dts: exynos: gs101: update USI UART to use peric0 clocks
2024-01-19 11:13:26
linux-kernel
[PATCH v4 3/8] clk: samsung: gs101: add support for cmu_peric0
2024-01-19 11:13:22
linux-kernel
[PATCH v4 5/8] arm64: dts: exynos: gs101: enable cmu-peric0 clock controller
2024-01-19 11:12:59
linux-kernel
[PATCH v4 4/8] arm64: dts: exynos: gs101: remove reg-io-width from serial
2024-01-19 11:12:32
linux-kernel
[PATCH v4 2/8] dt-bindings: i2c: exynos5: add google,gs101-hsi2c compatible
2024-01-19 11:12:30
linux-kernel
[PATCH v4 1/8] dt-bindings: clock: google,gs101-clock: add PERIC0 clock management unit