linux-samsung-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-03 18:39:29 to 2025-04-12 20:33:22 UTC [more...]

[PATCH v4 0/2] usb: dwc3: exynos: add support for Exynos2200 variant
 2025-04-12 20:33 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: usb: samsung,exynos-dwc3: add exynos2200 compatible
` [PATCH v4 2/2] usb: dwc3: exynos: add support for Exynos2200 variant

[PATCH v4 00/10] phy: samsung: add Exynos2200 SNPS eUSB2 driver
 2025-04-12 20:26 UTC  (11+ messages)
` [PATCH v4 01/10] dt-bindings: phy: add exynos2200 eusb2 phy support
` [PATCH v4 02/10] dt-bindings: phy: samsung,usb3-drd-phy: add exynos2200 support
` [PATCH v4 03/10] phy: move phy-qcom-snps-eusb2 out of its vendor sub-directory
` [PATCH v4 04/10] phy: phy-snps-eusb2: refactor constructs names
` [PATCH v4 05/10] phy: phy-snps-eusb2: split phy init code
` [PATCH v4 06/10] phy: phy-snps-eusb2: make repeater optional
` [PATCH v4 07/10] phy: phy-snps-eusb2: make reset control optional
` [PATCH v4 08/10] phy: phy-snps-eusb2: refactor reference clock init
` [PATCH v4 09/10] phy: phy-snps-eusb2: add support for exynos2200
` [PATCH v4 10/10] phy: exynos5-usbdrd: support Exynos USBDRD 3.2 4nm controller

[PATCH v2] arm64: dts: exynos: Add DT node for all UART ports
 2025-04-12 10:11 UTC  (4+ messages)

[PATCH RESEND v5 0/5] Add support for the Exynos7870 SoC, along with three devices
 2025-04-11 22:09 UTC  (3+ messages)
` [PATCH RESEND v5 1/5] dt-bindings: arm: samsung: add compatibles for exynos7870 devices

[PATCH v3 0/2] usb: dwc3: exynos: add support for Exynos2200 variant
 2025-04-11 17:47 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: usb: samsung,exynos-dwc3: add exynos2200 compatible

[PATCH v5 0/5] Add support for the Exynos7870 SoC, along with three devices
 2025-04-11 16:45 UTC  (2+ messages)
` [PATCH v5 1/5] dt-bindings: arm: samsung: add compatibles for exynos7870 devices

[PATCH v3 0/4] arm64: dts: exynos: add initial support for Samsung Galaxy S22+
 2025-04-11 14:08 UTC  (3+ messages)
` [PATCH v3 1/4] dt-bindings: arm: samsung: document g0s board binding

[PATCH RESEND v2 0/3] Introduce USBDRD-PHY support for Exynos7870 SoC
 2025-04-11 12:10 UTC  (5+ messages)
` [PATCH RESEND v2 1/3] phy: exynos5-usbdrd: use GENMASK and FIELD_PREP for Exynos5 PHY registers
` [PATCH RESEND v2 2/3] dt-bindings: phy: samsung,usb3-drd-phy: add exynos7870-usbdrd-phy compatible
` [PATCH RESEND v2 3/3] phy: exynos5-usbdrd: add exynos7870 USBDRD support

[PATCH] iommu/exynos: Fix suspend/resume with IDENTITY domain
 2025-04-11 10:38 UTC  (2+ messages)

[PATCH v2] tty: serial: samsung_tty: support 18 uart ports
 2025-04-11  6:23 UTC  (3+ messages)

[PATCH] interconnect: samsung: Add NULL check in exynos_generic_icc_probe
 2025-04-10 12:16 UTC  (2+ messages)

[PATCH v5 0/3] Exynos Thermal code improvement
 2025-04-10  6:37 UTC  (4+ messages)
` [PATCH v5 1/3] drivers/thermal/exynos: Refactor clk_sec initialization inside SOC-specific case
` [PATCH v5 2/3] drivers/thermal/exymos: Remove redundant IS_ERR() checks for clk_sec clock
` [PATCH v5 3/3] drivers/thermal/exymos: Fixed the efuse min max value for exynos5422

[PATCH v4 00/32] Samsung S2MPG10 PMIC MFD-based drivers
 2025-04-10  6:27 UTC  (35+ messages)
` [PATCH v4 01/32] dt-bindings: mfd: samsung,s2mps11: add s2mpg10
` [PATCH v4 02/32] dt-bindings: clock: "
` [PATCH v4 03/32] dt-bindings: firmware: google,gs101-acpm-ipc: add PMIC child node
  ` (subset) "
` [PATCH v4 04/32] mfd: sec-core: Drop non-existing forward declarations
` [PATCH v4 05/32] mfd: sec: Sort includes alphabetically
` [PATCH v4 06/32] mfd: sec: Update includes to add missing and remove superfluous ones
` [PATCH v4 07/32] mfd: sec: Move private internal API to internal header
` [PATCH v4 08/32] mfd: sec: Split into core and transport (i2c) drivers
` [PATCH v4 09/32] mfd: sec: Add support for S2MPG10 PMIC
` [PATCH v4 10/32] mfd: sec: Merge separate core and irq modules
` [PATCH v4 11/32] mfd: sec-common: Fix multiple trivial whitespace issues
` [PATCH v4 12/32] mfd: sec-i2c: Sort struct of_device_id entries and the device type switch
` [PATCH v4 13/32] mfd: sec: Use dev_err_probe() where appropriate
` [PATCH v4 14/32] mfd: sec-i2c: s2dos05/s2mpu05: Use explicit regmap config and drop default
` [PATCH v4 15/32] mfd: sec-irq: s2dos05 doesn't support interrupts
` [PATCH v4 16/32] mfd: sec-common: Don't ignore errors from sec_irq_init()
` [PATCH v4 17/32] mfd: sec-i2c: Rework platform data and regmap instantiating
` [PATCH v4 18/32] mfd: sec: Change device_type to int
` [PATCH v4 19/32] mfd: sec: Don't compare against NULL / 0 for errors, use !
` [PATCH v4 20/32] mfd: sec-common: Use sizeof(*var), not sizeof(struct type_of_var)
` [PATCH v4 21/32] mfd: sec-common: Convert to using MFD_CELL macros
` [PATCH v4 22/32] mfd: sec-irq: Convert to using REGMAP_IRQ_REG() macros
` [PATCH v4 23/32] mfd: sec: Add myself as module author
` [PATCH v4 24/32] clk: s2mps11: add support for S2MPG10 PMIC clock
` [PATCH v4 25/32] rtc: s5m: cache device type during probe
` [PATCH v4 26/32] rtc: s5m: prepare for external regmap
` [PATCH v4 27/32] rtc: s5m: add support for S2MPG10 RTC
` [PATCH v4 28/32] rtc: s5m: fix a typo: peding -> pending
` [PATCH v4 29/32] rtc: s5m: switch to devm_device_init_wakeup
` [PATCH v4 30/32] rtc: s5m: replace regmap_update_bits with regmap_clear/set_bits
` [PATCH v4 31/32] rtc: s5m: replace open-coded read/modify/write registers with regmap helpers
` [PATCH v4 32/32] MAINTAINERS: add myself as reviewer for Samsung S2M MFD

[PATCH v4] media: platform: exynos4-is: Use of_get_available_child_by_name()
 2025-04-10  5:52 UTC 

[PATCH 0/4] ARM: convert board-file GPIO chips to using new value setters
 2025-04-09  8:35 UTC  (9+ messages)
` [PATCH 1/4] ARM: orion/gpio: use new line value setter callbacks
` [PATCH 2/4] ARM: sa1100/gpio: "
` [PATCH 3/4] ARM: scoop/gpio: "
` [PATCH 4/4] ARM: s3c/gpio: "

[PATCH v2 0/7] Add module support for Arm64 Exynos MCT driver
 2025-04-08 19:57 UTC  (8+ messages)
  ` [PATCH v2 2/7] clocksource/drivers/exynos_mct: Don't register as a sched_clock on arm64

[PATCH v6 0/4] samsung: pinctrl: Add support for eint_fltcon_offset and filter selection on gs101
 2025-04-08 19:06 UTC  (2+ messages)

[PATCH v4 00/23] iommu: Further abstract iommu-pages
 2025-04-08 16:54 UTC  (24+ messages)
` [PATCH v4 01/23] iommu/terga: Do not use struct page as the handle for as->pd memory
` [PATCH v4 02/23] iommu/tegra: Do not use struct page as the handle for pts
` [PATCH v4 03/23] iommu/pages: Remove __iommu_alloc_pages()/__iommu_free_pages()
` [PATCH v4 04/23] iommu/pages: Make iommu_put_pages_list() work with high order allocations
` [PATCH v4 05/23] iommu/pages: Remove the order argument to iommu_free_pages()
` [PATCH v4 06/23] iommu/pages: Remove iommu_free_page()
` [PATCH v4 07/23] iommu/pages: De-inline the substantial functions
` [PATCH v4 08/23] iommu/pages: Formalize the freelist API
` [PATCH v4 09/23] iommu/riscv: Convert to use struct iommu_pages_list
` [PATCH v4 10/23] iommu/amd: "
` [PATCH v4 11/23] iommu: Change iommu_iotlb_gather to use iommu_page_list
` [PATCH v4 12/23] iommu/pages: Remove iommu_put_pages_list_old and the _Generic
` [PATCH v4 13/23] iommu/pages: Move from struct page to struct ioptdesc and folio
` [PATCH v4 14/23] iommu/pages: Move the __GFP_HIGHMEM checks into the common code
` [PATCH v4 15/23] iommu/pages: Allow sub page sizes to be passed into the allocator
` [PATCH v4 16/23] iommu/amd: Change rlookup, irq_lookup, and alias to use kvalloc()
` [PATCH v4 17/23] iommu/amd: Use roundup_pow_two() instead of get_order()
` [PATCH v4 18/23] iommu/riscv: Update to use iommu_alloc_pages_node_lg2()
` [PATCH v4 19/23] iommu: Update various drivers to pass in lg2sz instead of order to iommu pages
` [PATCH v4 20/23] iommu/pages: Remove iommu_alloc_page/pages()
` [PATCH v4 21/23] iommu/pages: Remove iommu_alloc_page_node()
` [PATCH v4 22/23] iommu/amd: Use iommu_alloc_pages_node_sz() for the IRT
` [PATCH v4 23/23] iommu/vtd: Remove iommu_alloc_pages_node()

[PATCH v8 0/2] arm64: dts: fsd: Add Ethernet support for FSD SoC
 2025-04-08 16:25 UTC  (2+ messages)

[PATCH 00/34] drm: convert all bridges to devm_drm_bridge_alloc()
 2025-04-08 15:51 UTC  (45+ messages)
` [PATCH 01/34] drm: convert many bridge drivers from devm_kzalloc() to devm_drm_bridge_alloc() API
` [PATCH 02/34] platform: arm64: acer-aspire1-ec: convert "
` [PATCH 03/34] drm/bridge: analogix-anx6345: "
` [PATCH 04/34] drm/bridge: anx7625: "
` [PATCH 05/34] drm/bridge: cdns-dsi: "
` [PATCH 06/34] drm/bridge: display-connector: "
` [PATCH 07/34] drm/bridge: lt9611uxc: "
` [PATCH 08/34] drm/bridge: megachips-stdpxxxx-ge-b850v3-fw: "
` [PATCH 09/34] drm/bridge: nxp-ptn3460: "
` [PATCH 10/34] drm/bridge: sii902x: "
` [PATCH 11/34] drm/bridge: dw-hdmi: "
` [PATCH 12/34] drm/bridge: tda998x: "
` [PATCH 13/34] drm/bridge: ti-sn65dsi86: "
` [PATCH 14/34] drm/exynos: mic: "
` [PATCH 15/34] drm/mcde: "
` [PATCH 16/34] drm/msm/dp: "
` [PATCH 17/34] drm/msm/dsi: "
` [PATCH 18/34] drm/msm/hdmi: "
` [PATCH 19/34] drm/omap: dss: dpi: "
` [PATCH 20/34] drm/omap: dss: dsi: "
` [PATCH 21/34] drm/omap: dss: hdmi4: "
` [PATCH 22/34] drm/omap: dss: hdmi5: "
` [PATCH 23/34] drm/omap: dss: sdi: "
` [PATCH 24/34] drm/omap: dss: venc: "
` [PATCH 25/34] drm/rcar-du: dsi: "
` [PATCH 26/34] drm/bridge: stm_lvds: "
` [PATCH 27/34] drm/vc4: "
` [PATCH 28/34] drm/sti: dvo: "
` [PATCH 29/34] drm: zynqmp_dp: "
` [PATCH 30/34] drm/bridge: imx8qxp-pixel-combiner: "
` [PATCH 31/34] drm/bridge: imx8*-ldb: "
` [PATCH 32/34] drm/bridge: tc358767: "
` [PATCH 33/34] drm/bridge: add devm_drm_put_bridge()
` [PATCH 34/34] drm/bridge: panel: convert to devm_drm_bridge_alloc() API

[PATCH V2 1/2] gpiolib: of: Add polarity quirk for s5m8767
 2025-04-07 22:15 UTC  (3+ messages)
` (subset) "

[PATCH v3] media: platform: exynos4-is: Use of_get_available_child_by_name()
 2025-04-07 13:36 UTC  (3+ messages)

[PATCH v2 0/4] Google Pixel 6 (oriole): max77759 fuel gauge enablement and driver support
 2025-04-07 11:29 UTC  (4+ messages)
` [PATCH v2 1/4] power: supply: add support for max77759 fuel gauge

[PATCH v3 00/32] Samsung S2MPG10 PMIC MFD-based drivers
 2025-04-07 11:04 UTC  (48+ messages)
` [PATCH v3 01/32] dt-bindings: mfd: samsung,s2mps11: add s2mpg10
` [PATCH v3 03/32] dt-bindings: firmware: google,gs101-acpm-ipc: add PMIC child node
` [PATCH v3 05/32] mfd: sec: sort includes alphabetically
` [PATCH v3 06/32] mfd: sec: update includes to add missing and remove superfluous ones
` [PATCH v3 08/32] mfd: sec: split into core and transport (i2c) drivers
` [PATCH v3 09/32] mfd: sec: add support for S2MPG10 PMIC
` [PATCH v3 10/32] mfd: sec: merge separate core and irq modules
` [PATCH v3 11/32] mfd: sec: fix open parenthesis alignment (multiple)
` [PATCH v3 14/32] mfd: sec: s2dos05/s2mpu05: use explicit regmap config and drop default
` [PATCH v3 15/32] mfd: sec: s2dos05: doesn't support interrupts (it seems)
` [PATCH v3 17/32] mfd: sec: rework platform data and regmap instantiating
` [PATCH v3 23/32] mfd: sec: add myself as module author
` [PATCH v3 24/32] clk: s2mps11: add support for S2MPG10 PMIC clock
` [PATCH v3 25/32] rtc: s5m: cache value of platform_get_device_id() during probe
` [PATCH v3 26/32] rtc: s5m: prepare for external regmap
` [PATCH v3 27/32] rtc: s5m: add support for S2MPG10 RTC
` [PATCH v3 28/32] rtc: s5m: fix a typo: peding -> pending
` [PATCH v3 29/32] rtc: s5m: switch to devm_device_init_wakeup
` [PATCH v3 30/32] rtc: s5m: replace regmap_update_bits with regmap_clear/set_bits

[PATCH v2] media: platform: exynos4-is: Use of_get_available_child_by_name()
 2025-04-07  9:31 UTC 

[PATCH v3 0/2] firmware: exynos-acpm: allow use during system shutdown
 2025-04-07  6:47 UTC  (2+ messages)

[PATCH] firmware: exynos-acpm: check saved RX before bailing out on empty RX queue
 2025-04-07  6:46 UTC  (2+ messages)

[PATCH v1 0/6] Add module support for Arm64 Exynos MCT driver
 2025-04-04  0:02 UTC  (7+ messages)
  ` [PATCH v1 4/6] arm64: dts: exynos: gs101: Add 'local-timer-stop' to cpuidle nodes


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