linux-samsung-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-28 14:04:05 to 2024-01-22 07:24:14 UTC [more...]

[GIT PULL] exynos-drm-fixes
 2024-01-22  7:24 UTC 

[PATCH] spi: s3c64xx: Extract FIFO depth calculation to a dedicated macro
 2024-01-22  2:34 UTC  (5+ messages)

[PATCH v3 0/2] Add helper function to get and enable all bulk clocks
 2024-01-20 15:03 UTC  (5+ messages)
    ` [PATCH v3 1/2] clk: Provide managed helper to get and enable "
    ` [PATCH v3 2/2] PCI: exynos: Adapt to clk_bulk_* APIs

[PATCH 0/7] arm64: exynos: Enable SPI for Exynos850
 2024-01-20  1:29 UTC  (8+ messages)
` [PATCH 1/7] dt-bindings: clock: exynos850: Add PDMA clocks
` [PATCH 2/7] dt-bindings: spi: samsung: Add Exynos850 SPI
` [PATCH 3/7] clk: samsung: exynos850: Add PDMA clocks
` [PATCH 4/7] clk: samsung: exynos850: Propagate SPI IPCLK rate change
` [PATCH 5/7] spi: s3c64xx: Add Exynos850 support
` [PATCH 6/7] arm64: dts: exynos: Add PDMA node for Exynos850
` [PATCH 7/7] arm64: dts: exynos: Add SPI nodes "

[PATCH v2 00/19] serial: samsung: gs101 updates and winter cleanup
 2024-01-19 16:27 UTC  (22+ messages)
` [PATCH v2 01/19] tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT
` [PATCH v2 02/19] dt-bindings: serial: samsung: do not allow reg-io-width for gs101
` [PATCH v2 03/19] tty: serial: samsung: prepare for different IO types
` [PATCH v2 04/19] tty: serial: samsung: set UPIO_MEM32 iotype for gs101
` [PATCH v2 05/19] tty: serial: samsung: add gs101 earlycon support
` [PATCH v2 06/19] tty: serial: samsung: sort headers alphabetically
` [PATCH v2 07/19] tty: serial: samsung: explicitly include <linux/types.h>
` [PATCH v2 08/19] tty: serial: samsung: use u32 for register interactions
` [PATCH v2 09/19] tty: serial: samsung: remove braces on single statement block
` [PATCH v2 10/19] tty: serial: samsung: move open brace '{' on the next line
` [PATCH v2 11/19] tty: serial: samsung: drop superfluous comment
` [PATCH v2 12/19] tty: serial: samsung: make max_count unsigned int
` [PATCH v2 13/19] tty: serial: samsung: don't compare with zero an if (bitwise expression)
` [PATCH v2 14/19] tty: serial: samsung: return bool for s3c24xx_serial_txempty_nofifo()
` [PATCH v2 15/19] tty: serial: samsung: return bool for s3c24xx_serial_console_txrdy()
` [PATCH v2 16/19] tty: serial: samsung: change return type for s3c24xx_serial_rx_fifocnt()
` [PATCH v2 17/19] tty: serial: samsung: shrink the clock selection to 8 clocks
` [PATCH v2 18/19] tty: serial: samsung: change has_divslot type to bool
` [PATCH v2 19/19] tty: serial: samsung: shrink memory footprint of ``struct s3c24xx_uart_info``

[PATCH v4 0/8] GS101 Oriole: CMU_PERIC0 support and USI updates
 2024-01-19 11:11 UTC  (9+ messages)
` [PATCH v4 1/8] dt-bindings: clock: google,gs101-clock: add PERIC0 clock management unit
` [PATCH v4 2/8] dt-bindings: i2c: exynos5: add google,gs101-hsi2c compatible
` [PATCH v4 3/8] clk: samsung: gs101: add support for cmu_peric0
` [PATCH v4 4/8] arm64: dts: exynos: gs101: remove reg-io-width from serial
` [PATCH v4 5/8] arm64: dts: exynos: gs101: enable cmu-peric0 clock controller
` [PATCH v4 6/8] arm64: dts: exynos: gs101: update USI UART to use peric0 clocks
` [PATCH v4 7/8] arm64: dts: exynos: gs101: define USI8 with I2C configuration
` [PATCH v4 8/8] arm64: dts: exynos: gs101: enable eeprom on gs101-oriole

[PATCH 00/18] serial: samsung: gs101 updates and winter cleanup
 2024-01-19 10:02 UTC  (52+ messages)
` [PATCH 01/18] tty: serial: samsung: prepare for different IO types
` [PATCH 02/18] tty: serial: samsung: set UPIO_MEM32 iotype for gs101
` [PATCH 03/18] tty: serial: samsung: add gs101 earlycon support
` [PATCH 04/18] tty: serial: samsung: sort headers alphabetically
` [PATCH 05/18] tty: serial: samsung: explicitly include <linux/types.h>
` [PATCH 06/18] tty: serial: samsung: use u32 for register interactions
` [PATCH 07/18] tty: serial: samsung: remove braces on single statement block
` [PATCH 08/18] tty: serial: samsung: move open brace '{' on the next line
` [PATCH 09/18] tty: serial: samsung: drop superfluous comment
` [PATCH 10/18] tty: serial: samsung: make max_count unsigned int
` [PATCH 11/18] tty: serial: samsung: don't compare with zero an if (bitwise expression)
` [PATCH 12/18] tty: serial: samsung: use TIOCSER_TEMT for tx_empty()
` [PATCH 13/18] tty: serial: samsung: return bool for s3c24xx_serial_txempty_nofifo()
` [PATCH 14/18] tty: serial: samsung: return bool for s3c24xx_serial_console_txrdy()
` [PATCH 15/18] tty: serial: samsung: change return type for s3c24xx_serial_rx_fifocnt()
` [PATCH 16/18] tty: serial: samsung: shrink the clock selection to 8 clocks
` [PATCH 17/18] tty: serial: samsung: shrink port feature flags to u8
` [PATCH 18/18] tty: serial: samsung: shrink memory footprint of ``struct s3c24xx_uart_info``

[PATCH v3 00/12] GS101 Oriole: CMU_PERIC0 support and USI updates
 2024-01-17 16:12 UTC  (33+ messages)
` [PATCH v3 01/12] dt-bindings: clock: google,gs101-clock: add PERIC0 clock management unit
` [PATCH v3 02/12] dt-bindings: i2c: exynos5: add google,gs101-hsi2c compatible
` [PATCH v3 03/12] dt-bindings: serial: samsung: do not allow reg-io-width for gs101
` [PATCH v3 04/12] tty: serial: samsung: prepare for different IO types
` [PATCH v3 05/12] tty: serial: samsung: set UPIO_MEM32 iotype for gs101
` [PATCH v3 06/12] tty: serial: samsung: add gs101 earlycon support
` [PATCH v3 07/12] clk: samsung: gs101: add support for cmu_peric0
` [PATCH v3 08/12] arm64: dts: exynos: gs101: remove reg-io-width from serial
` [PATCH v3 09/12] arm64: dts: exynos: gs101: enable cmu-peric0 clock controller
` [PATCH v3 10/12] arm64: dts: exynos: gs101: update USI UART to use peric0 clocks
` [PATCH v3 11/12] arm64: dts: exynos: gs101: define USI8 with I2C configuration
` [PATCH v3 12/12] arm64: dts: exynos: gs101: enable eeprom on gs101-oriole

[PATCH AUTOSEL 6.6 017/104] ARM: dts: samsung: exynos4: fix camera unit addresses/ranges
 2024-01-16 19:45 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 018/104] ARM: dts: samsung: s5pv210: "

[PATCH AUTOSEL 6.7 017/108] ARM: dts: samsung: exynos4: fix camera unit addresses/ranges
 2024-01-16 19:38 UTC  (2+ messages)
` [PATCH AUTOSEL 6.7 018/108] ARM: dts: samsung: s5pv210: "

[PATCH v2 0/3] GS101: rename cmu_misc clock-names
 2024-01-16 17:43 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: clock: gs101: "
` [PATCH v2 2/3] arm64: dts: exynos: gs101: comply with the new cmu_misc clock names
` [PATCH v2 3/3] clk: samsung: clk-gs101: comply with the new dt "

[PATCH v2] ARM: dts: exynos: disable polling in Odroid XU3-related devices
 2024-01-16 14:08 UTC 

[PATCH] ARM: s5pv210: fix pm.c kernel-doc warning
 2024-01-14  5:27 UTC 

[PATCH v2 0/2] Fix panel polarity mixup in S6D7AA0 panel driver and Galaxy Tab 3 8.0 DTSI
 2024-01-12  9:27 UTC  (4+ messages)
` [PATCH v2 1/2] ARM: dts: exynos4212-tab3: add samsung,invert-vclk flag to fimd
` [PATCH v2 2/2] drm/panel: samsung-s6d7aa0: drop DRM_BUS_FLAG_DE_HIGH for lsl080al02
` (subset) [PATCH v2 0/2] Fix panel polarity mixup in S6D7AA0 panel driver and Galaxy Tab 3 8.0 DTSI

[PATCH v2 00/12] GS101 Oriole: CMU_PERIC0 support and USI updates
 2024-01-10  7:25 UTC  (39+ messages)
` [PATCH v2 01/12] dt-bindings: clock: google,gs101-clock: add PERIC0 clock management unit
` [PATCH v2 02/12] dt-bindings: i2c: exynos5: add google,gs101-hsi2c compatible
` [PATCH v2 03/12] dt-bindings: serial: samsung: do not allow reg-io-width for gs101
` [PATCH v2 04/12] tty: serial: samsung: prepare for different IO types
` [PATCH v2 05/12] tty: serial: samsung: set UPIO_MEM32 iotype for gs101
` [PATCH v2 06/12] tty: serial: samsung: add gs101 earlycon support
` [PATCH v2 07/12] clk: samsung: gs101: add support for cmu_peric0
` [PATCH v2 08/12] arm64: dts: exynos: gs101: remove reg-io-width from serial
` [PATCH v2 09/12] arm64: dts: exynos: gs101: enable cmu-peric0 clock controller
` [PATCH v2 10/12] arm64: dts: exynos: gs101: update USI UART to use peric0 clocks
` [PATCH v2 11/12] arm64: dts: exynos: gs101: define USI8 with I2C configuration
` [PATCH v2 12/12] arm64: dts: exynos: gs101: enable eeprom on gs101-oriole

[Patch v6 03/12] docs: qcom: Add qualcomm minidump guide
 2024-01-09  8:27 UTC  (5+ messages)
` RESEND: "

[PATCH v3 00/10] IOMMU memory observability
 2024-01-05 15:33 UTC  (11+ messages)
` [PATCH v3 08/10] iommu/tegra-smmu: use page allocation function provided by iommu-pages.h

[RFC PATCH 0/2] Introduce runtime modifiable Energy Model
 2024-01-04 17:27 UTC  (6+ messages)
` [PATCH 1/2] OPP: Add API to update EM after adjustment of voltage for OPPs

[PATCH v4 00/24] Improve IRQ wake capability reporting and update the cros_ec driver to use it
 2024-01-02 21:07 UTC  (3+ messages)
` [PATCH v4 07/24] ARM: dts: samsung: exynos5420: Enable cros-ec-spi as wake source
` [PATCH v4 08/24] ARM: dts: samsung: exynos5800: "

[PATCH 0/2] Fix panel polarity mixup in S6D7AA0 panel driver and Galaxy Tab 3 8.0 DTSI
 2024-01-02 20:58 UTC  (5+ messages)
` [PATCH 1/2] ARM: dts: exynos4212-tab3: add samsung,invert-vclk flag to fimd
` [PATCH 2/2] drm/panel: samsung-s6d7aa0: drop DRM_BUS_FLAG_DE_HIGH for lsl080al02

[PATCH] pinctrl: samsung: constify iomem pointers
 2023-12-28 21:13 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).