linux-samsung-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-23 04:23:06 to 2023-03-06 11:39:34 UTC [more...]

[PATCH 0/8] dt-bindings: phy/samsung: move MIPI and DP phys under PMU
 2023-03-06 11:39 UTC  (3+ messages)
` [PATCH 6/8] ARM: dts: exynos: move DP and MIPI phys to PMU node in Exynos5420
  ` (subset) "

[PATCH 1/3] media: dt-bindings: i2c: samsung,s5k6a3: convert to dtschema
 2023-03-06 11:39 UTC  (3+ messages)
` [PATCH 3/3] ARM: dts: exynos: drop unused samsung,camclk-out property in Midas
  ` (subset) "

[PATCH 1/2] dt-bindings: display/bridge: toshiba,tc358764: convert to dtschema
 2023-03-06 11:39 UTC  (3+ messages)
` [PATCH 2/2] ARM: dts: exynos: add ports to TC358764 bridge on Arndale
  ` (subset) "

[PATCH 1/3] dt-bindings: soc: samsung: exynos-pmu: allow phys as child on Exynos3 and Exynos4
 2023-03-06 11:39 UTC  (2+ messages)

[PATCH 1/2] ARM: dts: exynos: correct whitespace in Midas
 2023-03-06 11:39 UTC  (2+ messages)

[PATCH 1/2] ARM: dts: exynos: align STMPE ADC node name with bindings in P4 Note
 2023-03-06 11:39 UTC  (3+ messages)
` [PATCH 2/2] ARM: dts: exynos: drop fake align STMPE properties "

[PATCH v15 00/16] drm: Add Samsung MIPI DSIM bridge
 2023-03-06 11:02 UTC  (27+ messages)
  ` [PATCH v15 01/16] drm: exynos: dsi: Drop explicit call to bridge detach
  ` [PATCH v15 02/16] drm: exynos: dsi: Lookup OF-graph or Child node devices
  ` [PATCH v15 03/16] drm: exynos: dsi: Mark PHY as optional
  ` [PATCH v15 04/16] drm: exynos: dsi: Add platform PLL_P (PMS_P) offset
  ` [PATCH v15 05/16] drm: exynos: dsi: Introduce hw_type platform data
  ` [PATCH v15 06/16] drm: exynos: dsi: Handle proper host initialization
  ` [PATCH v15 07/16] drm: exynos: dsi: Add atomic check
  ` [PATCH v15 08/16] drm: exynos: dsi: Add input_bus_flags
  ` [PATCH v15 09/16] drm: exynos: dsi: Add atomic_get_input_bus_fmts
  ` [PATCH v15 10/16] drm: exynos: dsi: Consolidate component and bridge
  ` [PATCH v15 11/16] drm: exynos: dsi: Add host helper for te_irq_handler
  ` [PATCH v15 13/16] dt-bindings: display: exynos: dsim: Add NXP i.MX8M Mini/Nano support
  ` [PATCH v15 14/16] drm: bridge: samsung-dsim: Add "
  ` [PATCH v15 15/16] dt-bindings: display: exynos: dsim: Add NXP i.MX8M Plus support
  ` [PATCH v15 16/16] drm: bridge: samsung-dsim: Add "
    ` [PATCH v15 12/16] drm: bridge: Generalize Exynos-DSI driver into a Samsung DSIM bridge

[PATCH] spi: s3c64xx: add no_cs description
 2023-03-06  9:06 UTC  (3+ messages)

[PATCH v2 00/23] interconnect: fix racy provider registration
 2023-03-06 10:04 UTC  (28+ messages)
` [PATCH v2 01/23] interconnect: fix mem leak when freeing nodes
` [PATCH v2 02/23] interconnect: fix icc_provider_del() error handling
` [PATCH v2 03/23] interconnect: fix provider registration API
` [PATCH v2 04/23] interconnect: imx: fix registration race
` [PATCH v2 05/23] interconnect: qcom: osm-l3: "
` [PATCH v2 06/23] interconnect: qcom: rpm: fix probe child-node error handling
` [PATCH v2 07/23] interconnect: qcom: rpm: fix probe PM domain "
` [PATCH v2 08/23] interconnect: qcom: rpm: fix registration race
` [PATCH v2 09/23] interconnect: qcom: rpmh: fix probe child-node error handling
` [PATCH v2 10/23] interconnect: qcom: rpmh: fix registration race
` [PATCH v2 11/23] interconnect: qcom: msm8974: "
` [PATCH v2 12/23] interconnect: qcom: sm8450: "
` [PATCH v2 13/23] interconnect: qcom: sm8550: "
` [PATCH v2 14/23] interconnect: exynos: fix node leak in probe PM QoS error path
` [PATCH v2 15/23] interconnect: exynos: fix registration race
` [PATCH v2 16/23] interconnect: exynos: drop redundant link destroy
` [PATCH v2 17/23] memory: tegra: fix interconnect registration race
` [PATCH v2 18/23] memory: tegra124-emc: "
` [PATCH v2 19/23] memory: tegra20-emc: "
` [PATCH v2 20/23] memory: tegra30-emc: "
` [PATCH v2 21/23] interconnect: drop racy registration API
` [PATCH v2 22/23] interconnect: drop unused icc_get() interface
` [PATCH v2 23/23] interconnect: drop unused icc_link_destroy() interface

[PATCH 1/2] watchdog: s3c2410_wdt: Use Use devm_clk_get[_optional]_enabled() helpers
 2023-03-06  9:15 UTC  (13+ messages)
` [PATCH 2/2] watchdog: s3c2410_wdt: Use devm_add_action_or_reset() to disable watchdog
        ` [PATCH 0/3] watchdog: s3c2410_wdt: Simplify using dev_err_probe()
          ` [PATCH 1/3] watchdog: s3c2410_wdt: Fold s3c2410_get_wdt_drv_data() into only caller
          ` [PATCH 2/3] watchdog: s3c2410_wdt: Unify error logging format in probe function
          ` [PATCH 3/3] watchdog: s3c2410_wdt: Simplify using dev_err_probe()

[PATCH 00/34] watchdog: Convert to platform remove callback returning void
 2023-03-04 17:12 UTC  (5+ messages)
` [PATCH 01/34] watchdog: s3c2410: Don't skip cleanup in remove's error path
` [PATCH 28/34] watchdog: s3c2410: Convert to platform remove callback returning void

[PATCH v5 00/18] Self-encapsulate the thermal zone device structure
 2023-03-03 19:48 UTC  (8+ messages)
` [PATCH v5 02/18] thermal/core: Use the thermal zone 'devdata' accessor in thermal located drivers

[PATCH 00/30] pwm: Convert to platform remove callback returning void
 2023-03-03 18:54 UTC  (2+ messages)
` [PATCH 19/30] pwm: samsung: "

[PATCH 00/87] spi: Convert to platform remove callback returning void
 2023-03-03 18:39 UTC  (3+ messages)
` [PATCH 62/87] spi: s3c64xx: "

[PATCH 00/16] Refactor Exynos PCIe driver to make it generic
 2023-03-03 12:38 UTC  (36+ messages)
    ` [PATCH 08/16] PCI: samsung: Rename exynos_pcie to samsung_pcie
    ` [PATCH 09/16] PCI: samsung: Make common appl readl/writel functions
    ` [PATCH 05/16] dt-bindings: PCI: Rename the term elbi to appl
    ` [PATCH 10/16] dt-bindings: PCI: Add phy-names as required property
    ` [PATCH 01/16] dt-bindings: PCI: Rename Exynos PCIe binding to Samsung PCIe
    ` [PATCH 02/16] PCI: exynos: Rename Exynos PCIe driver "
    ` [PATCH 04/16] PCI: samsung: Use clock bulk API to get clocks
    ` [PATCH 06/16] arm64: dts: exynos: Rename the term elbi to appl
    ` [PATCH 15/16] PCI: samsung: Add structure to hold resource operations

[PATCH v4 00/19] Self-encapsulate the thermal zone device structure
 2023-03-01 16:20 UTC  (3+ messages)
` [PATCH v4 02/19] thermal/core: Use the thermal zone 'devdata' accessor in thermal located drivers

[PATCH v13 00/18] drm: Add Samsung MIPI DSIM bridge
 2023-02-28 15:09 UTC  (44+ messages)
` [PATCH v13 01/18] drm: of: Lookup if child node has DSI panel or bridge
` [PATCH v13 02/18] drm: bridge: panel: Support nodrm case for drmm_panel_bridge_add
` [PATCH v13 03/18] drm: exynos: dsi: Drop explicit call to bridge detach
` [PATCH v13 04/18] drm: exynos: dsi: Switch to DSI panel or bridge find helper
` [PATCH v13 05/18] drm: exynos: dsi: Mark PHY as optional
` [PATCH v13 06/18] drm: exynos: dsi: Add platform PLL_P (PMS_P) offset
` [PATCH v13 07/18] drm: exynos: dsi: Introduce hw_type platform data
` [PATCH v13 08/18] drm: exynos: dsi: Handle proper host initialization
` [PATCH v13 09/18] drm: exynos: dsi: Add atomic check
` [PATCH v13 10/18] drm: exynos: dsi: Add input_bus_flags
` [PATCH v13 11/18] drm: exynos: dsi: Add atomic_get_input_bus_fmts
` [PATCH v13 12/18] drm: exynos: dsi: Consolidate component and bridge
` [PATCH v13 13/18] drm: exynos: dsi: Add host helper for te_irq_handler
` [PATCH v13 15/18] dt-bindings: display: exynos: dsim: Add NXP i.MX8M Mini/Nano support
` [PATCH v13 16/18] drm: bridge: samsung-dsim: Add "
` [PATCH v13 17/18] dt-bindings: display: exynos: dsim: Add NXP i.MX8M Plus support
` [PATCH v13 18/18] drm: bridge: samsung-dsim: Add "

[PATCH v3 0/2] ARM: dts: add mmc aliases for Exynos devices
 2023-02-27 19:38 UTC  (3+ messages)
` [PATCH v3 1/2] ARM: dts: exynos: replace mshc0 alias with mmc-ddr-1_8v property
` [PATCH v3 2/2] ARM: dts: exynos: add mmc aliases

[PATCH AUTOSEL 4.19 2/3] ARM: dts: exynos: Use Exynos5420 compatible for the MIPI video phy
 2023-02-27 16:38 UTC  (3+ messages)

[RESEND PATCH v11 00/18] drm: Add Samsung MIPI DSIM bridge
 2023-02-27 11:25 UTC  (12+ messages)
` [RESEND PATCH v11 02/18] drm: bridge: panel: Add devm_drm_of_dsi_get_bridge helper

[PATCH v2 0/6] clk: samsung: exynos850: Add missing clocks for PM
 2023-02-27  3:56 UTC  (7+ messages)
` [PATCH v2 2/6] dt-bindings: clock: exynos850: Add AUD and HSI main gate clocks
` [PATCH v2 3/6] clk: samsung: clk-pll: Implement pll0818x PLL type
` [PATCH v2 4/6] clk: samsung: exynos850: Implement CMU_G3D domain
` [PATCH v2 5/6] clk: samsung: exynos850: Add AUD and HSI main gate clocks
` [PATCH v2 6/6] arm64: dts: exynos: Add CMU_G3D node for Exynos850 SoC

[PATCH AUTOSEL 5.10 11/19] regulator: s5m8767: Bounds check id indexing into arrays
 2023-02-27  2:09 UTC 

[PATCH AUTOSEL 5.4 09/15] regulator: s5m8767: Bounds check id indexing into arrays
 2023-02-27  2:10 UTC 

[PATCH AUTOSEL 5.15 16/25] regulator: s5m8767: Bounds check id indexing into arrays
 2023-02-27  2:08 UTC 

[PATCH AUTOSEL 4.19 07/10] regulator: s5m8767: Bounds check id indexing into arrays
 2023-02-27  2:11 UTC 

[PATCH AUTOSEL 4.14 6/9] regulator: s5m8767: Bounds check id indexing into arrays
 2023-02-27  2:11 UTC 

[PATCH AUTOSEL 6.2 37/60] regulator: s5m8767: Bounds check id indexing into arrays
 2023-02-27  2:00 UTC 

[PATCH AUTOSEL 6.1 36/58] regulator: s5m8767: Bounds check id indexing into arrays
 2023-02-27  2:04 UTC 

[PATCH v3 00/20] Self-encapsulate the thermal zone device structure
 2023-02-26 22:53 UTC  (2+ messages)
` [PATCH v3 02/20] thermal/core: Use the thermal zone 'devdata' accessor in thermal located drivers

[PATCH AUTOSEL 4.14 2/3] ARM: dts: exynos: Use Exynos5420 compatible for the MIPI video phy
 2023-02-26  3:44 UTC 

[PATCH AUTOSEL 5.4 2/4] ARM: dts: exynos: Use Exynos5420 compatible for the MIPI video phy
 2023-02-26  3:44 UTC 

[PATCH AUTOSEL 5.10 2/5] ARM: dts: exynos: Use Exynos5420 compatible for the MIPI video phy
 2023-02-26  3:44 UTC 

[PATCH AUTOSEL 5.15 2/6] ARM: dts: exynos: Use Exynos5420 compatible for the MIPI video phy
 2023-02-26  3:43 UTC 

[PATCH AUTOSEL 6.1 06/21] ARM: dts: exynos: Use Exynos5420 compatible for the MIPI video phy
 2023-02-26  3:42 UTC 

[PATCH AUTOSEL 6.2 06/21] ARM: dts: exynos: Use Exynos5420 compatible for the MIPI video phy
 2023-02-26  3:41 UTC 

[PATCH v3 00/17] Self-encapsulate the thermal zone device structure
 2023-02-24 21:06 UTC 

[PATCH v12 00/18] drm: Add Samsung MIPI DSIM bridge
 2023-02-24 15:00 UTC  (15+ messages)

[PATCH v3 00/17] Self-encapsulate the thermal zone device structure
 2023-02-23 22:56 UTC  (2+ messages)

[PATCH 0/2] Remove SEC S5M MFDs with no compatibles
 2023-02-23 15:22 UTC  (7+ messages)
` [PATCH 2/2] rtc: s5m: Drop S5M8763 support

[PATCH v2 0/6] iommu/exynos: Convert to a module
 2023-02-23  4:33 UTC  (6+ 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).