public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2011-08-11 15:25:44 to 2011-08-13 12:58:19 UTC [more...]

[PATCH v7 00/16] ARM: Add support for the Large Physical Address Extensions
 2011-08-13 12:58 UTC  (5+ messages)
` [PATCH v7 09/16] ARM: LPAE: MMU setup for the 3-level page table format
    ` [PATCH] Fix non-LPAE boot regression

Tegra pinmux Device Tree support
 2011-08-13 12:22 UTC  (4+ messages)

[PATCH 0/6] Clean up plat-mxc/include/mach/gpio.h
 2011-08-13 12:12 UTC  (18+ messages)
` [PATCH 1/6] arm/cpuimx51: gpio_to_irq() should be used to get irq from gpio number
` [PATCH 2/6] arm/imx: remove the uses of gpio_to_irq()
` [PATCH 3/6] gpio/mxc: add .to_irq for gpio chip
` [PATCH 4/6] arm/imx: remove gpio_to_irq() from mach/gpio.h
` [PATCH 5/6] gpio/mxc: move irq_to_gpio() into gpio-mxc driver
` [PATCH 6/6] arm/mxc: move IMX_GPIO_NR into mach/hardware.h

[PATCH 0/5] Miscellaneous s3c64xx fixes
 2011-08-13 11:44 UTC  (6+ messages)
` [PATCH 1/5] ARM: s3c64xx: PM: Mask and acknowledge all UART interrupts during core resume

[PATCH 0/2] Update uart irq handling for s3c64xx and later SoC's
 2011-08-13 11:26 UTC  (2+ messages)

[RFC PATCH 00/12] arm/tegra: Initialize GPIO & pinmux from DT
 2011-08-13 10:48 UTC  (16+ messages)
` [RFC PATCH 01/12] dt: Add of_find_child_node_by_name()
` [RFC PATCH 02/12] arm/tegra: Prep boards for gpio/pinmux conversion to pdevs
` [RFC PATCH 03/12] arm/tegra: Avoid duplicate gpio/pinmux devices with dt
` [RFC PATCH 04/12] arm/tegra: board-dt: Add AUXDATA for tegra-gpio and tegra-pinmux
` [RFC PATCH 05/12] arm/dt: Tegra: Add nvidia, gpios property to GPIO controller
` [RFC PATCH 06/12] arm/dt: Tegra: Add pinmux node
` [RFC PATCH 07/12] gpio/tegra: Convert to a platform device
` [RFC PATCH 08/12] gpio/tegra: Add device tree support
` [RFC PATCH 09/12] arm/tegra: Convert pinmux driver to a platform device
` [RFC PATCH 10/12] arm/tegra: Add device tree support to pinmux driver
` [RFC PATCH 11/12] arm/tegra: board-dt: Remove dependency on non-dt pinmux functions
` [RFC PATCH 12/12] arm/tegra: Remove temporary gpio/pinmux registration workaround

[PATCH kernel-3.0] arm:cache-l2x0: Fix L2 Cache size calculation
 2011-08-13  8:41 UTC  (3+ messages)

[PATCH 0/4] Initial DT support for MSM8660
 2011-08-13  8:29 UTC  (6+ messages)
` [PATCH 1/4] msm_serial: Use relative resources for iomem
` [PATCH 2/4] msm_serial: Add devicetree support
` [PATCH 3/4] ARM: msm: Add devicetree support for msm8660-surf
` [PATCH 4/4] ARM: msm: Describe MSM 8660 SURF FPGA registers in DT

Relinking zImage when nothing changes
 2011-08-13  6:34 UTC  (16+ messages)
        ` [PATCH] ARM: zImage: Skip relinking if "

[PATCH V5 00/15] To use DMA generic APIs for Samsung DMA
 2011-08-13  4:11 UTC  (6+ messages)

[GIT PULL] samsung: fixes for v3.1-rc1
 2011-08-13  4:04 UTC  (4+ messages)

[PATCH] ARM: S3C64XX: Fix build break in PM debug
 2011-08-13  1:50 UTC  (2+ messages)

[PATCH 0/2] Fixes for S5PV210 PM
 2011-08-13  1:46 UTC  (4+ messages)
` [PATCH 1/2] ARM: S5PV210: Fix build warning
` [PATCH 2/2] ARM: S5PV210: Remove unnecessary symbol for PM

[PATCH 08/19] mach-davinci: move DaVinci TNET GPIO driver to GPIO subsystem
 2011-08-12 21:30 UTC  (4+ messages)

[PATCH v2 0/3] ARM: Tegra: Harmony & Seaboard USB and audio
 2011-08-12 21:21 UTC  (3+ messages)

[GIT PULL] arm-soc fixes for 3.1-rc1
 2011-08-12 19:20 UTC 

How to handle named resources with DT?
 2011-08-12 17:21 UTC  (16+ messages)

[PATCH] ARM errata: Possible cache data corruption with hit-under-miss enabled
 2011-08-12 16:27 UTC  (7+ messages)

[PATCH v2 1/4] gpio/tegra: Remove use of irq_to_gpio
 2011-08-12 16:07 UTC  (6+ messages)
` [PATCH v2 2/4] gpio/tegra: Implement gpio_chip.to_irq
` [PATCH v2 3/4] arm/tegra: Delete custom gpio_to_irq, and irq_to_gpio
` [PATCH v2 4/4] arm/tegra: mach/gpio.h: include linux/types.h to fix build

[PATCH] OMAP: iommu flush page table entries from L1 and L2 cache
 2011-08-12 16:05 UTC  (8+ messages)

[GIT PULL] pxa: fixes for v3.1-rc1
 2011-08-12 15:45 UTC  (2+ messages)

[GIT PULL] imx-fixes
 2011-08-12 15:40 UTC  (2+ messages)

[PATCH 0/12] ARM: Remove define CONSISTENT_DMA_SIZE
 2011-08-12 15:09 UTC  (5+ messages)
` [PATCH 05/12] ARM: mach-s5pv210: Setup consistent dma size at boot time

[PATCHv14 0/9] Contiguous Memory Allocator
 2011-08-12 15:00 UTC  (12+ messages)
` [PATCH 1/9] mm: move some functions from memory_hotplug.c to page_isolation.c
` [PATCH 2/9] mm: alloc_contig_freed_pages() added
` [PATCH 3/9] mm: alloc_contig_range() added
` [PATCH 4/9] mm: MIGRATE_CMA migration type added
` [PATCH 5/9] mm: MIGRATE_CMA isolation functions added
` [PATCH 6/9] drivers: add Contiguous Memory Allocator
` [PATCH 7/9] ARM: DMA: steal memory for DMA coherent mappings
` [PATCH 8/9] ARM: integrate CMA with DMA-mapping subsystem
` [PATCH 9/9] ARM: S5PV210: example of CMA private area for FIMC device on Goni board

[GIT PULL] Fixes for 3.1
 2011-08-12 14:56 UTC 

[PATCH] s3c-adc-battery: fix compilation error due to missing header
 2011-08-12 14:55 UTC 

How to handle named resources with DT?
 2011-08-12 14:40 UTC  (13+ messages)

[PATCH] OMAP: powerdomains: Make all powerdomain target states as ON at init
 2011-08-12 14:27 UTC  (6+ messages)
` [PATCH] OMAP: clockdomain: Wait for powerdomain to be ON when using clockdomain force wakeup

[RFC PATCH 0/2] ARM: CSR: add rtciobrg and PM sleep entry
 2011-08-12 13:54 UTC  (3+ messages)
` [RFC PATCH 2/2] ARM: CSR: add PM sleep entry for SiRFprimaII

No mach-type for SHEEVAD?
 2011-08-12 13:19 UTC  (3+ messages)

[PATCH v2] ARM: sched_clock: allow sched_clock to be selected at runtime
 2011-08-12 12:24 UTC  (4+ messages)

[PATCH kernel-3.0] arm:cache-l2x0: Fix L2 Cache size calculation
 2011-08-12 11:22 UTC 

[PATCH 0/2] Add NAND support for i.MX53EVK board
 2011-08-12 10:46 UTC  (5+ messages)
` [PATCH 1/2] ARM: i.MX53: Add NAND device support
` [PATCH 2/2] ARM: i.MX53EVK: Add NAND support for i.MX53evk board

[PATCH 0/5] S5P64X0 PM Support
 2011-08-12 10:26 UTC  (6+ messages)
` [PATCH 1/5] ARM: S5P: Make the common S5P PM code conditionally compile
` [PATCH 2/5] ARM: SAMSUNG: Make the sleep code common for S3C64XX and newer SoCs
` [PATCH 3/5] ARM: S5P64X0: Add pm save/restore functions for GPIO banks
` [PATCH 4/5] ARM: S5P64X0: Fix incorrect serial clock name
` [PATCH 5/5] ARM: S5P64X0: Add Power Management support

[PATCH] ARM: EXYNOS4: Fix the IRQ definitions for MIPI CSIS device
 2011-08-12 10:18 UTC  (3+ messages)

[PATCH] ARM: EXYNOS4: remove duplicated #include
 2011-08-12  9:53 UTC  (2+ messages)

[PATCH] ARM: exynos4: Add TWD base address
 2011-08-12  9:47 UTC  (2+ messages)

[PATCH] arm: exynos4: Fix write to nonexistent TCMPB4 PWM register on samsung exynos4 platform
 2011-08-12  9:36 UTC  (3+ messages)

[PATCH] ARM: EXYNOS4: Fix wrong devname to support clkdev
 2011-08-12  9:26 UTC  (2+ messages)

[PATCH] ARM: EXYNOS4: Change the pwm device name to supprot clkdev
 2011-08-12  9:22 UTC  (2+ messages)

[PATCH kernel-3.0] arm:cache-l2x0: Fix L2 Cache size calculation
 2011-08-12  9:21 UTC 

[PATCH 1/2] gpio: Add CNS3XXX mmio gpio support
 2011-08-12  9:19 UTC  (2+ messages)

[PATCH] ARM: S3C64XX: Hook up GPIO initiated DVS on Cragganmore
 2011-08-12  9:19 UTC  (2+ messages)

[PATCH 1/2] ARM: perf: fix prototype of release_pmu
 2011-08-12  9:15 UTC  (4+ messages)
` [PATCH 2/2] ARM: perf: make name of arm_pmu_type consistent

Subject: L2x0 OF properties do not include interrupt #
 2011-08-12  9:02 UTC  (10+ messages)

[RFC PATCH 6/6] hwmon: OMAP4: On die temperature sensor driver
 2011-08-12  8:44 UTC  (13+ messages)

[PATCH] ARM: EXYNOS4: Update config file of NURI to enable RTC
 2011-08-12  8:26 UTC  (2+ messages)

[PATCH] [ARM] Orion: gpio: add missing include of linux/types.h
 2011-08-12  8:25 UTC 

[GIT PULL] omap fixes for v3.1-rc1
 2011-08-12  8:10 UTC 

[PATCH v2] OMAP3: powerdomains: Match silicon revision to select the correct "core_pwrdm" definition
 2011-08-12  7:41 UTC  (2+ messages)

[PATCH] mtd: mxc_nand: Add mx53 NFC driver support
 2011-08-12  7:07 UTC 

[PATCH v2 1/3] ARM: i.MX51: Remove _MX51 references
 2011-08-12  7:07 UTC  (6+ messages)
` [PATCH v2 2/3] ARM: i.MX51: clean up iomux-mx51.h

[PATCH v5] ARM: Use generic BUG() handler
 2011-08-12  6:36 UTC  (3+ messages)

[PATCH 00/13] Clean up mach/gpio.h headers
 2011-08-12  5:54 UTC  (9+ messages)
` [PATCH 11/13] ARM: gpio: consolidate trivial gpiolib implementations

[RFC PATCH] ARM: gic: add OF based initialization
 2011-08-12  3:02 UTC  (2+ messages)

[PATCH] ARM: do not mark CPU 0 as hotpluggable
 2011-08-12  1:31 UTC  (8+ messages)

[PATCH] i2c: tegra: fix possible race condition after tx
 2011-08-12  0:46 UTC  (6+ messages)

[PATCH V2 0/6] spi/spi-pl022 fixes
 2011-08-11 22:35 UTC  (15+ messages)
` [PATCH V2 6/6] spi/spi-pl022: Request/free DMA channels as and when required

[PATCHv4 1/2] ARM: Set proper TEXT_OFFSET for newer MSMs
 2011-08-11 21:11 UTC  (2+ messages)

[PATCH] mmc: Use pr_<level>, add and use mmc_<level>
 2011-08-11 20:34 UTC 

[PATCH] ARM: tegra: Fix <mach/gpio.h> to have necessary #includes
 2011-08-11 20:02 UTC 

[PATCH] ARM: tegra: Fix <mach/gpio.h> to have necessary #includes
 2011-08-11 19:36 UTC  (2+ messages)

[PATCH 1/4] Framework for exporting System-on-Chip information via sysfs
 2011-08-11 18:24 UTC  (6+ messages)
` [PATCH 4/4] Move top level platform devices in sysfs to /sys/devices/soc/X

[PATCH 3/5] mach-u300: patch physoffset by default
 2011-08-11 17:52 UTC  (6+ messages)
` Enabling runtime P2V by default (Re: [PATCH 3/5] mach-u300: patch physoffset by default)

[PATCH 10/19] mach-ep93xx: break out GPIO driver specifics
 2011-08-11 17:48 UTC  (5+ messages)

[PATCH] gpio: pl061: add DT binding support
 2011-08-11 16:48 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 2/2] pxa/hx4700: Add Synaptics NavPoint (PXA27x SSP/SPI) driver
 2011-08-11 16:26 UTC 

[PATCH v2 1/2] pxa/hx4700: Add Synaptics NavPoint (PXA27x SSP/SPI) driver
 2011-08-11 16:26 UTC 

[PATCH] ARM: SAMSUNG: Consolidate common function to set SDHCI plat data
 2011-08-11 15:38 UTC 

[RFC PATCH 0/9] Add pdc feature to atmel-mci
 2011-08-11 15:25 UTC  (7+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 4/8] mmc: atmel-mci: add pdc support and runtime capabilities detection
  ` [PATCH v2 5/8] mmc: atmel-mci: change atmci_start_command to atmci_send_command
  ` [PATCH v2 6/8] mmc: atmel-mci: use ATMEL_PDC_SCND_BUF_OFF instead of a literal value
  ` [PATCH v2 7/8] mmc: atmel-mci: correct sg buffer size evaluation
  ` [PATCH v2 8/8] mmc: atmel-mci: fix a potential issue about pending PDC interrupts


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox