linux-samsung-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-20 17:54:13 to 2022-07-01 01:55:05 UTC [more...]

[PATCH v3 0/5] support USI for Exynos Auto v9 SoC
 2022-07-01  1:52 UTC  (5+ messages)
    ` [PATCH v3 1/5] dt-bindings: soc: samsung: usi: add exynosautov9-usi compatible
    ` [PATCH v3 2/5] dt-bindings: serial: samsung: add exynosautov9-uart compatible
    ` [PATCH v3 3/5] arm64: dts: exynosautov9: add pdma0 device tree node
    ` [PATCH v3 4/5] arm64: dts: exynosautov9: prepare usi0 changes

[PATCH v2 0/2] Fix console probe delay when stdout-path isn't set
 2022-07-01  1:26 UTC  (3+ messages)
` [PATCH v2 1/2] driver core: Add probe_no_timeout flag for drivers
` [PATCH v2 2/2] serial: Set probe_no_timeout for all DT based drivers

[PATCH 1/2] drm/exynos: MAINTAINERS: move Joonyoung Shim to credits
 2022-07-01  0:27 UTC  (5+ messages)
  ` [PATCH 2/2] dt-bindings: remove Joonyoung Shim from maintainers

[PATCH v2] dt-bindings: media: samsung,exynos5250-gsc: convert to dtschema
 2022-06-30 23:16 UTC  (2+ messages)

[PATCH 0/5] mmc: dt-bindings: samsung,s3c6410-sdhci: convert to dtschema
 2022-06-30 23:15 UTC  (13+ messages)
` [PATCH 1/5] ARM: dts: exynos: align SDHCI node name with dtschema
  ` (subset) "
` [PATCH 2/5] ARM: dts: s3c24xx: "
  ` (subset) "
` [PATCH 3/5] ARM: dts: s3c64xx: "
  ` (subset) "
` [PATCH 4/5] ARM: dts: s5pv210: "
  ` (subset) "
` [PATCH 5/5] dt-bindings: mmc: samsung,s3c6410-sdhci: convert to dtschema

[PATCH v3 0/4] spi support for Exynos Auto v9 SoC
 2022-06-30  9:16 UTC  (11+ messages)
    ` [PATCH v3 1/4] spi: s3c64xx: support loopback mode
    ` [PATCH v3 2/4] spi: s3c64xx: support custom value of internal clock divider
    ` [PATCH v3 3/4] dt-bindings: samsung,spi: define exynosautov9 compatible
    ` [PATCH v3 4/4] spi: s3c64xx: add spi port configuration for Exynos Auto v9 SoC

[PATCH v2 0/4] support USI for Exynos Auto v9 SoC
 2022-06-30  7:59 UTC  (12+ messages)
    ` [PATCH v2 1/4] dt-bindings: soc: samsung: usi: add exynosautov9-usi compatible
    ` [PATCH v2 2/4] dt-bindings: serial: samsung: add exynosautov9-uart compatible
    ` [PATCH v2 3/4] arm64: dts: exynosautov9: add pdma0 device tree node
    ` [PATCH v2 4/4] arm64: dts: exynosautov9: add usi device tree nodes

[PATCH net v4] net: phy: Don't trigger state machine while in suspend
 2022-06-30  4:00 UTC  (3+ messages)

[PATCH] dt-bindings: interconnect: samsung,exynos-bus: convert to dtschema
 2022-06-29 19:39 UTC  (2+ messages)

[PATCH v2 0/3] fixes for exynosautov9 clock
 2022-06-29 19:37 UTC  (8+ messages)
    ` [PATCH v2 1/3] dt-bindings: clock: exynosautov9: correct clock numbering of peric0/c1
    ` [PATCH v2 2/3] clk: samsung: exynosautov9: add missing gate clks for peric0/c1
    ` [PATCH v2 3/3] clk: samsung: exynosautov9: correct register offsets of peric0/c1

[PATCH] dt-bindings: soc: samsung: s5pv210-chipid: add S5PV210 ChipID
 2022-06-29 12:35 UTC 

[PATCH] dt-bindings: media: samsung,s5pv210-jpeg: convert to dtschema
 2022-06-29 12:08 UTC 

[PATCH v2] tty: serial: samsung_tty: support more than 4 uart ports
 2022-06-29 11:13 UTC  (3+ messages)

[PATCH 0/3] support USI for Exynos Auto v9 SoC
 2022-06-29 11:09 UTC  (7+ messages)
    ` [PATCH 1/3] arm64: dts: exynosautov9: add pdma0 device tree node
    ` [PATCH 2/3] arm64: dts: exynosautov9: add exynosautov9-usi.dtsi
    ` [PATCH 3/3] arm64: dts: exynosautov9: include exynosautov9-usi.dtsi

[PATCH v2 0/4] spi support for Exynos Auto v9 SoC
 2022-06-29 10:04 UTC  (13+ messages)
    ` [PATCH v2 1/4] spi: s3c64xx: support loopback mode
    ` [PATCH v2 2/4] spi: s3c64xx: support custom value of internal clock divider
    ` [PATCH v2 3/4] dt-bindings: samsung,spi: define exynosautov9 compatible
    ` [PATCH v2 4/4] spi: s3c64xx: add spi port configuration for Exynos Auto v9 SoC

[PATCH 4/8] watchdog: s3c2410_wdt: Remove #ifdef guards for PM related functions
 2022-06-29  7:36 UTC  (3+ messages)

[PATCH 1/2] phy: samsung: phy-exynos-pcie: sanitize init/power_on callbacks
 2022-06-29  6:05 UTC  (6+ messages)
    ` [PATCH 2/2] PCI: dwc: exynos: Correct generic PHY usage

[PATCH v3] tty: serial: samsung_tty: loopback mode support
 2022-06-29  0:41 UTC 

[PATCH v2] tty: serial: samsung_tty: loopback mode support
 2022-06-29  0:32 UTC  (5+ messages)

[PATCH v1 0/2] Fix console probe delay when stdout-path isn't set
 2022-06-28 16:16 UTC  (7+ messages)
` [PATCH v1 1/2] driver core: Add probe_no_timeout flag for drivers
` [PATCH v1 2/2] serial: Set probe_no_timeout for all DT based drivers

[GIT PULL][PATCH] pinctrl: samsung: do not use bindings header with constants
 2022-06-28 13:55 UTC  (2+ messages)

[PATCH] tty: serial: samsung_tty: support more than 4 uart ports
 2022-06-28 13:16 UTC  (4+ messages)

[PATCH] tty: serial: samsung_tty: loopback mode support
 2022-06-28 11:55 UTC  (6+ messages)

pci-exynos.c phy_init() usage
 2022-06-28 10:59 UTC  (7+ messages)

[PATCH] spi: s3c64xx: move dma_release_channel to unprepare
 2022-06-28 10:31 UTC  (2+ messages)

[PATCH 0/3] fixes for exynosautov9 clock
 2022-06-28 10:02 UTC  (11+ messages)
    ` [PATCH 1/3] dt-bindings: clock: exynosautov9: correct clock numbering of peric0/c1
    ` [PATCH 2/3] clk: samsung: exynosautov9: add missing gate clks for peric0/c1
    ` [PATCH 3/3] clk: samsung: exynosautov9: correct register offsets of peric0/c1

[PATCH RESEND v5 15/18] PCI: dwc: Add dw_ prefix to the pcie_port structure name
 2022-06-28  6:46 UTC  (4+ messages)

[PATCH 0/5] spi support for Exynos Auto v9 SoC
 2022-06-28  1:51 UTC  (12+ messages)
    ` [PATCH 1/5] spi: spi-s3c64xx: increase MAX_SPI_PORTS to 12
    ` [PATCH 2/5] spi: s3c64xx: support loopback mode
    ` [PATCH 3/5] spi: s3c64xx: support custom value of internal clock divider
    ` [PATCH 4/5] dt-bindings: samsung,spi: define exynosautov9 compatible
    ` [PATCH 5/5] spi: s3c64xx: add spi port configuration for Exynos Auto v9 SoC

[PATCH] spi: dt-bindings: samsung: Add Exynos4210 SPI
 2022-06-27 20:33 UTC  (3+ messages)

[PATCH] spi: s3c64xx: constify fsd_spi_port_config
 2022-06-27 17:29 UTC  (2+ messages)

[PATCH] tty: serial: samsung_tty: set dma burst_size to 1
 2022-06-27 11:27 UTC  (2+ messages)

[PATCH net v3] net: phy: Don't trigger state machine while in suspend
 2022-06-27  9:49 UTC 

[PATCH] arm64: dts: exynosautov9: correct spi11 pin names
 2022-06-27  0:58 UTC 

[PATCH] dt-bindings: media: samsung,exynos5250-gsc: convert to dtschema
 2022-06-26 13:25 UTC 

[PATCH] drm/exynos: replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmi
 2022-06-24  8:16 UTC  (2+ messages)

[GIT PULL 1/3] ARM: dts: samsung: dts for v5.20
 2022-06-24  8:07 UTC  (3+ messages)
` [GIT PULL 2/3] arm64: "
` [GIT PULL 3/3] ARM: samsung: mach "

[GIT PULL fixes] ARM: samsung: fixes for v5.19
 2022-06-24  8:04 UTC 

[PATCH 0/2] Correct "div4" clocks in Exynos7885
 2022-06-24  7:59 UTC  (4+ messages)
` [PATCH 1/2] clk: samsung: exynos7885: Correct "div4" clock parents

[PATCH] iommu/exynos: Make driver independent of the system page size
 2022-06-23 12:25 UTC  (3+ messages)

Ruch z pierwszej pozycji w Google
 2022-06-23  7:41 UTC 

[PATCH v2 0/3] leds/arm: dts: leds on Samsung Galaxy S3
 2022-06-22 11:58 UTC  (6+ messages)
` [PATCH v2 2/3] ARM: dts: exynos: align aat1290 flash LED node with bindings in "
  ` (subset) "
` [PATCH v2 3/3] ARM: dts: exynos: add function and color to aat1290 flash LED node "
  ` (subset) "

[PATCH v2 0/8] ARM: dts: iextend leds on Exynos boards
 2022-06-22 11:58 UTC  (10+ messages)
` [PATCH v2 1/8] ARM: dts: exynos: add function to LED node in Origen 4210
` [PATCH v2 2/8] ARM: dts: exynos: add function to LED nodes in Tiny4412
` [PATCH v2 3/8] ARM: dts: exynos: add function and color to LED nodes in Itop Elite
` [PATCH v2 4/8] ARM: dts: exynos: add function and color to LED node in Odroid U3
` [PATCH v2 5/8] ARM: dts: exynos: add function and color to LED nodes in Odroid X/X2
` [PATCH v2 6/8] ARM: dts: exynos: add function and color to LED node in Odroid HC1
` [PATCH v2 7/8] ARM: dts: exynos: add function and color to LED node in Odroid XU4
` [PATCH v2 8/8] ARM: dts: exynos: add function and color to LED nodes in Odroid XU/XU3

[RFC 0/3] iommu/samsung: Introduce Exynos sysmmu-v8 driver
 2022-06-22  9:57 UTC  (8+ messages)
` [RFC 2/3] "

[PATCH net] net: phy: smsc: Disable Energy Detect Power-Down in interrupt mode
 2022-06-22  5:50 UTC  (4+ messages)

[PATCH 1/3] ufs: host: ufs-exynos: remove unused defines
 2022-06-22  2:10 UTC  (2+ messages)

[PATCH v4 0/4] clocksource: Add MCT support for ARTPEC-8
 2022-06-21 13:11 UTC  (3+ messages)
` [PATCH v4 3/4] clocksource/drivers/exynos_mct: Support local-timers property

[PATCH 1/3] dt-bindings: leds: skyworks,aat1290: convert to dtschema
 2022-06-20 23:47 UTC  (7+ messages)
` [PATCH 3/3] ARM: dts: exynos: add function and color to aat1290 flash LED node in Galaxy S3
          ` [Replicant] "


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).