Linux-Samsung-soc Archive mirror
 help / color / mirror / Atom feed
 messages from 2026-03-17 23:06:25 to 2026-03-30 13:19:38 UTC [more...]

[PATCH v6 phy-next 00/28] Split Generic PHY consumer and provider
 2026-03-30 13:19 UTC  (33+ messages)
` [PATCH v6 phy-next 01/28] ata: add <linux/pm_runtime.h> where missing
` [PATCH v6 phy-next 02/28] PCI: Add missing headers transitively included by <linux/phy/phy.h>
` [PATCH v6 phy-next 03/28] usb: add "
` [PATCH v6 phy-next 04/28] drm: add <linux/pm_runtime.h> where missing
` [PATCH v6 phy-next 05/28] phy: "
` [PATCH v6 phy-next 06/28] phy: spacemit: include missing <linux/phy/phy.h>
` [PATCH v6 phy-next 07/28] net: lan969x: include missing <linux/of.h>
` [PATCH v6 phy-next 08/28] PCI: Remove device links to PHY
` [PATCH v6 phy-next 09/28] scsi: ufs: exynos: stop poking into struct phy guts
` [PATCH v6 phy-next 10/28] scsi: ufs: qcom: keep parallel track of PHY power state
` [PATCH v6 phy-next 11/28] scsi: ufs: qcom: include missing <linux/interrupt.h>
` [PATCH v6 phy-next 12/28] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node
` [PATCH v6 phy-next 13/28] usb: host: tegra: "
` [PATCH v6 phy-next 14/28] usb: gadget: tegra-xudc: "
` [PATCH v6 phy-next 15/28] drm/msm/dp: remove debugging prints with internal struct phy state
` [PATCH v6 phy-next 16/28] phy: move provider API out of public <linux/phy/phy.h>
` [PATCH v6 phy-next 17/28] phy: make phy_get_mode(), phy_(get|set)_bus_width() NULL tolerant
` [PATCH v6 phy-next 18/28] phy: introduce phy_get_max_link_rate() helper for consumers
` [PATCH v6 phy-next 19/28] drm/rockchip: dsi: include PHY provider header
` [PATCH v6 phy-next 20/28] drm: bridge: cdns-mhdp8546: use consumer API for getting PHY bus width
` [PATCH v6 phy-next 21/28] media: sunxi: a83-mips-csi2: include PHY provider header
` [PATCH v6 phy-next 22/28] net: renesas: rswitch: "
` [PATCH v6 phy-next 23/28] pinctrl: tegra-xusb: "
` [PATCH v6 phy-next 24/28] power: supply: cpcap-charger: include missing <linux/property.h>
` [PATCH v6 phy-next 25/28] phy: include PHY provider header (1/2)
` [PATCH v6 phy-next 26/28] phy: include PHY provider header (2/2)
` [PATCH v6 phy-next 27/28] phy: remove temporary provider compatibility from consumer header
` [PATCH v6 phy-next 28/28] MAINTAINERS: add regexes for linux-phy

[PATCH v8 00/10] pmdomain: samsung: add support for Google GS101
 2026-03-30 12:10 UTC  (36+ messages)
` [PATCH v8 01/10] dt-bindings: soc: google: add google,gs101-dtzpc
` [PATCH v8 02/10] dt-bindings: power: samsung: add google,gs101-pd
` [PATCH v8 03/10] dt-bindings: soc: samsung: exynos-pmu: move gs101-pmu into separate binding
` [PATCH v8 04/10] dt-bindings: soc: google: gs101-pmu: allow power domains as children
` [PATCH v8 05/10] pmdomain: samsung: convert to using regmap
` [PATCH v8 06/10] pmdomain: samsung: don't hard-code offset for registers to 0 and 4
` [PATCH v8 07/10] pmdomain: samsung: add support for google,gs101-pd
` [PATCH v8 08/10] pmdomain: samsung: use dev_err() instead of pr_err()
` [PATCH v8 09/10] pmdomain: samsung: implement SMC to save / restore TZ config
` [PATCH v8 10/10] pmdomain: samsung: implement domain-supply regulator
` (subset) [PATCH v8 00/10] pmdomain: samsung: add support for Google GS101

[PATCH] drm/exynos/dma: Drop iommu_dma_init_domain() stub
 2026-03-30  7:51 UTC  (2+ messages)

[PATCH v2] mailbox: exynos: drop superfluous mbox setting per channel
 2026-03-29 16:18 UTC  (2+ messages)

[PATCH v2 0/2] PCI: dwc: Add multi-port controller support
 2026-03-27 14:04 UTC  (3+ messages)

[PATCH v5 phy-next 00/27] Split Generic PHY consumer and provider API
 2026-03-27 11:28 UTC  (42+ messages)
` [PATCH v5 phy-next 01/27] ata: add <linux/pm_runtime.h> where missing
` [PATCH v5 phy-next 02/27] PCI: Add missing headers transitively included by <linux/phy/phy.h>
` [PATCH v5 phy-next 03/27] usb: add "
` [PATCH v5 phy-next 04/27] drm: add <linux/pm_runtime.h> where missing
` [PATCH v5 phy-next 05/27] phy: "
` [PATCH v5 phy-next 06/27] phy: spacemit: include missing <linux/phy/phy.h>
` [PATCH v5 phy-next 07/27] net: lan969x: include missing <linux/of.h>
` [PATCH v5 phy-next 08/27] PCI: Remove device links to PHY
` [PATCH v5 phy-next 09/27] scsi: ufs: exynos: stop poking into struct phy guts
` [PATCH v5 phy-next 10/27] scsi: ufs: qcom: keep parallel track of PHY power state
` [PATCH v5 phy-next 11/27] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node
` [PATCH v5 phy-next 12/27] usb: host: tegra: "
` [PATCH v5 phy-next 13/27] usb: gadget: tegra-xudc: "
` [PATCH v5 phy-next 14/27] drm/msm/dp: remove debugging prints with internal struct phy state
` [PATCH v5 phy-next 15/27] phy: move provider API out of public <linux/phy/phy.h>
` [PATCH v5 phy-next 16/27] phy: make phy_get_mode(), phy_(get|set)_bus_width() NULL tolerant
` [PATCH v5 phy-next 17/27] phy: introduce phy_get_max_link_rate() helper for consumers
` [PATCH v5 phy-next 18/27] drm/rockchip: dsi: include PHY provider header
` [PATCH v5 phy-next 19/27] drm: bridge: cdns-mhdp8546: use consumer API for getting PHY bus width
` [PATCH v5 phy-next 20/27] media: sunxi: a83-mips-csi2: include PHY provider header
` [PATCH v5 phy-next 21/27] net: renesas: rswitch: "
` [PATCH v5 phy-next 22/27] pinctrl: tegra-xusb: "
` [PATCH v5 phy-next 23/27] power: supply: cpcap-charger: include missing <linux/property.h>
` [PATCH v5 phy-next 24/27] phy: include PHY provider header (1/2)
` [PATCH v5 phy-next 25/27] phy: include PHY provider header (2/2)
` [PATCH v5 phy-next 26/27] phy: remove temporary provider compatibility from consumer header
` [PATCH v5 phy-next 27/27] MAINTAINERS: add regexes for linux-phy

[PATCH] crypto: s5p-sss - use unregister_{ahashes,skciphers} in probe/remove
 2026-03-27 10:05 UTC  (4+ messages)

[PATCH 0/4] drm/exynos: Random cleanups
 2026-03-27  5:44 UTC  (6+ messages)
` [PATCH 1/4] drm/exynos: Internalize exynos_drm_gem_free_object()
` [PATCH 2/4] drm/exynos: Use DRM core dedicated DMA device tracking facility
` [PATCH 3/4] drm/exynos: Drop exynos_drm_gem.size field
` [PATCH 4/4] drm/exynos: Drop MAX_FB_BUFFER in favor of DRM_FORMAT_MAX_PLANES

[PATCH 0/7] arm64: dts: Drop CPU masks from GICv3 PPI interrupts
 2026-03-26  8:58 UTC  (4+ messages)
` (subset) "

[PATCH] i2c: s3c24xx: check the size of the SMBUS message before using it
 2026-03-26  8:39 UTC  (3+ messages)

[PATCH v9 0/6] Introduce MAX77759 charger driver
 2026-03-25 22:22 UTC  (7+ messages)
` [PATCH v9 1/6] dt-bindings: mfd: maxim,max77759: reference power-supply schema and add regulator property
` [PATCH v9 2/6] dt-bindings: usb: maxim,max33359: Add supply property for vbus
` [PATCH v9 3/6] mfd: max77759: add register bitmasks and modify irq configs for charger
` [PATCH v9 4/6] lib/linear_ranges: Add linear_range_get_selector_high_array
` [PATCH v9 5/6] power: supply: max77759: add charger driver
` [PATCH v9 6/6] usb: typec: tcpm/tcpci_maxim: deprecate WAR for setting charger mode

[PATCH RESEND v8 0/6] Introduce MAX77759 charger driver
 2026-03-25 20:06 UTC  (4+ messages)
` [PATCH RESEND v8 3/6] mfd: max77759: add register bitmasks and modify irq configs for charger

[PATCH v5 01/12] scsi: ufs: core: Introduce a new ufshcd vops negotiate_pwr_mode()
 2026-03-25 15:21 UTC 

[PATCH v3 00/13] Support for Samsung S2MU005 PMIC and its sub-devices
 2026-03-25 14:58 UTC  (5+ messages)
` [PATCH v3 09/13] leds: flash: add support for Samsung S2M series PMIC flash LED device

[PATCH 0/9] configs: cleanup obsolete or incorrect assignments
 2026-03-25 12:44 UTC  (18+ messages)
` [PATCH 1/9] scripts: kconfig: merge_config.sh: use POSIX '=' in test
` [PATCH 5/9] arm: configs: remove obsolete assignments to SND_SOC_ROCKCHIP
` [PATCH 7/9] arm64: defconfig: remove incorrect assignment to IPQ_APSS_5018
` [PATCH 8/9] arm64: defconfig: remove obsolete assignment to SENSORS_SA67MCU
` [PATCH 9/9] arm64: defconfig: remove obsolete assignment to SLIM_QCOM_CTRL

[PATCH] arm64: dts: exynos850: Add syscon-poweroff node
 2026-03-25  0:26 UTC 

[GIT PULL 1/4] samsung: drivers for v7.1
 2026-03-24 12:58 UTC  (4+ messages)
` [GIT PULL 2/4] arm64: dts: samsung: dts "
` [GIT PULL 3/4] ARM: "
` [GIT PULL 4/4] ARM: samsung: mach code "

[PATCH 0/5] Exynos850 APM-to-AP mailbox support
 2026-03-24 12:44 UTC  (12+ messages)
` [PATCH 1/5] dt-bindings: clock: exynos850: Add APM_AP MAILBOX clock
  ` (subset) "
` [PATCH 2/5] clk: samsung: exynos850: Add APM-to-AP mailbox clock
  ` (subset) "
` [PATCH 3/5] dt-bindings: mailbox: google,gs101-mbox: Add samsung,exynos850-mbox
` [PATCH 4/5] mailbox: exynos: Add support for Exynos850 mailbox
` [PATCH 5/5] arm64: dts: exynos850: Add ap2apm mailbox

[PATCH 00/15] Convert power-controller to dt-schema and update various yaml file to referencing it
 2026-03-24  6:31 UTC  (5+ messages)
` [PATCH 01/15] dt-bindings: power: power-controller: Convert to yaml format
` [PATCH 05/15] dt-bindings: rtc: ingenic,rtc: Use generic power-controller schema

[PATCH RFC 0/8] Exynos850 CPU hotplug support and pmu_intr_gen cleanup
 2026-03-23 16:33 UTC  (9+ messages)
` [PATCH RFC 1/8] dt-bindings: soc: move and rename google,gs101-pmu-intr-gen schema under soc/samsung/
` [PATCH RFC 8/8] arm64: dts: exynos850: add PMU interrupt generation node

[PATCH v4 01/12] scsi: ufs: core: Introduce a new ufshcd vops negotiate_pwr_mode()
 2026-03-23  9:10 UTC  (2+ messages)

[PATCH 0/6] drm/bridge: convert users of of_drm_find_bridge(), part 3
 2026-03-22 14:13 UTC  (3+ messages)
` [PATCH 4/6] drm/mediatek: mtk_hdmi*: convert to of_drm_find_and_get_bridge()

[PATCH v1 1/1] media: camif-core: Drop unused include
 2026-03-20 21:59 UTC 

[PATCH v4 phy-next 00/24] Split Generic PHY consumer and provider API
 2026-03-20  2:11 UTC  (7+ messages)
` [PATCH v4 phy-next 06/24] phy: spacemit: include missing <linux/phy/phy.h>
` [PATCH v4 phy-next 09/24] ufs: exynos: stop poking into struct phy guts
` [PATCH v4 phy-next 23/24] phy: remove temporary provider compatibility from consumer header
` [PATCH v4 phy-next 24/24] MAINTAINERS: add regexes for linux-phy

[PATCH v3 phy-next 00/24] Split Generic PHY consumer and provider API
 2026-03-19 17:14 UTC  (3+ messages)
` [PATCH v3 phy-next 09/24] ufs: exynos: stop poking into struct phy guts

[PATCH v11 00/17] Apply drm_bridge_connector and panel_bridge helper for the Analogix DP driver
 2026-03-19  7:47 UTC  (18+ messages)
` [PATCH v11 01/17] drm/bridge: analogix_dp: Add &analogix_dp_plat_data.next_bridge
` [PATCH v11 02/17] drm/bridge: Move legacy bridge driver out of imx directory for multi-platform use
` [PATCH v11 03/17] drm/exynos: exynos_dp: Remove &exynos_dp_device.ptn_bridge
` [PATCH v11 04/17] drm/exynos: exynos_dp: Remove unused &exynos_dp_device.connector
` [PATCH v11 05/17] drm/exynos: exynos_dp: Apply of-display-mode-bridge to parse the display-timings node
` [PATCH v11 06/17] drm/bridge: analogix_dp: Remove redundant &analogix_dp_plat_data.skip_connector
` [PATCH v11 07/17] drm/bridge: analogix_dp: Move the color format check to .atomic_check() for Rockchip platforms
` [PATCH v11 08/17] drm/bridge: analogix_dp: Remove unused &analogix_dp_plat_data.get_modes()
` [PATCH v11 09/17] drm/bridge: analogix_dp: Remove unused struct drm_connector* for &analogix_dp_plat_data.attach()
` [PATCH v11 10/17] drm/bridge: analogix_dp: Pass struct drm_atomic_state* for analogix_dp_bridge_mode_set()
` [PATCH v11 11/17] drm/bridge: analogix_dp: Apply drm_bridge_connector helper
` [PATCH v11 12/17] drm/bridge: analogix_dp: Add new API analogix_dp_finish_probe()
` [PATCH v11 13/17] drm/rockchip: analogix_dp: Apply analogix_dp_finish_probe()
` [PATCH v11 14/17] drm/exynos: exynos_dp: "
  ` [PATCH v11 15/17] drm/bridge: analogix_dp: Attach the next bridge in analogix_dp_bridge_attach()
  ` [PATCH v11 16/17] drm/bridge: analogix_dp: Remove bridge disabing and panel unpreparing in analogix_dp_unbind()
  ` [PATCH v11 17/17] drm/bridge: analogix_dp: Apply panel_bridge helper

[PATCH] dwc3: google: Fix PM domain leak in dwc3_google_probe()
 2026-03-18  1:14 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 read-only IMAP folder(s) and NNTP newsgroup(s).