linux-samsung-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-13 13:13:48 to 2020-08-21 03:56:08 UTC [more...]

[PATCH v2 00/40] PCI: dwc: Driver clean-ups
 2020-08-21  3:54 UTC  (25+ messages)
` [PATCH v2 01/40] PCI: Allow root and child buses to have different pci_ops
` [PATCH v2 02/40] PCI: dwc: Use DBI accessors instead of own config accessors
` [PATCH v2 03/40] PCI: dwc: Allow overriding bridge pci_ops
` [PATCH v2 04/40] PCI: dwc: Add a default pci_ops.map_bus for root port
` [PATCH v2 05/40] PCI: dwc: al: Use pci_ops for child config space accessors
` [PATCH v2 06/40] PCI: dwc: keystone: Use pci_ops for "
` [PATCH v2 07/40] PCI: dwc: tegra: Use pci_ops for root "
` [PATCH v2 08/40] PCI: dwc: meson: "
` [PATCH v2 09/40] PCI: dwc: kirin: "
` [PATCH v2 10/40] PCI: dwc: exynos: "
` [PATCH v2 11/40] PCI: dwc: histb: "
` [PATCH v2 12/40] PCI: dwc: Remove dwc specific config accessor ops
` [PATCH v2 13/40] PCI: dwc: Use generic config accessors
` [PATCH v2 14/40] PCI: Also call .add_bus() callback for root bus
` [PATCH v2 15/40] PCI: dwc: keystone: Convert .scan_bus() callback to use add_bus
` [PATCH v2 16/40] PCI: dwc: Convert to use pci_host_probe()
` [PATCH v2 17/40] PCI: dwc: Remove root_bus pointer
` [PATCH v2 18/40] PCI: dwc: Remove storing of PCI resources
` [PATCH v2 19/40] PCI: dwc: Simplify config space handling
` [PATCH v2 20/40] PCI: dwc/keystone: Drop duplicated 'num-viewport'
` [PATCH v2 21/40] PCI: dwc: Check CONFIG_PCI_MSI inside dw_pcie_msi_init()
` [PATCH v2 22/40] PCI: dwc/imx6: Remove duplicate define PCIE_LINK_WIDTH_SPEED_CONTROL
` [PATCH v2 23/40] PCI: dwc: Add a 'num_lanes' field to struct dw_pcie
` [PATCH v2 24/40] PCI: dwc: Ensure FAST_LINK_MODE is cleared

[PATCH 00/18] Convert arch/arm to use iommu-dma
 2020-08-21  0:28 UTC  (31+ messages)
` [PATCH 01/18] ARM/dma-mapping: Drop .dma_supported for IOMMU ops
` [PATCH 02/18] ARM/dma-mapping: Consolidate IOMMU ops callbacks
` [PATCH 03/18] ARM/dma-mapping: Merge IOMMU ops
` [PATCH 04/18] iommu/dma: Add temporary hacks for arch/arm
` [PATCH 05/18] ARM/dma-mapping: Switch to iommu_dma_ops
` [PATCH 06/18] ARM/dma-mapping: Support IOMMU default domains
` [PATCH 07/18] iommu/arm-smmu: Remove arch/arm workaround
` [PATCH 08/18] iommu/renesas: "
` [PATCH 09/18] iommu/mediatek-v1: Add IOMMU_DOMAIN_DMA support
` [PATCH 10/18] iommu/msm: "
` [PATCH 11/18] iommu/omap: "
` [PATCH 12/18] iommu/tegra-gart: "
` [PATCH 13/18] iommu/tegra: "
` [PATCH 14/18] drm/exynos: Consolidate IOMMU mapping code
` [PATCH 15/18] drm/nouveau/tegra: Clean up IOMMU workaround
` [PATCH 16/18] staging/media/tegra-vde: "
` [PATCH 17/18] media/omap3isp: "
` [PATCH 18/18] ARM/dma-mapping: Remove legacy dma-iommu API

[PATCH] leds: s3c24xx: Remove unused machine header include
 2020-08-20 21:51 UTC  (5+ messages)

[PATCH] ARM: s3c: Avoid naming clash of S3C24xx and S3C64xx timer setup
 2020-08-20 20:42 UTC 

a saner API for allocating DMA addressable pages
 2020-08-20 17:41 UTC  (53+ messages)
` [PATCH 01/28] mm: turn alloc_pages into an inline function
` [PATCH 02/28] drm/exynos: stop setting DMA_ATTR_NON_CONSISTENT
` [PATCH 03/28] drm/nouveau/gk20a: "
` [PATCH 04/28] net/au1000-eth: stop using DMA_ATTR_NON_CONSISTENT
` [PATCH 05/28] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT
` [PATCH 06/28] lib82596: move DMA allocation into the callers of i82596_probe
` [PATCH 07/28] 53c700: improve non-coherent DMA handling
` [PATCH 08/28] MIPS: make dma_sync_*_for_cpu a little less overzealous
` [PATCH 09/28] MIPS/jazzdma: remove the unused vdma_remap function
` [PATCH 10/28] MIPS/jazzdma: decouple from dma-direct
` [PATCH 11/28] dma-mapping: add (back) arch_dma_mark_clean for ia64
` [PATCH 12/28] dma-direct: remove dma_direct_{alloc,free}_pages
` [PATCH 13/28] dma-direct: lift gfp_t manipulation out of__dma_direct_alloc_pages
` [PATCH 14/28] dma-direct: use phys_to_dma_direct in dma_direct_alloc
` [PATCH 15/28] dma-direct: remove __dma_to_phys
` [PATCH 16/28] dma-direct: rename and cleanup __phys_to_dma
` [PATCH 17/28] dma-mapping: move dma_common_{mmap,get_sgtable} out of mapping.c
` [PATCH 18/28] dma-mapping: move the dma_declare_coherent_memory documentation
` [PATCH 19/28] dma-mapping: replace DMA_ATTR_NON_CONSISTENT with dma_{alloc,free}_pages
  ` [PATCH 19/28] dma-mapping: replace DMA_ATTR_NON_CONSISTENT with dma_{alloc, free}_pages
` [PATCH 20/28] sgiwd93: convert from dma_cache_sync to dma_sync_single_for_device
` [PATCH 21/28] hal2: "
` [PATCH 22/28] sgiseeq: "
` [PATCH 23/28] lib82596: "
` [PATCH 24/28] 53c700: "
` [PATCH 25/28] dma-mapping: remove dma_cache_sync
` [PATCH 26/28] dmapool: add dma_alloc_pages support
` [PATCH 27/28] nvme-pci: fix PRP pool size
` [PATCH 28/28] nvme-pci: use dma_alloc_pages backed dmapools

[PATCH v2 01/41] ARM: s3c: Remove unneeded machine header includes
 2020-08-20 15:39 UTC  (7+ messages)
` [PATCH v2 23/41] ARM: s3c24xx: move spi fiq handler into platform

[PATCH 0/8] Some fixes for spi-s3c64xx
 2020-08-20 10:47 UTC  (33+ messages)
    ` [PATCH 1/8] spi: spi-s3c64xx: swap s3c64xx_spi_set_cs() and s3c64xx_enable_datapath()
    ` [PATCH 2/8] spi: spi-s3s64xx: Add S3C64XX_SPI_QUIRK_CS_AUTO for Exynos3250
    ` [PATCH 3/8] spi: spi-s3c64xx: Report more information when errors occur
    ` [PATCH 4/8] spi: spi-s3c64xx: Rename S3C64XX_SPI_SLAVE_* to S3C64XX_SPI_CS_*
    ` [PATCH 5/8] spi: spi-s3c64xx: Fix doc comment for struct s3c64xx_spi_driver_data
    ` [PATCH 6/8] spi: spi-s3c64xx: Check return values
    ` [PATCH 7/8] spi: spi-s3c64xx: Increase transfer timeout
    ` [PATCH 8/8] spi: spi-s3c64xx: Turn on interrupts upon resume

[clk] a2499eff4b: BUG:kernel_NULL_pointer_dereference,address
 2020-08-20  5:03 UTC  (2+ messages)

[PATCH v2 00/13] clk/watchdog/ARM: Cleanup of various S3C bits
 2020-08-19 18:18 UTC  (10+ messages)
` [PATCH v2 06/13] ARM: samsung: remove HAVE_S3C2410_WATCHDOG and use direct dependencies
` [PATCH v2 07/13] ARM: s3c64xx: switch to generic watchdog driver reset
` [PATCH v2 08/13] ARM: s3c24xx: fix missing system reset

[PATCH v3] ARM: s3c24xx: drop s3c-camif setup platform code
 2020-08-19 18:14 UTC  (2+ messages)

[PATCH 1/2] media: Revert "media: exynos4-is: Add missed check for pinctrl_lookup_state()"
 2020-08-19 13:26 UTC  (3+ messages)

[PATCH 00/20] Convert all remaining drivers to GEM object functions
 2020-08-19 10:43 UTC  (7+ messages)
` [PATCH 10/20] drm/omapdrm: Introduce "
` [PATCH 19/20] drm/xlnx: Initialize DRM driver instance with CMA helper macro

[PATCH v2] clk: samsung: Keep top BPLL mux on Exynos542x enabled
 2020-08-19  3:14 UTC  (4+ messages)

[PATCH] spi: s3c24xx: correct kerneldoc comment
 2020-08-18 16:57 UTC  (2+ messages)

[PATCH V2 1/2] Add new flush_iotlb_range and handle freelists when using iommu_unmap_fast
 2020-08-18 16:15 UTC  (4+ messages)
` [PATCH V2 2/2] Handle init_iova_flush_queue failure in dma-iommu path

[PATCH 3/7] media: exynos4-is: no need to check return value of debugfs_create functions
 2020-08-18 13:36 UTC 

[PATCH 00/16] memory: Further cleanups
 2020-08-18  8:22 UTC  (10+ messages)
` [RFT 08/16] memory: omap-gpmc: Use WARN() instead of BUG() on wrong free
` [PATCH 10/16] memory: omap-gpmc: Consistently use !res for NULL checks
` [RFT 12/16] memory: brcmstb_dpfe: Add separate entry for compile test
` [PATCH 16/16] memory: samsung: exynos5422-dmc: Correct white space issues

[PATCH 1/2] Add new flush_iotlb_range and handle freelists when using iommu_unmap_fast
 2020-08-17 21:19 UTC  (2+ messages)
` [PATCH 2/2] Handle init_iova_flush_queue failure in dma-iommu path

[PATCH 0/4] Restore big.LITTLE cpuidle driver for Exynos
 2020-08-17 15:39 UTC  (4+ messages)
  ` [PATCH 2/4] cpuidle: big.LITTLE: enable driver only on Peach-Pit/Pi Chromebooks

[PATCH -next] ARM: s3c: fix return value check in s3c_usb_otgphy_init()
 2020-08-17 15:45 UTC  (2+ messages)

[PATCH v3 1/3] ASoC: samsung: Document DT bindings for Midas sound subsystem
 2020-08-17 15:47 UTC  (3+ messages)
  ` [PATCH v3 3/3] ARM: dts: exynos: Add sound support to Midas

[PATCH 0/2] Exynos5422 DMC: adjust to new devfreq monitoring mechanism
 2020-08-17 17:17 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: exynos: Remove interrupts from DMC controller in Exynos5422

[PATCH v2] ARM: s3c64xx: use simple i2c probe function
 2020-08-17 15:53 UTC  (3+ messages)

[PATCH] ARM: exynos_defconfig: enable platform media drivers
 2020-08-17 15:53 UTC  (2+ messages)

[PATCH v2 00/29] *memory: Cleanup, improve and compile test memory drivers
 2020-08-17 18:34 UTC  (13+ messages)
` [RFT v2 01/29] memory: omap-gpmc: Remove unneeded asm/mach-types.h inclusion
` [RFT v2 02/29] memory: omap-gpmc: Remove unused file-scope phys_base and mem_size
` [PATCH v2 16/29] memory: renesas-rpc-if: Simplify with PTR_ERR_OR_ZERO
` [RFT v2 20/29] memory: omap-gpmc: Return meaningful error codes in gpmc_cs_set_timings()
` [RFT v2 21/29] memory: omap-gpmc: Remove GPMC_SET_ONE_CD_MAX macro for safety
` [PATCH v2 24/29] memory: tegra: tegra210-emc: Fix indentation

[PATCH] memory: samsung: exynos5422-dmc: Additional locking for 'curr_rate'
 2020-08-17 12:28 UTC  (3+ messages)

[PATCH] memory: samsung: exynos5422-dmc: propagate error from exynos5_counters_get()
 2020-08-17 12:27 UTC  (6+ messages)

[PATCH v3] clk: samsung: Prevent potential endless loop in the PLL set_rate ops
 2020-08-14  0:46 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).