linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-04-22 11:08:28 to 2011-04-25 20:17:01 UTC [more...]

[RFC PATCH 00/12] Consolidating GIC per-cpu interrupts
 2011-04-25 20:17 UTC  (5+ messages)
` [RFC PATCH 01/12] ARM: gic: add per-cpu interrupt multiplexer
` [RFC PATCH 02/12] ARM: smp_twd: add support for remapped PPI interrupts

[PATCH v2 00/23] at91: Replace duplicate device initialisation code with
 2011-04-25 20:16 UTC  (6+ messages)
` [PATCH v2 02/23] at91: Make Ethernet device common

[PATCH v4 0/1] pruss CAN driver
 2011-04-25 20:06 UTC  (4+ messages)
` [PATCH v4 1/1] can: add "

[PATCH 0/14] at91: factorize soc init and switch to early platform
 2011-04-25 19:14 UTC  (13+ messages)
` [PATCH 01/14] at91rm9200: introduce at91rm9200_set_type to specficy cpu package
` [PATCH 02/14] at91: introduce commom AT91_BASE_SYS
` [PATCH 03/14] at91: factorize at91 interrupts init to soc
` [PATCH 04/14 v2] at91: merge board usb-a9260 and usb-a9263 together
` [PATCH 05/14] at91: use structure to store the current soc
` [PATCH 06/14 v3] at91: switch to CLKDEV_LOOKUP
` [PATCH 07/14] at91: switch gpio to early platfrom device
` [PATCH 08/14] at91: move gpio to drivers/gpio
` [PATCH 09/14] at91: switch pit timer to early platform devices
` [PATCH 10/14] at91: switch st "
` [PATCH 11/14] at91: move pit timer to drivers/clocksource
` [PATCH 12/14] at91: move st "

[patch 00/16] arm: Replace arm sched_clock by clocksource based sched_clock
 2011-04-25 19:10 UTC  (29+ messages)
` [patch 01/16] time: Provide clocksource based sched_clock()
` [patch 02/16] arm: plat-orion: Use clocksource based sched_clock
` [patch 03/16] arm: s5p: "
` [patch 04/16] arm: davinci: "
` [patch 05/16] arm: ixp4xx: "
` [patch 06/16] arm: mmp: "
` [patch 07/16] arm: omap: "
` [patch 08/16] arm: pxa: "
` [patch 09/16] arm: sa1100: "
` [patch 10/16] arm: tegra: "
` [patch 11/16] arm: u300: "
` [patch 12/16] arm: plat-iop: "
` [patch 13/16] arm plat-mxc: "
` [patch 14/16] arm: nomadik: "
` [patch 15/16] arm: versatile: "
` [patch 16/16] arm: Remove sched_clock code

[PATCH 1/2] gpio: add pin biasing and drive mode to gpiolib
 2011-04-25 18:52 UTC  (15+ messages)

[RFC] sanitizing crazy clock data files
 2011-04-25 18:51 UTC  (13+ messages)
` [PATCH 01/10] Add a common struct clk
` [PATCH 05/10] clk: Add support for simple dividers

[PATCH 0/4] Tegra patches for 2.6.40
 2011-04-25 18:32 UTC  (2+ messages)

Common clock and dvfs
 2011-04-25 18:26 UTC  (12+ messages)

[PATCH 1/2] gpio: add a custom configuration mechanism to gpiolib
 2011-04-25 17:21 UTC  (2+ messages)

[PATCH 5/9] ARM i.MX53 loco: Add framebuffer support
 2011-04-25 15:55 UTC  (2+ messages)

[PATCH 4/9] ARM i.MX51 babbage: Add framebuffer support
 2011-04-25 15:53 UTC  (2+ messages)

[GIT PULL] DaVinci fixes for 2.6.39-rc
 2011-04-25 15:51 UTC 

[PATCH 04/10] clk: implement parent pass through functions
 2011-04-25 14:44 UTC  (30+ messages)
` [PATCH RFC] clk: add support for automatic parent handling

[RFC PATCH 00/18] OMAP: GPIO: cleanup GPIO driver
 2011-04-25 14:03 UTC  (17+ messages)
` [RFC PATCH 03/18] OMAP: GPIO: Move gpio_get_index() to mach-omap
` [RFC PATCH 04/18] OMAP: GPIO: Move gpio_valid() to SoC specific files
` [RFC PATCH 05/18] OMAP: GPIO: cleanup datain,dataout,set dir funcs
  ` [RFC PATCH 05/18] OMAP: GPIO: cleanup datain, dataout, set "
` [RFC PATCH 11/18] OMAP: GPIO: Remove dependency on gpio_bank_count
` [RFC PATCH 14/18] OMAP: GPIO: Remove CONFIG_ARCH_OMAP16XX/OMAP2+ defines
` [RFC PATCH 15/18] OMAP: GPIO: cleanup gpio_show_rev
` [RFC PATCH 16/18] OMAP: GPIO: move omap_gpio_mod_init to mach-omap
` [RFC PATCH 17/18] OMAP: GPIO: use dev_err* instead of printk
` [RFC PATCH 18/18] OMAP: GPIO: Remove usage of bank method

[PATCH 00/15] OMAP: GPIO: clean up: pass register offsets via pdata
 2011-04-25 13:48 UTC  (17+ messages)
` [PATCH 01/15] OMAP: GPIO: _clear_gpio_irqbank: fix flushing of posted write
` [PATCH 02/15] OMAP: GPIO: remove MPUIO handling from _clear_gpio_irqbank()
` [PATCH 03/15] OMAP: GPIO: move bank width into struct gpio_bank
` [PATCH 04/15] OMAP: GPIO: _get_gpio_irqbank_mask: replace hard-coded mask with bank->width
` [PATCH 05/15] OMAP: GPIO: replace get_gpio_index() by using bank width
` [PATCH 06/15] OMAP: GPIO: remove get_gpio_bank()
` [PATCH 07/15] OMAP: GPIO: move register offset defines into gpio.h
` [PATCH 08/15] OMAP: GPIO: consolidate direction, input, output, remove #ifdefs
` [PATCH 09/15] OMAP: GPIO: consolidate IRQ status handling, "
` [PATCH 10/15] OMAP: GPIO: conslidate enable/disable of GPIO IRQs, remove ifdefs
` [PATCH 11/15] OMAP: GPIO: convert MPUIO IRQ over to generic irq_chip
` [PATCH 12/15] OMAP: GPIO: remove useless gpio_valid() & check_gpio() checks
` [PATCH 13/15] OMAP: GPIO: cleanup _set_gpio_wakeup(), remove ifdefs
` [PATCH 14/15] OMAP: GPIO: debounce remove SoC specific registers, use pdata
` [PATCH 15/15] OMAP: GPIO: cleanup show revision, remove cpu_is checks, display only once

[PATCH 3/9] Add i.MX5 framebuffer driver
 2011-04-25 13:39 UTC 

[PATCH 2/9] ARM i.MX5: Add IPU device support
 2011-04-25 13:38 UTC 

[PATCH 1/7] Add a mfd IPUv3 driver
 2011-04-25 13:37 UTC  (2+ messages)

[RFC PATCH V3 0/4] cpuidle: global registration of idle states with per-cpu statistics
 2011-04-25 12:00 UTC  (6+ messages)
` [RFC PATCH V3 4/4] cpuidle: Single/Global registration of idle states
  ` [linux-pm] "

[PATCH resend] rtc: Adding support for spear rtc
 2011-04-25 11:30 UTC 

[PATCH V4 resend] rtc: Adding support for spear rtc
 2011-04-25 11:21 UTC  (4+ messages)
  ` [rtc-linux] "

[RFC] What is the preferred way to share ADC unit between hwmon and input(ts) drivers?
 2011-04-25 11:02 UTC  (3+ messages)

[PATCH V3 1/3] ARM: mxs: add GPMI support for imx23/imx28
 2011-04-25 10:20 UTC  (3+ messages)
` [PATCH V3 2/3] ARM: mxs: add GPMI device for imx23
` [PATCH V3 3/3] ARM: mxs: add GPMI device for imx28

[RFC patch 00/20] Interrupt chip consolidation
 2011-04-25 10:13 UTC  (8+ messages)
` arm: davinci: Use generic irq chip
  `  "
` arm: msm: Convert irq-vic to "

[PATCH v16 01/13] davinci vpbe: V4L2 display driver for DM644X SoC
 2011-04-25  8:49 UTC  (2+ messages)

[PATCH] ASoC: SAMSUNG: Add quirk to support Exynos4 PCM audio
 2011-04-25  6:47 UTC 

[PATCH] arm: exynos4: PM Bugfix for not waking up from suspend-to-RAM
 2011-04-25  4:40 UTC 

[PATCH] pxa/mioa701: use gpio arrays for global and gsm gpio initialization
 2011-04-25  3:31 UTC  (4+ messages)

LPC2011 Scaling Micro Conf
 2011-04-25  0:45 UTC 

[PATCH 0/4] omap: cleanup board files
 2011-04-24 22:09 UTC  (5+ messages)
` [PATCH 1/4] omap: consolidate touch screen initialization among different boards
` [PATCH 2/4] omap: use common initialization for PMIC i2c bus
` [PATCH 3/4] omap: move detection of NAND CS to common-board-devices
` [PATCH 4/4] omap: musb: introduce default baord config

External serial 8250/16550
 2011-04-24 15:57 UTC 

Architecture specific implementations for tickless kernel and deferrable timers
 2011-04-24 14:20 UTC  (3+ messages)

[PATCH 1/6] arch: add #define for each of optimized find bitops
 2011-04-24  9:51 UTC  (3+ messages)
` [PATCH 2/6] bitops: add #ifndef for each of "
` [PATCH 4/6] arm: use asm-generic/bitops/le.h

[PATCH 1/2] arm: omap: fix bug with multiple smsc911x devices
 2011-04-24  8:27 UTC  (3+ messages)
  ` [PATCH v2 "

[RFC] ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus
 2011-04-23 18:58 UTC 

[PATCH] OMAP: Added recalculation of clock rate in 'clk_set_rate'
 2011-04-23 17:00 UTC  (4+ messages)

genirq: Generic irq chip available in git
 2011-04-23 16:37 UTC 

[PATCH] drivers: brcmaxi: provide amba axi functionality in separate module
 2011-04-23 15:07 UTC  (5+ messages)

since when does ARM map the kernel memory in sections?
 2011-04-23  9:23 UTC  (7+ messages)

[v2 0/7] OMAP: GPIO: Use PM runtime framework
 2011-04-23  8:35 UTC  (5+ messages)

[PATCH] OMAP4: SRAM: Fix warning: format '%08lx' expects type 'long unsigned int'
 2011-04-23  7:08 UTC  (4+ messages)

[PATCHv2 3/9] macb: unify at91 and avr32 platform data
 2011-04-23  5:48 UTC  (11+ messages)

AT91 pull request
 2011-04-23  3:17 UTC 

[PATCH] at91: Add ARCH_ID and basic cpu macros definition for 5series chips family
 2011-04-23  2:52 UTC 

[PATCH] plat-pxa: add missing define for PERMANENT CARDS
 2011-04-22 20:16 UTC 

[PATCH] plat-pxa: Enable ability to adjust SD/MMC clocks
 2011-04-22 20:13 UTC 

[PATCH 3/3] drivers/video/s3c2410fb.c: Convert release_resource to release_mem_region
 2011-04-22 20:11 UTC 

support for operating Kirkwood in big endian mode?
 2011-04-22 18:46 UTC  (3+ messages)

[PATCH 1/5] dmaengine: at_hdmac: modify way to use interrupts
 2011-04-22 17:42 UTC  (6+ messages)
` [PATCH v2 "
` [PATCH v2 2/5] dmaengine: at_hdmac: add cyclic DMA operation support
` [PATCH v2 3/5] dmaengine: at_hdmac: debug information sg_len for prep_slave_sg
` [PATCH v2 4/5] dmaengine: at_hdmac: remove channel status testing in tasklet
` [PATCH v2 5/5] dmaengine: at_hdmac: specialize AHB interfaces to optimize transfers

[PATCH v4 00/11] pruss mfd drivers
 2011-04-22 16:03 UTC  (14+ messages)
` [PATCH v4 08/11] tty: add pruss SUART driver
` [PATCH v4 01/11] mfd: add pruss mfd driver
` [PATCH v4 02/11] da850: add pruss clock
` [PATCH v4 03/11] da850: pruss platform specific additions
` [PATCH v4 04/11] da850: pruss board "
` [PATCH v4 05/11] mfd: pruss SUART private data
` [PATCH v4 06/11] da850: pruss SUART board specific additions
` [PATCH v4 07/11] da850: pruss SUART platform "
` [PATCH v4 09/11] mfd: pruss CAN private data
` [PATCH v4 10/11] da850: pruss CAN platform specific additions
` [PATCH v4 11/11] da850: pruss CAN board "

[PATCH] OMAP: GPIO: replace get_gpio_index() by using bank width
 2011-04-22 14:59 UTC 

[PATCH 0/3] fix some issues with the kernel decompressor
 2011-04-22 14:12 UTC  (12+ messages)
          ` [PATCH] ARM: Fix relocation if image end past uncompressed kernel end

[RFC] ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus
 2011-04-22 13:09 UTC 

Status of arch/arm in linux-next
 2011-04-22 11:46 UTC  (6+ messages)


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