linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-02-02 20:22:39 to 2012-02-03 19:56:55 UTC [more...]

[PATCH 00/20] SA1111 cleanups
 2012-02-03 19:56 UTC  (8+ messages)
` [PATCH 01/20] ARM: sa1111: fix memory request/grant setup on PM events
` [PATCH 02/20] ARM: sa1111: fix PWM state on suspend
` [PATCH 03/20] ARM: sa1111: add sa1111 core driver .owner initializer
` [PATCH 04/20] ARM: sa1111: add .owner initializer to sa1111 driver structures
` [PATCH 05/20] ARM: sa1111: finish "allow cascaded IRQs to be used by platforms"
` [PATCH 06/20] ARM: sa1111: implement support for sparse IRQs
` [PATCH 07/20] ARM: sa1111: add shutdown hook to sa1111_driver structure

patch "tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA" added to tty tree
 2012-02-03 19:54 UTC  (21+ messages)

[PATCH v4 1/2] pxa/hx4700: Add PCMCIA/CF support
 2012-02-03 19:40 UTC  (4+ messages)

[PATCH RFC idle 2/3] arm: Avoid invoking RCU when CPU is idle
 2012-02-03 19:40 UTC  (24+ messages)

[PATCH 00/17] SA11x0 cleanups (mainly assabet/neponset)
 2012-02-03 19:36 UTC  (18+ messages)
` [PATCH 01/17] ARM: sa11x0: convert to use DEFINE_RES_xxx macros
` [PATCH 02/17] ARM: sa11x0: assabet: deassert QMUTE to codec while codec is unpowered
` [PATCH 03/17] ARM: sa11x0: assabet: avoid glitching GPIOs when setting outputs
` [PATCH 04/17] ARM: sa11x0: assabet: ensure that GPIO27 is driven
` [PATCH 05/17] ARM: sa11x0: neponset: fix interrupt setup
` [PATCH 06/17] ARM: sa11x0: neponset: provide function to manipulate NCR_0
` [PATCH 07/17] ARM: sa11x0: neponset: shuffle some code around
` [PATCH 08/17] ARM: sa11x0: neponset: add driver .owner initializer
` [PATCH 09/17] ARM: sa11x0: neponset: save and restore MDM_CTL_0
` [PATCH 10/17] ARM: sa11x0: neponset: dynamically create neponset child devices
` [PATCH 11/17] ARM: sa11x0: neponset: implement support for sparse IRQs
` [PATCH 12/17] ARM: sa11x0: neponset: get parent IRQ from neponset device resource
` [PATCH 13/17] ARM: sa11x0: neponset: place smc91x and sa1111 resources in neponset device
` [PATCH 14/17] ARM: sa11x0: neponset: suspend/resume in _noirq state
` [PATCH 15/17] ARM: sa11x0: assabet/neponest: create neponset device in assabet.c
` [PATCH 16/17] ARM: sa11x0: neponset: move register definitions to neponset.c
` [PATCH 17/17] ARM: sa11x0: neponset: don't static map neponset registers

[PATCH 0/3] SA11x0 fixes
 2012-02-03 19:16 UTC  (4+ messages)
` [PATCH 1/3] ARM: sa11x0: fix off-by-one resource sizes
` [PATCH 2/3] ARM: sa11x0: fix sleep entry
` [PATCH 3/3] ARM: sa11x0: fix section mismatch warnings

[PATCH V2 1/4] pinctrl: add a driver for NVIDIA Tegra
 2012-02-03 18:55 UTC  (6+ messages)

Pinmux bindings proposal V2
 2012-02-03 18:13 UTC  (9+ messages)

[PATCH 0/2] ARM: OMAP: Couple of misc fixes for 3.3
 2012-02-03 17:54 UTC  (5+ messages)
` [PATCH 1/2] ARM: OMAP: Get rid of reset for system timer

[PATCH v9 00/25] gpio/omap: driver cleanup and fixes
 2012-02-03 17:51 UTC  (15+ messages)
` [PATCH v9 01/25] gpio/omap: remove dependency on gpio_bank_count

[PATCH 0/3] arm: tegra: dts: USB Updates for Tegra legacy mode / OTG
 2012-02-03 16:56 UTC  (4+ messages)
` [PATCH 1/3] arm: tegra: dts: Support host/device selection and legacy mode
` [PATCH 2/3] arm: tegra: dts: Add legacy mode support to Tegra2x USB1 port
` [PATCH 3/3] arm: tegra: dts: Mark USB1 as an OTG port on Seaboard

[PATCH v3 00/25] irq_domain generalization and refinement
 2012-02-03 16:42 UTC  (4+ messages)
` [PATCH v3 13/25] irq_domain: Remove 'new' irq_domain in favour of the ppc one

[PATCH V6 0/7] add a generic cpufreq driver
 2012-02-03 16:28 UTC  (5+ messages)

[PATCH 02/13] ARM: SAMSUNG: allow the configuration of KERNEL HZ in plat-samsung
 2012-02-03 16:13 UTC  (2+ messages)

insmod problem on ARM with more than 16MB of RAM?
 2012-02-03 16:12 UTC  (2+ messages)

[PATCH 1/2] i.MX DMA: Add support for 2D transfers
 2012-02-03 16:11 UTC  (2+ messages)
` [PATCH 2/2] dmaengine: i.MX: Add support for interleaved transfers

[PATCHv20 00/15] Contiguous Memory Allocator
 2012-02-03 15:50 UTC  (22+ messages)
` [PATCH 01/15] mm: page_alloc: remove trailing whitespace
` [PATCH 02/15] mm: compaction: introduce isolate_migratepages_range()
` [PATCH 03/15] mm: compaction: introduce map_pages()
` [PATCH 04/15] mm: compaction: introduce isolate_freepages_range()
` [PATCH 05/15] mm: compaction: export some of the functions
` [PATCH 06/15] mm: page_alloc: introduce alloc_contig_range()
` [PATCH 07/15] mm: page_alloc: change fallbacks array handling
` [PATCH 08/15] mm: mmzone: MIGRATE_CMA migration type added
` [PATCH 09/15] mm: page_isolation: MIGRATE_CMA isolation functions added
` [PATCH 10/15] mm: extract reclaim code from __alloc_pages_direct_reclaim()
` [PATCH 11/15] mm: trigger page reclaim in alloc_contig_range() to stabilize watermarks
` [PATCH 12/15] drivers: add Contiguous Memory Allocator
` [PATCH 13/15] X86: integrate CMA with DMA-mapping subsystem
` [PATCH 14/15] ARM: "
` [PATCH 15/15] ARM: Samsung: use CMA for 2 memory banks for s5p-mfc device

[PATCH 1/1] arm: vfp: Raising SIGFPE on invalid floating point operation
 2012-02-03 15:11 UTC  (8+ messages)

[GIT PULL] at91: at91sam9x5 family basic support
 2012-02-03 14:54 UTC 

[GIT PULL] at91: devices and boards files update for 3.4
 2012-02-03 14:35 UTC 

[GIT PULL] mxs: board support for 3.3
 2012-02-03 14:20 UTC  (2+ messages)
` [PATCH v5] ARM: mxs: Add initial support for Bluegiga APX4 Development Kit

[GIT PULL] at91: pm cleanup for standby
 2012-02-03 14:19 UTC 

[PATCH v2 0/9] imx patches when I enable imx6q sabrelite audio
 2012-02-03 13:32 UTC  (10+ messages)
` [PATCH v2 6/9] ARM: mx31ads: add audmux device

[GIT PULL] at91: base for 3.4 development (aka CAP9 removal)
 2012-02-03 13:26 UTC 

[PATCH] mmc: mmci: Cleanup code for DMA handling
 2012-02-03 13:13 UTC 

[PATCH] ux500 : decouple/recouple gic from the PRCMU
 2012-02-03 12:07 UTC 

[PULL] Convert remaining platforms to common sched_clock()
 2012-02-03 11:58 UTC 

[PATCH v3 0/2] Remaining VFP fixes
 2012-02-03 11:58 UTC  (4+ messages)
` [PATCH v3 2/2] ARM: vfp: clear fpscr length and stride bits on entry to sig handler

[RFC PATCH] ARM ASoC: add sound driver for imx27pdk using mc13783 codec
 2012-02-03 11:58 UTC  (5+ messages)
  ` [alsa-devel] "

[PATCH 1/1] ARM: OMAP3+: dpll: Configure autoidle mode only if its supported
 2012-02-03 11:50 UTC 

[PATCH-V3 0/3] ARM: OMAP4: Remove hardcoded reg-offs for PWRSTCTRL & PWRSTST
 2012-02-03 11:43 UTC  (4+ messages)
` [PATCH-V3 1/3] "
` [PATCH-V3 2/3] ARM: OMAP4: prminst: Add boot time __init function for prminst
` [PATCH-V3 3/3] ARM: OMAP: am33xx: Hook-up am33xx support to existing prm code

[PATCH V3] Skip unnecessary pte makeup when clearing it
 2012-02-03 11:27 UTC  (8+ messages)
` [PATCH] "

[PATCHv19 00/15] Contiguous Memory Allocator
 2012-02-03 11:27 UTC  (10+ messages)
` [PATCH 02/15] mm: page_alloc: update migrate type of pages on pcp when isolating

[PATCH] ARM: Fix proc_info table alignment
 2012-02-03 11:16 UTC 

[PATCH] ARM: cache-v7: Disable preemption when reading CCSIDR
 2012-02-03 11:15 UTC  (13+ messages)

[PATCH v2] ARM: hotplug: copy the affinity mask when forcefully migrating IRQs
 2012-02-03 10:26 UTC 

[dmaengine] [Q] jiffies value does not increase in dma_sync_wait()
 2012-02-03  9:43 UTC  (5+ messages)

[PATCH 0/4] arm: Remove Telechips subarchitecture
 2012-02-03  9:04 UTC  (4+ messages)
` [PATCH 1/4] Remove Telechips ARM subarch from MAINTAINERS

[PATCH] video: support DP controller driver
 2012-02-03  9:01 UTC 

[RFC/PATCH] arm: omap3: pm: do not clear power states twice
 2012-02-03  8:19 UTC  (3+ messages)

[PATCH 2/2] ARM: EXYNOS5: Add support SPI for EXYNOS5250
 2012-02-03  8:09 UTC 

[PATCH 1/2] ARM: EXYNOS5: To use common config for EXYNOS4 and EXYNOS5 SPI
 2012-02-03  8:08 UTC 

[PATCH] serial: samsung: Add support 4M baudrate for samsung serial
 2012-02-03  8:06 UTC 

[PATCH 1/2] arm:omap2:board-generic: Add DT support for AM33xx devices
 2012-02-03  6:42 UTC  (3+ messages)
` [PATCH 2/2] arm/dts: Add support for TI AM335x EVM board

[PATCH 1/1] arm/vfp: vfp_pm_suspend: Use local variable instead of rereading from register
 2012-02-03  3:56 UTC 

[PATCH v2 0/2] patch set about the MXS-DMA
 2012-02-03  1:57 UTC  (3+ messages)
` [PATCH v2 2/2] mxs-dma : rewrite the last parameter of mxs_dma_prep_slave_sg()

[RFC] ARM hugetlb support
 2012-02-03  1:41 UTC  (5+ messages)

[PATCH 0/3] coupled cpuidle state support
 2012-02-03  1:19 UTC  (10+ messages)
    ` [linux-pm] "

[PATCH v2 1/2] ARM: mx3: Let mx31 and mx35 share the same CCM header file
 2012-02-03  0:59 UTC  (4+ messages)
` [PATCH v2 2/2] ARM: mx3: Let mx31 and mx35 enter in LPM mode in WFI

[PATCH v4 2/2] pxa/hx4700: Add PCMCIA/CF support
 2012-02-03  0:40 UTC 

[PATCH v2] pinctrl: pin configuration states
 2012-02-02 23:03 UTC  (2+ messages)

[PATCH v2 1/7] LPC32xx: clock.c: Missing header file
 2012-02-02 23:01 UTC  (7+ messages)
` [PATCH v2 6/7] LPC32xx: clock.c: USB PLL fix

[PATCH] ARM: LPC32xx: ADC support
 2012-02-02 22:53 UTC  (2+ messages)

i.MX SDMA questions
 2012-02-02 22:00 UTC 

[PATCH v3 1/7] ARM: LPC32xx: Added lpc32xx_defconfig
 2012-02-02 21:52 UTC  (3+ messages)

[PATCH RFC 0/2] mtd updates
 2012-02-02 20:36 UTC  (4+ messages)
` [PATCH RFC 2/2] mtd : Make the mtd_suspend return 0 if the suspend is not implemented

[PATCH 0/2] ARM: OMAP2+: PM: code consolidation for 3.4
 2012-02-02 20:29 UTC  (4+ 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).