linux-samsung-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-26 15:11:02 to 2021-11-07 20:29:52 UTC [more...]

[PATCH v3 00/12] watchdog: s3c2410: Add Exynos850 support
 2021-11-07 20:29 UTC  (2+ messages)
` [PATCH v3 01/12] dt-bindings: watchdog: Require samsung,syscon-phandle for Exynos7

[PATCH v2 00/12] watchdog: s3c2410: Add Exynos850 support
 2021-11-07 19:01 UTC  (32+ messages)
` [PATCH v2 01/12] dt-bindings: watchdog: Require samsung,syscon-phandle for Exynos7
` [PATCH v2 02/12] dt-bindings: watchdog: Document Exynos850 watchdog bindings
` [PATCH v2 03/12] watchdog: s3c2410: Fail probe if can't find valid timeout
` [PATCH v2 04/12] watchdog: s3c2410: Let kernel kick watchdog
` [PATCH v2 05/12] watchdog: s3c2410: Make reset disable register optional
` [PATCH v2 06/12] watchdog: s3c2410: Extract disable and mask code into separate functions
` [PATCH v2 07/12] watchdog: s3c2410: Implement a way to invert mask reg value
` [PATCH v2 08/12] watchdog: s3c2410: Add support for WDT counter enable register
` [PATCH v2 09/12] watchdog: s3c2410: Cleanup PMU related code
` [PATCH v2 10/12] watchdog: s3c2410: Support separate source clock
` [PATCH v2 11/12] watchdog: s3c2410: Remove superfluous err label
` [PATCH v2 12/12] watchdog: s3c2410: Add Exynos850 support

[RFC PATCH] ARM: s3c: mark as deprecated and schedule removal after 2022
 2021-11-07  9:11 UTC  (16+ messages)

[PATCH v2 0/2] Indroduce Exynos Multi Core Timer version 2
 2021-11-05  9:31 UTC  (14+ messages)
    ` [PATCH v2 1/2] clocksource/drivers/exynos_mct_v2: introduce Exynos MCT version 2 driver for next Exynos SoC
    ` [PATCH v2 2/2] dt-bindings: timer: samsung,s5e99xx-mct: Document s5e99xx-mct bindings

[PATCH 1/2] i2c: exynos5: support USI(Universal Serial Interface)
 2021-11-04 10:41 UTC  (7+ messages)
    ` [PATCH 2/2] dt-bindings: i2c: exynos5: add exynos-usi-hsi2c compatible

[PATCH] pwm: samsung: describe driver in KConfig
 2021-11-04  9:30 UTC  (2+ messages)

[PATCH v2 01/22] usb: host: ehci-exynos: deny IRQ0
 2021-11-02 20:45 UTC  (6+ messages)
` [PATCH v2 10/22] usb: host: ohci-exynos: "

[PATCH v2 1/2] dt-bindings: pinctrl: samsung: Document Exynos7885
 2021-11-02  7:55 UTC  (3+ messages)
` [PATCH v2 2/2] pinctrl: samsung: Add Exynos7885 SoC specific data

[PATCH v2] samsung: exynos-chipid: add Exynos7885 SoC support
 2021-11-02  7:54 UTC  (2+ messages)

[PATCH v2 1/2] ARM: dts: exynos/i9100: Fix BCM4330 Bluetooth reset polarity
 2021-11-02  7:53 UTC  (3+ messages)
` [PATCH v2 2/2] ARM: dts: exynos/i9100: Use interrupt for BCM4330 host wakeup

[PATCH] arm64: dts: exynosautov9: drop samsung,ufs-shareability-reg-offset
 2021-11-02  6:48 UTC 

[PATCH] drm/exynos: Replace legacy gpio interface for gpiod interface
 2021-11-02  2:20 UTC 

[PATCH 0/2] clocksource: exynos_mct: Enable MCT on ARM64
 2021-11-01 19:35 UTC  (3+ messages)
` [PATCH 1/2] clocksource: exynos_mct: Refactor resources allocation
` [PATCH 2/2] arm64: platform: Enable Exynos Multi-Core Timer driver

[PATCH] arm64: Kconfig: Enable MCT timer for ARCH_EXYNOS
 2021-11-01 18:36 UTC  (8+ messages)

[PATCH 1/2] soc: samsung: exynos-chipid: print entire PRO_ID reg when probing
 2021-11-01  7:43 UTC  (6+ messages)
` [PATCH 2/2] soc: samsung: exynos-chipid: be more informative when soc is unknown

[PATCH v1 0/2] Indroduce Exynos Multi Core Timer version 2
 2021-11-01  6:04 UTC  (18+ messages)
  ` [PATCH v1 1/2] clocksource/drivers/exynos_mct_v2: introduce Exynos MCT version 2 driver for next Exynos SoC

[PATCH] samsung: exynos-chipid: add Exynos7885 SoC support
 2021-10-31 21:59 UTC  (3+ messages)

[PATCH] ARM: dts: exynos/i9100: Fix Bluetooth node
 2021-10-31 21:02 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: pinctrl: samsung: Document Exynos7885
 2021-10-31 21:00 UTC  (3+ messages)
` [PATCH 2/2] pinctrl: samsung: Add Exynos7885 SoC specific data

[PATCH] soc: samsung: exynos-chipid: describe which SoCs go with compatibles
 2021-10-31 20:52 UTC 

[PATCH 0/7] watchdog: s3c2410: Add Exynos850 support
 2021-10-31 12:21 UTC 

[PATCH 0/7] watchdog: s3c2410: Add Exynos850 support
 2021-10-30 19:25 UTC  (29+ messages)
` [PATCH 1/7] dt-bindings: watchdog: Require samsung,syscon-phandle for Exynos7
` [PATCH 2/7] dt-bindings: watchdog: Document Exynos850 watchdog bindings
` [PATCH 3/7] watchdog: s3c2410: Make reset disable optional
` [PATCH 4/7] watchdog: s3c2410: Add support for WDT counter enable
` [PATCH 5/7] watchdog: s3c2410: Introduce separate source clock
` [PATCH 6/7] watchdog: s3c2410: Add Exynos850 support
` [PATCH 7/7] watchdog: s3c2410: Let kernel kick watchdog

[PATCH v3] pwm: pwm-samsung: Trigger manual update when disabling PWM
 2021-10-29 16:06 UTC  (2+ messages)

[PATCH v3] crypto: s5p-sss - Add error handling in s5p_aes_probe()
 2021-10-29 13:11 UTC  (2+ messages)

[PATCH v6 00/21] drm/bridge: Make panel and bridge probe order consistent
 2021-10-29  8:46 UTC  (48+ messages)
` [PATCH v6 01/21] drm/bridge: adv7533: Switch to devm MIPI-DSI helpers
  ` (subset) "
` [PATCH v6 02/21] drm/bridge: adv7511: Register and attach our DSI device at probe
  ` (subset) "
    ` [v6,02/21] "
` [PATCH v6 03/21] drm/bridge: anx7625: Switch to devm MIPI-DSI helpers
  ` (subset) "
` [PATCH v6 04/21] drm/bridge: anx7625: Register and attach our DSI device at probe
  ` (subset) "
` [PATCH v6 05/21] drm/bridge: lt8912b: Switch to devm MIPI-DSI helpers
  ` (subset) "
` [PATCH v6 06/21] drm/bridge: lt8912b: Register and attach our DSI device at probe
  ` (subset) "
` [PATCH v6 07/21] drm/bridge: lt9611: Switch to devm MIPI-DSI helpers
  ` (subset) "
` [PATCH v6 08/21] drm/bridge: lt9611: Register and attach our DSI device at probe
  ` (subset) "
` [PATCH v6 09/21] drm/bridge: lt9611uxc: Switch to devm MIPI-DSI helpers
  ` (subset) "
` [PATCH v6 10/21] drm/bridge: lt9611uxc: Register and attach our DSI device at probe
  ` (subset) "
` [PATCH v6 11/21] drm/bridge: ps8640: Switch to devm MIPI-DSI helpers
  ` (subset) "
` [PATCH v6 12/21] drm/bridge: ps8640: Register and attach our DSI device at probe
  ` (subset) "
` [PATCH v6 13/21] drm/bridge: sn65dsi83: Fix bridge removal
  ` (subset) "
` [PATCH v6 14/21] drm/bridge: sn65dsi83: Switch to devm MIPI-DSI helpers
  ` (subset) "
` [PATCH v6 15/21] drm/bridge: sn65dsi83: Register and attach our DSI device at probe
  ` (subset) "
` [PATCH v6 16/21] drm/bridge: sn65dsi86: Switch to devm MIPI-DSI helpers
  ` (subset) "
` [PATCH v6 17/21] drm/bridge: sn65dsi86: Register and attach our DSI device at probe
  ` (subset) "
` [PATCH v6 18/21] drm/bridge: tc358775: Switch to devm MIPI-DSI helpers
  ` (subset) "
` [PATCH v6 19/21] drm/bridge: tc358775: Register and attach our DSI device at probe
  ` (subset) "
` [PATCH v6 20/21] drm/kirin: dsi: Adjust probe order
  ` (subset) "
` [PATCH v6 21/21] drm/msm/dsi: "
  ` (subset) "

[PATCH 1/2] dt-bindings: samsung: pmu: Document Exynos850
 2021-10-29  8:31 UTC  (3+ messages)
` [PATCH 2/2] soc: samsung: exynos-pmu: Add Exynos850 support

[PATCH v2 0/8] Apple SoC PMGR device power states driver
 2021-10-29  7:09 UTC  (9+ messages)
` [PATCH v2 2/8] dt-bindings: arm: apple: Add apple,pmgr binding
` [PATCH v2 3/8] dt-bindings: power: Add apple,pmgr-pwrstate binding

[PATCH v2 1/2] dt-bindings: clock: samsung: Document Exynos850 CMU_APM
 2021-10-29  1:58 UTC  (2+ messages)

[PATCH v5 00/15] introduce exynosauto v9 ufs driver
 2021-10-28 13:26 UTC  (5+ messages)
    ` [PATCH v5 01/15] scsi: ufs: add quirk to handle broken UIC command

[PATCH][next] mmc: dw_mmc: exynos: Fix spelling mistake "candiates" -> candidates
 2021-10-28 11:32 UTC  (3+ messages)

[PATCH v5 00/21] drm/bridge: Make panel and bridge probe order consistent
 2021-10-27  8:42 UTC  (3+ messages)

[PATCH v3 00/23] Fix some issues at documentation
 2021-10-27  2:59 UTC  (5+ messages)
` [PATCH v3 21/23] regulator: dt-bindings: update samsung,s2mpa01.yaml reference

[GIT PULL] clk: samsung: Updates for v5.16
 2021-10-26 19:53 UTC  (2+ messages)

[PATCH v1] clk: samsung: update CPU clk registration
 2021-10-26 15:29 UTC  (2+ messages)

[PATCH v2] ARM: s3c: irq-s3c24xx: Fix return value check for s3c24xx_init_intc()
 2021-10-26 15:28 UTC  (4+ 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).