Linux Samsung System on Chip
[Prev Page][Next Page]
[PATCH 00/21] spi: s3c64xx: winter cleanup and gs101 support,
Tudor Ambarus
- [PATCH 01/21] spi: dt-bindings: samsung: add google,gs101-spi compatible, Tudor Ambarus
- [PATCH 02/21] spi: s3c64xx: sort headers alphabetically, Tudor Ambarus
- [PATCH 03/21] spi: s3c64xx: remove extra blank line, Tudor Ambarus
- [PATCH 04/21] spi: s3c64xx: remove unneeded (void *) casts in of_match_table, Tudor Ambarus
- [PATCH 06/21] spi: s3c64xx: remove else after return, Tudor Ambarus
- [PATCH 05/21] spi: s3c64xx: explicitly include <linux/bits.h>, Tudor Ambarus
- [PATCH 07/21] spi: s3c64xx: use bitfield access macros, Tudor Ambarus
- [PATCH 08/21] spi: s3c64xx: move error check up to avoid rechecking, Tudor Ambarus
- [PATCH 09/21] spi: s3c64xx: use full mask for {RX, TX}_FIFO_LVL, Tudor Ambarus
- [PATCH 10/21] spi: s3c64xx: move common code outside if else, Tudor Ambarus
- [PATCH 12/21] spi: s3c64xx: propagate the dma_submit_error() error code, Tudor Ambarus
- [PATCH 11/21] spi: s3c64xx: check return code of dmaengine_slave_config(), Tudor Ambarus
- [PATCH 13/21] spi: s3c64xx: rename prepare_dma() to s3c64xx_prepare_dma(), Tudor Ambarus
- [PATCH 14/21] spi: s3c64xx: return ETIMEDOUT for wait_for_completion_timeout(), Tudor Ambarus
- [PATCH 15/21] spi: s3c64xx: simplify s3c64xx_wait_for_pio(), Tudor Ambarus
- [PATCH 16/21] spi: s3c64xx: add missing blank line after declaration, Tudor Ambarus
- [PATCH 17/21] spi: s3c64xx: downgrade dev_warn to dev_dbg for optional dt props, Tudor Ambarus
- [PATCH 18/21] asm-generic/io.h: add iowrite{8,16}_32 accessors, Tudor Ambarus
- [PATCH 19/21] spi: s3c64xx: add support for google,gs101-spi, Tudor Ambarus
- [PATCH 20/21] spi: s3c64xx: make the SPI alias optional for newer SoCs, Tudor Ambarus
- [PATCH 21/21] MAINTAINERS: add Tudor Ambarus as R for the samsung SPI driver, Tudor Ambarus
- Re: [PATCH 00/21] spi: s3c64xx: winter cleanup and gs101 support, Mark Brown
- Re: [PATCH 00/21] spi: s3c64xx: winter cleanup and gs101 support, Sam Protsenko
[PATCH 0/9] Add exynos_pmu_update/read/write() APIs to exynos-pmu,
Peter Griffin
- [PATCH 1/9] dt-bindings: watchdog: samsung-wdt: deprecate samsung,syscon-phandle, Peter Griffin
- [PATCH 2/9] soc: samsung: exynos-pmu: Add exynos_pmu_update/read/write APIs and SoC quirks, Peter Griffin
- [PATCH 3/9] watchdog: s3c2410_wdt: update to use new exynos_pmu_*() apis, Peter Griffin
- [PATCH 4/9] arm64: dts: fsd: remove deprecated samsung,syscon-phandle, Peter Griffin
- [PATCH 5/9] arm64: dts: exynosautov9: remove deprecated samsung,syscon-phandle, Peter Griffin
- [PATCH 6/9] arm64: dts: exynos850: remove deprecated samsung,syscon-phandle, Peter Griffin
- [PATCH 8/9] ARM: dts: samsung: exynos4: remove deprecated samsung,syscon-phandle, Peter Griffin
- [PATCH 7/9] arm64: dts: exynos7: remove deprecated samsung,syscon-phandle, Peter Griffin
- [PATCH 9/9] ARM: dts: exynos5250: remove deprecated samsung,syscon-phandle, Peter Griffin
[PATCH AUTOSEL 4.19 14/23] drm/exynos: Call drm_atomic_helper_shutdown() at shutdown/unbind time, Sasha Levin
[PATCH AUTOSEL 5.4 15/24] drm/exynos: Call drm_atomic_helper_shutdown() at shutdown/unbind time, Sasha Levin
[PATCH AUTOSEL 5.10 19/28] drm/exynos: Call drm_atomic_helper_shutdown() at shutdown/unbind time, Sasha Levin
[PATCH AUTOSEL 5.15 21/35] drm/exynos: Call drm_atomic_helper_shutdown() at shutdown/unbind time, Sasha Levin
[PATCH AUTOSEL 6.1 30/53] drm/exynos: Call drm_atomic_helper_shutdown() at shutdown/unbind time, Sasha Levin
[PATCH AUTOSEL 6.6 38/73] drm/exynos: Call drm_atomic_helper_shutdown() at shutdown/unbind time, Sasha Levin
[PATCH AUTOSEL 6.7 44/88] drm/exynos: Call drm_atomic_helper_shutdown() at shutdown/unbind time, Sasha Levin
[PATCH v5] clk: samsung: gs101: add support for cmu_peric0,
Tudor Ambarus
[PATCH] spi: s3c64xx: Extract FIFO depth calculation to a dedicated macro,
Sam Protsenko
[PATCH 0/7] arm64: exynos: Enable SPI for Exynos850,
Sam Protsenko
[PATCH v4 0/8] GS101 Oriole: CMU_PERIC0 support and USI updates,
Tudor Ambarus
- [PATCH v4 1/8] dt-bindings: clock: google,gs101-clock: add PERIC0 clock management unit, Tudor Ambarus
- [PATCH v4 2/8] dt-bindings: i2c: exynos5: add google,gs101-hsi2c compatible, Tudor Ambarus
- [PATCH v4 3/8] clk: samsung: gs101: add support for cmu_peric0, Tudor Ambarus
- [PATCH v4 4/8] arm64: dts: exynos: gs101: remove reg-io-width from serial, Tudor Ambarus
- [PATCH v4 5/8] arm64: dts: exynos: gs101: enable cmu-peric0 clock controller, Tudor Ambarus
- [PATCH v4 6/8] arm64: dts: exynos: gs101: update USI UART to use peric0 clocks, Tudor Ambarus
- [PATCH v4 7/8] arm64: dts: exynos: gs101: define USI8 with I2C configuration, Tudor Ambarus
- [PATCH v4 8/8] arm64: dts: exynos: gs101: enable eeprom on gs101-oriole, Tudor Ambarus
[PATCH v2 00/19] serial: samsung: gs101 updates and winter cleanup,
Tudor Ambarus
- [PATCH v2 01/19] tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT, Tudor Ambarus
- [PATCH v2 02/19] dt-bindings: serial: samsung: do not allow reg-io-width for gs101, Tudor Ambarus
- [PATCH v2 03/19] tty: serial: samsung: prepare for different IO types, Tudor Ambarus
- [PATCH v2 04/19] tty: serial: samsung: set UPIO_MEM32 iotype for gs101, Tudor Ambarus
- [PATCH v2 05/19] tty: serial: samsung: add gs101 earlycon support, Tudor Ambarus
- [PATCH v2 06/19] tty: serial: samsung: sort headers alphabetically, Tudor Ambarus
- [PATCH v2 07/19] tty: serial: samsung: explicitly include <linux/types.h>, Tudor Ambarus
- [PATCH v2 08/19] tty: serial: samsung: use u32 for register interactions, Tudor Ambarus
- [PATCH v2 09/19] tty: serial: samsung: remove braces on single statement block, Tudor Ambarus
- [PATCH v2 10/19] tty: serial: samsung: move open brace '{' on the next line, Tudor Ambarus
- [PATCH v2 11/19] tty: serial: samsung: drop superfluous comment, Tudor Ambarus
- [PATCH v2 12/19] tty: serial: samsung: make max_count unsigned int, Tudor Ambarus
- [PATCH v2 13/19] tty: serial: samsung: don't compare with zero an if (bitwise expression), Tudor Ambarus
- [PATCH v2 14/19] tty: serial: samsung: return bool for s3c24xx_serial_txempty_nofifo(), Tudor Ambarus
- [PATCH v2 15/19] tty: serial: samsung: return bool for s3c24xx_serial_console_txrdy(), Tudor Ambarus
- [PATCH v2 16/19] tty: serial: samsung: change return type for s3c24xx_serial_rx_fifocnt(), Tudor Ambarus
- [PATCH v2 17/19] tty: serial: samsung: shrink the clock selection to 8 clocks, Tudor Ambarus
- [PATCH v2 18/19] tty: serial: samsung: change has_divslot type to bool, Tudor Ambarus
- [PATCH v2 19/19] tty: serial: samsung: shrink memory footprint of ``struct s3c24xx_uart_info``, Tudor Ambarus
[PATCH AUTOSEL 6.6 018/104] ARM: dts: samsung: s5pv210: fix camera unit addresses/ranges, Sasha Levin
[PATCH AUTOSEL 6.6 017/104] ARM: dts: samsung: exynos4: fix camera unit addresses/ranges, Sasha Levin
[PATCH AUTOSEL 6.7 018/108] ARM: dts: samsung: s5pv210: fix camera unit addresses/ranges, Sasha Levin
[PATCH AUTOSEL 6.7 017/108] ARM: dts: samsung: exynos4: fix camera unit addresses/ranges, Sasha Levin
[PATCH v2] ARM: dts: exynos: disable polling in Odroid XU3-related devices,
Mateusz Majewski
[PATCH] ARM: s5pv210: fix pm.c kernel-doc warning,
Randy Dunlap
[PATCH v3 0/2] Add helper function to get and enable all bulk clocks,
Shradha Todi
Message not available
[PATCH 00/18] serial: samsung: gs101 updates and winter cleanup,
Tudor Ambarus
- [PATCH 01/18] tty: serial: samsung: prepare for different IO types, Tudor Ambarus
- [PATCH 02/18] tty: serial: samsung: set UPIO_MEM32 iotype for gs101, Tudor Ambarus
- [PATCH 04/18] tty: serial: samsung: sort headers alphabetically, Tudor Ambarus
- [PATCH 03/18] tty: serial: samsung: add gs101 earlycon support, Tudor Ambarus
- [PATCH 05/18] tty: serial: samsung: explicitly include <linux/types.h>, Tudor Ambarus
- [PATCH 06/18] tty: serial: samsung: use u32 for register interactions, Tudor Ambarus
- [PATCH 07/18] tty: serial: samsung: remove braces on single statement block, Tudor Ambarus
- [PATCH 08/18] tty: serial: samsung: move open brace '{' on the next line, Tudor Ambarus
- [PATCH 09/18] tty: serial: samsung: drop superfluous comment, Tudor Ambarus
- [PATCH 10/18] tty: serial: samsung: make max_count unsigned int, Tudor Ambarus
- [PATCH 11/18] tty: serial: samsung: don't compare with zero an if (bitwise expression), Tudor Ambarus
- [PATCH 12/18] tty: serial: samsung: use TIOCSER_TEMT for tx_empty(), Tudor Ambarus
- [PATCH 13/18] tty: serial: samsung: return bool for s3c24xx_serial_txempty_nofifo(), Tudor Ambarus
- [PATCH 14/18] tty: serial: samsung: return bool for s3c24xx_serial_console_txrdy(), Tudor Ambarus
- [PATCH 15/18] tty: serial: samsung: change return type for s3c24xx_serial_rx_fifocnt(), Tudor Ambarus
- [PATCH 17/18] tty: serial: samsung: shrink port feature flags to u8, Tudor Ambarus
- [PATCH 16/18] tty: serial: samsung: shrink the clock selection to 8 clocks, Tudor Ambarus
- [PATCH 18/18] tty: serial: samsung: shrink memory footprint of ``struct s3c24xx_uart_info``, Tudor Ambarus
[PATCH v3 00/12] GS101 Oriole: CMU_PERIC0 support and USI updates,
Tudor Ambarus
- [PATCH v3 01/12] dt-bindings: clock: google,gs101-clock: add PERIC0 clock management unit, Tudor Ambarus
- [PATCH v3 02/12] dt-bindings: i2c: exynos5: add google,gs101-hsi2c compatible, Tudor Ambarus
- [PATCH v3 03/12] dt-bindings: serial: samsung: do not allow reg-io-width for gs101, Tudor Ambarus
- [PATCH v3 04/12] tty: serial: samsung: prepare for different IO types, Tudor Ambarus
- [PATCH v3 05/12] tty: serial: samsung: set UPIO_MEM32 iotype for gs101, Tudor Ambarus
- [PATCH v3 06/12] tty: serial: samsung: add gs101 earlycon support, Tudor Ambarus
- [PATCH v3 07/12] clk: samsung: gs101: add support for cmu_peric0, Tudor Ambarus
- [PATCH v3 08/12] arm64: dts: exynos: gs101: remove reg-io-width from serial, Tudor Ambarus
- [PATCH v3 09/12] arm64: dts: exynos: gs101: enable cmu-peric0 clock controller, Tudor Ambarus
- [PATCH v3 10/12] arm64: dts: exynos: gs101: update USI UART to use peric0 clocks, Tudor Ambarus
- [PATCH v3 11/12] arm64: dts: exynos: gs101: define USI8 with I2C configuration, Tudor Ambarus
- [PATCH v3 12/12] arm64: dts: exynos: gs101: enable eeprom on gs101-oriole, Tudor Ambarus
[PATCH v2 0/3] GS101: rename cmu_misc clock-names,
Tudor Ambarus
[PATCH v2 0/2] Fix panel polarity mixup in S6D7AA0 panel driver and Galaxy Tab 3 8.0 DTSI,
Artur Weber
[PATCH v4 00/24] Improve IRQ wake capability reporting and update the cros_ec driver to use it,
Mark Hasemeyer
[PATCH 0/2] Fix panel polarity mixup in S6D7AA0 panel driver and Galaxy Tab 3 8.0 DTSI,
Artur Weber
[PATCH v2 00/12] GS101 Oriole: CMU_PERIC0 support and USI updates,
Tudor Ambarus
- [PATCH v2 01/12] dt-bindings: clock: google,gs101-clock: add PERIC0 clock management unit, Tudor Ambarus
- [PATCH v2 02/12] dt-bindings: i2c: exynos5: add google,gs101-hsi2c compatible, Tudor Ambarus
- [PATCH v2 03/12] dt-bindings: serial: samsung: do not allow reg-io-width for gs101, Tudor Ambarus
- [PATCH v2 04/12] tty: serial: samsung: prepare for different IO types, Tudor Ambarus
- [PATCH v2 05/12] tty: serial: samsung: set UPIO_MEM32 iotype for gs101, Tudor Ambarus
- [PATCH v2 06/12] tty: serial: samsung: add gs101 earlycon support, Tudor Ambarus
- [PATCH v2 08/12] arm64: dts: exynos: gs101: remove reg-io-width from serial, Tudor Ambarus
- [PATCH v2 07/12] clk: samsung: gs101: add support for cmu_peric0, Tudor Ambarus
- [PATCH v2 09/12] arm64: dts: exynos: gs101: enable cmu-peric0 clock controller, Tudor Ambarus
- [PATCH v2 10/12] arm64: dts: exynos: gs101: update USI UART to use peric0 clocks, Tudor Ambarus
- [PATCH v2 11/12] arm64: dts: exynos: gs101: define USI8 with I2C configuration, Tudor Ambarus
- [PATCH v2 12/12] arm64: dts: exynos: gs101: enable eeprom on gs101-oriole, Tudor Ambarus
[PATCH v3 00/10] IOMMU memory observability,
Pasha Tatashin
- [PATCH v3 01/10] iommu/vt-d: add wrapper functions for page allocations, Pasha Tatashin
- [PATCH v3 04/10] iommu/io-pgtable-dart: use page allocation function provided by iommu-pages.h, Pasha Tatashin
- [PATCH v3 05/10] iommu/exynos: use page allocation function provided by iommu-pages.h, Pasha Tatashin
- [PATCH v3 02/10] iommu/amd: use page allocation function provided by iommu-pages.h, Pasha Tatashin
- [PATCH v3 07/10] iommu/sun50i: use page allocation function provided by iommu-pages.h, Pasha Tatashin
- [PATCH v3 03/10] iommu/io-pgtable-arm: use page allocation function provided by iommu-pages.h, Pasha Tatashin
- [PATCH v3 06/10] iommu/rockchip: use page allocation function provided by iommu-pages.h, Pasha Tatashin
- [PATCH v3 08/10] iommu/tegra-smmu: use page allocation function provided by iommu-pages.h, Pasha Tatashin
- [PATCH v3 09/10] iommu: observability of the IOMMU allocations, Pasha Tatashin
- [PATCH v3 10/10] iommu: account IOMMU allocated memory, Pasha Tatashin
- Re: [PATCH v3 00/10] IOMMU memory observability, Bagas Sanjaya
- Re: [PATCH v3 00/10] IOMMU memory observability, Michal Koutný
[PATCH v3 00/24] Improve IRQ wake capability reporting and update the cros_ec driver to use it,
Mark Hasemeyer
RESEND: Re: [Patch v6 03/12] docs: qcom: Add qualcomm minidump guide, Ruipeng Qi
Re: [Patch v6 03/12] docs: qcom: Add qualcomm minidump guide, Ruipeng Qi
[PATCH 00/15] media: s5p-mfc: cleanups,
Krzysztof Kozlowski
- [PATCH 01/15] media: s5p-mfc: drop unused static s5p_mfc_cmds, Krzysztof Kozlowski
- [PATCH 02/15] media: s5p-mfc: drop unused static s5p_mfc_ops, Krzysztof Kozlowski
- [PATCH 03/15] media: s5p-mfc: drop unused get_*_def_fmt declarations, Krzysztof Kozlowski
- [PATCH 04/15] media: s5p-mfc: constify fw_name strings, Krzysztof Kozlowski
- [PATCH 05/15] media: s5p-mfc: constify s5p_mfc_buf_size structures, Krzysztof Kozlowski
- [PATCH 06/15] media: s5p-mfc: constify s5p_mfc_variant structures, Krzysztof Kozlowski
- [PATCH 07/15] media: s5p-mfc: constify s5p_mfc_hw_cmds structures, Krzysztof Kozlowski
- [PATCH 08/15] media: s5p-mfc: constify s5p_mfc_hw_ops structures, Krzysztof Kozlowski
- [PATCH 09/15] media: s5p-mfc: constify s5p_mfc_fmt structures, Krzysztof Kozlowski
- [PATCH 10/15] media: s5p-mfc: constify struct structures, Krzysztof Kozlowski
- [PATCH 11/15] media: s5p-mfc: constify pointers to s5p_mfc_cmd_args, Krzysztof Kozlowski
- [PATCH 12/15] media: s5p-mfc: constify local pointers to s5p_mfc_enc_params, Krzysztof Kozlowski
- [PATCH 13/15] media: s5p-mfc: drop useless clock refcnt debugging, Krzysztof Kozlowski
- [PATCH 14/15] media: s5p-mfc: drop useless static s5p_mfc_dev in s5p_mfc_pm.c, Krzysztof Kozlowski
- [PATCH 15/15] media: s5p-mfc: drop static device variable in s5p_mfc_pm.c, Krzysztof Kozlowski
[PATCH 01/12] media: fimc-lite: drop unused flite_hw_set_camera_polarity(),
Krzysztof Kozlowski
- [PATCH 02/12] media: fimc-lite: constify several pointers in function arguments, Krzysztof Kozlowski
- [PATCH 04/12] media: fimc-is: drop unused fimc_vidioc_enum_fmt_mplane(), Krzysztof Kozlowski
- [PATCH 03/12] media: fimc-lite: constify pointers to v4l2_pix_format_mplane, Krzysztof Kozlowski
- [PATCH 05/12] media: fimc-is: constify clock names, Krzysztof Kozlowski
- [PATCH 06/12] media: fimc-is: constify several pointers in function arguments, Krzysztof Kozlowski
- [PATCH 07/12] media: fimc-is: constify local pointers to fimc_fmt, Krzysztof Kozlowski
- [PATCH 08/12] media: fimc-is: constify fimc_formats array, Krzysztof Kozlowski
- [PATCH 09/12] media: fimc-is: constify pointers to v4l2_pix_format_mplane, Krzysztof Kozlowski
- [PATCH 10/12] media: fimc-is: constify local pointers to fimc_dma_offset, Krzysztof Kozlowski
- [PATCH 11/12] media: fimc-is: constify local pointers to fimc_vid_cap, Krzysztof Kozlowski
- [PATCH 12/12] media: fimc-is: constify local pointers to fimc_frame, Krzysztof Kozlowski
[PATCH] pinctrl: samsung: constify iomem pointers,
Krzysztof Kozlowski
[PATCH] media:fimc-capture: Fix a possible data inconsistency due to a data race in fimc_subdev_set_fmt(),
Tuo Li
[PATCH 0/3] Enable Multi Core Timer (MCT) for gs101,
Peter Griffin
[PATCH 1/2] ARM: dts: exynos: add accelerometer and gyro to p4note,
Martin Jücker
[RFC PATCH] thermal: Add API to update framework with known temperature, Lukasz Luba
[PATCH 1/2] dt-bindings: clock: gs101: rename cmu_misc clock-names,
Tudor Ambarus
[PATCH v2 00/22] Improve IRQ wake capability reporting and update the cros_ec driver to use it,
Mark Hasemeyer
[RFC PATCH 0/2] Introduce runtime modifiable Energy Model,
Lukasz Luba
[PATCH] drm/exynos: gsc: minor fix for loop iteration in gsc_runtime_resume,
Fedor Pchelkin
[GIT PULL 1/2] samsung: drivers for v6.8,
Krzysztof Kozlowski
[GIT PULL] clk: samsung: drivers for v6.8,
Krzysztof Kozlowski
[PATCH 1/2] dt-bindings: clock: Fix spelling mistake in 'tesla,fsd-clock.yaml',
Varada Pavani
Re: [PATCH 1/2] dt-bindings: clock: Fix spelling mistake in 'tesla,fsd-clock.yaml', Krzysztof Kozlowski
Re: [PATCH 1/2] dt-bindings: clock: Fix spelling mistake in 'tesla,fsd-clock.yaml', Krzysztof Kozlowski
Re: (subset) [PATCH 1/2] dt-bindings: clock: Fix spelling mistake in 'tesla,fsd-clock.yaml', Krzysztof Kozlowski
[PATCH] MAINTAINERS: adjust file entry in GOOGLE TENSOR SoC SUPPORT,
Lukas Bulwahn
[GIT PULL] pinctrl: samsung: drivers for v6.8,
Krzysztof Kozlowski
[PATCH v2] dt-bindings: clock: google,gs101: rename CMU_TOP gate defines,
Tudor Ambarus
[PATCH 00/15] memory: Convert to platform remove callback returning void,
Uwe Kleine-König
[PATCH] mtd: rawnand: fix Excess struct member description kernel-doc warnings,
Randy Dunlap
[PATCH] drm/exynos: fix incorrect type issue, Inki Dae
[PATCH] drm/exynos: fix accidental on-stack copy of exynos_drm_plane,
Arnd Bergmann
[PATCH 00/13] GS101 Oriole: CMU_PERIC0 support and USI updates,
Tudor Ambarus
- [PATCH 03/13] dt-bindings: i2c: exynos5: add google,gs101-hsi2c compatible, Tudor Ambarus
- [PATCH 01/13] dt-bindings: clock: google,gs101: fix CMU_TOP gate clock names, Tudor Ambarus
- [PATCH 04/13] dt-bindings: serial: samsung: gs101: make reg-io-width required property, Tudor Ambarus
- [PATCH 02/13] dt-bindings: clock: google,gs101-clock: add PERIC0 clock management unit, Tudor Ambarus
- [PATCH 05/13] tty: serial: samsung: add gs101 earlycon support, Tudor Ambarus
- [PATCH 07/13] clk: samsung: gs101: mark PERIC0 IP TOP gate clock as critical, Tudor Ambarus
- [PATCH 09/13] arm64: dts: exynos: gs101: update USI UART to use peric0 clocks, Tudor Ambarus
- [PATCH 08/13] arm64: dts: exynos: gs101: enable cmu-peric0 clock controller, Tudor Ambarus
- [PATCH 10/13] arm64: dts: exynos: gs101: define USI8 with I2C configuration, Tudor Ambarus
- [PATCH 11/13] arm64: dts: exynos: gs101: enable eeprom on gs101-oriole, Tudor Ambarus
- [PATCH 06/13] clk: samsung: gs101: add support for cmu_peric0, Tudor Ambarus
- [PATCH 13/13] arm64: defconfig: make at24 eeprom builtin, Tudor Ambarus
- [PATCH 12/13] arm64: defconfig: sync with savedefconfig, Tudor Ambarus
[PATCH] dt-bindings: display: samsung,exynos-mixer: Fix 'regs' typo,
Rob Herring
[PATCH v1 2/6] arm: arm64: dts: Enable cros-ec-spi as wake source,
Mark Hasemeyer
[Patch v6 00/10] Add MFC v12 support,
Aakarsh Jain
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
RE: [Patch v6 00/10] Add MFC v12 support, Alim Akhtar
[GIT PULL 1/2] arm64: dts: samsung: Exynops and Google for v6.8,
Krzysztof Kozlowski
[PATCH v7 00/16] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board,
Peter Griffin
- [PATCH v7 01/16] dt-bindings: watchdog: Document Google gs101 watchdog bindings, Peter Griffin
- [PATCH v7 02/16] dt-bindings: arm: google: Add bindings for Google ARM platforms, Peter Griffin
- [PATCH v7 03/16] dt-bindings: serial: samsung: Add google-gs101-uart compatible, Peter Griffin
- [PATCH v7 05/16] dt-bindings: soc: samsung: usi: add google,gs101-usi compatible, Peter Griffin
- [PATCH v7 04/16] dt-bindings: serial: samsung: Make samsung,uart-fifosize a required property, Peter Griffin
- [PATCH v7 06/16] dt-bindings: clock: google,gs101: fix incorrect numbering and DGB suffix, Peter Griffin
- [PATCH v7 07/16] clk: samsung: clk-pll: Add support for pll_{0516,0517,518}, Peter Griffin
- [PATCH v7 09/16] pinctrl: samsung: Add gs101 SoC pinctrl configuration, Peter Griffin
- [PATCH v7 11/16] watchdog: s3c2410_wdt: Update QUIRK macros to use BIT macro, Peter Griffin
- [PATCH v7 10/16] watchdog: s3c2410_wdt: Add support for WTCON register DBGACK_MASK bit, Peter Griffin
- [PATCH v7 12/16] watchdog: s3c2410_wdt: Add support for Google gs101 SoC, Peter Griffin
- [PATCH v7 13/16] tty: serial: samsung: Add gs101 compatible and common fifoszdt_serial_drv_data, Peter Griffin
- [PATCH v7 15/16] arm64: dts: exynos: google: Add initial Oriole/pixel 6 board support, Peter Griffin
- [PATCH v7 16/16] MAINTAINERS: add entry for Google Tensor SoC, Peter Griffin
- [PATCH v7 08/16] clk: samsung: clk-gs101: Add cmu_top, cmu_misc and cmu_apm support, Peter Griffin
[Index of Archives]
[Linux Rockchip Development]
[Linux for Synopsys ARC Processors]
[Linux Actions SoC]
[Linux on Unisoc (RDA Micro) SoCs]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]