linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-07-29 10:36:52 to 2011-08-01 09:37:30 UTC [more...]

[PATCH V2 00/20] dmaengine/amba-pl08x updates
 2011-08-01  9:37 UTC  (21+ messages)
` [PATCH V2 01/20] ARM: asm/pl080.h: Protect against multiple inclusion of header file
` [PATCH V2 02/20] dmaengine/amba-pl08x: Resolve formatting issues
` [PATCH V2 03/20] dmaengine/amba-pl08x: Rearrange inclusion of header files in ascending order
` [PATCH V2 04/20] dmaengine/amba-pl08x: pass (*ptr) to sizeof() instead of (struct xyz)
` [PATCH V2 05/20] dmaengine/amba-pl08x: Complete doc comment for struct pl08x_txd
` [PATCH V2 06/20] dmaengine/amba-pl08x: Remove redundant comment and rewrite original
` [PATCH V2 07/20] dmaengine/amba-pl08x: Changing few prints to dev_dbg from dev_info
` [PATCH V2 08/20] dmaengine/amba-pl08x: support runtime PM
` [PATCH V2 09/20] dmaengine/amba-pl08x: Simplify pl08x_ensure_on()
` [PATCH V2 10/20] dmaengine/amba-pl08x: No need to check "ch->signal < 0"
` [PATCH V2 11/20] dmaengine/amba-pl08x: Schedule tasklet in case of error interrupt
` [PATCH V2 12/20] dmaengine/amba-pl08x: Get rid of pl08x_pre_boundary()
` [PATCH V2 13/20] dmaengine/amba-pl08x: max_bytes_per_lli is TRANSFER_SIZE * src_width (not MIN(width))
` [PATCH V2 14/20] dmaengine/amba-pl08x: Add prep_single_byte_llis() routine
` [PATCH V2 15/20] dmaengine/amba-pl08x: Align lli_len to max(src.width, dst.width)
` [PATCH V2 16/20] dmaengine/amba-pl08x: Choose peripheral bus as master bus
` [PATCH V2 17/20] dmaengine/amba-pl08x: Pass flow controller information with slave channel data
` [PATCH V2 18/20] dmaengine/amba-pl08x: Add support for sg len greater than one for slave transfers
` [PATCH V2 19/20] dmaengine/amba-pl08x: Check txd->llis_va before freeing dma_pool
` [PATCH V2 20/20] dmaengine/amba-pl08x: Call pl08x_free_txd() instead of calling kfree() directly

[PATCH] Add sched_clock to AT91 TCB clocksource driver
 2011-08-01  9:28 UTC  (4+ messages)

[RFC/PATCH 0/7] decouple platform_device from omap_device
 2011-08-01  8:52 UTC  (18+ messages)
` [RFC/PATCH 2/7] OMAP3: beagle: don't touch omap_device internals
` [RFC/PATCH 7/7] WIP: HACK/RFC: omap_device: begin to decouple platform_device from omap_device

[PATCH] Remove remaining references of CONFIG_GENERIC_TIME
 2011-08-01  8:36 UTC  (4+ messages)

[PATCH v2 00/07] enable devicetree on arch-mmp
 2011-08-01  8:27 UTC  (23+ messages)
` [PATCH v2 1/7] ARM: mmp: parse irq from DT
  ` [PATCH v2 2/7] ARM: mmp: parse timer configuration "
    ` [PATCH v2 3/7] ARM: mmp: support DT on both dkb and brownstone
      ` [PATCH v2 4/7] tty: serial: support device tree in pxa
        ` [PATCH v2 5/7] tty: serial: check ops before registering console
          ` [PATCH v2 6/7] i2c: pxa: support i2c controller from DT

[RFC PATCH v9 0/4] Consolidating GIC per-cpu interrupts
 2011-08-01  8:20 UTC  (3+ messages)

[PATCH] i.MX25 GPT clock fix: ensure correct the clock source
 2011-08-01  8:02 UTC 

[AT91] Add support for RSI EWS board (machine type 1609)
 2011-08-01  7:09 UTC  (2+ messages)
` [PATCH] Add support for RSIs "

[PATCH 00/18] dmaengine/amba-pl08x updates
 2011-08-01  5:30 UTC  (77+ messages)
` [PATCH 01/18] ARM: asm/pl080.h: Protect against multiple inclusion of header file
` [PATCH 02/18] dmaengine/amba-pl08x: Resolve formatting issues
` [PATCH 03/18] dmaengine/amba-pl08x: Complete doc comment for struct pl08x_txd
` [PATCH 04/18] dmaengine/amba-pl08x: Remove redundant comment and rewrite original
` [PATCH 05/18] dmaengine/amba-pl08x: Changing few prints to dev_dbg from dev_info
` [PATCH 06/18] dmaengine/amba-pl08x: Simplify pl08x_ensure_on()
` [PATCH 07/18] dmaengine/amba-pl08x: Enable/Disable amba_pclk with channel requests
` [PATCH 08/18] dmaengine/amba-pl08x: No need to check "ch->signal < 0"
` [PATCH 09/18] dmaengine/amba-pl08x: Schedule tasklet in case of error interrupt
` [PATCH 10/18] dmaengine/amba-pl08x: Get rid of pl08x_pre_boundary()
` [PATCH 11/18] dmaengine/amba-pl08x: max_bytes_per_lli is TRANSFER_SIZE * src_width (not MIN(width))
` [PATCH 12/18] dmaengine/amba-pl08x: Add prep_single_byte_llis() routine
` [PATCH 13/18] dmaengine/amba-pl08x: Align lli_len to max(src.width, dst.width)
` [PATCH 14/18] dmaengine/amba-pl08x: Choose peripheral bus as master bus
` [PATCH 15/18] dmaengine/amba-pl08x: Pass flow controller information with slave channel data
` [PATCH 16/18] dmaengine/amba-pl08x: Add support for sg len greater than one for slave transfers
` [PATCH 17/18] dmaengine/amba-pl08x: Check txd->llis_va before freeing dma_pool
` [PATCH 18/18] dmaengine/amba-pl08x: Call pl08x_free_txd() instead of calling kfree() directly

[PATCH 0/3] S5PV210: added MIPI-DSI Driver
 2011-08-01  4:06 UTC  (3+ messages)
` [PATCH 0/2] video: add Samsung SoC based MIPI-DSI support
  ` Fwd: "

[PATCH V2 0/2] ARM: mmp: add audio sram support
 2011-08-01  2:59 UTC  (3+ messages)
` [PATCH 1/2] ARM: mmp: register audio sram device
` [PATCH 2/2] ARM: mmp: add audio sram allocator

[RFC] ARM: dma_map|unmap_sg plus iommu
 2011-08-01  0:57 UTC  (7+ messages)

[PATCH] ARM: SAMSUNG: Fix build of dev- infrastructure for module.h changes
 2011-08-01  0:29 UTC 

[PULL] at91 init factorize
 2011-07-31 21:42 UTC  (9+ messages)

[PATCH 0/3] Add device tree based initialisation for VIC
 2011-07-31 15:27 UTC  (6+ messages)
` [PATCH 1/3] vic: add device tree bindings

[PATCH v8 0/3] add the GPMI controller driver for IMX23/IMX28
 2011-07-31 13:51 UTC  (15+ messages)

[PATCH 0/2] Add device tree support for i.mx53 boards
 2011-07-31  4:02 UTC  (5+ messages)
` [PATCH 1/2] arm/mx5: parse iomuxc pad configuratoin from device tree

[PATCH] net/smsc911x: add device tree probe support
 2011-07-31  0:42 UTC  (17+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] usb/ehci-mxc: add missing inclusion of mach/hardware.h
 2011-07-30 21:54 UTC  (2+ messages)

[PATCH v2 0/3] Add device tree support for i.mx51/53 boards
 2011-07-30 18:53 UTC  (4+ messages)
` [PATCH v2 1/3] arm/mx5: parse iomuxc pad configuratoin from device tree
` [PATCH v2 2/3] arm/mx5: add device tree support for imx53 boards
` [PATCH v2 3/3] arm/mx5: add device tree support for imx51 babbage

[PATCH v2 0/2] Add device tree probe for i2c-imx driver
 2011-07-30 18:21 UTC  (3+ messages)
` [PATCH v2 1/2] i2c/imx: remove init/exit hooks from platform data
` [PATCH v2 2/2] i2c/imx: add device tree probe support

[PATCH] ARM: Do not write to read-only register of VIC
 2011-07-30 16:21 UTC 

questions about memory hotplug
 2011-07-30  9:30 UTC  (2+ messages)

[RFC PATCH 0/9] Add pdc feature to atmel-mci
 2011-07-30  8:24 UTC  (5+ messages)
` [RFC PATCH 1/9] mmc: atmel-mci: change namespace
` [RFC PATCH 6/9] atmel_pdc: add ATMEL_PDC_SCND_BUF_OFF

[RFC PATCH] ARM ASoC: add sound driver for imx27pdk using mc13783 codec
 2011-07-29 19:14 UTC  (5+ messages)

[PATCH v2 6/6] arm: davinci: DA850: Add wl1271/wlan support
 2011-07-29 18:51 UTC  (5+ messages)
` [PATCH v3] davinci: Add wl1271/wlan support for AM18x

[PATCH 0/5] Miscellaneous s3c64xx fixes
 2011-07-29 16:07 UTC  (6+ messages)
` [PATCH 1/5] ARM: s3c64xx: PM: Mask and acknowledge all UART interrupts during core resume
` [PATCH 2/5] ARM: s3c64xx: DMA: Use S3C64XX_SDMA_SEL register name instead of numeric address
` [PATCH 3/5] ARM: s3c64xx: Save/restore S3C64XX_SDMA_SEL on suspend/resume
` [PATCH 4/5] ARM: s3c64xx: Save/restore S3C64XX_MODEM_MIFPCON on suspend/resume to preserve LCD bypass state
` [PATCH 5/5] ARM: s3c64xx: Add support for synchronous clock operation

[PATCH 0/3] pxa2xx related pcmcia tidyups
 2011-07-29 16:00 UTC  (2+ messages)

[RFC PATCH 0/2] add pinmux and gpio for CSR SiRFprimaII
 2011-07-29 15:58 UTC  (8+ messages)
` [RFC PATCH 2/2] GPIO: add gpiolib and irqchip for CSR SiRFprimaII GPIO controller
    ` PLEA: Please fix mach/gpio.h includes (was: Re: [RFC PATCH 2/2] GPIO: add gpiolib and irqchip for CSR SiRFprimaII GPIO controller)

[PATCH 0/5] Miscellaneous s3c64xx fixes
 2011-07-29 14:50 UTC 

[PATCH v2 0/6] arm: davinci: DA850: wl12xx expansion card
 2011-07-29 14:42 UTC  (6+ messages)
` [PATCH v2 2/6] arm: davinci: Explicitly set channel controllers' default queues

[PATCH] ARM: SAMSUNG: Fix build of new dev- infrastructure
 2011-07-29 14:23 UTC 

[PATCHv4 2/2] ARM: P2V: Remove ARM_PATCH_PHYS_VIRT_16BIT
 2011-07-29 14:01 UTC  (6+ messages)
` [PATCH 1/2] ARM: msm: Remove .boot_params from MSM boardfiles
  ` [PATCH 2/2] ARM: msm: Remove PLAT_PHYS_OFFSETS from MSM targets

Question about "Inconsistent kallsyms data"
 2011-07-29 13:00 UTC  (7+ messages)

[PATCHV2 0/5] I2C: driver updates
 2011-07-29 11:27 UTC  (4+ messages)
` [PATCHV2 3/5] OMAP: I2C: Remove the reset in the init path

[PATCH v4 REPOST 00/20] gpio/omap: driver cleanup and fixes
 2011-07-29 10:55 UTC  (9+ messages)
` [PATCH v4 REPOST 18/20] gpio/omap: use pm-runtime framework

[PATCHv5 0/3] I2C driver updates
 2011-07-29 10:36 UTC  (3+ messages)
` [PATCHv5 2/3] OMAP: I2C: Remove the reset in the init path
` [PATCHv5 3/3] OMAP: I2C: Remove the SYSC register definition


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