public inbox for linux-samsung-soc@vger.kernel.org
 help / color / mirror / Atom feed
[PATCH 2/3] drm/exynos: remove bridge when component_add fails
 2026-04-10 21:27 UTC 

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

[GIT PULL] clk: samsung: drivers for v7.1
 2026-04-09 12:25 UTC 

[PATCH v2 0/7] thermal: samsung: Add support for Google GS101 TMU
 2026-04-09 12:22 UTC  (3+ messages)

[PATCH v2 0/7] Exynos-pmu: Generalise cpu{hotplug,idle},PMU intr gen and add Exynos850 CPU hotplug
 2026-04-09 12:07 UTC  (18+ messages)
` [PATCH v2 1/7] dt-bindings: soc: move,rename google,gs101-pmu-intr-gen and add exynos850
` [PATCH v2 2/7] dt-bindings: soc: samsung: exynos-pmu: add samsung,pmu-intr-gen phandle
` [PATCH v2 3/7] dt-bindings: soc: samsung: exynos-pmu: deprecate google,pmu-intr-gen-syscon
` [PATCH v2 4/7] soc: samsung: exynos-pmu: generalise gs101-specific cpu{idle,hotplug} for Exynos SoCs
` [PATCH v2 5/7] soc: samsung: exynos-pmu: add Exynos850 CPU hotplug support
` [PATCH v2 6/7] MAINTAINERS: add exynos850-pmu.c to Exynos850 entry
` [PATCH v2 7/7] arm64: dts: exynos850: add PMU interrupt generation node

[PATCH v2 0/3] Exynos850 APM-to-AP mailbox support
 2026-04-09 12:04 UTC  (16+ messages)
` [PATCH v2 1/3] dt-bindings: mailbox: google,gs101-mbox: Add samsung,exynos850-mbox
` [PATCH v2 2/3] mailbox: exynos: Add support for Exynos850 mailbox
` [PATCH v2 3/3] arm64: dts: exynos850: Add ap2apm mailbox

[PATCH] drm: uapi: Add macro for chipset specific event ID region
 2026-04-08 16:36 UTC 

[PATCH] ARM: dts: exynos: Add bluetooth support to manta
 2026-04-08 11:56 UTC 

[PATCH] drm/exynos/fimd: fix register offset type in fimd_trigger()
 2026-04-08  6:50 UTC 

[PATCH] drm/exynos/gem: Fix printk specifier for gem_object.size and dma_addr
 2026-04-08  6:49 UTC 

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

[PATCH 0/4] drm/exynos: Random cleanups
 2026-04-07 15:00 UTC  (9+ 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 v10 0/6] Introduce MAX77759 charger driver
 2026-04-07 12:24 UTC  (12+ messages)
` [PATCH v10 1/6] dt-bindings: mfd: maxim,max77759: reference power-supply schema and add regulator property
` [PATCH v10 2/6] dt-bindings: usb: maxim,max33359: Add supply property for vbus
` [PATCH v10 3/6] mfd: max77759: add register bitmasks and modify irq configs for charger
` [PATCH v10 4/6] lib/linear_ranges: Add linear_range_get_selector_high_array
` [PATCH v10 5/6] power: supply: max77759: add charger driver
` [PATCH v10 6/6] usb: typec: tcpm/tcpci_maxim: deprecate WAR for setting charger mode

[PATCH v2] phy: exynos5-usbdrd: fix USB 2.0 HS PHY tuning values for Exynos7870
 2026-04-06 13:56 UTC 

[PATCH] phy: exynos5-usbdrd: fix USB 2.0 HS PHY tuning values for Exynos7870
 2026-04-06 13:38 UTC  (2+ messages)

[PATCH 05/15] dt-bindings: rtc: ingenic,rtc: Use generic power-controller schema
 2026-04-04  1:33 UTC  (3+ messages)
` (subset) "

[PATCH 0/9] configs: cleanup obsolete or incorrect assignments
 2026-04-02 21:52 UTC  (13+ messages)
` [PATCH 2/9] configs: remove orphan dependencies of NETFILTER_XTABLES_LEGACY
` [PATCH 3/9] configs: remove obsolete assignments to CONFIG_NFS_V4_1
` [PATCH 5/9] arm: configs: remove obsolete assignments to SND_SOC_ROCKCHIP
` [PATCH 9/9] arm64: defconfig: remove obsolete assignment to SLIM_QCOM_CTRL

[PATCH 0/5] Exynos850 APM-to-AP mailbox support
 2026-04-02  6:43 UTC  (4+ messages)

[PATCH 0/3] clk: samsung: use kzalloc_flex
 2026-04-02  3:11 UTC  (5+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] clk: samsung: cpu: "
` [PATCH 3/3] clk: samsung: pll: "

[PATCH 0/5] ufs-exynos support for ExynosAutov920
 2026-04-01  5:29 UTC  (2+ messages)

[PATCH v9 0/6] Introduce MAX77759 charger driver
 2026-03-31 20:39 UTC  (9+ 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 v8 00/10] pmdomain: samsung: add support for Google GS101
 2026-03-31  9:01 UTC  (27+ messages)
` [PATCH v8 02/10] dt-bindings: power: samsung: add google,gs101-pd
` [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 07/10] pmdomain: samsung: add support for google,gs101-pd
` (subset) [PATCH v8 00/10] pmdomain: samsung: add support for Google GS101

[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] 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  (9+ messages)
` [PATCH v5 phy-next 10/27] scsi: ufs: qcom: keep parallel track of PHY power state

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

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

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

[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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox