linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-05-03 07:57:49 to 2013-05-03 20:04:19 UTC [more...]

[PATCH 00/63] dmaengine: Convert to correct API & Device Tree handling
 2013-05-03 20:04 UTC  (77+ messages)
` [PATCH 01/63] ARM: ux500: Supply address location names for the DMA40 DMA controller
` [PATCH 02/63] ARM: ux500: Setup the DMA40 driver's DT node using the new DMA API
` [PATCH 03/63] ARM: ux500: Supply UART's DMA configuration via Device Tree
` [PATCH 04/63] ARM: ux500: Supply MMC "
` [PATCH 05/63] ARM: ux500: Populate the ux500-musb Device Tree entry
` [PATCH 06/63] ARM: ux500: Pass DMA memcpy channels though Device Tree
` [PATCH 07/63] dmaengine: ste_dma40: Assign memcpy channels in the driver
` [PATCH 08/63] dmaengine: ste_dma40: Move default memcpy configs into "
` [PATCH 09/63] dmaengine: ste_dma40: Rectify incorrect configuration validation checking
` [PATCH 10/63] dmaengine: ste_dma40: Amalgamate DMA source and destination channel numbers
` [PATCH 11/63] ARM: ux500: Strip out duplicate USB DMA configuration
` [PATCH 12/63] dmaengine: ste_dma40: Remove home-brew MAX() macro
` [PATCH 13/63] ARM: ux500: Remove unused 'data_width' attributes from SDI DMA configs
` [PATCH 14/63] ARM: ux500: Remove unused 'data_width' attributes from SSP "
` [PATCH 15/63] ARM: ux500: Remove unused 'data_width' attributes from UART "
` [PATCH 16/63] ARM: ux500: Remove superfluous 'psize' attribute from Audio platform data
` [PATCH 17/63] dmaengine: ste_dma40: Calculate number of logical channels from physical ones
` [PATCH 18/63] dmaengine: ste_dma40: Remove 'always true' checking
` [PATCH 19/63] dmaengine: ste_dma40: Separate Logical Global Interrupt Mask (GIM) unmasking
` [PATCH 20/63] dmaengine: ste_dma40: Remove unnecessary call to d40_phy_cfg()
` [PATCH 21/63] dmaengine: ste_dma40: Don't configure runtime configurable setup during allocate
` [PATCH 22/63] dmaengine: ste_dma40: Move rev error-check up to revision acquisition
` [PATCH 23/63] dmaengine: ste_dma40: Also report the number of logical channels
` [PATCH 24/63] dmaengine: ste_dma40: Allocate plat_data on declaration
` [PATCH 25/63] dmaengine: ste_dma40: Allow driver to be probe()able when DT is enabled
` [PATCH 26/63] dmaengine: ste_dma40: Supply full Device Tree parsing support
` [PATCH 27/63] ARM: ux500: Pass remnant platform data though to DMA40 driver
` [PATCH 28/63] ARM: ux500: Stop passing UART's platform data for Device Tree boots
` [PATCH 29/63] ARM: ux500: Stop passing MMC's "
` [PATCH 30/63] ARM: ux500: Move SDI (MMC) and UART devices under more descriptive heading
` [PATCH 31/63] dmaengine: ste_dma40: Only use addresses passed as configuration information
` [PATCH 32/63] dmaengine: ste_dma40: Remove redundant address fetching function
` [PATCH 33/63] ARM: ux500: Remove DMA address look-up table
` [PATCH 34/63] dmaengine: ste_dma40: Correct copy/paste error
` [PATCH 35/63] ARM: ux500: Remove unnecessary attributes from DMA channel request pdata
` [PATCH 36/63] crypto: ux500/hash - Prepare clock before enabling it
` [PATCH 37/63] crypto: ux500/hash - Set DMA configuration though dma_slave_config()
` [PATCH 38/63] ARM: ux500: Stop passing Hash DMA channel config information though pdata
` [PATCH 39/63] crypto: ux500/cryp - Prepare clock before enabling it
` [PATCH 40/63] crypto: ux500/cryp - Set DMA configuration though dma_slave_config()
` [PATCH 41/63] ARM: ux500: Stop passing Cryp DMA channel config information though pdata
` [PATCH 42/63] crypto: ux500/[cryp|hash] - Show successful start-up in the bootlog
` [PATCH 43/63] ARM: ux500: Register Cyrp and Hash platform drivers on Snowball
` [PATCH 44/63] usb: musb: ux500: move channel number knowledge into the driver
` [PATCH 45/63] usb: musb: ux500: move the MUSB HDRC configuration "
` [PATCH 46/63] usb: musb: ux500: take the dma_mask from coherent_dma_mask
` [PATCH 47/63] usb: musb: ux500: harden checks for platform data
` [PATCH 48/63] usb: musb: ux500: attempt to find channels by name before using pdata
` [PATCH 49/63] usb: musb: ux500: add device tree probing support
` [PATCH 50/63] ARM: ux500: Add an auxdata entry for MUSB for clock-name look-up
` [PATCH 51/63] ARM: ux500: Remove ux500-musb platform registation when booting with DT
` [PATCH 52/63] ARM: ux500: Remove empty function u8500_of_init_devices()
` [PATCH 53/63] dmaengine: ste_dma40: Use the BIT macro to replace ugly '(1 << x)'s
` [PATCH 54/63] ARM: ux500: Replace ST-E's home-brew DMA direction definition with the generic one
` [PATCH 55/63] dmaengine: ste_dma40: Replace ST-E's home-brew DMA direction defs with generic ones
` [PATCH 56/63] ARM: ux500: Remove recently unused stedma40_xfer_dir enums
` [PATCH 57/63] dmaengine: ste_dma40_ll: Use the BIT macro to replace ugly '(1 << x)'s
` [PATCH 58/63] dmaengine: ste_dma40: Convert data_width from register bit format to value
` [PATCH 59/63] dmaengine: ste_dma40_ll: Replace meaningless register set with comment
` [PATCH 60/63] dmaengine: ste_dma40: Allow memcpy channels to be configured from DT
` [PATCH 61/63] ARM: ux500: Stop passing DMA platform data though AUXDATA
` [PATCH 62/63] dmaengine: ste_dma40: Fetch the number of physical channels from DT
` [PATCH 63/63] dmaengine: ste_dma40: Fetch disabled "

[PATCH 0/9] arm-soc: randconfig fixes
 2013-05-03 19:38 UTC  (16+ messages)
` [PATCH 1/9] ARM: tegra: Tegra114 needs CPU_FREQ_TABLE
` [PATCH 9/9] ARM: ux500: always select ABX500_CORE

[PATCH, RFC 00/22] ARM randconfig bugs
 2013-05-03 19:27 UTC  (23+ messages)
` [PATCH, RFC 01/22] can: move CONFIG_HAVE_CAN_FLEXCAN out of CAN_DEV
` [PATCH, RFC 02/22] cpufreq: ARM_DT_BL_CPUFREQ needs ARM_CPU_TOPOLOGY
` [PATCH, RFC 04/22] staging/drm: imx: add missing dependencies
` [PATCH, RFC 06/22] gpu/drm: host1x: add dependency on Tegra
` [PATCH, RFC 14/22] oprofile: always enable IRQ_WORK
` [PATCH, RFC 21/22] davinci: vpfe_capture needs i2c
` [PATCH, RFC 09/22] crypto: lz4: don't build on ARM

MVEBU PCI Express support
 2013-05-03 19:23 UTC  (3+ messages)

[PATCH -v7 0/11] Shutdown from reboot_cpuid without stopping other cpus
 2013-05-03 19:05 UTC  (5+ messages)

[GIT PULL] Two ux500 fixes for the v3.10 series
 2013-05-03 19:04 UTC 

[RFC PATCH 0/2] ARM: Remove any correlation between IPC and BogoMips value
 2013-05-03 17:35 UTC  (3+ messages)
` [RFC PATCH 1/2] ARM: delay: print dummy values for bogomips
` [RFC PATCH 2/2] init: calibrate: don't print out bogomips value on boot

[PATCH V2] ARM: bcm281xx: Add L2 support for Rev A2 chips
 2013-05-03 17:30 UTC  (4+ messages)

[PATCH v2] ARM: dts: Add SPI support for i.MX27 Phytec PCM038 module
 2013-05-03 17:04 UTC  (2+ messages)

[GIT PULL] mailbox driver framework for v3.10 merge window
 2013-05-03 16:29 UTC  (9+ messages)

[RFC PATCH 0/2] ARM: KVM: Moving GIC/timer out of arch/arm
 2013-05-03 15:55 UTC  (5+ messages)
` [RFC PATCH 1/2] ARM: KVM: move GIC/timer code to a common location
` [RFC PATCH 2/2] ARM: KVM: standalone Makefile for vgic and timers

[PATCHv2] arm: Preserve TPIDRURW on context switch
 2013-05-03 15:24 UTC  (11+ messages)

[RFC PATCH v2] ARM CCI support
 2013-05-03 15:17 UTC  (3+ messages)
` [RFC PATCH v2] drivers: bus: add "

[PATCH 0/7] ARM: u300 multiplatform support
 2013-05-03 14:43 UTC  (6+ messages)
` [PATCH 1/7] ARM: u300: push down syscon registers

[PATCH 0/5] gpio/omap: Cleanup and adaptation to Device Tree
 2013-05-03 14:35 UTC  (23+ messages)
` [PATCH 3/5] gpio/omap: Add DT support to GPIO driver

Fwd: Tegra 30 System hangs because of commit "pinctrl: move subsystem mutex to pinctrl_dev struct"
 2013-05-03 14:22 UTC  (2+ messages)

[PATCH 0/4] Fixing boot warnings in -next
 2013-05-03 14:21 UTC  (17+ messages)
` [PATCH 1/4] ARM: ux500: Rid ignored return value of regulator_enable() compiler warning
` [PATCH 2/4] mfd: ab8500-gpadc: Suppress 'ignoring regulator_enable() return value' warning
  ` [PATCH 2/4 v2] "
` [PATCH 3/4] mmc: mmci: Ensure return value of regulator_enable() is checked
` [PATCH 4/4] staging: ste_rmi4: Suppress 'ignoring return value of ‘regulator_enable()' warning
  ` [PATCH 4/4 v2] "

[PATCH] ARM: ux500: Remove DMA address look-up table
 2013-05-03 14:09 UTC  (3+ messages)

[PATCH] irqchip: add support for Marvell Orion SoCs
 2013-05-03 14:09 UTC  (9+ messages)
` [PATCH v2 0/5] ARM: orion: add orion irqchip driver
  ` [PATCH v2 1/5] irqchip: add support for Marvell Orion SoCs
  ` [PATCH v2 2/5] ARM: dove: add DT parsing for legacy mv643xx_eth

[PATCH] ARM: sun4i: cubieboard: Enable the i2c controllers
 2013-05-03 14:01 UTC  (2+ messages)

[PATCH 00/32] dmaengine: Refactor the DMA40 driver
 2013-05-03 13:57 UTC  (5+ messages)
` [PATCH 12/32] ARM: ux500: Remove superfluous 'psize' attribute from Audio platform data

[PATCH v5] pinctrl: Add pinctrl-s3c24xx driver
 2013-05-03 13:52 UTC 

[PATCH 1/5] dmaengine: ste_dma40: Allow memcpy channels to be configured from DT
 2013-05-03 13:42 UTC  (7+ messages)
` [PATCH 1/5 v2] "

[PATCH v3 00/32] Port of KVM to arm64
 2013-05-03 13:17 UTC  (2+ messages)

[PATCH v3 0/5] regulator/OMAP: Support TI Adaptive Body Bias(ABB) on-chip LDO driver
 2013-05-03 12:03 UTC  (4+ messages)
` [PATCH v3 1/5] regulator: Introduce "

Freescale imx35: sgtl5000 codec not working over i2c
 2013-05-03 11:56 UTC  (5+ messages)

[PATCH 1/2] dmaengine: imx-dma: Add device tree probe support
 2013-05-03 11:37 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: Add DMA support to imx27 device tree
  ` Re[2]: [PATCH 1/2] dmaengine: imx-dma: Add device tree probe support

[PATCH 0/3] xen/arm: account for stolen ticks
 2013-05-03 10:54 UTC  (11+ messages)
` [PATCH 1/3] arm_arch_timer: introduce arch_timer_stolen_ticks
    ` [Xen-devel] "
` [PATCH 2/3] xen: move do_stolen_accounting to drivers/xen/time.c
    ` [Xen-devel] "

[PATCH 0/6] Davinci fbdev driver and enable it for DMx platform
 2013-05-03 10:15 UTC  (5+ messages)

[PATCH V2] video: implement a simple framebuffer driver
 2013-05-03 10:06 UTC  (4+ messages)

[PATCH v2 1/2] clk: si5351: Fix clkout rate computation
 2013-05-03 10:05 UTC  (3+ messages)
` [PATCH v2 2/2] clk: si5351: Set initial clkout rate when defined in platform data

[PATCH V3 2/2] ARM: Handle user space mapped pages in flush_kernel_dcache_page
 2013-05-03 10:02 UTC  (11+ messages)

[PATCH v2] clk: si5351: Allow user to define disabled state for every clock output
 2013-05-03 10:02 UTC  (2+ messages)

[PATCH RESEND 0/5] Add I2C support for Allwinner SoCs
 2013-05-03  9:17 UTC  (6+ messages)
` [PATCH 1/5] i2c: sunxi: Add Allwinner A1X i2c driver
` [PATCH 2/5] ARM: sunxi: dt: Add i2c controller nodes to the DTSI
` [PATCH 3/5] ARM: sun4i: dt: Add i2c muxing options
` [PATCH 4/5] ARM: sun5i: "
` [PATCH 5/5] ARM: sun5i: olinuxino: Enable the i2c controllers

[RFC PATCH v2 00/13] ARM: DT cpu bindings updates
 2013-05-03  9:15 UTC  (4+ messages)
` [RFC PATCH v2 13/13] ARM: DT: kernel: DT cpu node bindings update

[PATCH] ARM: DMA-mapping: mark all !DMA_TO_DEVICE pages in unmapping as clean
 2013-05-03  9:12 UTC 

[PATCH] ARM: i.MX6: clk: add i.MX6 DualLite differences
 2013-05-03  9:08 UTC 

[PATCH] clk: ux500: clk-sysctrl: handle clocks with no parents
 2013-05-03  9:03 UTC  (4+ messages)

[PATCH v3 -next 0/5] Add support for LZ4-compressed kernel
 2013-05-03  9:02 UTC  (4+ messages)
` [PATCH v3 -next 3/5] arm: "

[PATCH] ARM: OMAP-USB: Fix possible memory leak
 2013-05-03  8:43 UTC  (12+ messages)
  ` Re[2]: "

[PATCH] ARM: Adds pin config API to set all configs in one function
 2013-05-03  8:38 UTC  (6+ messages)

[PATCH V2 1/2] pinctrl/mvf: add MVF pinctrl driver
 2013-05-03  8:35 UTC  (4+ messages)
` [PATCH 2/2] pinctrl/imx: add zero register offset valid for Vybrid platform

[PATCH 0/5] various ab8500 fixes
 2013-05-03  8:01 UTC  (2+ messages)

[PATCH 0/5] Add initial i.MX6 SoloLite support
 2013-05-03  7:57 UTC  (4+ messages)
` [PATCH 4/5] ARM: dts: add device tree source for imx6sl SoC


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