Linux Samsung SOC development
 help / color / mirror / Atom feed
 messages from 2023-10-24 21:55:15 to 2023-11-11 01:09:23 UTC [more...]

[PATCH 00/17] dt-bindings: samsung: add specific compatibles for existing SoC
 2023-11-11  1:09 UTC  (47+ messages)
  ` [PATCH 01/17] dt-bindings: hwinfo: samsung,exynos-chipid: "
  ` [PATCH 02/17] dt-bindings: i2c: exynos5: "
  ` [PATCH 03/17] dt-bindings: i2c: samsung,s3c2410-i2c: "
  ` [PATCH 04/17] dt-bindings: mmc: samsung,exynos-dw-mshc: "
  ` [PATCH 05/17] dt-bindings: pinctrl: samsung: "
  ` [PATCH 06/17] dt-bindings: rtc: s3c-rtc: "
  ` [PATCH 07/17] dt-bindings: serial: samsung: "
  ` [PATCH 08/17] dt-bindings: samsung: exynos-pmu: "
  ` [PATCH 09/17] dt-bindings: gpu: arm,mali-midgard: add specific compatibles for existing Exynos SoC
  ` [PATCH 10/17] dt-bindings: iio: samsung,exynos-adc: add specific compatibles for existing SoC
  ` [PATCH 11/17] ASoC: dt-bindings: samsung-i2s: "
  ` [PATCH 12/17] dt-bindings: pwm: samsung: "
  ` [PATCH 13/17] arm64: dts: exynos5433: add specific compatibles to several blocks
  ` [PATCH 14/17] arm64: dts: exynos7: "
  ` [PATCH 15/17] arm64: dts: exynos7885: "
  ` [PATCH 16/17] arm64: dts: exynos850: "
  ` [PATCH 17/17] arm64: dts: exynosautov9: "

[PATCH 1/1] samsung: Sort Makefile
 2023-11-10  9:46 UTC  (7+ messages)

[PATCH v2 1/2] pwm: samsung: Fix a bit test in pwm_samsung_resume()
 2023-11-10  8:24 UTC  (5+ messages)

[PATCH 00/52] serial: Convert to platform remove callback returning void
 2023-11-10 15:30 UTC  (2+ messages)
` [PATCH 34/52] serial: samsung: "

[PATCH 1/2] clk: samsung: Fix kernel-doc comments
 2023-11-10  1:53 UTC  (5+ messages)
` [PATCH 2/2] clk: samsung: Improve "

[PATCH 1/2] pwm: samsung: Fix broken resume after putting per-channel data into driver data
 2023-11-09 19:26 UTC  (5+ messages)
  ` [PATCH 2/2] pwm: Clarify PWMF_* enums definition

[PATCH] PCI: exynos: Change macro names to exynos specific
 2023-11-09 17:49 UTC  (4+ messages)

[PATCH] PCI: exynos: Adapt to clk_bulk_* APIs
 2023-11-09 17:47 UTC  (4+ messages)

[PATCH 00/10] Introduce ExynosAutov920 SoC and SADK board
 2023-11-09  8:36 UTC  (18+ messages)
  ` [PATCH 01/10] dt-bindings: soc: samsung: exynos-sysreg: add exynosautov920 sysreg
  ` [PATCH 02/10] dt-bindings: soc: samsung: usi: add exynosautov920-usi compatible
  ` [PATCH 03/10] dt-bindings: serial: samsung: add exynosautov920-uart compatible
  ` [PATCH 04/10] dt-bindings: pwm: samsung: add exynosautov9 compatible
  ` [PATCH 05/10] dt-bindings: pinctrl: samsung: add exynosautov920 pinctrl binding
  ` [PATCH 06/10] dt-bindings: arm: samsung: Document exynosautov920 SADK board binding
  ` [PATCH 07/10] soc: samsung: exynos-chipid: add exynosautov920 SoC support
  ` [PATCH 08/10] pinctrl: samsung: add exynosautv920 pinctrl
  ` [PATCH 09/10] arm64: dts: exynos: add initial support for exynosautov920 SoC
  ` [PATCH 10/10] arm64: dts: exynos: add minimal support for exynosautov920 sadk board

[PATCH v3 00/20] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board
 2023-11-08 17:33 UTC  (10+ messages)
` [PATCH v3 06/20] dt-bindings: pinctrl: samsung: add google,gs101-pinctrl compatible
` [PATCH v3 10/20] clk: samsung: clk-gs101: Add cmu_top registers, plls, mux and gates
` [PATCH v3 14/20] pinctrl: samsung: Add gs101 SoC pinctrl configuration

[Patch v4 00/11] Add MFC V12 support
 2023-11-08 17:24 UTC  (16+ messages)
  ` [Patch v4 01/11] dt-bindings: media: s5p-mfc: Add mfcv12 variant
  ` [Patch v4 02/11] media: s5p-mfc: Rename IS_MFCV10 macro
  ` [Patch v4 03/11] media: s5p-mfc: Add initial support for MFCv12
  ` [Patch v4 04/11] media: s5p-mfc: Add YV12 and I420 multiplanar format support
  ` [Patch v4 05/11] media: s5p-mfc: Add support for rate controls in MFCv12
  ` [Patch v4 06/11] media: s5p-mfc: Add support for UHD encoding
  ` [Patch v4 07/11] media: s5p-mfc: Add support for DMABUF for encoder
  ` [Patch v4 08/11] media: s5p-mfc: Set context for valid case before calling try_run
  ` [Patch v4 09/11] media: s5p-mfc: Load firmware for each run in MFCv12
  ` [Patch v4 10/11] media: s5p-mfc: DPB Count Independent of VIDIOC_REQBUF
  ` [Patch v4 11/11] arm64: dts: fsd: Add MFC related DT enteries

[PATCH v4 0/3] Add atomic transfers to s3c24xx i2c driver
 2023-11-08 16:43 UTC  (4+ messages)
  ` [PATCH v4 1/3] i2c: s3c24xx: fix read transfers in polling mode
  ` [PATCH v4 2/3] i2c: s3c24xx: fix transferring more than one message "
  ` [PATCH v4 3/3] i2c: s3c24xx: add support for atomic transfers

[PATCH 1/1] MAINTAINERS: Remove snawrocki's git tree
 2023-11-08  8:56 UTC 

[PATCH v3 00/16] drm: Convert to platform remove callback returning void
 2023-11-08  7:54 UTC  (3+ messages)
` [PATCH v3 08/16] drm/exynos: "

[PATCH v2 1/7] scsi: ufs: host: Rename structure ufs_dev_params to ufs_host_params
 2023-11-08  7:48 UTC  (5+ messages)

[PATCH] media: exynos4-is: fimc-is-i2c: remove I2C_CLASS_SPD support
 2023-11-08  6:42 UTC 

[PATCH v2 00/20] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board
 2023-11-07  3:52 UTC  (19+ messages)

[PATCH 00/18] mfd: Convert to platform remove callback returning void
 2023-11-06 17:17 UTC  (2+ messages)
` [PATCH 03/18] mfd: exynos-lpass: "

[PATCH v4 0/8] Improve Exynos thermal driver
 2023-11-06  9:19 UTC  (12+ messages)
  ` [PATCH v4 1/8] thermal: exynos: remove an unnecessary field description
  ` [PATCH v4 2/8] thermal: exynos: drop id field
  ` [PATCH v4 3/8] thermal: exynos: switch from workqueue-driven interrupt handling to threaded interrupts
  ` [PATCH v4 4/8] thermal: exynos: handle devm_regulator_get_optional return value correctly
  ` [PATCH v4 5/8] thermal: exynos: simplify regulator (de)initialization
  ` [PATCH v4 6/8] thermal: exynos: stop using the threshold mechanism on Exynos 4210
  ` [PATCH v4 7/8] thermal: exynos: split initialization of TMU and the thermal zone
  ` [PATCH v4 8/8] thermal: exynos: use set_trips
      `  "

Słowa kluczowe do wypozycjonowania
 2023-10-30  8:30 UTC 

[PATCH v3 0/3] Add atomic transfers to s3c24xx i2c driver
 2023-11-02 23:40 UTC  (7+ messages)
  ` [PATCH v3 1/3] i2c: s3c24xx: fix read transfers in polling mode
  ` [PATCH v3 2/3] i2c: s3c24xx: fix transferring more than one message "
  ` [PATCH v3 3/3] i2c: s3c24xx: add support for atomic transfers

[PATCH v2 0/3] Add atomic transfers to s3c24xx i2c driver
 2023-11-02 23:35 UTC  (13+ messages)
  ` [PATCH v2 1/3] i2c: s3c24xx: fix read transfers in polling mode
  ` [PATCH v2 2/3] i2c: s3c24xx: fix transferring more than one message "
  ` [PATCH v2 3/3] i2c: s3c24xx: add support for atomic transfers

[PATCH] drm/exynos: dpi: Change connector type to DPI
 2023-11-01 20:17 UTC 

exynos-mixer 14450000.mixer: [drm:exynos_drm_register_dma] *ERROR* Device 14450000.mixer lacks support for IOMMU
 2023-11-01 12:36 UTC  (3+ messages)

[PATCH] drm/exynos: fix a wrong error checking
 2023-11-01  9:36 UTC 

[PATCH 0/9] interconnect: Convert to platform remove callback returning void
 2023-11-01  8:14 UTC  (3+ messages)
` [PATCH 9/9] interconnect: exynos: "

exynos-mixer 14450000.mixer: [drm:exynos_drm_register_dma] *ERROR* Device 14450000.mixer lacks support for IOMMU
 2023-10-31 16:58 UTC  (2+ messages)

[PATCH] pwm: samsung: Document new member .channel in struct samsung_pwm_chip
 2023-10-29 12:10 UTC  (8+ messages)

[PATCH] arm64: dts: exynos: add gpio-key node for exynosautov9-sadk
 2023-10-27  7:04 UTC  (2+ messages)

[PATCH] drm: Use device_get_match_data()
 2023-10-26  5:44 UTC  (2+ messages)

[PATCH v2] tty: serial: samsung_tty: remove dead code
 2023-10-25 11:22 UTC  (3+ messages)

[PATCH] pwm: samsung: Fix a bit test
 2023-10-25  4:18 UTC  (3+ messages)


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