linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-20 16:14:21 to 2018-09-21 09:46:19 UTC [more...]

[PATCH V2 00/27] mmc: mmci: add sdmmc variant for stm32
 2018-09-21  9:46 UTC  (26+ messages)
` [PATCH V2 01/27] mmc: mmci: internalize dma map/unmap into mmci dma functions
` [PATCH V2 02/27] mmc: mmci: internalize dma_inprogress "
` [PATCH V2 03/27] mmc: mmci: convert dma_setup callback to return an int
` [PATCH V2 04/27] mmc: mmci: introduce dma_priv pointer to mmci_host
` [PATCH V2 05/27] mmc: mmci: move mmci next cookie to mci host
` [PATCH V2 06/27] mmc: mmci: merge prepare data functions
` [PATCH V2 07/27] mmc: mmci: add prepare/unprepare_data callbacks
` [PATCH V2 08/27] mmc: mmci: add get_next_data callback
` [PATCH V2 09/27] mmc: mmci: modify dma_setup callback
` [PATCH V2 10/27] mmc: mmci: add dma_release callback
` [PATCH V2 11/27] mmc: mmci: add dma_start callback
` [PATCH V2 12/27] mmc: mmci: add dma_finalize callback
` [PATCH V2 13/27] mmc: mmci: add dma_error callback
` [PATCH V2 14/27] mmc: mmci: add validate_data callback
` [PATCH V2 15/27] mmc: mmci: add set_clk/pwrreg callbacks
` [PATCH V2 16/27] mmc: mmci: add datactrl block size variant property
` [PATCH V2 17/27] mmc: mmci: expand startbiterr to irqmask and error check
` [PATCH V2 18/27] mmc: mmci: add variant properties to define cpsm & cmdresp bits
` [PATCH V2 19/27] mmc: mmci: add variant property to define dpsm bit
` [PATCH V2 20/27] mmc: mmci: add variant property to define irq pio mask
` [PATCH V2 21/27] mmc: mmci: add variant property to write datactrl before command
` [PATCH V2 22/27] mmc: mmci: add variant property to not read datacnt
` [PATCH V2 23/27] mmc: mmci: add variant property to request a reset
` [PATCH V2 24/27] mmc: mmci: add clock divider for stm32 sdmmc
` [PATCH V2 25/27] mmc: mmci: add stm32 sdmmc registers

[PATCH] ARM: multi_v7_defconfig: enable STM32 MIPI DSI
 2018-09-21  9:39 UTC  (2+ messages)

[PATCH] ARM: multi_v7_defconfig: enable STM32 DRM support
 2018-09-21  9:39 UTC  (2+ messages)

[PATCH] ARM: multi_v7_defconfig: enable panel RM68200
 2018-09-21  9:38 UTC  (2+ messages)

[PATCH] ARM: multi_v7_defconfig: enable panel OTM8009A
 2018-09-21  9:38 UTC  (2+ messages)

[PATCH 1/6] ARM: multi_v7_defconfig: enable backlight gpio
 2018-09-21  9:37 UTC  (2+ messages)

[PATCH v8 0/7] Add non-strict mode support for iommu-dma
 2018-09-21  9:29 UTC  (3+ messages)

[PATCH] PCI: remove unnecessary check of device_type == pci
 2018-09-21  9:29 UTC  (2+ messages)

[PATCH v2 00/11] dts: Update coresight device tree bindings
 2018-09-21  9:24 UTC  (6+ messages)
` [PATCH v2 08/11] arm: dts: omap: Update coresight bindings for hardware ports
` [PATCH v2 11/11] arm: dts: ste-dbx5x0: Update coresight bindings for hardware port

[PATCH v7 0/7] EDAC: Enhancements to Synopsys EDAC driver
 2018-09-21  9:15 UTC  (8+ messages)
` [PATCH v7 2/7] edac: synps: Add platform specific structures for ddrc controller

[PATCH v3 00/13] drm/mediatek: support hdmi output for mt2701 and mt7623
 2018-09-21  9:03 UTC  (16+ messages)
` [PATCH v3 01/12] drm/mediatek: add refcount for DPI power on/off
` [PATCH v3 02/12] drm/mediatek: move hardware register to node data
` [PATCH v3 03/12] drm/mediatek: adjust EDGE to match clock and data
` [PATCH v3 04/12] drm/mediatek: add clock factor for different IC
` [PATCH v3 05/12] drm/mediatek: convert dpi driver to use drm_of_find_panel_or_bridge
` [PATCH v3 06/12] drm/mediatek: add dpi driver for mt2701 and mt7623
` [PATCH v3 07/12] drm/mediatek: separate hdmi phy to different file
` [PATCH v3 08/12] drm/mediatek: add support for SPDIF audio in HDMI
` [PATCH v3 09/12] drm/mediatek: add hdmi driver for MT2701 and MT7623
` [PATCH v3 10/12] drm/mediatek: implement connection from BLS to DPI0
` [PATCH v3 11/12] drm/mediatek: add a error return value when clock driver has been prepared
` [PATCH v3 12/12] drm/mediatek: config component output by device node port

[PATCH v4 0/5] drm: add support for Cadence MHDP DPI/DP bridge
 2018-09-21  8:41 UTC  (5+ messages)
` [PATCH v4 2/5] drm/dp: fix link probing for devices supporting DP 1.4+
` [PATCH v4 5/5] drm: bridge: add support for Cadence MHDP DPI/DP bridge

[PATCH v5 0/2] arm64: dts: meson-g12a: Introduce new DT files for Meson-G12A SoC
 2018-09-21  8:38 UTC  (4+ messages)
` [PATCH v5 1/2] dt-bindings: arm: amlogic: Add Meson G12A binding
` [PATCH v5 2/2] arm64: dts: meson-g12a: add initial g12a s905d2 SoC DT support

KSM not working in 4.9 Kernel
 2018-09-21  8:16 UTC  (9+ messages)

[PATCH] ARM: dts: rockchip: explicitly set vcc_sd0 pin to gpio on rk3188-radxarock
 2018-09-21  8:13 UTC 

Kernel memory leak on CDC-ACM device plug/unplug
 2018-09-21  8:08 UTC  (2+ messages)

[PATCH V2 00/27] mmc: mmci: add sdmmc variant for stm32
 2018-09-21  7:42 UTC  (4+ messages)
` [PATCH V2 02/27] mmc: mmci: internalize dma_inprogress into mmci dma functions

[PATCH 00/21] SMMU enablement for NXP LS1043A and LS1046A
 2018-09-21  7:32 UTC  (7+ messages)

[PATCH v5 00/22] nvmem: rework of the subsystem for non-DT users
 2018-09-21  7:29 UTC  (23+ messages)
` [PATCH v5 01/22] nvmem: provide nvmem_dev_name()
` [PATCH v5 02/22] nvmem: remove the name field from struct nvmem_device
` [PATCH v5 03/22] nvmem: use list_for_each_entry_safe in nvmem_device_remove_all_cells()
` [PATCH v5 04/22] nvmem: remove a stray newline
` [PATCH v5 05/22] nvmem: check the return value of nvmem_add_cells()
` [PATCH v5 06/22] nvmem: use kref
` [PATCH v5 07/22] nvmem: sunxi_sid: return -ENOMEM if kzalloc() fails
` [PATCH v5 08/22] nvmem: sunxi_sid: use devm_nvmem_register()
` [PATCH v5 09/22] nvmem: lpc18xx_eeprom: "
` [PATCH v5 10/22] nvmem: mxs-ocotp: "
` [PATCH v5 11/22] nvmem: change the signature of nvmem_unregister()
` [PATCH v5 12/22] nvmem: remove the global cell list
` [PATCH v5 13/22] nvmem: add support for cell info
` [PATCH v5 14/22] nvmem: resolve cells from DT at registration time
` [PATCH v5 15/22] nvmem: add support for cell lookups from machine code
` [PATCH v5 16/22] Documentation: nvmem: document cell tables and lookup entries
` [PATCH v5 17/22] nvmem: add a notifier chain
` [PATCH v5 18/22] nvmem: use SPDX license identifiers
` [PATCH v5 19/22] nvmem: make the naming of arguments in nvmem_cell_get() consistent
` [PATCH v5 20/22] nvmem: use EOPNOTSUPP instead of ENOSYS
` [PATCH v5 21/22] nvmem: fix commenting style
` [PATCH v5 22/22] nvmem: use octal permissions instead of constants

[PATCH 2/2] iio: adc: at91: fix wrong channel number in triggered buffer mode
 2018-09-21  7:26 UTC  (2+ messages)

[PATCH v8 01/20] kasan, mm: change hooks signatures
 2018-09-21  7:03 UTC  (3+ messages)

[PATCH 0/2] Add support per ATA port ledtrigger on armada 38x
 2018-09-21  6:31 UTC  (6+ messages)
` [PATCH 1/2] libata: add ledtrig support

[PATCH v2 2/7] mfd: Add ST Multi-Function eXpander (STMFX) core driver
 2018-09-21  6:29 UTC  (2+ messages)

[RESEND PATCH v3 0/2] add the Amlogic Meson PCIe controller driver
 2018-09-21  6:03 UTC  (3+ messages)
` [RESEND PATCH v3 1/2] dt-bindings: PCI: meson: add DT bindings for Amlogic Meson PCIe controller
` [RESEND PATCH v3 2/2] PCI: meson: add the Amlogic Meson PCIe controller driver

[PATCH 0/4] Add clock support for Hi3670 SoC
 2018-09-21  6:01 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: clk: hisilicon: Add bindings for Hi3670 clk
` [PATCH 2/4] arm64: dts: hisilicon: Add clock nodes for Hi3670 SoC
` [PATCH 3/4] arm64: dts: hisilicon: Source SoC clock for UART6
` [PATCH 4/4] clk: hisilicon: Add clock driver for Hi3670 SoC

[PATCH 1/2] cpufeature: avoid warning when compiling with clang
 2018-09-21  5:46 UTC  (2+ messages)

[PATCHv2 0/3] omap gpio add level idle, cpu_pm and drop runtime_irq_safe
 2018-09-21  5:45 UTC  (8+ messages)
` [PATCH 1/3] gpio: omap: Add level wakeup handling for omap4 based SoCs
` [PATCH 2/3] gpio: omap: Remove custom PM calls and use cpu_pm instead
` [PATCH 3/3] gpio: omap: Get rid of pm_runtime_irq_safe()

[PATCH v2 00/12] crypto: caam - add DPAA2 (DPSECI) driver
 2018-09-21  5:44 UTC  (2+ messages)

[PATCH 0/4] crypto: arm64/aes-blk - cleanups and optimizations for XTS/CTS-CBC
 2018-09-21  5:44 UTC  (2+ messages)

[PATCH v2 00/22] Unify MediaTek pinctrl in preparation for MT8183 and MT6765
 2018-09-21  4:22 UTC  (5+ messages)

[PATCH 1/4] pinctrl: mediatek: fix static checker warning caused by EINT_NA
 2018-09-21  4:07 UTC  (4+ messages)
` [PATCH 2/4] pinctrl: mediatek: add no eint function for pin define
` [PATCH 3/4] pinctrl: mediatek: add MT6765 pinctrl driver
` [PATCH 4/4] pinctrl: mediatek: add eint support to "

[PATCH] ARM: dts: sun8i: sun8i-h3-nanopi-m1-plus: enable HDMI output
 2018-09-21  3:44 UTC  (2+ messages)

[PATCH net-next] net: i825xx: fix return type of ndo_start_xmit function
 2018-09-21  3:44 UTC 

[PATCH v4] gpu/drm/exynos: Convert drm_atomic_helper_suspend/resume()
 2018-09-21  3:14 UTC  (4+ messages)

[PATCH v2 00/13] drm/mediatek: support hdmi output for mt2701 and mt7623
 2018-09-21  3:02 UTC  (4+ messages)
` [PATCH v2 13/13] drm/mediatek: config component output by device node port

[PATCH net-next] net: seeq: fix return type of ndo_start_xmit function
 2018-09-21  2:53 UTC 

[PATCH -next] pinctrl: mediatek: moore: fix return value check in mtk_moore_pinctrl_probe()
 2018-09-21  2:18 UTC  (3+ messages)

[PATCH -next] pinctrl: mediatek: make symbol 'mtk_drive' static
 2018-09-21  2:00 UTC  (2+ messages)

[PATCH -next] pinctrl: mediatek: paris: fix return value check in mtk_paris_pinctrl_probe()
 2018-09-21  2:00 UTC  (2+ messages)

[PATCH -next] pinctrl: sunxi: fix 'pctrl->functions' allocation in sunxi_pinctrl_build_state
 2018-09-21  1:59 UTC 

[PATCH v1 0/3] arm: support get_user_pages_fast
 2018-09-21  1:43 UTC  (3+ messages)
` [PATCH v1 1/3] arm: mm: reordering memory type table

[PATCH net-next 00/22] net: fix return type of ndo_start_xmit function
 2018-09-21  1:37 UTC  (9+ messages)
` [PATCH net-next 17/22] hv_netvsc: "

[PATCH v4 00/22] nvmem: rework of the subsystem for non-DT users
 2018-09-21  1:12 UTC  (3+ messages)
` [PATCH v4 15/22] nvmem: add support for cell lookups from machine code

[PATCH v7 2/5] clk: imx: add fractional PLL output clock
 2018-09-21  0:01 UTC  (6+ messages)
` [PATCH v7 3/5] clk: imx: add SCCG PLL type
` [PATCH v7 4/5] clk: imx: add imx composite clock

[RFC PATCH 0/4] i2c: core: introduce master_xfer_irqless
 2018-09-20 23:01 UTC  (15+ messages)
` [RFC PATCH 1/4] i2c: core: remove outdated DEBUG output
` [RFC PATCH 2/4] i2c: core: remove level of indentation in i2c_transfer
` [RFC PATCH 3/4] i2c: core: use I2C locking behaviour also for SMBUS
` [RFC PATCH 4/4] i2c: core: introduce master_xfer_irqless callback

[PATCH] mmc: mmci: Drop support for pdata GPIO numbers
 2018-09-20 23:01 UTC 

[PATCH 0/3] ARM: OMAP1: ams-delta: Clean up GPIO setup for MODEM
 2018-09-20 22:43 UTC  (5+ messages)
` [PATCH v2 "

[PATCH] arm64: Trap WFI executed in userspace
 2018-09-20 22:33 UTC  (3+ messages)

[GIT PULL] ux500 DTS changes for v4.20
 2018-09-20 22:11 UTC 

[PATCH] ARM: dts: ux500: Mark PRCMU as syscon compatible
 2018-09-20 22:05 UTC 

[PATCH] ARM: dts: ste: Fix SPI controller node names
 2018-09-20 22:00 UTC  (2+ messages)

[PATCH] ARM: dts: ti: Fix SPI and I2C bus warnings
 2018-09-20 21:52 UTC  (2+ messages)

[PATCH v5 04/12] PCI: brcmstb: add dma-range mapping for inbound traffic
 2018-09-20 21:39 UTC  (7+ messages)

[PATCH v3] PCI: dwc: fix scheduling while atomic issues
 2018-09-20 21:37 UTC  (3+ messages)

[PATCH] ARM: OMAP1: ams-delta: Don't request unused GPIOs
 2018-09-20 21:24 UTC  (2+ messages)

[PATCH] ARM: OMAP1: ams-delta-fiq: Use <linux/platform_data/gpio-omap.h>
 2018-09-20 21:23 UTC  (2+ messages)

[PATCH] iommu/rockchip: Free irqs in shutdown handler
 2018-09-20 21:07 UTC  (2+ messages)

[PATCH v2 0/3] ARM: OMAP1: ams-delta: Complete driver gpiod migration
 2018-09-20 20:58 UTC  (4+ messages)
` [PATCH v3 "

[PATCH v5 00/14] Add System Error Interrupt support to Armada SoCs
 2018-09-20 20:40 UTC  (3+ messages)
` [PATCH v5 07/14] irqchip/irq-mvebu-sei: add new driver for Marvell SEI

[PATCH 0/4] ARM: dts: mvebu: updates and new board
 2018-09-20 20:38 UTC  (3+ messages)

[PATCH] ARM: add serial.h and set BASE_BAUD to 0
 2018-09-20 20:13 UTC 

[PATCH v3] perf vendor events arm64: Revise core JSON events for eMAG
 2018-09-20 19:17 UTC  (2+ messages)

[PATCH 0/4] soc/fsl/qbman: DPAA QBMan fixes and additions
 2018-09-20 18:54 UTC  (3+ messages)
` [PATCH 2/4] soc/fsl/qbman: Add 64 bit DMA addressing requirement to QBMan

[RFC] i2c: qup: Use the interconnect API
 2018-09-20 18:29 UTC 

[PATCHv3 0/7] Add support for UHS-I on Exynos5422 odroid boards
 2018-09-20 17:58 UTC  (8+ messages)
` [PATCHv3 1/7] ARM: dts: exynos5422: Added UHS-I bus speed support
` [PATCHv3 2/7] ARM: dts: exynos5422: fix regulator min values of LDO13 for Odroid XU3/XU4
` [PATCHv3 3/7] ARM: dts: exynos5422: update maximum frequency for sdcard to 200MHz
` [PATCHv3 4/7] ARM: dts: exynos5422: use cd-gpio method to detect sd-card
` [PATCHv3 5/7] ARM: dts: exynos5422: use wp-gpio "
` [PATCHv3 6/7] ARM: dts: exynos5422: update maximum frequency for emmc to 200MHz
` [PATCHv3 7/7] mmc: dw_mmc-exynos: Add tuning for sdr and ddr timing for USH-I mode

[PATCH 00/13] MT8183 IOMMU SUPPORT
 2018-09-20 17:31 UTC  (3+ messages)
` [PATCH 04/13] iommu/io-pgtable-arm-v7s: Extend MediaTek 4GB mode

[PATCH v13 0/3] Fix issues with huge mapping in ioremap for ARM64
 2018-09-20 17:25 UTC  (3+ messages)
` [PATCH v13 3/3] arm64: Implement page table free interfaces

[GIT PULL] soc/fsl drivers updates for next(v4.20)
 2018-09-20 17:06 UTC 

[GIT PULL] fixes for soc/fsl drivers for v4.19
 2018-09-20 16:56 UTC 

[RESEND PATCH v3 0/3] sh: make early_platform code SuperH-specific
 2018-09-20 16:48 UTC  (5+ messages)

[PATCH v12 0/6] drivers: Introduce firmware driver for ZynqMP core
 2018-09-20 16:46 UTC  (2+ messages)

[PATCH] arm64: hugetlb: Avoid unnecessary clearing in huge_ptep_set_access_flags
 2018-09-20 16:40 UTC  (4+ messages)

[PATCH 0/2] STM32: Fixes for 4.19 cycle
 2018-09-20 16:34 UTC  (3+ messages)
` [PATCH 1/2] ARM: dts: stm32: update SPI6 dmas property on stm32mp157c
` [PATCH 2/2] ARM: dts: stm32: update HASH1 "

[PATCH 00/10] kernel/locking: qspinlock improvements
 2018-09-20 16:22 UTC  (9+ messages)
` [PATCH 02/10] locking/qspinlock: Remove unbounded cmpxchg loop from locking slowpath

[PATCH] ARM: dts: stm32: update HASH1 dma property on stm32mp157c
 2018-09-20 16:17 UTC 


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