linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-05-03 14:31:46 to 2013-05-06 07:17:34 UTC [more...]

[PATCH 00/63] dmaengine: Convert to correct API & Device Tree handling
 2013-05-06  7:17 UTC  (102+ 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] ARM: U300: Add proper ifdef guard to fix build error when CONFIG_I2C_STU300=m
 2013-05-06  7:15 UTC 

mach-omap2/timer.c: Bug introduced while merging patch - ff931c82
 2013-05-06  7:06 UTC 

[PATCH 0/4] Fixing boot warnings in -next
 2013-05-06  6:51 UTC  (5+ messages)
` [PATCH 4/4] staging: ste_rmi4: Suppress 'ignoring return value of ‘regulator_enable()' warning

[PATCH 0/2] Early printk support for virtio console devices
 2013-05-06  5:11 UTC  (9+ messages)

[PATCH V2 1/2] pinctrl/mvf: add MVF pinctrl driver
 2013-05-06  2:54 UTC  (2+ messages)

Latest build results - errors/warnings - lots of them
 2013-05-06  2:40 UTC  (4+ messages)

[PATCH V2 0/2] ARM/MVF600: add Freescale Vybrid Family platform and development board support This Vybird MVF600 family is a heterogeneous dual-core eMPU family combining the ARM Cortex-A5 and Corte-M4 cores. This SOC still shares some IPs with Iscale Vybrid Family SOC and Vybrid Tower development board
 2013-05-06  2:38 UTC  (3+ messages)
` [PATCH V2 2/2] ARM/DTS/MVF600: add basic device tree source for Vybrid

[PATCH V3 2/2] ARM: Handle user space mapped pages in flush_kernel_dcache_page
 2013-05-05 22:26 UTC  (13+ messages)

[PATCH 1/1] ARM: at91: rm9200 fix time support
 2013-05-05 21:26 UTC  (2+ messages)

[PATCH v4 0/7] enable support for AMBA drivers under x86
 2013-05-05 20:39 UTC  (7+ messages)

[PATCH, RFC 00/22] ARM randconfig bugs
 2013-05-05 20:29 UTC  (21+ 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 11/22] iwlegacy: il_pm_ops is only provided for PM_SLEEP
` [PATCH, RFC 14/22] oprofile: always enable IRQ_WORK
` [PATCH, RFC 09/22] crypto: lz4: don't build on ARM

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

[PATCH 1/1] ARM: at91: rm9200 fix time support
 2013-05-05 20:13 UTC 

[PATCH v2 1/3] GPIO: clps711x: Rewrite driver for using generic GPIO code
 2013-05-05 20:04 UTC  (2+ messages)

[PATCH 0/3] xen/arm: account for stolen ticks
 2013-05-05 16:47 UTC  (8+ messages)
` [PATCH 1/3] arm_arch_timer: introduce arch_timer_stolen_ticks
    ` [Xen-devel] "

[PATCH 0/2] ARM: dts: OMAP36xx/OMAP4460 Fix CPU OPP voltages
 2013-05-05 15:04 UTC  (2+ messages)

[PATCH] Cpufreq: Fix incorrect dependecies for ARM SA11xx drivers
 2013-05-05 12:18 UTC 

[PATCH] Move the EM_AARCH64 definition to uapi/linux/elf-em.h
 2013-05-05  8:24 UTC  (2+ messages)
` [PATCH] Move the EM_ARM and EM_AARCH64 definitions "

[PATCH v8 0/3] of/pci: Provide common support for PCI DT parsing
 2013-05-05  2:41 UTC  (3+ messages)
` [PATCH v8 1/3] of/pci: Unify pci_process_bridge_OF_ranges from Microblaze and PowerPC

DMA mapping API abuse in exynos-drm
 2013-05-04 19:28 UTC 

[PATCHv3 00/14] drivers: mailbox: framework creation
 2013-05-04 19:08 UTC  (3+ messages)
  ` [RFC 2/3] mailbox: Introduce a new common API

[PATCH] ARM: OMAP2+: AM33xx: Add missing reset status info to GFX hwmod
 2013-05-04 18:48 UTC 

[PATCH 0/3] ARM: dove: prepare and move to orion irqchip driver
 2013-05-04 18:36 UTC  (5+ messages)
` [PATCH 1/3] ARM: dove: add DT parsing for legacy mv643xx_eth
` [PATCH 2/3] ARM: dove: add DT parsing for legacy timer

[PATCH] irqchip: add support for Marvell Orion SoCs
 2013-05-04 18:29 UTC  (15+ messages)
` [PATCH v2 0/5] ARM: orion: add orion irqchip driver
  ` [PATCH v2 2/5] ARM: dove: add DT parsing for legacy mv643xx_eth

[PATCH] ARM: OMAP2: AM33XX: id: Add support for new AM335x PG2.1 Si
 2013-05-04 18:23 UTC 

[PATCH] ARM: ixp4xx: change type of ioremap function
 2013-05-04 17:44 UTC  (2+ messages)

[PATCHv2] arm: Preserve TPIDRURW on context switch
 2013-05-04 15:54 UTC  (12+ messages)

[PATCH] ARM: i.MX6: clk: add i.MX6 DualLite differences
 2013-05-04 15:20 UTC  (2+ messages)

[PATCH 1/2] staging/iio/mxs-lradc: cleanup masklength
 2013-05-04 13:19 UTC  (2+ messages)
` [PATCH 2/2] staging/iio/mxs-lradc: fix preenable for multiple buffers

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

[PATCH v2 1/5] irqchip: add support for Marvell Orion SoCs
 2013-05-04  8:04 UTC  (17+ messages)
` [RFC patch 0/8] genirq: Support for irq domains in generic irq chip
  ` [RFC patch 1/8] genirq: generic chip: Remove the local cur_regs() function
  ` [RFC patch 2/8] genirq: generic chip: Add support for per chip type mask cache
  ` [RFC patch 3/8] genirq: generic chip: Handle separate mask registers
  ` [RFC patch 4/8] genirq: generic chip: Cache per irq bit mask
  ` [RFC patch 5/8] genirq: Add a mask calculation function
  ` [RFC patch 6/8] genirq: Split out code in generic chip
  ` [RFC patch 7/8] genirq: generic chip: Add linear irq domain support
  ` [RFC patch 8/8] irqchip: sun4i: Convert to generic irq chip

[GIT PULL 0/4] ARM: Second batch of arm-soc changes for 3.10
 2013-05-04  7:42 UTC  (5+ messages)
` [GIT PULL 1/4] ARM: arm-soc driver "
` [GIT PULL 2/4] ARM: arm-soc pinctrl changes for Renesas "
` [GIT PULL 3/4] ARM: platform specific firmware interfaces "
` [GIT PULL 4/4] ARM: arm-soc board specific changes for 3.10, part 1

[PATCH 0/9] arm-soc: randconfig fixes
 2013-05-03 21:04 UTC  (10+ messages)
` [PATCH 7/9] ARM: OMAP: don't select SERIAL_OMAP unconditionally
` [PATCH 9/9] ARM: ux500: always select ABX500_CORE

[GIT PULL] Two ux500 fixes for the v3.10 series
 2013-05-03 20:47 UTC  (4+ messages)

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)

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

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

[RFC PATCH 0/2] ARM: KVM: Moving GIC/timer out of arch/arm
 2013-05-03 15:55 UTC  (3+ 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  (4+ 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


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