linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-08-10 07:20:43 to 2011-08-10 15:12:56 UTC [more...]

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

[PATCH 1/4] Framework for exporting System-on-Chip information via sysfs
 2011-08-10 15:03 UTC  (10+ messages)
` [PATCH 2/4] Add documenation for new sysfs devices/soc functionallity
` [PATCH 3/4] mach-ux500: export System-on-Chip information ux500 via sysfs
` [PATCH 4/4] Move top level platform devices in sysfs to /sys/devices/soc/X

[PATCH v7 00/16] ARM: Add support for the Large Physical Address Extensions
 2011-08-10 15:03 UTC  (17+ messages)
` [PATCH v7 01/16] ARM: LPAE: add ISBs around MMU enabling code
` [PATCH v7 02/16] ARM: LPAE: Cast the dma_addr_t argument to unsigned long in dma_to_virt
` [PATCH v7 03/16] ARM: LPAE: Use PMD_(SHIFT|SIZE|MASK) instead of PGDIR_*
` [PATCH v7 04/16] ARM: LPAE: Factor out 2-level page table definitions into separate files
` [PATCH v7 05/16] ARM: LPAE: Add (pte|pmd)val_t type definitions as u32
` [PATCH v7 06/16] ARM: LPAE: Use a mask for physical addresses in page table entries
` [PATCH v7 07/16] ARM: LPAE: Introduce the 3-level page table format definitions
` [PATCH v7 08/16] ARM: LPAE: Page table maintenance for the 3-level format
` [PATCH v7 09/16] ARM: LPAE: MMU setup for the 3-level page table format
` [PATCH v7 10/16] ARM: LPAE: Invalidate the TLB before freeing the PMD
` [PATCH v7 11/16] ARM: LPAE: Add fault handling support
` [PATCH v7 12/16] ARM: LPAE: Add context switching support
` [PATCH v7 13/16] ARM: LPAE: Add identity mapping support for the 3-level page table format
` [PATCH v7 14/16] ARM: LPAE: mark memory banks with start > ULONG_MAX as highmem
` [PATCH v7 15/16] ARM: LPAE: add support for ATAG_MEM64
` [PATCH v7 16/16] ARM: LPAE: Add the Kconfig entries

How to handle named resources with DT?
 2011-08-10 15:01 UTC  (12+ messages)

[PATCH] pxa/hx4700: Add Synaptics NavPoint (PXA27x SSP/SPI) driver
 2011-08-10 14:41 UTC  (3+ messages)

[PATCH 15/19] plat-pxa: break out GPIO driver specifics
 2011-08-10 14:38 UTC  (2+ messages)

[PATCH v2] omap: timer: Set dmtimer used as clocksource in autoreload mode
 2011-08-10 14:37 UTC  (2+ messages)

[PATCH 14/19] plat-pxa: move PXA GPIO driver to GPIO subsystem
 2011-08-10 14:36 UTC  (2+ messages)

[PATCH 0/3 v2] RFC: marvell dreamplug dft support
 2011-08-10 14:31 UTC  (3+ messages)
` [PATCH 2/3 v2] RFC: arm/kirkwood: add dreamplug support

[RFC PATCH] ARM: sched_clock: allow sched_clock to be selected at runtime
 2011-08-10 14:16 UTC  (8+ messages)

[PATCH 0/6] spi/spi-pl022 fixes
 2011-08-10 14:12 UTC  (5+ messages)

[RFC][PATCH 2/2] spi: s3c64xx: Use clkdev for bus clock lookup
 2011-08-10 13:36 UTC  (4+ messages)

[RFC PATCH 0/3] Yet another GIC OF binding series
 2011-08-10 13:23 UTC  (6+ messages)
` [RFC PATCH 1/3] dt: irq: add interrupt controller descriptor struct
` [RFC PATCH 3/3] ARM: gic: add OF based initialization

[PATCH V2 0/6] spi/spi-pl022 fixes
 2011-08-10 13:16 UTC  (26+ messages)
` [PATCH V2 1/6] spi/spi-pl022: Resolve formatting issues
` [PATCH V2 2/6] spi/spi-pl022: Use GFP_ATOMIC for allocation from tasklet
` [PATCH V2 3/6] spi/spi-pl022: Don't allocate more sg than required
` [PATCH V2 4/6] spi/spi-pl022: calculate_effective_freq() must set rate <= requested rate
` [PATCH V2 5/6] spi/spi-pl022: Call pl022_dma_remove(pl022) only if enable_dma is true
` [PATCH V2 6/6] spi/spi-pl022: Request/free DMA channels as and when required
` [PATCH V3 3/6] spi/spi-pl022: Don't allocate more sg than required

[RFC/PATCH 04/14] OMAP: McBSP: use existing macros for converting between devices
 2011-08-10 13:16 UTC  (8+ messages)
  ` [RFC/PATCH 09/14] dt: omap: prepare hwmod to support dt
  ` [RFC/PATCH 10/14] dt: Add pd_size to AUXDATA structure
  ` [RFC/PATCH 11/14] dt: omap3: add soc file for handling i2c controllers
  ` [RFC/PATCH 12/14] dt: omap3: beagle board: set clock freq for i2c devices
  ` [RFC/PATCH 14/14] dt: omap3: enable dt support for i2c1 controller

[PATCH v3 00/18] Introduce a led trigger for CPU activity and consolidate LED driver in ARM
 2011-08-10 13:11 UTC  (21+ messages)
` [PATCH 01/18] led-triggers: use atomic kzalloc during led trigger registering
` [PATCH 02/18] led-triggers: create a trigger for CPU activity
` [PATCH 03/18] arm: at91: convert old leds drivers to gpio_led and led_trigger drivers
` [PATCH 04/18] mach-realview and mach-versatile: retire custom LED code
` [PATCH 05/18] mach-ks8695: remove leds driver, since nobody use it
` [PATCH 06/18] mach-shark: retire custom LED code
` [PATCH 07/18] mach-orion5x: convert custom LED code to gpio_led and LED CPU trigger
` [PATCH 08/18] mach-integrator: move CM_CTRL to header file for accessing by other functions
` [PATCH 09/18] mach-integrator: retire custom LED code
` [PATCH 10/18] mach-clps711x: retire custom LED code of P720T machine
` [PATCH 11/18] mach-ebsa110: retire custom LED code
` [PATCH 12/18] mach-footbridge: "
` [PATCH 13/18] mach-pxa: "
` [PATCH 14/18] plat-samsung: remove including old leds event API header file
` [PATCH 15/18] mach-pnx4008: "
` [PATCH 16/18] mach-omap1: retire custom LED code
` [PATCH 17/18] mach-sa1100: "
` [PATCH 18/18] ARM: use new LEDS CPU trigger stub to replace old one

[PATCH] ARM: fix perf build with uclibc toolchains
 2011-08-10 13:08 UTC  (6+ messages)

[PATCH 1/2] ARM: perf: fix prototype of release_pmu
 2011-08-10 13:05 UTC  (3+ messages)
` [PATCH 2/2] ARM: perf: make name of arm_pmu_type consistent

[RFC][PATCH 1/2] S5PV210: SPI: Add clkdev support
 2011-08-10 12:59 UTC  (4+ messages)

[RFC PATCH 6/6] hwmon: OMAP4: On die temperature sensor driver
 2011-08-10 12:46 UTC 

[PATCH] detect conflicting zreladdrs
 2011-08-10 12:44 UTC  (4+ messages)
` [PATCH 1/3] ARM: Check for multiple zreladdrs
` [PATCH 2/3] ARM: Check for multiple load addresses before building a uImage
` [PATCH 3/3] ARM: allow to detect conflicting zreladdrs

[PATCH] omap: timer: Set dmtimer used as clocksource in autoreload mode
 2011-08-10 12:25 UTC  (3+ messages)

Remaining omap pull requests
 2011-08-10 12:21 UTC  (6+ messages)

[PATCH 19/19] mach-sa1100: delete irq_to_gpio() function
 2011-08-10 12:18 UTC 

[PATCH 18/19] mach-sa1100: move SA1100 GPIO driver to GPIO subsystem
 2011-08-10 12:18 UTC 

[PATCH 17/19] mach-pnx4008: rename GPIO header
 2011-08-10 12:18 UTC 

[PATCH 16/19] mach-pnx4008: move PNX4008 GPIO driver to GPIO subsystem
 2011-08-10 12:18 UTC 

[PATCH 13/19] mach-lpc32xx: break out GPIO driver specifics
 2011-08-10 12:18 UTC 

[PATCH 12/19] mach-lpc32xx: move LPC32XX GPIO driver to GPIO subsystem
 2011-08-10 12:17 UTC 

[PATCH 11/19] mach-ixp2000: rename GPIO header
 2011-08-10 12:17 UTC 

[PATCH 10/19] mach-ep93xx: break out GPIO driver specifics
 2011-08-10 12:17 UTC 

[PATCH 09/19] mach-davinci: break out GPIO driver specifics
 2011-08-10 12:17 UTC 

[PATCH 08/19] mach-davinci: move DaVinci TNET GPIO driver to GPIO subsystem
 2011-08-10 12:17 UTC 

[PATCH 07/19] mach-davinci: move GPIO driver to GPIO subsystem
 2011-08-10 12:17 UTC 

[PATCH 06/19] mach-ks8695: fix GPIO LEDs
 2011-08-10 12:17 UTC 

[PATCH 05/19] mach-ks8695: break out GPIO driver specifics
 2011-08-10 12:16 UTC 

[PATCH 04/19] mach-ks8695: move GPIO driver to GPIO subsystem
 2011-08-10 12:16 UTC 

[PATCH 03/19] mach-u300: delete irq_to_gpio() function
 2011-08-10 12:16 UTC 

[PATCH 02/19] mach-u300: break out GPIO driver specifics
 2011-08-10 12:16 UTC 

[PATCH 01/19] plat-nomadik: break out GPIO driver specifics
 2011-08-10 12:16 UTC 

[PATCH 00/19] GPIO exodus and cleanup
 2011-08-10 12:16 UTC 

[PATCH] atmel_serial: keep the platform_device unchanged
 2011-08-10 12:02 UTC  (7+ messages)
` [PATCH] atmel_serial: fix internal port num
  ` [PATCH] atmel_serial: fix atmel_default_console_device
          ` [PATCH v2] "

[RFC PATCH 0/5] Fix Thumb-2 undef handling for mixed-arch kernels
 2011-08-10 11:55 UTC  (10+ messages)
` [RFC PATCH 1/5] ARM: Make cpu_alignment into a global variable
` [RFC PATCH 2/5] ARM: s3c24xx: Reference cpu_architecture as "
` [RFC PATCH 3/5] ARM: kprobes: "
` [RFC PATCH 4/5] ARM: entry: Remove unnecessary masking when decoding Thumb-2 instructions
` [RFC PATCH 5/5] ARM: entry: Fix Thumb-2 undef handling for multi-CPU kernels

[PATCH 0/2] Update uart irq handling for s3c64xx and later SoC's
 2011-08-10 11:55 UTC  (4+ messages)
` [PATCH 1/2] serial: samsung: Add unified interrupt handler "
  ` [PATCH 2/2] ARM: SAMSUNG: Remove uart irq handling from plaform code

[PATCH V3] ARM: tegra: paz00: add clocks required for usb operation
 2011-08-10 11:31 UTC  (3+ messages)

[PATCH 4/5 V2] ARM: tegra: paz00: add clocks required for usboperation
 2011-08-10 11:20 UTC  (5+ messages)
  ` [PATCH 4/5 V2] ARM: tegra: paz00: add clocks required forusboperation
    ` [PATCH 4/5 V2] ARM: tegra: paz00: add clocks requiredforusboperation

[PATCH] arch:arm:plat-omap:iovmm: remove unused variable 'va'
 2011-08-10 11:18 UTC  (3+ messages)

[PATCH 0/6] OMAP: misc. PM-related fixes for v3.1-rc
 2011-08-10 10:39 UTC  (3+ messages)

[PATCH] ARM errata: Possible cache data corruption with hit-under-miss enabled
 2011-08-10 10:31 UTC  (6+ messages)

[PATCH 0/2] Remove hw_addr dma leftovers from S3C24xx machs
 2011-08-10 10:30 UTC  (3+ messages)
` [PATCH 1/2] Remove hw_addr from s3c24XX dma channel declarations
` [PATCH 2/2] Remove s3c24xx_dma_addr definition

[PATCH 1/1] ARM errata: Possible cache data corruption with hit-under-miss enabled
 2011-08-10 10:26 UTC 

[PATCH] pxa/hx4700: Set DS1WM clock_rate
 2011-08-10 10:04 UTC  (2+ messages)

[PATCH] ARM:EXYNOS4: Add the missing clock of EXYNOS4210 to remove leakage power
 2011-08-10  9:54 UTC 

[PATCH V4] mmc: Enable the ADMA2 on esdhc imx driver
 2011-08-10  9:48 UTC  (3+ messages)

[PATCH 3/5] mach-u300: patch physoffset by default
 2011-08-10  9:40 UTC  (5+ messages)
` Enabling runtime P2V by default (Re: [PATCH 3/5] mach-u300: patch physoffset by default)

OMAP3 kernels fail to build
 2011-08-10  9:18 UTC  (8+ messages)
` [PATCH] OMAP: Fix linking error in twl-common.c for OMAP2/3/4 only builds

[RFC PATCH 0/8] Introduce logical CPU mapping
 2011-08-10  8:58 UTC  (11+ messages)
` [RFC PATCH 4/8] ARM: exynos4: convert logical CPU numbers to physical numbers
` [RFC PATCH 5/8] ARM: msm: "

[PATCH] mach-sa1100: fix PCI build problem
 2011-08-10  7:58 UTC  (2+ messages)

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

[PATCH] plat-nomadik: small fixup for gpio.h
 2011-08-10  7:51 UTC 

[PATCH] iomux-mx53: fix PAD_CTRL for I2C1_SDA and I2C1_SCL
 2011-08-10  7:37 UTC  (2+ 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).