linux-samsung-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-18 08:26:45 to 2021-10-25 15:17:00 UTC [more...]

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

[PATCH v2 0/8] Apple SoC PMGR device power states driver
 2021-10-25 14:47 UTC  (9+ messages)
` [PATCH v2 1/8] MAINTAINERS: Add PMGR power state files to ARM/APPLE MACHINE
` [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 4/8] soc: apple: Add driver for Apple PMGR power state controls
` [PATCH v2 5/8] arm64: dts: apple: t8103: Rename clk24 to clkref
` [PATCH v2 6/8] arm64: dts: apple: t8103: Add the UART PMGR tree
` [PATCH v2 7/8] tty: serial: samsung_tty: Support runtime PM
` [PATCH v2 8/8] arm64: dts: apple: t8103: Add UART2

[PATCH] clk: samsung: exynos850: Register clocks early
 2021-10-25 14:45 UTC  (3+ messages)

[PATCH v1 0/2] Indroduce Exynos Multi Core Timer version 2
 2021-10-25  8:18 UTC  (8+ messages)
    ` [PATCH v1 1/2] clocksource/drivers/exynos_mct_v2: introduce Exynos MCT version 2 driver for next Exynos SoC
    ` [PATCH v1 2/2] dt-bindings: timer: samsung,s5e99xx-mct: Document s5e99xx-mct bindings

[PATCH v2 0/3] rtc: s3c: S3C driver improvements
 2021-10-23 21:58 UTC  (6+ messages)
` [PATCH v2 1/3] rtc: s3c: Remove usage of devm_rtc_device_register()
` [PATCH v2 2/3] rtc: s3c: Extract read/write IO into separate functions
` [PATCH v2 3/3] rtc: s3c: Add time range

[PATCH v2 1/2] dt-bindings: clock: samsung: Document Exynos850 CMU_APM
 2021-10-22 22:48 UTC  (3+ messages)
` [PATCH v2 2/2] clk: samsung: exynos850: Implement CMU_APM domain

[PATCH 1/2] dt-bindings: clock: samsung: Document Exynos850 CMU_APM
 2021-10-22 22:31 UTC  (10+ messages)
` [PATCH 2/2] clk: samsung: exynos850: Implement CMU_APM domain

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

[GIT PULL] riscv: dts: few cleanups for v5.16
 2021-10-22  8:55 UTC  (9+ messages)

[PATCH net-next v17 0/3] AX88796C SPI Ethernet Adapter
 2021-10-21 23:40 UTC  (5+ messages)
    ` [PATCH net-next v17 1/3] dt-bindings: vendor-prefixes: Add asix prefix
    ` [PATCH net-next v17 2/3] dt-bindings: net: Add bindings for AX88796C SPI Ethernet Adapter
    ` [PATCH net-next v17 3/3] net: ax88796c: ASIX AX88796C SPI Ethernet Adapter Driver

[PATCH 0/4] rtc: s3c: S3C driver improvements
 2021-10-21 20:55 UTC  (23+ messages)
` [PATCH 1/4] rtc: s3c: Remove usage of devm_rtc_device_register()
` [PATCH 2/4] rtc: s3c: Add time range
` [PATCH 3/4] rtc: s3c: Extract read/write IO into separate functions
` [PATCH 4/4] rtc: s3c: Fix RTC read on first boot

[PATCH v3 00/25] Unify PCI error response checking
 2021-10-21 16:08 UTC  (6+ messages)
` [PATCH v3 01/25] PCI: Add PCI_ERROR_RESPONSE and it's related definitions
` [PATCH v3 02/25] PCI: Set error response in config access defines when ops->read() fails
` [PATCH v3 08/25] PCI: exynos: Remove redundant error fabrication when device read fails

[PATCH] clocksource/drivers: depend on sub-architecture for Exynos MCT and Samsung PWM
 2021-10-21 12:07 UTC  (2+ messages)

[PATCH v4 0/3] add initial support for exynosautov9
 2021-10-21 12:06 UTC  (4+ messages)
  ` [PATCH v4 1/3] dt-bindings: mfd: add samsung,exynosautov9-sysreg compatible

[PATCH v3 0/3] add initial support for exynosautov9
 2021-10-21 10:05 UTC  (3+ messages)
  ` [PATCH v3 1/3] dt-bindings: mfd: add samsung,exynosautov9-sysreg compatible

[PATCH v4 00/10] regulator/mfd/clock: dt-bindings: Samsung S2M and S5M to dtschema
 2021-10-21  9:48 UTC  (12+ messages)
` [PATCH v4 07/10] dt-bindings: mfd: samsung,s2mps11: convert "
` [PATCH v4 08/10] dt-bindings: mfd: samsung,s2mpa01: "
` [PATCH v4 09/10] dt-bindings: mfd: samsung,s5m8767: "
` [PATCH v4 10/10] dt-bindings: mfd: samsung,s5m8767: document buck and LDO supplies

[PATCH v3 00/10] regulator/mfd/clock: dt-bindings: Samsung S2M and S5M to dtschema
 2021-10-21  9:14 UTC  (6+ messages)

[PATCH] scsi: ufs: ufs-exynos: correct timeout value setting registers
 2021-10-21  3:40 UTC  (2+ messages)

[PATCH v3] crypto: s5p-sss - Add error handling in s5p_aes_probe()
 2021-10-21  1:34 UTC 

[PATCH 0/2] Add exynosautov9 chipid support
 2021-10-21  1:20 UTC  (3+ messages)
    ` [PATCH 1/2] soc: samsung: exynos-chipid: add exynosautov9 SoC support
    ` [PATCH 2/2] arm64: dts: exynos: add chipid node for exynosautov9 SoC

[PATCH v2] crypto: s5p-sss - Add error handling in s5p_aes_probe()
 2021-10-21  1:20 UTC  (4+ messages)
  ` [PATCH v2] crypto: s5p-sss - Add error handling ins5p_aes_probe()

[PATCH v16 0/7] usb: misc: Add onboard_usb_hub driver
 2021-10-20 17:41 UTC  (8+ messages)
      `  "

BUG: Cannot boot Odroid XU4 from eMMC without this patch
 2021-10-20 11:14 UTC  (8+ messages)

[PATCH v3 00/23] Fix some issues at documentation
 2021-10-20 11:04 UTC  (9+ messages)
` [PATCH v3 21/23] regulator: dt-bindings: update samsung,s2mpa01.yaml reference
` [PATCH v3 22/23] regulator: dt-bindings: update samsung,s5m8767.yaml reference

[PATCH] crypto: s5p-sss - Add error handling in s5p_aes_probe()
 2021-10-20 10:09 UTC  (2+ messages)

[PATCH] rtc: s3c: Remove usage of devm_rtc_device_register()
 2021-10-19 13:20 UTC  (3+ messages)

[PATCH 1/3] arm64: dts: exynos: add 'chassis-type' property
 2021-10-19  8:58 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: clock: samsung: add IDs for some core clocks
 2021-10-19  8:12 UTC  (4+ messages)
    ` [PATCH v2 2/2] clk: samsung: remove __clk_lookup() usage

[GIT PULL] clk: samsung: Updates for v5.16
 2021-10-19  8:05 UTC 

[PATCH] driver: s3c_camif: move s3c_camif_unregister_subdev out of camif_unregister_media_entities
 2021-10-19  3:39 UTC 

[PATCH 01/22] usb: host: ehci-exynos: deny IRQ0
 2021-10-18 18:39 UTC  (2+ messages)
` [PATCH 10/22] usb: host: ohci-exynos: "

[PATCH v5 00/15] introduce exynosauto v9 ufs driver
 2021-10-18 17:54 UTC  (17+ messages)
    ` [PATCH v5 01/15] scsi: ufs: add quirk to handle broken UIC command
    ` [PATCH v5 02/15] scsi: ufs: add quirk to enable host controller without ph configuration
    ` [PATCH v5 03/15] scsi: ufs: ufs-exynos: change pclk available max value
    ` [PATCH v5 04/15] scsi: ufs: ufs-exynos: simplify drv_data retrieval
    ` [PATCH v5 05/15] scsi: ufs: ufs-exynos: add refclkout_stop control
    ` [PATCH v5 06/15] scsi: ufs: ufs-exynos: add setup_clocks callback
    ` [PATCH v5 07/15] scsi: ufs: ufs-exynos: support custom version of ufs_hba_variant_ops
    ` [PATCH v5 08/15] scsi: ufs: ufs-exynos: add EXYNOS_UFS_OPT_SKIP_CONFIG_PHY_ATTR option
    ` [PATCH v5 09/15] scsi: ufs: ufs-exynos: factor out priv data init
    ` [PATCH v5 10/15] scsi: ufs: ufs-exynos: add pre/post_hce_enable drv callbacks
    ` [PATCH v5 11/15] scsi: ufs: ufs-exynos: support exynosauto v9 ufs driver
    ` [PATCH v5 12/15] dt-bindings: ufs: exynos-ufs: add io-coherency property
    ` [PATCH v5 13/15] scsi: ufs: ufs-exynos: multi-host configuration for exynosauto
    ` [PATCH v5 14/15] scsi: ufs: ufs-exynos: introduce exynosauto v9 virtual host
    ` [PATCH v5 15/15] dt-bindings: ufs: exynos-ufs: add exynosautov9 compatible

[PATCH v4 00/24] drm/bridge: Make panel and bridge probe order consistent
 2021-10-18 15:55 UTC  (11+ messages)
                ` [Freedreno] "

[PATCH v4 00/16] introduce exynosauto v9 ufs driver
 2021-10-18 13:23 UTC  (6+ messages)
  ` [PATCH v4 13/16] dt-bindings: ufs: exynos-ufs: add io-coherency property

[PATCH] clk: samsung: describe drivers in KConfig
 2021-10-18  8:26 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 NNTP newsgroup(s).