Linux-Samsung-soc Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-22 12:26:13 to 2023-06-10 16:24:07 UTC [more...]

[PATCH 1/2] tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in case of error
 2023-06-10 16:23 UTC  (14+ messages)
` [PATCH 2/2] tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when iterating clk
  ` AW: "

[PATCH v2 1/3] tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in case of error
 2023-06-10 16:12 UTC  (4+ messages)
` [PATCH v2 2/3] tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when iterating clk
` [PATCH v2 3/3] tty: serial: samsung_tty: Use abs() to simplify some code

[PATCH v3 00/25] iommu: Make default_domain's mandatory
 2023-06-10 12:03 UTC  (28+ messages)
` [PATCH v3 01/25] iommu: Add iommu_ops->identity_domain
` [PATCH v3 02/25] iommu: Add IOMMU_DOMAIN_PLATFORM
` [PATCH v3 03/25] powerpc/iommu: Setup a default domain and remove set_platform_dma_ops
` [PATCH v3 04/25] iommu: Add IOMMU_DOMAIN_PLATFORM for S390
` [PATCH v3 05/25] iommu/fsl_pamu: Implement a PLATFORM domain
` [PATCH v3 06/25] iommu/tegra-gart: Remove tegra-gart
` [PATCH v3 07/25] iommu/mtk_iommu_v1: Implement an IDENTITY domain
` [PATCH v3 08/25] iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()
` [PATCH v3 09/25] iommu: Allow an IDENTITY domain as the default_domain in ARM32
` [PATCH v3 10/25] iommu/exynos: Implement an IDENTITY domain
` [PATCH v3 11/25] iommu/tegra-smmu: "
` [PATCH v3 12/25] iommu/tegra-smmu: Support DMA domains in tegra
` [PATCH v3 13/25] iommu/omap: Implement an IDENTITY domain
` [PATCH v3 14/25] iommu/msm: "
` [PATCH v3 15/25] iommufd/selftest: Make the mock iommu driver into a real driver
` [PATCH v3 16/25] iommu: Remove ops->set_platform_dma_ops()
` [PATCH v3 17/25] iommu/qcom_iommu: Add an IOMMU_IDENTITIY_DOMAIN
` [PATCH v3 18/25] iommu/ipmmu: "
` [PATCH v3 19/25] iommu/mtk_iommu: "
` [PATCH v3 20/25] iommu/sun50i: "
` [PATCH v3 21/25] iommu: Require a default_domain for all iommu drivers
` [PATCH v3 22/25] iommu: Add __iommu_group_domain_alloc()
` [PATCH v3 23/25] iommu: Add ops->domain_alloc_paging()
` [PATCH v3 24/25] iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()
` [PATCH v3 25/25] iommu: Convert remaining simple drivers "

čestitam
 2023-06-08 17:18 UTC 

[PATCH v2 25/25] iommu: Convert remaining simple drivers to domain_alloc_paging()
 2023-06-09 19:26 UTC  (4+ messages)

[PATCH] dt-bindings: ufs: samsung,exynos: drop unneeded quotes
 2023-06-09 14:33 UTC  (2+ messages)

[PATCH] clk: samsung: add CONFIG_OF dependency
 2023-06-09  8:15 UTC 

[RFC PATCH 0/1] Categorize ARM dts directory
 2023-06-08 20:33 UTC  (9+ messages)

[PATCH 00/53] drm: Convert to platform remove callback returning void
 2023-06-08 17:38 UTC  (7+ messages)

[PATCH 0/2] spi: s3c64xx: Cleanups
 2023-06-07 17:24 UTC  (4+ messages)
` [PATCH 1/2] spi: s3c64xx: Use the managed spi master allocation function
` [PATCH 2/2] spi: s3c64xx: Use dev_err_probe()

[GIT PULL] exynos-drm-fixes
 2023-06-07  4:31 UTC 

[REGRESSION][BISECT] perf/core: Remove pmu linear searching code
 2023-06-05 10:27 UTC  (14+ messages)

[PATCH 00/89] i2c: Convert to platform remove callback returning void
 2023-06-05  7:54 UTC  (5+ messages)

[PATCH v4] ARM: dts: exynos: Add Samsung Galaxy Tab 3 8.0 boards
 2023-06-04 19:15 UTC  (2+ messages)

Wyższa konwersja w e-sklepie
 2023-06-02  8:50 UTC 

[PATCH] spi: s3c64xx: Use devm_clk_get_enabled()
 2023-06-02 12:38 UTC  (2+ messages)

[PATCH 1/3] spi: dt-bindings: allwinner: simplify with unevaluatedProperties
 2023-06-02 12:38 UTC  (8+ messages)
` [PATCH 2/3] spi: dt-bindings: samsung: drop cs-gpios
` [PATCH 3/3] spi: dt-bindings: socionext,uniphier: drop address/size-cells

[GIT PULL 1/3] samsung: drivers for v6.5
 2023-06-02  9:15 UTC  (3+ messages)
` [GIT PULL 2/3] ARM: dts: samsung: "
` [GIT PULL 3/3] ARM: samsung: soc "

[PATCH] drm/exynos: fix race condition UAF in exynos_g2d_exec_ioctl
 2023-06-02  1:20 UTC  (10+ messages)

[PATCH v2 23/25] iommu: Add ops->domain_alloc_paging()
 2023-06-01 20:47 UTC  (3+ messages)

[PATCH v2 09/25] iommu/fsl_pamu: Implement an IDENTITY domain
 2023-06-01 20:17 UTC  (5+ messages)

[PATCH v2 04/25] iommu: Add IOMMU_DOMAIN_PLATFORM for S390
 2023-06-01 19:58 UTC  (3+ messages)

[PATCH v2 08/25] iommu: Allow an IDENTITY domain as the default_domain in ARM32
 2023-06-01 18:57 UTC  (2+ messages)

[PATCH v2 00/25] iommu: Make default_domain's mandatory
 2023-06-01 16:51 UTC  (3+ messages)
` [PATCH v2 05/25] iommu/tegra-gart: Remove tegra-gart

[PATCH v5 00/13]
 2023-06-01 16:24 UTC  (16+ messages)
` [PATCH v5 01/13] fbdev: Add Kconfig options to select different fb_ops helpers
` [PATCH v5 02/13] fbdev: Add initializer macros for struct fb_ops
` [PATCH v5 03/13] drm/armada: Use regular fbdev I/O helpers
` [PATCH v5 04/13] drm/exynos: "
` [PATCH v5 05/13] drm/gma500: "
` [PATCH v5 06/13] drm/radeon: "
` [PATCH v5 07/13] drm/fbdev-dma: "
` [PATCH v5 08/13] drm/omapdrm: "
` [PATCH v5 09/13] drm/tegra: "
` [PATCH v5 10/13] drm/fb-helper: Export helpers for marking damage areas
` [PATCH v5 11/13] drm/msm: Use regular fbdev I/O helpers
` [PATCH v5 12/13] drm/fbdev-generic: Implement dedicated "
` [PATCH v5 13/13] drm/i915: "

[PATCH v5 00/13] drm/fbdev: Remove DRM's helpers for fbdev I/O
 2023-06-01  9:42 UTC  (15+ messages)
` [PATCH v5 01/13] fbdev: Add Kconfig options to select different fb_ops helpers
` [PATCH v5 02/13] fbdev: Add initializer macros for struct fb_ops
` [PATCH v5 03/13] drm/armada: Use regular fbdev I/O helpers
` [PATCH v5 04/13] drm/exynos: "
` [PATCH v5 05/13] drm/gma500: "
` [PATCH v5 06/13] drm/radeon: "
` [PATCH v5 07/13] drm/fbdev-dma: "
` [PATCH v5 08/13] drm/omapdrm: "
` [PATCH v5 09/13] drm/tegra: "
` [PATCH v5 10/13] drm/fb-helper: Export helpers for marking damage areas
` [PATCH v5 11/13] drm/msm: Use regular fbdev I/O helpers
` [PATCH v5 12/13] drm/fbdev-generic: Implement dedicated "
` [PATCH v5 13/13] drm/i915: "

Słowa kluczowe do wypozycjonowania
 2023-06-01  7:30 UTC 

[PATCH v4 00/13] drm/fbdev: Remove DRM's helpers for fbdev I/O
 2023-05-30 15:37 UTC  (31+ messages)
` [PATCH v4 01/13] fbdev: Add Kconfig options to select different fb_ops helpers
  ` [v4,01/13] "
` [PATCH v4 02/13] fbdev: Add initializer macros for struct fb_ops
  ` [v4,02/13] "
` [PATCH v4 03/13] drm/armada: Use regular fbdev I/O helpers
` [PATCH v4 04/13] drm/exynos: "
` [PATCH v4 05/13] drm/gma500: "
` [PATCH v4 06/13] drm/radeon: "
` [PATCH v4 07/13] drm/fbdev-dma: "
` [PATCH v4 08/13] drm/msm: "
` [PATCH v4 09/13] drm/omapdrm: "
` [PATCH v4 10/13] drm/tegra: "
` [PATCH v4 11/13] drm/fb-helper: Export helpers for marking damage areas
` [PATCH v4 12/13] drm/fbdev-generic: Implement dedicated fbdev I/O helpers
  ` [v4,12/13] "
` [PATCH v4 13/13] drm/i915: "
  ` [v4,13/13] "

[PATCH] ARM: s3c: Switch i2c drivers back to use .probe()
 2023-05-30 12:14 UTC  (4+ messages)

[PATCH] media: Revert "media: exynos4-is: Remove dependency on obsolete SoC support"
 2023-05-30  8:23 UTC  (2+ messages)

[PATCH 0/3] ARM: dts: samsung: Fix some typos in comments
 2023-05-30  8:22 UTC  (2+ messages)

[PATCH] PM / devfreq: exynos: add Exynos PPMU as a soft module dependency
 2023-05-29 14:25 UTC  (2+ messages)

[PATCH 00/97] usb: Convert to platform remove callback returning void
 2023-05-28 11:39 UTC  (5+ messages)
` [PATCH 14/97] usb: dwc3-exynos: "

Fwd: Does not work backlight on Chromebook XE303C12 with Kernel version 6.3.4
 2023-05-27  0:52 UTC  (2+ messages)

[PATCH v3 00/12] drm/fbdev: Remove DRM's helpers for fbdev I/O
 2023-05-23 19:19 UTC  (8+ messages)
` [PATCH v3 03/12] drm/exynos: Use regular fbdev I/O helpers
` [PATCH v3 08/12] drm/omapdrm: "
` [PATCH v3 09/12] drm/tegra: "
` [PATCH v3 11/12] drm/fbdev-generic: Implement dedicated "
  ` [Freedreno] "


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 read-only IMAP folder(s) and NNTP newsgroup(s).