linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-10-14 02:41:26 to 2015-10-14 12:43:53 UTC [more...]

[PATCH V3 0/6] Add LS1043A SoC support
 2015-10-14 12:43 UTC  (8+ messages)
` [PATCH V3 1/6] i2c: Add i2c support to Freescale Layerscape platforms
` [PATCH V3 2/6] watchdog: Add support for "
` [PATCH V3 3/6] Documentation: DT: Add entry for FSL LS1043ARDB board
` [PATCH V3 4/6] arm64/ls1043a: add DTS for Freescale LS1043A SoC
` [PATCH V3 5/6] clk: qoriq: Add ls1043a support
` [PATCH V3 6/6] dts/ls1043a: add LS1043ARDB board support

[PATCHv3 00/11] arm64: 16K translation granule support
 2015-10-14 12:41 UTC  (15+ messages)
` [PATCHv3 01/11] arm64: Move swapper pagetable definitions
` [PATCHv3 02/11] arm64: Handle section maps for swapper/idmap
` [PATCHv3 03/11] arm64: Introduce helpers for page table levels
` [PATCHv3 04/11] arm64: Calculate size for idmap_pg_dir at compile time
` [PATCHv3 05/11] arm64: Handle 4 level page table for swapper
` [PATCHv3 06/11] arm64: Clean config usages for page size
` [PATCHv3 07/11] arm64: Kconfig: Fix help text about AArch32 support with 64K pages
` [PATCHv3 08/11] arm64: Check for selected granule support
` [PATCHv3 09/11] arm64: Add page size to the kernel image header
` [PATCHv3 10/11] arm64: Add 16K page size support
` [PATCHv3 11/11] arm64: 36 bit VA

[PATCH] mutex: make mutex_lock_nested an inline function
 2015-10-14 12:36 UTC  (11+ messages)

[PATCH 0/4] ARM: berlin: improve multi_v7_defconfig support
 2015-10-14 12:36 UTC  (6+ messages)
` [PATCH 1/4] ARM: multi_v7_defconfig: enable Berlin SATA PHY
` [PATCH 2/4] ARM: multi_v7_defconfig: enable Berlin USB PHY
` [PATCH 3/4] ARM: multi_v7_defconfig: enable pxa168 Ethernet
` [PATCH 4/4] ARM: multi_v7_defconfig: enable the Berlin ADC

[PATCH] pwm-backlight: fix the panel power sequence
 2015-10-14 12:27 UTC  (3+ messages)

[PATCH v3 00/16] KVM: arm64: GICv3 ITS emulation
 2015-10-14 12:26 UTC  (8+ messages)
` [PATCH v3 14/16] KVM: arm64: implement ITS command queue command handlers

[PATCH v4 0/2] arm64: Introduce IRQ stack
 2015-10-14 12:24 UTC  (11+ messages)
` [PATCH v4 2/2] arm64: Expand the stack trace feature to support "

[PATCH 1/3] ARM: at91/dt: sama5d2: add missing devices
 2015-10-14 12:11 UTC  (3+ messages)
` [PATCH 2/3] ARM: at91/dt: sama5d2 Xplained: add several devices
` [PATCH 3/3] ARM: at91/defconfig: update sama5 defconfig

[PATCH V3 0/6] Add LS1043A SoC support
 2015-10-14 12:02 UTC 

[RFC] arm64: ioremap: add ioremap_cache macro
 2015-10-14 12:01 UTC  (5+ messages)

[PATCH v6 0/3] arm64: IOMMU-backed DMA mapping
 2015-10-14 11:50 UTC  (5+ messages)
` [PATCH v6 2/3] arm64: Add IOMMU dma_ops

[PATCH] ARM: OMAP3: clock: remove un-used core dpll re-program code
 2015-10-14 11:50 UTC  (5+ messages)

[PATCHv2] ARM: OMAP3: clock: remove un-used core dpll re-program code
 2015-10-14 11:49 UTC 

[PATCH v5 00/24] dmaengine/ARM: Merge the edma drivers into one
 2015-10-14 11:43 UTC  (25+ messages)
` [PATCH v5 01/24] ARM: common: edma: Fix channel parameter for irq callbacks
` [PATCH v5 02/24] ARM: common: edma: Remove unused functions
` [PATCH v5 03/24] dmaengine: edma: Simplify and optimize the edma_execute path
` [PATCH v5 04/24] ARM: davinci/common: Convert edma driver to handle one eDMA instance per driver
` [PATCH v5 05/24] ARM/dmaengine: edma: Move of_dma_controller_register to the dmaengine driver
` [PATCH v5 06/24] ARM: common: edma: Internal API to use pointer to 'struct edma'
` [PATCH v5 07/24] ARM/dmaengine: edma: Public API to use private struct pointer
` [PATCH v5 08/24] ARM/dmaengine: edma: Remove limitation on the number of eDMA controllers
` [PATCH v5 09/24] ARM: davinci: Use platform_device_register_full() to create pdev for eDMA
` [PATCH v5 10/24] ARM: davinci: Add dma_mask to eDMA devices
` [PATCH v5 11/24] ARM/dmaengine: edma: Merge the two drivers under drivers/dma/
` [PATCH v5 12/24] dmaengine: edma: Allocate memory dynamically for bitmaps and structures
` [PATCH v5 13/24] dmaengine: edma: Use devm_kcalloc when possible
` [PATCH v5 14/24] dmaengine: edma: Cleanup regarding the use of dev around the code
` [PATCH v5 15/24] dmaengine: edma: Use dev_dbg instead pr_debug
` [PATCH v5 16/24] dmaengine: edma: Use the edma_write_slot instead open coded memcpy_toio
` [PATCH v5 17/24] dmaengine: edma: Print warning when linking slots from different eDMA
` [PATCH v5 18/24] dmaengine: edma: Consolidate the comments for functions
` [PATCH v5 19/24] dmaengine: edma: Simplify the interrupt handling
` [PATCH v5 20/24] dmaengine: edma: Move the pending error check into helper function
` [PATCH v5 21/24] dmaengine: edma: Simplify and optimize ccerr interrupt handler
` [PATCH v5 22/24] dmaengine: edma: Read channel mapping support only once from HW
` [PATCH v5 23/24] dmaengine: edma: Rename bitfields for slot and channel usage tracking
` [PATCH v5 24/24] dmaengine: edma: Dynamic paRAM slot handling if HW supports it

[PATCH] ARM: dts: am437x-gp-evm: Add wakeup interrupt source for pixcir_i2c_ts
 2015-10-14 11:37 UTC  (5+ messages)

[PATCH RFC 0/2] simplefb: Add regulator handling support
 2015-10-14 11:31 UTC  (9+ messages)
` [PATCH RFC 1/2] dt-bindings: simplefb: Support a list of regulator supply properties

[PATCH v2 0/7] arm64: relax Image placement rules
 2015-10-14 11:30 UTC  (3+ messages)
` [PATCH v2 7/7] arm64: allow kernel Image to be loaded anywhere in physical memory

[PATCH v2 0/2] More GIC updates for Linux 4.4
 2015-10-14 11:27 UTC  (3+ messages)
` [PATCH v2 1/2] irqchip/gic-v3: Fix translation of LPIs after conversion to irq_fwspec
` [PATCH v2 2/2] irqchip/gic-v2m: Add support for multiple MSI frames

[PATCH v4 0/3] Mediatek SPI-NOR flash driver
 2015-10-14 11:26 UTC  (6+ messages)
` [PATCH v4 3/3] arm64: dts: mt8173: Add nor flash node

[PATCH 0/2] More GIC updates for Linux 4.4
 2015-10-14 11:23 UTC  (4+ messages)
` [PATCH 1/2] irqchip/gic-v3: Fix translation of LPIs after conversion to irq_fwspec
` [PATCH 2/2] irqchip/gic-v2m: Add support for multiple MSI frames

[PATCH v2 0/4] Add support for STM32 DMA
 2015-10-14 11:16 UTC  (9+ messages)
` [PATCH v2 1/4] dt-bindings: Document the STM32 DMA bindings
` [PATCH v2 2/4] dmaengine: Add STM32 DMA driver

[PATCH v4 00/25] dmaengine/ARM: Merge the edma drivers into one
 2015-10-14 11:16 UTC  (7+ messages)
` [PATCH v4 20/25] dmaengine: edma: Simplify the interrupt handling

[PATCH v5 0/10] Fix broken DMAFLUSHP on Rockchips platform
 2015-10-14 10:53 UTC  (6+ messages)
` [PATCH v5 06/10] dmaengine: add API for getting dma controller's quirk
      ` [alsa-devel] "

[PATCH v1 0/2] Fix display on second resume on 5250-snow
 2015-10-14 10:44 UTC  (3+ messages)
` [PATCH v1 1/2] clk: samsung: exynos5250: Add DISP1 clocks
` [PATCH v1 2/2] ARM: dts: exynos5250: Add clocks to DISP1 domain

[PATCH v2] dmaengine: xgene-dma: Disable memcpy operation due to performance drop
 2015-10-14 10:20 UTC  (5+ messages)

[PATCH v4] ARM: configs: Add Freescale LS1021A defconfig
 2015-10-14 10:18 UTC  (5+ messages)

[PATCH 0/4] Add tune support of Mediatek MMC driver
 2015-10-14 10:05 UTC  (3+ messages)
` [PATCH 3/4] mmc: mediatek: Add tune support

bcm4708-smartrg-sr400ac boot failures in next-20150918+
 2015-10-14 10:04 UTC  (5+ messages)

[PATCH v9 0/6] Altera PCIe host controller driver with MSI support
 2015-10-14 10:01 UTC  (13+ messages)
` [PATCH v9 1/6] arm: add msi.h to Kbuild
` [PATCH v9 2/6] pci: add Altera PCI vendor ID
` [PATCH v9 3/6] pci:host: Add Altera PCIe host controller driver
` [PATCH v9 4/6] pci: altera: Add Altera PCIe MSI driver
` [PATCH v9 5/6] Documentation: dt-bindings: pci: altera pcie device tree binding
` [PATCH v9 6/6] MAINTAINERS: Add Altera PCIe and MSI drivers maintainer

[PATCH] ARM: OMAP2+: Update Javier Martinez Canillas's email
 2015-10-14 10:00 UTC 

[PATCH v10 0/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05
 2015-10-14  9:56 UTC  (15+ messages)
` [PATCH v10 4/6] "

[PATCH v5 0/3] Support Mbigen interrupt controller
 2015-10-14  9:49 UTC  (18+ messages)
` [PATCH v5 1/3] initialize each mbigen device node as a "

[PATCH v4 0/5] clk: sunxi: Add support for the Audio PLL
 2015-10-14  9:47 UTC  (11+ messages)
` [PATCH v4 1/5] clk: Add a basic multiplier clock
` [PATCH v4 2/5] clk: sunxi: Add a driver for the PLL2
` [PATCH v4 3/5] clk: sunxi: pll2: Add A13 support
` [PATCH v4 5/5] clk: sunxi: mod1 clock support

[PATCH] arm: pxa: raumfeld: make some variables static
 2015-10-14  9:29 UTC  (2+ messages)

[PATCH] dt-bindings: Correct the example for Exynos power domain clocks
 2015-10-14  9:24 UTC  (2+ messages)

[PATCH v2 0/2] ARM: OMAP2+ McASP(3) support for DRA7xx family
 2015-10-14  9:23 UTC  (3+ messages)
` [PATCH v2 1/2] ARM: OMAP2+: hwmod: Add hwmod flag for HWMOD_OPT_CLKS_NEEDED
` [PATCH v2 2/2] ARM: OMAP: DRA7: hwmod: Add data for McASP3

[PATCH 1/1] mmc: sdhci-esdhc-imx: enable Auto CMD12 for Vybrid
 2015-10-14  9:17 UTC 

[PATCH] ARM: OMAP2+: Fix oops with LPAE and more than 2GB of memory
 2015-10-14  9:15 UTC  (3+ messages)

[PATCH v4 2/2] usb: chipidea: imx: refine clock operations to adapt for all platforms
 2015-10-14  9:14 UTC  (3+ messages)

[PATCH v3 00/24] arm64: Consolidate CPU feature handling
 2015-10-14  9:03 UTC  (3+ messages)
` [PATCH v3 24/24] arm64: cpuinfo: Expose MIDR_EL1 and REVIDR_EL1 to sysfs

[PATCH 1/2] ARM: dts: fix gpio-keys wakeup-source property
 2015-10-14  9:01 UTC  (3+ messages)

[RFC PATCH] ASoC: Modify check condition of multiple bindings of components
 2015-10-14  9:00 UTC  (6+ messages)
  ` [alsa-devel] "

[PATCH] ahci: qoriq: Fix a compiling warning
 2015-10-14  8:46 UTC 

[PATCH v2 0/2] Enabling PSCI based idle on ARM 32-bit platforms
 2015-10-14  8:39 UTC  (5+ messages)

[PATCH v2 0/4] Add support for STM32 DMA
 2015-10-14  8:30 UTC  (6+ messages)
` [PATCH v2 1/4] dt-bindings: Document the STM32 DMA bindings

[PATCH 1/4] ARM: exynos_defconfig: Enable Maxim 8997 family drivers
 2015-10-14  8:27 UTC  (5+ messages)
` [PATCH 3/4] ARM: multi_v7_defconfig: "

[PATCH v4 0/16] Add Analogix Core Display Port Driver
 2015-10-14  8:18 UTC  (12+ messages)
` [PATCH v5 0/17] "

arm64 memcpy_{from|to}io and memset_io
 2015-10-14  8:17 UTC  (2+ messages)

[PATCH 0/3] hwrng: stm32 - add support for STM32 HW RNG
 2015-10-14  7:39 UTC  (4+ messages)
  ` [PATCH 2/3] "

[PATCH 00/20] tree-wide convert to memremap()
 2015-10-14  7:33 UTC  (7+ messages)
` [PATCH 09/20] i915: switch from acpi_os_ioremap to memremap
  ` [Intel-gfx] "

[PATCH] ARM: at91: debug: update prompt for DEBUG_AT91_UART
 2015-10-14  7:24 UTC 

[PATCH 0/3] Adding Xilinx Zynq 7000 FPGA Manager driver
 2015-10-14  7:03 UTC  (5+ messages)
` [PATCH 2/3] dts: Updated devicetree bindings for Zynq 7000 platform

[PATCH] ARM: DRA7: hwmod: Remove elm address space from hwmod data
 2015-10-14  6:58 UTC  (2+ messages)

[PATCH 0/5] media: atmel-isi: enable preview path to output RGB565 format
 2015-10-14  6:57 UTC  (12+ messages)
` [PATCH 1/5] media: atmel-isi: correct yuv swap according to different sensor outputs
` [PATCH 4/5] media: atmel-isi: setup YCC_SWAP correctly when using preview path
` [PATCH 5/5] media: atmel-isi: support RGB565 output when sensor output YUV formats

[BUG] broken mixer after second resume from mem
 2015-10-14  6:50 UTC  (3+ messages)

[PATCH 0/5] mt8173 spi multiple devices support
 2015-10-14  5:58 UTC  (7+ messages)
` [PATCH 1/5] dt-binding: spi: Mediatek: Update document devicetree bindings to support multiple devices
` [PATCH 2/5] spi: mediatek: remove mtk_spi_config
` [PATCH 3/5] spi: mediatek: handle controller_data in mtk_spi_setup
` [PATCH 4/5] spi: mediatek: mt8173 spi multiple devices support
` [PATCH 5/5] arm64: dts: spi bus dts support multiple devices

[PATCH] i2c: at91: fix write transfers by clearing pending interrupt first
 2015-10-14  5:43 UTC  (5+ messages)

[PATCH v3 0/7] arm64: ftrace: fix incorrect output from stack tracer
 2015-10-14  5:09 UTC  (7+ messages)
` [PATCH v3 1/7] arm64: ftrace: adjust callsite addresses examined by "
` [PATCH v3 3/7] arm64: ftrace: fix a stack tracer's output under function graph tracer

[PATCH 1/3] ARM: dts: exynos5422-odroidxu3: use cd-gpio method to detect sd-card
 2015-10-14  4:18 UTC  (11+ messages)
` [PATCH 3/3] ARM: dts: exynos5422-odroidxu3: Added UHS-I bus speed support

[PATCH] ARM: dts: at91: sama5d2_xplained: add regulator nodes
 2015-10-14  2:59 UTC 

[PATCH] ARM: SWP emulation: Restore original *data when failed
 2015-10-14  2:51 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).