linux-samsung-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-16 19:08:40 to 2020-09-26 15:25:47 UTC [more...]

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 v2 0/5] PCI: dwc: improve msi handling
 2020-09-25 15:13 UTC  (14+ 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 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)

[PATCH 01/42] mfd: arizona: use PLATFORM_DEVID_NONE
 2020-09-22 10:34 UTC  (54+ 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: "

[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 00/18] Convert arch/arm to use iommu-dma
 2020-09-21  2:09 UTC  (6+ messages)
    ` [PATCH 14/18] drm/exynos: Consolidate IOMMU mapping code

[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  (26+ 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  (20+ messages)
` [PATCH v2 01/21] drm/amdgpu: Introduce "
` [PATCH v2 03/21] drm/etnaviv: "
` [PATCH v2 04/21] drm/exynos: "
` [PATCH v2 14/21] drm/tegra: "
` [PATCH v2 16/21] drm/vgem: "
` [PATCH v2 17/21] drm/virtgpu: Set PRIME export function in struct drm_gem_object_funcs
` [PATCH v2 18/21] drm/vkms: Introduce GEM object functions

[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)

[PATCH v2 00/16] drm/exynos: Convert driver to drm bridge
 2020-09-16 22:01 UTC  (5+ messages)
  ` [PATCH v2 08/16] drm/exynos: add host_ops callback for platform drivers

[PATCH 1/2] ARM: samsung: fix PM debug build with DEBUG_LL but !MMU
 2020-09-16 17:10 UTC  (4+ messages)
` [PATCH 2/2] ARM: s3c24xx: fix Wunused-variable warning on !MMU

[PATCH v2 1/6] dt-bindings: gpu: arm,mali-midgard: Add missing properties
 2020-09-16 17:13 UTC  (3+ messages)
` [PATCH v2 6/6] arm64: dts: exynos: Align OPP table name with dt-schema

[PATCH 00/25] ARM: dts: s5pv210: Cleanup - dtschema warnings
 2020-09-16 17:17 UTC  (7+ messages)
` [RFT 20/25] ARM: dts: s5pv210: move fixed regulators under root node in Aquila
` [RFT 21/25] ARM: dts: s5pv210: move fixed regulators under root node in Goni
` [RFT 22/25] ARM: dts: s5pv210: replace deprecated "gpios" i2c-gpio property in Aquila


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).