Show patches with: Submitter = Tudor Ambarus       |   82 patches
Patch Series S/W/F Date Submitter Delegate State
[7/7] ARM: dts: samsung: exynosautov9: specify the SPI fifosize [1/7] ARM: dts: samsung: s5pv210: specify the SPI fifosize --- 2024-01-25 Tudor Ambarus New
[5/7] ARM: dts: samsung: exynos5450: specify the SPI fifosize [1/7] ARM: dts: samsung: s5pv210: specify the SPI fifosize --- 2024-01-25 Tudor Ambarus Accepted
[3/7] ARM: dts: samsung: exynos4: specify the SPI fifosize [1/7] ARM: dts: samsung: s5pv210: specify the SPI fifosize --- 2024-01-25 Tudor Ambarus New
[1/7] ARM: dts: samsung: s5pv210: specify the SPI fifosize [1/7] ARM: dts: samsung: s5pv210: specify the SPI fifosize --- 2024-01-25 Tudor Ambarus New
[v2,27/28] spi: s3c64xx: add support for google,gs101-spi [v2,01/28] spi: s3c64xx: explicitly include <linux/io.h> --- 2024-01-25 Tudor Ambarus New
[v2,25/28] asm-generic/io.h: add iowrite{8,16}_32 accessors [v2,01/28] spi: s3c64xx: explicitly include <linux/io.h> --- 2024-01-25 Tudor Ambarus New
[v2,23/28] spi: s3c64xx: retrieve the FIFO size from the device tree [v2,01/28] spi: s3c64xx: explicitly include <linux/io.h> --- 2024-01-25 Tudor Ambarus New
[v2,22/28] spi: s3c64xx: drop dependency on of_alias where possible [v2,01/28] spi: s3c64xx: explicitly include <linux/io.h> --- 2024-01-25 Tudor Ambarus New
[v2,19/28] spi: s3c64xx: downgrade dev_warn to dev_dbg for optional dt props [v2,01/28] spi: s3c64xx: explicitly include <linux/io.h> --- 2024-01-25 Tudor Ambarus Accepted
[v2,17/28] spi: s3c64xx: drop blank line between declarations [v2,01/28] spi: s3c64xx: explicitly include <linux/io.h> --- 2024-01-25 Tudor Ambarus Superseded
[v2,15/28] spi: s3c64xx: return ETIMEDOUT for wait_for_completion_timeout() [v2,01/28] spi: s3c64xx: explicitly include <linux/io.h> --- 2024-01-25 Tudor Ambarus Accepted
[v2,13/28] spi: s3c64xx: propagate the dma_submit_error() error code [v2,01/28] spi: s3c64xx: explicitly include <linux/io.h> --- 2024-01-25 Tudor Ambarus Accepted
[v2,11/28] spi: s3c64xx: move common code outside if else [v2,01/28] spi: s3c64xx: explicitly include <linux/io.h> --- 2024-01-25 Tudor Ambarus Superseded
[v2,09/28] spi: s3c64xx: use bitfield access macros [v2,01/28] spi: s3c64xx: explicitly include <linux/io.h> --- 2024-01-25 Tudor Ambarus New
[v2,07/28] spi: s3c64xx: remove unneeded (void *) casts in of_match_table [v2,01/28] spi: s3c64xx: explicitly include <linux/io.h> --- 2024-01-25 Tudor Ambarus Superseded
[v2,05/28] spi: dt-bindings: samsung: add samsung,spi-fifosize property [v2,01/28] spi: s3c64xx: explicitly include <linux/io.h> --- 2024-01-25 Tudor Ambarus New
[v2,04/28] spi: dt-bindings: samsung: add google,gs101-spi compatible [v2,01/28] spi: s3c64xx: explicitly include <linux/io.h> --- 2024-01-25 Tudor Ambarus Accepted
[v2,01/28] spi: s3c64xx: explicitly include <linux/io.h> [v2,01/28] spi: s3c64xx: explicitly include <linux/io.h> --- 2024-01-25 Tudor Ambarus New
[21/21] MAINTAINERS: add Tudor Ambarus as R for the samsung SPI driver spi: s3c64xx: winter cleanup and gs101 support --- 2024-01-23 Tudor Ambarus New
[20/21] spi: s3c64xx: make the SPI alias optional for newer SoCs spi: s3c64xx: winter cleanup and gs101 support --- 2024-01-23 Tudor Ambarus New
[19/21] spi: s3c64xx: add support for google,gs101-spi spi: s3c64xx: winter cleanup and gs101 support --- 2024-01-23 Tudor Ambarus New
[18/21] asm-generic/io.h: add iowrite{8,16}_32 accessors spi: s3c64xx: winter cleanup and gs101 support --- 2024-01-23 Tudor Ambarus New
[17/21] spi: s3c64xx: downgrade dev_warn to dev_dbg for optional dt props spi: s3c64xx: winter cleanup and gs101 support --- 2024-01-23 Tudor Ambarus Superseded
[16/21] spi: s3c64xx: add missing blank line after declaration spi: s3c64xx: winter cleanup and gs101 support --- 2024-01-23 Tudor Ambarus Superseded
[15/21] spi: s3c64xx: simplify s3c64xx_wait_for_pio() spi: s3c64xx: winter cleanup and gs101 support --- 2024-01-23 Tudor Ambarus New
[14/21] spi: s3c64xx: return ETIMEDOUT for wait_for_completion_timeout() spi: s3c64xx: winter cleanup and gs101 support --- 2024-01-23 Tudor Ambarus New
[13/21] spi: s3c64xx: rename prepare_dma() to s3c64xx_prepare_dma() spi: s3c64xx: winter cleanup and gs101 support --- 2024-01-23 Tudor Ambarus Accepted
[12/21] spi: s3c64xx: propagate the dma_submit_error() error code spi: s3c64xx: winter cleanup and gs101 support --- 2024-01-23 Tudor Ambarus Superseded
[11/21] spi: s3c64xx: check return code of dmaengine_slave_config() spi: s3c64xx: winter cleanup and gs101 support --- 2024-01-23 Tudor Ambarus Accepted
[10/21] spi: s3c64xx: move common code outside if else spi: s3c64xx: winter cleanup and gs101 support --- 2024-01-23 Tudor Ambarus Superseded
[09/21] spi: s3c64xx: use full mask for {RX, TX}_FIFO_LVL spi: s3c64xx: winter cleanup and gs101 support --- 2024-01-23 Tudor Ambarus New
[08/21] spi: s3c64xx: move error check up to avoid rechecking spi: s3c64xx: winter cleanup and gs101 support --- 2024-01-23 Tudor Ambarus New
[07/21] spi: s3c64xx: use bitfield access macros spi: s3c64xx: winter cleanup and gs101 support --- 2024-01-23 Tudor Ambarus Superseded
[06/21] spi: s3c64xx: remove else after return spi: s3c64xx: winter cleanup and gs101 support --- 2024-01-23 Tudor Ambarus Accepted
[05/21] spi: s3c64xx: explicitly include <linux/bits.h> spi: s3c64xx: winter cleanup and gs101 support --- 2024-01-23 Tudor Ambarus Accepted
[04/21] spi: s3c64xx: remove unneeded (void *) casts in of_match_table spi: s3c64xx: winter cleanup and gs101 support --- 2024-01-23 Tudor Ambarus New
[03/21] spi: s3c64xx: remove extra blank line spi: s3c64xx: winter cleanup and gs101 support --- 2024-01-23 Tudor Ambarus New
[02/21] spi: s3c64xx: sort headers alphabetically spi: s3c64xx: winter cleanup and gs101 support --- 2024-01-23 Tudor Ambarus Accepted
[01/21] spi: dt-bindings: samsung: add google,gs101-spi compatible spi: s3c64xx: winter cleanup and gs101 support --- 2024-01-23 Tudor Ambarus Superseded
[v4,8/8] arm64: dts: exynos: gs101: enable eeprom on gs101-oriole GS101 Oriole: CMU_PERIC0 support and USI updates --- 2024-01-19 Tudor Ambarus Accepted
[v4,6/8] arm64: dts: exynos: gs101: update USI UART to use peric0 clocks GS101 Oriole: CMU_PERIC0 support and USI updates --- 2024-01-19 Tudor Ambarus Accepted
[v4,4/8] arm64: dts: exynos: gs101: remove reg-io-width from serial GS101 Oriole: CMU_PERIC0 support and USI updates --- 2024-01-19 Tudor Ambarus Accepted
[v4,2/8] dt-bindings: i2c: exynos5: add google,gs101-hsi2c compatible GS101 Oriole: CMU_PERIC0 support and USI updates --- 2024-01-19 Tudor Ambarus Accepted
[v2,18/19] tty: serial: samsung: change has_divslot type to bool serial: samsung: gs101 updates and winter cleanup --- 2024-01-19 Tudor Ambarus Accepted
[v2,15/19] tty: serial: samsung: return bool for s3c24xx_serial_console_txrdy() serial: samsung: gs101 updates and winter cleanup --- 2024-01-19 Tudor Ambarus Accepted
[v2,14/19] tty: serial: samsung: return bool for s3c24xx_serial_txempty_nofifo() serial: samsung: gs101 updates and winter cleanup --- 2024-01-19 Tudor Ambarus Accepted
[v2,12/19] tty: serial: samsung: make max_count unsigned int serial: samsung: gs101 updates and winter cleanup --- 2024-01-19 Tudor Ambarus New
[v2,10/19] tty: serial: samsung: move open brace '{' on the next line serial: samsung: gs101 updates and winter cleanup --- 2024-01-19 Tudor Ambarus Accepted
[v2,08/19] tty: serial: samsung: use u32 for register interactions serial: samsung: gs101 updates and winter cleanup --- 2024-01-19 Tudor Ambarus Accepted
[v2,07/19] tty: serial: samsung: explicitly include <linux/types.h> serial: samsung: gs101 updates and winter cleanup --- 2024-01-19 Tudor Ambarus Accepted
[v2,04/19] tty: serial: samsung: set UPIO_MEM32 iotype for gs101 serial: samsung: gs101 updates and winter cleanup --- 2024-01-19 Tudor Ambarus Accepted
[v2,01/19] tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT serial: samsung: gs101 updates and winter cleanup --- 2024-01-19 Tudor Ambarus Accepted
[v3,11/12] arm64: dts: exynos: gs101: define USI8 with I2C configuration [v3,01/12] dt-bindings: clock: google,gs101-clock: add PERIC0 clock management unit --- 2024-01-09 Tudor Ambarus Accepted
[v3,09/12] arm64: dts: exynos: gs101: enable cmu-peric0 clock controller [v3,01/12] dt-bindings: clock: google,gs101-clock: add PERIC0 clock management unit --- 2024-01-09 Tudor Ambarus Accepted
[v3,07/12] clk: samsung: gs101: add support for cmu_peric0 [v3,01/12] dt-bindings: clock: google,gs101-clock: add PERIC0 clock management unit --- 2024-01-09 Tudor Ambarus Accepted
[v3,05/12] tty: serial: samsung: set UPIO_MEM32 iotype for gs101 [v3,01/12] dt-bindings: clock: google,gs101-clock: add PERIC0 clock management unit --- 2024-01-09 Tudor Ambarus Superseded
[v3,03/12] dt-bindings: serial: samsung: do not allow reg-io-width for gs101 [v3,01/12] dt-bindings: clock: google,gs101-clock: add PERIC0 clock management unit --- 2024-01-09 Tudor Ambarus Accepted
[v3,01/12] dt-bindings: clock: google,gs101-clock: add PERIC0 clock management unit [v3,01/12] dt-bindings: clock: google,gs101-clock: add PERIC0 clock management unit --- 2024-01-09 Tudor Ambarus Accepted
[v2,2/3] arm64: dts: exynos: gs101: comply with the new cmu_misc clock names GS101: rename cmu_misc clock-names --- 2024-01-09 Tudor Ambarus Accepted
[v2,12/12] arm64: dts: exynos: gs101: enable eeprom on gs101-oriole GS101 Oriole: CMU_PERIC0 support and USI updates --- 2023-12-28 Tudor Ambarus Superseded
[v2,11/12] arm64: dts: exynos: gs101: define USI8 with I2C configuration GS101 Oriole: CMU_PERIC0 support and USI updates --- 2023-12-28 Tudor Ambarus Superseded
[v2,10/12] arm64: dts: exynos: gs101: update USI UART to use peric0 clocks GS101 Oriole: CMU_PERIC0 support and USI updates --- 2023-12-28 Tudor Ambarus Superseded
[v2,09/12] arm64: dts: exynos: gs101: enable cmu-peric0 clock controller GS101 Oriole: CMU_PERIC0 support and USI updates --- 2023-12-28 Tudor Ambarus Superseded
[v2,08/12] arm64: dts: exynos: gs101: remove reg-io-width from serial GS101 Oriole: CMU_PERIC0 support and USI updates --- 2023-12-28 Tudor Ambarus Superseded
[v2,07/12] clk: samsung: gs101: add support for cmu_peric0 GS101 Oriole: CMU_PERIC0 support and USI updates --- 2023-12-28 Tudor Ambarus Superseded
[v2,06/12] tty: serial: samsung: add gs101 earlycon support GS101 Oriole: CMU_PERIC0 support and USI updates --- 2023-12-28 Tudor Ambarus Accepted
[v2,05/12] tty: serial: samsung: set UPIO_MEM32 iotype for gs101 GS101 Oriole: CMU_PERIC0 support and USI updates --- 2023-12-28 Tudor Ambarus Superseded
[v2,04/12] tty: serial: samsung: prepare for different IO types GS101 Oriole: CMU_PERIC0 support and USI updates --- 2023-12-28 Tudor Ambarus Accepted
[v2,03/12] dt-bindings: serial: samsung: do not allow reg-io-width for gs101 GS101 Oriole: CMU_PERIC0 support and USI updates --- 2023-12-28 Tudor Ambarus Superseded
[v2,02/12] dt-bindings: i2c: exynos5: add google,gs101-hsi2c compatible GS101 Oriole: CMU_PERIC0 support and USI updates --- 2023-12-28 Tudor Ambarus Superseded
[v2,01/12] dt-bindings: clock: google,gs101-clock: add PERIC0 clock management unit GS101 Oriole: CMU_PERIC0 support and USI updates --- 2023-12-28 Tudor Ambarus Superseded
[1/2] dt-bindings: clock: gs101: rename cmu_misc clock-names [1/2] dt-bindings: clock: gs101: rename cmu_misc clock-names --- 2023-12-21 Tudor Ambarus Accepted
[v2] dt-bindings: clock: google,gs101: rename CMU_TOP gate defines [v2] dt-bindings: clock: google,gs101: rename CMU_TOP gate defines --- 2023-12-18 Tudor Ambarus Accepted
[12/13] arm64: defconfig: sync with savedefconfig [01/13] dt-bindings: clock: google,gs101: fix CMU_TOP gate clock names --- 2023-12-14 Tudor Ambarus New
[10/13] arm64: dts: exynos: gs101: define USI8 with I2C configuration [01/13] dt-bindings: clock: google,gs101: fix CMU_TOP gate clock names --- 2023-12-14 Tudor Ambarus New
[08/13] arm64: dts: exynos: gs101: enable cmu-peric0 clock controller [01/13] dt-bindings: clock: google,gs101: fix CMU_TOP gate clock names --- 2023-12-14 Tudor Ambarus Superseded
[06/13] clk: samsung: gs101: add support for cmu_peric0 [01/13] dt-bindings: clock: google,gs101: fix CMU_TOP gate clock names --- 2023-12-14 Tudor Ambarus Superseded
[04/13] dt-bindings: serial: samsung: gs101: make reg-io-width required property [01/13] dt-bindings: clock: google,gs101: fix CMU_TOP gate clock names --- 2023-12-14 Tudor Ambarus New
[02/13] dt-bindings: clock: google,gs101-clock: add PERIC0 clock management unit [01/13] dt-bindings: clock: google,gs101: fix CMU_TOP gate clock names --- 2023-12-14 Tudor Ambarus New
[01/13] dt-bindings: clock: google,gs101: fix CMU_TOP gate clock names [01/13] dt-bindings: clock: google,gs101: fix CMU_TOP gate clock names --- 2023-12-14 Tudor Ambarus Superseded
arm64: dts: exynos: set USI mode in board dts arm64: dts: exynos: set USI mode in board dts --- 2023-10-06 Tudor Ambarus New
[v2] MAINTAINERS: Update email of Tudor Ambarus [v2] MAINTAINERS: Update email of Tudor Ambarus --- 2022-12-26 Tudor Ambarus New