Linux Samsung SOC development
 help / color / mirror / Atom feed
 messages from 2020-09-17 08:14:22 to 2020-09-29 15:35:51 UTC [more...]

[PATCH v3 0/7] Support GEM object mappings from I/O memory
 2020-09-29 15:35 UTC  (9+ messages)
` [PATCH v3 1/7] drm/vram-helper: Remove invariant parameters from internal kmap function
` [PATCH v3 2/7] drm/ttm: Add ttm_kmap_obj_to_dma_buf_map() for type conversion
` [PATCH v3 3/7] drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends
` [PATCH v3 4/7] drm/gem: Update internal GEM vmap/vunmap interfaces to use struct dma_buf_map
` [PATCH v3 5/7] drm/gem: Store client buffer mappings as "
` [PATCH v3 6/7] drm/fb_helper: Support framebuffers in I/O memory
` [PATCH v3 7/7] drm/todo: Update entries around struct dma_buf_map

[PATCH v2 00/40] PCI: dwc: Driver clean-ups
 2020-09-29 14:32 UTC  (6+ messages)

[PATCH 00/20] media: use semicolons rather than commas to separate statements
 2020-09-29 13:14 UTC  (3+ messages)
` [PATCH 07/20] media: s3c-camif: "
` [PATCH 19/20] media: exynos4-is: "

[PATCH v2 0/5] PCI: dwc: improve msi handling
 2020-09-29 13:22 UTC  (18+ messages)
` [PATCH v2 1/5] PCI: dwc: Call dma_unmap_page() before freeing the msi page
` [PATCH v2 2/5] PCI: dwc: Check alloc_page() return value
` [PATCH v2 3/5] PCI: dwc: Rename dw_pcie_free_msi to dw_pcie_msi_deinit
` [PATCH v2 4/5] PCI: dwc: Skip PCIE_MSI_INTR0* programming if MSI is disabled
` [PATCH v2 5/5] PCI: dwc: Move dw_pcie_msi_init() from each users to designware host

[PATCH 5/7] ASoC: soc-pcm: add soc_pcm_clean() and call it from soc_pcm_open/close()
 2020-09-29 13:08 UTC 

[PATCH 00/18] Convert arch/arm to use iommu-dma
 2020-09-28 11:32 UTC  (8+ messages)
    ` [PATCH 14/18] drm/exynos: Consolidate IOMMU mapping code
    ` [PATCH 05/18] ARM/dma-mapping: Switch to iommu_dma_ops

[PATCH] media: platform: s5p-mfc: Fix adding a standard frame skip mode control
 2020-09-28  8:48 UTC 

[PATCH 01/42] mfd: arizona: use PLATFORM_DEVID_NONE
 2020-09-28  3:16 UTC  (57+ messages)
` [PATCH 02/42] mfd: as3711: "
` [PATCH 03/42] mfd: as3722: "
` [PATCH 04/42] mfd: atmel-hlcdc: "
` [PATCH 05/42] mfd: axp20x: "
` [PATCH 06/42] mfd: bcm2835: "
` [PATCH 07/42] mfd: bcm590xx: "
` [PATCH 08/42] mfd: da9055: "
` [PATCH 09/42] mfd: da9150: "
` [PATCH 10/42] mfd: intel_msic: "
` [PATCH 11/42] mfd: intel_soc_pmic: "
` [PATCH 12/42] mfd: kempld: "
` [PATCH 13/42] mfd: lp8788: "
` [PATCH 14/42] mfd: lp3943: "
` [PATCH 15/42] mfd: max14577: "
` [PATCH 16/42] mfd: max77686: "
` [PATCH 17/42] mfd: max77693: "
` [PATCH 18/42] mfd: max77843: "
` [PATCH 19/42] mfd: max8907: "
` [PATCH 20/42] mfd: max8997: "
` [PATCH 21/42] mfd: max8998: "
` [PATCH 22/42] mfd: mc13xxx: "
` [PATCH 23/42] mfd: rc5t583: "
` [PATCH 24/42] mfd: rdc321x: "
` [PATCH 25/42] mfd: retu: "
` [PATCH 26/42] mfd: rt5033: "
` [PATCH 27/42] mfd: sec: "
` [PATCH 28/42] mfd: sky81452: "
` [PATCH 29/42] mfd: sta2x11: "
` [PATCH 30/42] mfd: tc3589x: "
` [PATCH 31/42] mfd: timberdale: "
` [PATCH 32/42] mfd: tps6507x: "
` [PATCH 33/42] mfd: tps65090: "
` [PATCH 34/42] mfd: tps65217: "
` [PATCH 35/42] mfd: tps6586x: "
` [PATCH 36/42] mfd: tps65910: "
` [PATCH 37/42] mfd: tps80031: "
` [PATCH 38/42] mfd: twl6040: "
` [PATCH 39/42] mfd: vx855: "
` [PATCH 40/42] mfd: wl1273: "
` [PATCH 41/42] mfd: wm8400: "
` [PATCH 42/42] mfd: wm8994: "

a saner API for allocating DMA addressable pages v3
 2020-09-26 15:25 UTC  (30+ messages)
` [PATCH 01/18] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT flag
` [PATCH 06/18] lib82596: move DMA allocation into the callers of i82596_probe
` [PATCH 07/18] 53c700: improve non-coherent DMA handling
` [PATCH 08/18] dma-mapping: add a new dma_alloc_noncoherent API
` [PATCH 09/18] sgiwd93: convert to dma_alloc_noncoherent
` [PATCH 10/18] hal2: "
` [PATCH 11/18] lib82596: "
` [PATCH 12/18] sgiseeq: "
` [PATCH 13/18] 53c700: "
` [PATCH 14/18] dma-mapping: remove dma_cache_sync
` [PATCH 15/18] dma-mapping: add a new dma_alloc_pages API
` [PATCH 17/18] dma-iommu: implement ->alloc_noncoherent

[PATCH 0/8] IOMMU-DMA - support old allocation algorithm used on ARM
 2020-09-25 16:20 UTC  (10+ messages)
  ` [PATCH 1/8] dma-mapping: add DMA_ATTR_LOW_ADDRESS attribute
  ` [PATCH 2/8] iommu: iova: properly handle 0 as a valid IOVA address
  ` [PATCH 3/8] iommu: iova: add support for 'first-fit' algorithm
  ` [PATCH 4/8] iommu: dma-iommu: refactor iommu_dma_alloc_iova()
  ` [PATCH 5/8] iommu: dma-iommu: add support for DMA_ATTR_LOW_ADDRESS
  ` [PATCH 6/8] media: platform: exynos4-is: remove all references to physicall addresses
  ` [PATCH 7/8] media: platform: exynos4-is: use DMA_ATTR_LOW_ADDRESS
  ` [PATCH 8/8] media: platform: s5p-mfc: "

[PATCH v3 00/22] Convert all remaining drivers to GEM object functions
 2020-09-25  8:40 UTC  (27+ messages)
` [PATCH v3 01/22] drm/amdgpu: Introduce "
` [PATCH v3 02/22] drm/armada: "
` [PATCH v3 03/22] drm/etnaviv: "
` [PATCH v3 04/22] drm/exynos: "
` [PATCH v3 05/22] drm/gma500: "
` [PATCH v3 06/22] drm/i915: "
` [PATCH v3 07/22] drm/imx/dcss: Initialize DRM driver instance with CMA helper macro
` [PATCH v3 08/22] drm/mediatek: Introduce GEM object functions
` [PATCH v3 09/22] drm/msm: Introduce GEM object funcs
` [PATCH v3 10/22] drm/nouveau: Introduce GEM object functions
` [PATCH v3 11/22] drm/omapdrm: "
` [PATCH v3 12/22] drm/pl111: "
` [PATCH v3 13/22] drm/radeon: "
` [PATCH v3 14/22] drm/rockchip: Convert to drm_gem_object_funcs
` [PATCH v3 15/22] drm/tegra: Introduce GEM object functions
` [PATCH v3 16/22] drm/vc4: "
` [PATCH v3 17/22] drm/vgem: "
` [PATCH v3 18/22] drm/virtgpu: Set PRIME export function in struct drm_gem_object_funcs
` [PATCH v3 19/22] drm/vkms: Introduce GEM object functions
` [PATCH v3 20/22] drm/xen: "
` [PATCH v3 21/22] drm/xlnx: Initialize DRM driver instance with CMA helper macro
` [PATCH v3 22/22] drm: Remove obsolete GEM and PRIME callbacks from struct drm_driver

[PATCH] iommu/exynos: add missing put_device() call in exynos_iommu_of_xlate()
 2020-09-24  8:48 UTC  (3+ messages)

[PATCH] drm/bridge: tc358764: restore connector support
 2020-09-24  8:31 UTC 

[PATCH] clk: s2mps11: initialize driver via module_platform_driver
 2020-09-22 19:31 UTC  (3+ messages)

[PATCH] clk: samsung: exynos4: mark 'chipid' clock as CLK_IGNORE_UNUSED
 2020-09-22 19:26 UTC  (4+ messages)

[GIT PULL] clk: samsung: Updates for v5.10
 2020-09-22 19:23 UTC  (2+ messages)

[PATCH] ARM: dts: exynos: revert "add input clock to CMU in Exynos4412 Odroid"
 2020-09-22 15:57 UTC  (2+ messages)

[GIT PULL] exynos-drm-next
 2020-09-22  8:38 UTC 

[PATCH] mfd: sec: initialize driver via module_platform_driver
 2020-09-22  8:04 UTC  (2+ messages)

[PATCH] drm/exynos: Drop local dma_parms
 2020-09-22  4:52 UTC  (4+ messages)

[RFT] regulator: s5m8767: initialize driver via module_platform_driver
 2020-09-22  0:06 UTC  (2+ messages)

[PATCH v3 1/3] ARM: dts: exynos: Add assigned clock parent to CMU in Exynos3250
 2020-09-21 10:07 UTC  (5+ messages)
` [PATCH v3 2/3] ARM: dts: exynos: Add assigned clock parent to CMU in Exynos4412 Odroid

[PATCH] ARM: dts: exynos: Remove 'opp-shared' from Exynos4412 bus OPP-tables
 2020-09-20 15:27 UTC  (2+ messages)

[PATCH v2] iio: adc: exynos_adc: Replace indio_dev->mlock with own device lock
 2020-09-19 15:19 UTC  (2+ messages)

[PATCH v2 0/4] Exynos4 media drivers: adapt for the planned ARM IOMMU-DMA changes
 2020-09-18 14:48 UTC  (5+ messages)
  ` [PATCH v2 1/4] media: platform: exynos4-is: remove all references to physicall addresses
  ` [PATCH v2 2/4] media: platform: exynos4-is: add support for generic IOMMU-DMA glue code
  ` [PATCH v2 3/4] media: platform: s5p-mfc: properly assign device to both vb2 queues
  ` [PATCH v2 4/4] media: platform: s5p-mfc: add support for generic DMA-IOMMU glue code

[PATCH v3 08/16] irqchip/gic: Configure SGIs as standard interrupts
 2020-09-18  8:24 UTC  (17+ messages)

[PATCH AUTOSEL 5.4 268/330] drm/exynos: dsi: Remove bridge node reference in error handling path in probe function
 2020-09-18  2:00 UTC 

[PATCH] MAINTAINERS: mark linux-samsung-soc list non-moderated
 2020-09-17 19:46 UTC  (4+ messages)

[PATCH v2 00/21] Convert all remaining drivers to GEM object functions
 2020-09-17 14:01 UTC  (7+ messages)
` [PATCH v2 14/21] drm/tegra: Introduce "
` [PATCH v2 16/21] drm/vgem: "
` [PATCH v2 18/21] drm/vkms: "

[PATCH] media: platform: s3c-camif: Fix runtime PM imbalance in s3c_camif_open
 2020-09-17 11:26 UTC  (2+ messages)

[PATCH v2 1/2] clk: samsung: exynos5420: Add definition of clock ID for mout_sw_aclk_g3d
 2020-09-17 10:14 UTC  (3+ messages)
  ` [PATCH v2 2/2] clk: samsung: exynos5420: Avoid __clk_lookup() calls when enabling clocks

[PATCH v3] clk: samsung: Prevent potential endless loop in the PLL set_rate ops
 2020-09-17 10:20 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