linux-samsung-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-19 06:59:32 to 2020-08-22 16:32:50 UTC [more...]

[PATCH 1/3] memory: samsung: exynos5422-dmc: rename timing register fields variables
 2020-08-22 16:32 UTC  (3+ messages)
` [PATCH 2/3] memory: samsung: exynos5422-dmc: remove unused exynos5_dmc members
` [PATCH 3/3] memory: samsung: exynos5422-dmc: add missing and fix kerneldoc

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

[PATCH v2 01/41] ARM: s3c: Remove unneeded machine header includes
 2020-08-21 13:52 UTC  (8+ messages)
` [PATCH v2 23/41] ARM: s3c24xx: move spi fiq handler into platform
    ` [PATCH v2 00/41] spi / fbdev / cpufreq / usb / mmc / hwmon / ARM: Prepare for multiplatform S3C

[PATCH 00/18] Convert arch/arm to use iommu-dma
 2020-08-21  8:07 UTC  (32+ 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] ARM: s3c: Cleanup from old plat-samsung include
 2020-08-21  7:42 UTC 

[PATCH 0/8] Some fixes for spi-s3c64xx
 2020-08-21  7:10 UTC  (34+ 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

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

[PATCH v2 00/40] PCI: dwc: Driver clean-ups
 2020-08-21  3:54 UTC  (41+ 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 v2 25/40] PCI: dwc/meson: Drop the duplicate number of lanes setup
` [PATCH v2 26/40] PCI: dwc/meson: Drop unnecessary RC config space initialization
` [PATCH v2 27/40] PCI: dwc/meson: Rework PCI config and DW port logic register accesses
` [PATCH v2 28/40] PCI: dwc/imx6: Use common PCI register definitions
` [PATCH v2 29/40] PCI: dwc/qcom: "
` [PATCH v2 30/40] PCI: dwc: Remove hardcoded PCI_CAP_ID_EXP offset
` [PATCH v2 31/40] PCI: dwc/tegra: Use common Designware port logic register definitions
` [PATCH v2 32/40] PCI: dwc: Remove read_dbi2 code
` [PATCH v2 33/40] PCI: dwc: Make ATU accessors private
` [PATCH v2 34/40] PCI: dwc: Centralize link gen setting
` [PATCH v2 35/40] PCI: dwc: Set PORT_LINK_DLL_LINK_EN in common setup code
` [PATCH v2 36/40] PCI: dwc/intel-gw: Drop unnecessary checking of DT 'device_type' property
` [PATCH v2 37/40] PCI: dwc/intel-gw: Move getting PCI_CAP_ID_EXP offset to intel_pcie_link_setup()
` [PATCH v2 38/40] PCI: dwc/intel-gw: Drop unused max_width
` [PATCH v2 39/40] PCI: dwc: Move N_FTS setup to common setup
` [PATCH v2 40/40] PCI: dwc: Use DBI accessors

[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  (47+ 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 10/28] MIPS/jazzdma: decouple from dma-direct
` [PATCH 11/28] dma-mapping: add (back) arch_dma_mark_clean for ia64
` [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 25/28] dma-mapping: remove dma_cache_sync
` [PATCH 26/28] dmapool: add dma_alloc_pages support

[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  (7+ 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  (3+ messages)
` [PATCH 10/20] drm/omapdrm: Introduce "


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