linux-samsung-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-19 09:48:35 to 2020-10-26 11:55:21 UTC [more...]

[PATCH 0/5] add exynos4412-based p4note device family support
 2020-10-26 11:55 UTC  (7+ messages)
` [PATCH 1/5] dt-bindings: samsung: document bindings for p4note family boards
` [PATCH 2/5] ARM: dts: add Samsung's exynos4412-based p4note boards
` [PATCH 3/5] ARM: defconfig: add stmpe adc driver for p4note
` [PATCH 4/5] ARM: defconfig: compile Atmel MXT touchscreeen as module
` [PATCH 5/5] ARM: exynos: extend cpuidle support to p4note boards

[PATCH v4 00/15] follow_pfn and other iomap races
 2020-10-26 10:58 UTC  (16+ messages)
` [PATCH v4 01/15] drm/exynos: Stop using frame_vector helpers
` [PATCH v4 02/15] drm/exynos: Use FOLL_LONGTERM for g2d cmdlists
` [PATCH v4 03/15] misc/habana: Stop using frame_vector helpers
` [PATCH v4 04/15] misc/habana: Use FOLL_LONGTERM for userptr
` [PATCH v4 05/15] mm/frame-vector: Use FOLL_LONGTERM
` [PATCH v4 06/15] media: videobuf2: Move frame_vector into media subsystem
` [PATCH v4 07/15] mm: Close race in generic_access_phys
` [PATCH v4 08/15] mm: Add unsafe_follow_pfn
` [PATCH v4 09/15] media/videbuf1|2: Mark follow_pfn usage as unsafe
` [PATCH v4 10/15] vfio/type1: Mark follow_pfn "
` [PATCH v4 11/15] PCI: Obey iomem restrictions for procfs mmap
` [PATCH v4 12/15] /dev/mem: Only set filp->f_mapping
` [PATCH v4 13/15] resource: Move devmem revoke code to resource framework
` [PATCH v4 14/15] sysfs: Support zapping of binary attr mmaps
` [PATCH v4 15/15] PCI: Revoke mappings like devmem

[PATCH v5 00/10] Support GEM object mappings from I/O memory
 2020-10-26  7:50 UTC  (20+ messages)
` [PATCH v5 01/10] drm/vram-helper: Remove invariant parameters from internal kmap function
` [PATCH v5 02/10] drm/cma-helper: Remove empty drm_gem_cma_prime_vunmap()
` [PATCH v5 03/10] drm/etnaviv: Remove empty etnaviv_gem_prime_vunmap()
` [PATCH v5 04/10] drm/exynos: Remove empty exynos_drm_gem_prime_{vmap,vunmap}()
` [PATCH v5 05/10] drm/ttm: Add vmap/vunmap to TTM and TTM GEM helpers
` [PATCH v5 06/10] drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends
` [PATCH v5 07/10] drm/gem: Update internal GEM vmap/vunmap interfaces to use struct dma_buf_map
` [PATCH v5 08/10] drm/gem: Store client buffer mappings as "
` [PATCH v5 09/10] dma-buf-map: Add memcpy and pointer-increment interfaces
` [PATCH v5 10/10] drm/fb_helper: Support framebuffers in I/O memory

[PATCH] clk: exynos7: Mark aclk_fsys1_200 as critical
 2020-10-26  5:46 UTC  (2+ messages)

[PATCH v2 0/6] Add DW PCIe support for Exynos5433 SoCs
 2020-10-26  4:08 UTC  (15+ messages)
    ` [PATCH v2 1/6] dt-bindings: pci: drop samsung,exynos5440-pcie binding
    ` [PATCH v2 2/6] dt-bindings: pci: add the samsung,exynos-pcie binding
    ` [PATCH v2 3/6] dt-bindings: phy: add the samsung,exynos-pcie-phy binding
    ` [PATCH v2 4/6] phy: samsung: phy-exynos-pcie: rework driver to support Exynos5433 PCIe PHY
    ` [PATCH v2 5/6] pci: dwc: pci-exynos: rework the driver to support Exynos5433 variant
    ` [PATCH v2 6/6] arm64: dts: exynos: add the WiFi/PCIe support to TM2(e) boards

[patch V2 00/13] USB: Cleanup in_interupt/in_irq/in_atomic() usage
 2020-10-25 17:16 UTC  (22+ messages)
` [patch V2 01/13] USB: sisusbvga: Make console support depend on BROKEN
` [patch V2 02/13] USB: serial: keyspan_pda: Replace in_interrupt() usage
` [patch V2 03/13] USB: serial: keyspan_pda: Consolidate room query
` [patch V2 04/13] USB: serial: digi_acceleport: Remove in_interrupt() usage
` [patch V2 05/13] usb: xhci: Remove in_interrupt() checks
` [patch V2 06/13] usb: host: isp1362: Replace in_interrupt() usage
` [patch V2 07/13] usbip: Remove in_interrupt() check
` [patch V2 08/13] usb: hosts: Remove in_interrupt() from comments
` [patch V2 09/13] USB: host: ehci-pmcmsp: Cleanup usb_hcd_msp_remove()
` [patch V2 10/13] usb: gadget: pxa27x_udc: Replace in_interrupt() usage in comments
` [patch V2 11/13] usb: gadget: udc: Remove in_interrupt()/in_irq() from comments
` [patch V2 12/13] usb: core: Replace in_interrupt() in comments
` [patch V2 13/13] usb: atm: Replace in_interrupt() usage in comment

[PATCH v3 0/5] AX88796C SPI Ethernet Adapter
 2020-10-23 18:21 UTC  (13+ messages)
    ` [PATCH v3 1/5] dt-bindings: vendor-prefixes: Add asix prefix
    ` [PATCH v3 2/5] dt-bindings: net: Add bindings for AX88796C SPI Ethernet Adapter
    ` [PATCH v3 3/5] net: ax88796c: ASIX AX88796C SPI Ethernet Adapter Driver
    ` [PATCH v3 4/5] ARM: dts: exynos: Add Ethernet to Artik 5 board
    ` [PATCH v3 5/5] ARM: defconfig: Enable ax88796c driver

[patch 00/12] UBS: Cleanup in_interupt/in_irq/in_atomic() usage
 2020-10-23 13:38 UTC  (4+ messages)
` [patch 05/12] usb: xhci: Remove in_interrupt() checks

[PATCH 29/65] s390/pci: Remove races against pte updates
 2020-10-23 12:26 UTC  (17+ messages)
  ` [PATCH 30/65] drm/exynos: Stop using frame_vector helpers
  ` [PATCH 31/65] drm/exynos: Use FOLL_LONGTERM for g2d cmdlists
  ` [PATCH 32/65] misc/habana: Stop using frame_vector helpers
  ` [PATCH 33/65] misc/habana: Use FOLL_LONGTERM for userptr
  ` [PATCH 34/65] mm/frame-vector: Use FOLL_LONGTERM
  ` [PATCH 35/65] media: videobuf2: Move frame_vector into media subsystem
  ` [PATCH 36/65] mm: Close race in generic_access_phys
  ` [PATCH 37/65] mm: Add unsafe_follow_pfn
  ` [PATCH 38/65] media/videbuf1|2: Mark follow_pfn usage as unsafe
  ` [PATCH 39/65] vfio/type1: Mark follow_pfn "
  ` [PATCH 40/65] PCI: Obey iomem restrictions for procfs mmap
  ` [PATCH 41/65] /dev/mem: Only set filp->f_mapping
  ` [PATCH 42/65] resource: Move devmem revoke code to resource framework
  ` [PATCH 43/65] sysfs: Support zapping of binary attr mmaps
  ` [PATCH 44/65] PCI: Revoke mappings like devmem

[PATCH 0/2] samsung: exynos: convert clkout to module driver
 2020-10-23 11:42 UTC  (6+ messages)
` [PATCH 1/2] soc: samsung: exynos-pmu: instantiate clkout driver as MFD
` [PATCH 2/2] clk: samsung: exynos-clkout: convert to module driver

[PATCH v3 00/16] follow_pfn and other iomap races
 2020-10-23  9:12 UTC  (34+ messages)
` [PATCH v3 01/16] drm/exynos: Stop using frame_vector helpers
` [PATCH v3 02/16] drm/exynos: Use FOLL_LONGTERM for g2d cmdlists
` [PATCH v3 03/16] misc/habana: Stop using frame_vector helpers
` [PATCH v3 04/16] misc/habana: Use FOLL_LONGTERM for userptr
` [PATCH v3 05/16] mm/frame-vector: Use FOLL_LONGTERM
` [PATCH v3 06/16] media: videobuf2: Move frame_vector into media subsystem
` [PATCH v3 07/16] mm: Close race in generic_access_phys
` [PATCH v3 08/16] s390/pci: Remove races against pte updates
` [PATCH v3 09/16] mm: Add unsafe_follow_pfn
` [PATCH v3 10/16] media/videbuf1|2: Mark follow_pfn usage as unsafe
` [PATCH v3 11/16] vfio/type1: Mark follow_pfn "
` [PATCH v3 12/16] PCI: Obey iomem restrictions for procfs mmap
` [PATCH v3 13/16] /dev/mem: Only set filp->f_mapping
` [PATCH v3 14/16] resource: Move devmem revoke code to resource framework
` [PATCH v3 15/16] sysfs: Support zapping of binary attr mmaps
` [PATCH v3 16/16] PCI: Revoke mappings like devmem

[PATCH 1/4] MAINTAINERS: move Kamil Debski to credits
 2020-10-23  6:11 UTC  (5+ messages)

[PATCH 00/29] dt-bindings: usb: Harmonize xHCI/EHCI/OHCI/DWC3 nodes name
 2020-10-22 11:25 UTC  (6+ messages)
` [PATCH 04/29] arm: dts: exynos: Correct DWC USB3 compatible string
` [PATCH 19/29] arm: dts: exynos: Harmonize DWC USB3 DT nodes name
` [PATCH 26/29] arm64: "

[PATCH v2 00/17] follow_pfn and other iomap races
 2020-10-22  7:39 UTC  (6+ messages)
` [PATCH v2 08/17] s390/pci: Remove races against pte updates

[PATCH 0/6] Add DW PCIe support for Exynos5433 SoCs
 2020-10-21 12:12 UTC  (21+ messages)
    ` [PATCH 4/6] phy: samsung: phy-exynos-pcie: rework driver to support Exynos5433 PCIe PHY
    ` [PATCH 1/6] Documetation: dt-bindings: drop samsung,exynos5440-pcie binding
    ` [PATCH 2/6] Documetation: dt-bindings: add the samsung,exynos-pcie binding
    ` [PATCH 3/6] Documetation: dt-bindings: add the samsung,exynos-pcie-phy binding
    ` [PATCH 5/6] pci: dwc: pci-exynos: rework the driver to support Exynos5433 variant
    ` [PATCH 6/6] arm64: dts: exynos: add the WiFi/PCIe support to TM2(e) boards

[RFC] treewide: cleanup unreachable breaks
 2020-10-20 18:42 UTC  (8+ messages)
    ` [Ocfs2-devel] "

[PATCH v2] pinctrl: samsung: pinctrl-s3c24xx: remove unneeded break
 2020-10-20 13:15 UTC 

[PATCH V2 1/2] opp: Allow dev_pm_opp_get_opp_table() to return -EPROBE_DEFER
 2020-10-20  9:59 UTC  (17+ messages)

[PATCH] pinctrl: remove unneeded break
 2020-10-19 19:22 UTC  (2+ messages)

[PATCH v4 00/10] Support GEM object mappings from I/O memory
 2020-10-19 15:46 UTC  (6+ messages)
` [PATCH v4 05/10] drm/ttm: Add vmap/vunmap to TTM and TTM GEM helpers

[PATCH v2 2/4] net: ax88796c: ASIX AX88796C SPI Ethernet Adapter Driver
 2020-10-19 13:02 UTC  (3+ 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).