linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-05-30 10:18:58 to 2012-05-31 13:28:55 UTC [more...]

[PATCHv3 0/9] ARM: OMAP3+: pwrdm changes for usecounting
 2012-05-31 13:28 UTC  (3+ messages)
` [PATCHv3 1/9] ARM: OMAP: clk: add support for omap_clk_for_each
` [PATCHv3 2/9] ARM: OMAP3+: voltage/pwrdm/clkdm/clock add recursive usecount tracking

[RFC PATCH] clk: add extension API
 2012-05-31 13:11 UTC  (23+ messages)

ARM Versatile defconfig PCI io out of range?
 2012-05-31 13:07 UTC  (5+ messages)

[RFC PATCH 00/11] OMAP System Control Module
 2012-05-31 12:52 UTC  (13+ messages)
` [RFC PATCH 11/11] ARM: DT: Add support to system control module for OMAP4

[RFC PATCH] ARM: cmpxchg: define __HAVE_ARCH_CMPXCHG for armv6 and later
 2012-05-31 12:50 UTC  (3+ messages)

[PATCH] netwinder: encapsulate CPLD hardware locking and access
 2012-05-31 12:31 UTC  (2+ messages)

[PATCH v2 0/6] spi: s3c64xx: add support for device tree
 2012-05-31 11:36 UTC  (9+ messages)
` [PATCH v2 4/6] ARM: Samsung: Modify s3c64xx_spi{0|1|2}_set_platdata function

[RFC PATCH 0/5] omap: add ocp2scp as a misc driver
 2012-05-31 11:18 UTC  (14+ messages)
` [RFC PATCH 1/5] arm: omap: hwmod: make *phy_48m* as the main_clk of ocp2scp
` [RFC PATCH 2/5] arm: omap: remove ocp2scp_usb_phy_ick clock node
` [RFC PATCH 3/5] drivers: misc: omap: add a new driver for ocp2scp
` [RFC PATCH 4/5] ARM: OMAP4: add _dev_attr_ to ocp2scp for representing usb_phy
` [RFC PATCH 5/5] arm: omap: ocp2scp: create omap device for ocp2scp

[PATCH RFC 0/3] i2c-nomadik changes
 2012-05-31 10:16 UTC  (11+ messages)
` [PATCH RFC 1/3] i2c-nomadik: move header from <plat/i2c.h> to <linux/i2c-nomadik.h>
` [PATCH RFC 2/3] i2c-nomadik: turn the platform driver to an amba driver
` [PATCH RFC 3/3] i2c-nomadik: depend on ARM_AMBA, not PLAT_NOMADIK

[PATCH 2/2] MFD: mc13xxx workaround SPI hardware bug on i.Mx
 2012-05-31  9:03 UTC  (4+ messages)

[RFC PATCH 0/2] Remove at91 workaround from handle_IRQ
 2012-05-31  8:31 UTC  (5+ messages)
` [RFC PATCH 1/2] ARM: at91: use EOI flow control for interrupt handling
` [RFC PATCH 2/2] ARM: irq: remove unused irq_finish hook from core "

[GIT PULL] at91: platform data for atmel-mci (for 3.5)
 2012-05-31  7:50 UTC  (2+ messages)

Query about: ARM11 MPCore: preemption/task migration cache coherency
 2012-05-31  7:46 UTC  (17+ messages)

[PATCH v2] ARM: at91: add support for Telit EVK GE863-PRO3
 2012-05-31  7:21 UTC 

[PATCH] ARM: at91: add support for Telit EVK GE863-PRO3 Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
 2012-05-31  6:57 UTC 

[PATCHv2 00/19] ARM: OMAP4: device off support
 2012-05-31  6:50 UTC  (22+ messages)
` [PATCHv2 04/19] ARM: OMAP4: PM: save/restore all DPLL settings in OFF mode
` [PATCHv2 09/19] ARM: OMAP4: PM: add errata support
` [PATCHv2 17/19] ARM: OMAP4: put cpu1 back to sleep if no wake request
` [PATCHv2 19/19] ARM: OMAP4: powerdomain: update mpu / core off counters during device off

[PATCH 0/3] omap3/omap4: add device tree support for wdt
 2012-05-31  5:51 UTC  (15+ messages)
` [PATCH 1/3] arm/dts: add wdt node for omap3 and omap4
` [PATCH 3/3] watchdog: omap_wdt: add device tree support

Kernel 3.4 error on Dreamplug: [vectors]: mlock failed: Cannot allocate memory
 2012-05-31  4:32 UTC  (5+ messages)

[PATCH 0/2] clk: Add support for more default divider types
 2012-05-31  4:05 UTC  (5+ messages)
` [PATCH 2/2] clk: Add support for rate table based dividers

[PATCH] clk: Fix race conditions between clk_set_parent() and clk_enable()
 2012-05-31  3:46 UTC  (6+ messages)

[RFC 00/34] PL08x DMA conversion to virt-dma
 2012-05-31  3:45 UTC  (68+ messages)
` [RFC 03/34] dmaengine: virt-dma: add support for cyclic DMA periodic callbacks
` [RFC 04/34] dmaengine: PL08x: remove runtime PM support
` [RFC 05/34] dmaengine: PL08x: fix missed dma_transfer_direction fixup
` [RFC 06/34] dmaengine: PL08x: remove redundant spinlock
` [RFC 07/34] dmaengine: PL08x: remove circular_buffer boolean from channel data
` [RFC 08/34] dmaengine: PL08x: clean up get_signal/put_signal
` [RFC 09/34] dmaengine: PL08x: move private data structures into amba-pl08x.c
` [RFC 10/34] dmaengine: PL08x: constify channel names and bus_id strings
` [RFC 11/34] dmaengine: PL08x: get src/dst addr direct from dma_slave_config struct
` [RFC 12/34] dmaengine: PL08x: get rid of device_fc in struct pl08x_dma_chan
` [RFC 13/34] dmaengine: PL08x: move the bus and increment selection to dma prepare function
` [RFC 14/34] dmaengine: PL08x: extract function to to generate cctl values
` [RFC 15/34] dmaengine: PL08x: ignore 'direction' argument in dma_slave_config
` [RFC 16/34] dmaengine: PL08x: get rid of unnecessary checks "
` [RFC 17/34] dmaengine: PL08x: split DMA signal muxing from channel alloc
` [RFC 18/34] dmaengine: PL08x: move DMA signal muxing into pl08x_dma_chan struct
` [RFC 19/34] dmaengine: PL08x: track mux usage on a per-channel basis
` [RFC 20/34] dmaengine: PL08x: convert to a list of completed descriptors
` [RFC 21/34] dmaengine: PL08x: move DMA signal muxing into slave prepare code
` [RFC 22/34] dmaengine: PL08x: remove waiting descriptor pointer
` [RFC 23/34] dmaengine: PL08x: re-jig the starting of txds
` [RFC 24/34] dmaengine: PL08x: split the pend_list in two
` [RFC 25/34] dmaengine: PL08x: start next descriptor from irq context
` [RFC 26/34] dmaengine: PL08x: rejig physical channel allocation
` [RFC 27/34] dmaengine: PL08x: convert to use virt-dma structs
` [RFC 28/34] dmaengine: PL08x: use vchan's spinlock
` [RFC 29/34] dmaengine: PL08x: convert to use vchan submitted/issued lists
` [RFC 30/34] dmaengine: PL08x: convert to use vchan done list
` [RFC 31/34] dmaengine: PL08x: fix tx_status function to return correct residue
` [RFC 32/34] dmaengine: PL08x: get rid of pl08x_prep_channel_resources
` [RFC 33/34] dmaengine: PL08x: get rid of write only pool_ctr and free_txd locking
` [RFC 34/34] dmaengine: PL08x: ensure all descriptors are freed when channel is released

[PATCH 0/9] add more devicetree support in arch-mmp
 2012-05-31  3:23 UTC  (5+ messages)
` [PATCH 3/9] ARM: mmp: support DT in irq

[PATCH 1/1] mx3fb: support pan display with fb_set_var
 2012-05-31  1:54 UTC 

[PATCH 01/22] Fixes and clean-ups for Device Tree on Snowball
 2012-05-31  1:40 UTC  (15+ messages)
` [PATCH 08/22] regulator: Change ab8500 match names to reflect Device Tree
` [PATCH 19/22] net/smsc911x: Repair broken failure paths

[GIT PULL] OMAP: AM3xxx: cpu_is dead code removal
 2012-05-30 23:43 UTC 

[GIT PULL] arm-soc: late-merged development and first fixes
 2012-05-30 23:40 UTC 

[GIT PULL] OMAP PM fixes for v3.5-rc
 2012-05-30 23:24 UTC 

[RFC PATCH 0/6] ARM: Disintegrating mach/uncompress.h: low-level debug
 2012-05-30 23:15 UTC  (7+ messages)
` [RFC PATCH 1/6] From: Domenico Andreoli <cavokz@gmail.com> ARM: Inject the Earlycon drivers into the decompressor
` [RFC PATCH 2/6] From: Domenico Andreoli <cavokz@gmail.com> ARM: Add Earlycon support to "
` [RFC PATCH 3/6] From: Domenico Andreoli <cavokz@gmail.com> ARM: Earlycon support for AMBA PL010 UARTs
` [RFC PATCH 4/6] From: Domenico Andreoli <cavokz@gmail.com> ARM: Earlycon support for AMBA PL011 UARTs
` [RFC PATCH 5/6] From: Domenico Andreoli <cavokz@gmail.com> ARM: Earlycon support for Samsung UARTs
` [RFC PATCH 6/6] From: Domenico Andreoli <cavokz@gmail.com> ARM: Earlycon support for OMAP UARTs

[PATCH] ARM: LPC32xx: Adjust dts files to gpio dt binding
 2012-05-30 23:12 UTC  (2+ messages)

[RFC 0/6] RFC: ARM: Disintegrating mach/uncompress.h: low-level debug
 2012-05-30 22:40 UTC  (7+ messages)
` [RFC 1/6] From: Domenico Andreoli <domenico.andreoli@linux.com> ARM: Inject the Earlycon drivers into the decompressor
` [RFC 2/6] From: Domenico Andreoli <domenico.andreoli@linux.com> ARM: Add Earlycon support to "
` [RFC 3/6] From: Domenico Andreoli <domenico.andreoli@linux.com> ARM: Earlycon support for AMBA PL010 UARTs
` [RFC 4/6] From: Domenico Andreoli <domenico.andreoli@linux.com> ARM: Earlycon support for AMBA PL011 UARTs
` [RFC 5/6] From: Domenico Andreoli <domenico.andreoli@linux.com> ARM: Earlycon support for Samsung UARTs
` [RFC 6/6] From: Domenico Andreoli <domenico.andreoli@linux.com> ARM: Earlycon support for OMAP UARTs

[PATCH] ARM: OMAP3/4: consolidate cpuidle Makefile
 2012-05-30 22:11 UTC  (6+ messages)

[PATCH 0/2] OMAP: mailbox initial device tree support
 2012-05-30 19:31 UTC  (4+ messages)

[PATCH] slimbus: Linux driver framework for SLIMbus
 2012-05-30 18:13 UTC  (2+ messages)

[PATCH 1/2] ARM: S3C64XX: Add module identification for Balblair Cragganmore module
 2012-05-30 17:19 UTC  (2+ messages)
` [PATCH 2/2] ARM: S3C64XX: Add WM5102 EVM to Cragganmore modules

v3.4 boot failure on qemu-system-arm -M versatilepb
 2012-05-30 15:37 UTC  (2+ messages)
    ` Re[3]: "

[PATCH] serial: Add driver for LPC32xx High Speed UARTs
 2012-05-30 15:31 UTC  (2+ messages)

[RFC PATCH 0/3] usb: musb: add new phy driver
 2012-05-30 15:09 UTC  (6+ messages)
` [RFC PATCH 1/3] drivers: usb: otg: add a new driver for omap usb2 phy
` [RFC PATCH 2/3] usb: musb: omap glue: use omap-usb2 as the phy driver
` [RFC PATCH 3/3] arm: omap: phy: remove unused functions from omap-phy-internal.c

[PATCH 1/2] remoteproc: maintain a generic child device for each rproc
 2012-05-30 12:38 UTC  (6+ messages)
` [PATCH 2/2] remoteproc: remove the now-redundant kref

[PATCH] Visstrim M10: fix gpio handling
 2012-05-30 11:13 UTC 

[PATCH v5 0/7] ARM: davinci: add support for the am1808 based enbw_cmc board
 2012-05-30 10:19 UTC  (7+ messages)
` [PATCH v5 2/7] ARM: davinci, cp_intc: Add OF support for TI interrupt controller
` [PATCH v5 3/7] ARM: davinci: configure davinci aemif chipselects through OF
` [PATCH v5 4/7] ARM: davinci: net: davinci_emac: add OF support
` [PATCH v5 5/7] ARM: davinci: i2c: "
` [PATCH v5 6/7] ARM: mtd: nand: davinci: add OF support for davinci nand controller
` [PATCH v5 7/7] ARM: davinci: add support for the am1808 based enbw_cmc board


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