linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-07-05 13:33:48 to 2011-07-06 03:29:56 UTC [more...]

[PATCH 01/37] ARM: prepare for removal of a bunch of <mach/memory.h> files
 2011-07-06  3:29 UTC  (12+ messages)
` [PATCH 02/37] ARM: mach-dove: remove include/mach/memory.h
` [PATCH 03/37] ARM: mach-kirkwood: remove mach/memory.h
` [PATCH 04/37] ARM: mach-loki: "
` [PATCH 05/37] ARM: mach-orion5x: "
` [PATCH 06/37] ARM: plat-omap: remove CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE related code
` [PATCH 07/37] ARM: OMAP: move OMAP1 memory config from plat/memory.h to its mach/memory.h
` [PATCH 08/37] ARM: mach-omap2: remove mach/memory.h
` [PATCH 09/37] ARM: mach-iop33x: "
` [PATCH 10/37] ARM: mach-ep93xx: remove mach/memory.h and Kconfig selection of SDRAM bank
` [PATCH 11/37] ARM: mach-s3c2410: remove memory.h
` [PATCH 12/37] ARM: mach-mv78xx0: remove mach/memory.h

[PATCH 1/2] SPI: S5PC100: Enable the SPI driver for S5PC100
 2011-07-06  3:15 UTC  (3+ messages)
` [PATCH 2/2] SPI: S5PV210: Enable the SPI driver for S5PV210

A few other cache related optimizations for Cortex-A9
 2011-07-06  3:14 UTC 

[PATCH 01/10] ARM: change ARM_DMA_ZONE_SIZE into a variable
 2011-07-06  3:12 UTC  (12+ messages)
` [PATCH 02/10] ARM: add dma_zone_size to the machine_desc structure
` [PATCH 03/10] ARM: mach-davinci: move from ARM_DMA_ZONE_SIZE to mdesc->dma_zone_size
` [PATCH 04/10] ARM: mach-h720x: "
` [PATCH 05/10] ARM: mach-ixp4xx: "
` [PATCH 06/10] ARM: mach-pxa: "
` [PATCH 07/10] ARM: mach-realview: "
` [PATCH 08/10] ARM: mach-sa1100: move "
` [PATCH 09/10] ARM: mach-shark: "
` [PATCH 10/10] ARM: ARM_DMA_ZONE_SIZE is no more

[PATCH v2 0/3] Add device tree probe support for imx fec driver
 2011-07-06  2:48 UTC  (8+ messages)
` [PATCH v2 1/3] dt/net: add helper function of_get_phy_mode
` [PATCH v2 2/3] net: ibm_newemac: convert it to use of_get_phy_mode
` [PATCH v2 3/3] net/fec: add device tree probe support

[PATCH 01/52] ARM: introduce atag_offset to replace boot_params
 2011-07-06  2:47 UTC  (52+ messages)
` [PATCH 02/52] ARM: mach-clps711x: convert boot_params to atag_offset
` [PATCH 03/52] ARM: mach-cns3xxx: "
` [PATCH 04/52] ARM: mach-davinci: "
` [PATCH 05/52] ARM: mach-dove: convert boot-params "
` [PATCH 06/52] ARM: mach-ebsa110: convert boot_params "
` [PATCH 07/52] ARM: mach-ep93xx: "
` [PATCH 08/52] ARM: mach-exynos4: "
` [PATCH 09/52] ARM: mach-footbridge: "
` [PATCH 10/52] ARM: mach-gemini: "
` [PATCH 11/52] ARM: mach-h720x: "
` [PATCH 12/52] ARM: mach-imx: "
` [PATCH 13/52] ARM: mach-integrator: "
` [PATCH 14/52] ARM: mach-iop13xx: "
` [PATCH 15/52] ARM: mach-iop32x: "
` [PATCH 16/52] ARM: mach-iop33x: "
` [PATCH 17/52] ARM: mach-ixp2000: "
` [PATCH 18/52] ARM: mach-ixp23xx: "
` [PATCH 19/52] ARM: mach-ixp4xx: "
` [PATCH 20/52] ARM: mach-kirkwood: "
` [PATCH 21/52] ARM: mach-ks8695: "
` [PATCH 22/52] ARM: mach-loki: "
` [PATCH 23/52] ARM: mach-lpc32xx: "
` [PATCH 24/52] ARM: mach-msm: "
` [PATCH 25/52] ARM: mach-mv78xx0: "
` [PATCH 26/52] ARM: mach-mx5: "
` [PATCH 27/52] ARM: mach-netx: "
` [PATCH 28/52] ARM: mach-nomadik: "
` [PATCH 29/52] ARM: mach-nuc93x: "
` [PATCH 30/52] ARM: mach-omap1: "
` [PATCH 31/52] ARM: mach-omap2: "
` [PATCH 32/52] ARM: mach-orion5x: "
` [PATCH 33/52] ARM: mach-pnx4008: "
` [PATCH 34/52] ARM: mach-pxa: "
` [PATCH 35/52] ARM: mach-realview: "
` [PATCH 36/52] ARM: mach-rpc: "
` [PATCH 37/52] ARM: mach-s3c24*: "
` [PATCH 38/52] ARM: mach-s5p64x0: "
` [PATCH 39/52] ARM: mach-s3c64xx: "
` [PATCH 40/52] ARM: mach-s5pc100, mach-s5pv210: "
` [PATCH 41/52] ARM: mach-sa1100: "
` [PATCH 42/52] ARM: mach-shark: "
` [PATCH 43/52] ARM: mach-spear*: "
` [PATCH 44/52] ARM: mach-tcc8k: "
` [PATCH 45/52] ARM: mach-tegra: "
` [PATCH 46/52] ARM: mach-u300: "
` [PATCH 47/52] ARM: mach-ux500: convert boot-params "
` [PATCH 48/52] ARM: mach-versatile: "
` [PATCH 49/52] ARM: vexpress: convert boot_params "
` [PATCH 50/52] ARM: mach-vt8500: "
` [PATCH 51/52] ARM: mach-w90x900: remove useless boot_params entries
` [PATCH 52/52] ARM: remove boot_params from struct machine_desc

[PATCH v2] msm: timer: compensate for timer shift in msm_read_timer_count
 2011-07-06  2:45 UTC  (6+ messages)
` [stable] "

[PATCH] ARM: get rid of a few StrongARM cache-related build time constants
 2011-07-06  2:33 UTC 

[PATCH v2] ARM: CSR: Adding CSR SiRFprimaII board support
 2011-07-06  2:10 UTC  (7+ messages)

[PATCH v5 0/1] pruss mfd drivers
 2011-07-06  2:00 UTC  (6+ messages)
` [PATCH v5 1/1] drivers:staging:pruss: add pruss staging mfd driver

[PATCH] OMAP: hwmod: add kernel cmdline flag to avoid resetting IP blocks during init
 2011-07-06  2:00 UTC  (4+ messages)

[PATCH] ARM: mach-s3c24a0: delete
 2011-07-06  1:37 UTC  (6+ messages)

[PATCH 0/6+1] ARM: EXYNOS4: SYSMMU: Improvements on SYSMMU driver
 2011-07-05 23:51 UTC  (5+ messages)

[PATCH] ARM: poison initmem when it is freed
 2011-07-05 23:34 UTC  (5+ messages)

[PATCH v4] mmc: documentation of mmc non-blocking request usage and design
 2011-07-05 23:27 UTC  (2+ messages)

[RFC] virtio: expose for non-virtualization users too
 2011-07-05 22:35 UTC  (2+ messages)

[PATCH 00/10] Enhance /dev/mem to allow read/write of arbitrary physical addresses
 2011-07-05 22:34 UTC  (8+ messages)

[PATCH v2] ARM: kirkwood: Add support for Buffalo LS-XHL
 2011-07-05 21:42 UTC  (5+ messages)

[PATCH v3] documentation of mmc non-blocking request
 2011-07-05 21:31 UTC  (4+ messages)
` [PATCH v3] mmc: documentation of mmc non-blocking request usage and design

[PATCH 00/15] Big pxa2[57]x_udc cleanup
 2011-07-05 20:58 UTC  (12+ messages)
` [PATCH 04/15] ARM: pxa25x_udc: separate lubbock handling to lubbock-usb transceiver
` [PATCH 05/15] ARM: pxa/lubbock: switch to using lubbock_usb_xceiv transceiver
` [PATCH 07/15] pxa25x_udc: drop support for udc_command
` [PATCH 15/15] pxa2[57]x_udc: drop gpio_pullup handling

[PATCH 0/3] tegra: Use engineering names in DT compatible properties
 2011-07-05 20:29 UTC  (4+ messages)
` [PATCH 1/3] mmc/tegra: Use engineering names in DT compatible property
` [PATCH 2/3] ARM: tegra: "
` [PATCH 3/3] dt: docs: "

[PATCH 1/5] ASoC: wm8731: rework power management
 2011-07-05 20:27 UTC  (7+ messages)
` [PATCH] ASoC: wm8731: set the ACTIVE bit if bias ON entered
          ` [alsa-devel] "

[PATCH] ARM: tegra: Harmony: Use engineering names in DT compatible property
 2011-07-05 20:23 UTC 

[PATCH] i2c: tegra: Use engineering names in DT compatible property
 2011-07-05 20:21 UTC 

[PATCH] plat-pxa: Enable ability to adjust SD/MMC clocks
 2011-07-05 20:20 UTC  (10+ messages)
        ` [PATCH v2] arm: mach-mmp: brownstone.c support multiple sd slots
                ` [PATCH v3] "

[PATCH] spi/tegra: Use engineering names in DT compatible property
 2011-07-05 20:18 UTC 

[PATCH] ARM: tegra: gpio: Use engineering names in DT compatible property
 2011-07-05 20:15 UTC 

[PATCH/RFC] mach-loki: delete
 2011-07-05 20:10 UTC 

[PATCH] tty/serial: tegra: Use engineering names in DT compatible property
 2011-07-05 20:07 UTC 

[PATCH v2] documentation of mmc non-blocking request
 2011-07-05 19:30 UTC  (2+ messages)
` [PATCH v2] mmc: documentation of mmc non-blocking request usage and design

[PATCH] mmc: documentation of mmc non-blocking request usage and design
 2011-07-05 19:28 UTC  (3+ messages)

[PATCH] ARM: move memory layout sanity checking before meminfo initialization
 2011-07-05 19:20 UTC  (2+ messages)

[PATCH v3] ARM: l2x0: Add OF based initialization
 2011-07-05 19:08 UTC  (3+ messages)

[PATCH v4 00/18] I2C: OMAP: I2C fixes, removal of cpu_is... from driver
 2011-07-05 19:00 UTC  (6+ messages)

[PATCH 0/4] ARM: smp_twd: mpcore_wdt: Fix MPCORE watchdog setup
 2011-07-05 19:00 UTC  (8+ messages)
` [PATCH V2 0/6] arm_smp_twd: "
` [PATCH V2 1/6] arm_smp_twd: Fix typo in 'twd_timer_rate' printing
` [PATCH V2 2/6] arm_smp_twd: mpcore_wdt: Fix watchdog counter loading
` [PATCH V2 3/6] mpcore_wdt: Fix WDIOC_SETOPTIONS handling
` [PATCH V2 4/6] mpcore_wdt: Fix timer mode setup
` [PATCH V2 5/6] mpcore_wdt: Add cpufreq notifier to reload counter
` [PATCH V2 6/6] mpcore_wdt: Move declarations in a separate header

[PATCH] ARM: omap4: rename gpmc clock to gpmc_ick
 2011-07-05 18:42 UTC  (4+ messages)

Tegra device name for device tree
 2011-07-05 18:29 UTC  (2+ messages)

[PATCH v3 00/13] OMAP4: Add modulemode support to hwmod framework
 2011-07-05 18:21 UTC  (3+ messages)
` [PATCH v3 04/13] OMAP: hwmod: Wait the idle status to be disabled

[PATCH v8 00/14] Consolidating GIC per-cpu interrupts
 2011-07-05 18:06 UTC  (3+ messages)
` [PATCH v8 09/14] ARM: msm: use remapped PPI interrupts for local timer

[PATCH 0/7] ARM: S5P: Use generic DMA APIs
 2011-07-05 18:04 UTC  (5+ messages)
` [PATCH 7/7] ASoC: Samsung: Update DMA interface

[PATCH v2 0/3] Add device tree probe for sdhci-esdhc-imx
 2011-07-05 17:54 UTC  (6+ messages)
` [PATCH v2 1/3] mmc: sdhci-esdhc-imx: get rid of the uses of cpu_is_mx()
` [PATCH v2 2/3] mmc: sdhci-pltfm: dt device does not pass parent to sdhci_alloc_host
` [PATCH v2 3/3] mmc: sdhci-esdhc-imx: add device tree probe support

[PATCH 3/5] arch/arm/mach-omap2/smartreflex.c: add missing error-handling code
 2011-07-05 17:51 UTC  (2+ messages)

[PATCH v2 0/2] Add device tree probe for imx/mxc gpio
 2011-07-05 17:45 UTC  (8+ messages)
` [PATCH v2 1/3] gpio/mxc: get gpio range/base from gpio core
` [PATCH v2 2/3] gpio/mxc: get rid of the uses of cpu_is_mx()
` [PATCH v2 3/3] gpio/mxc: add device tree probe support

[PATCHv2] arm: platsmp: Allow secondary cpu hotplug with maxcpus=1
 2011-07-05 17:29 UTC 

[PATCH v2 0/2] Add device tree probe support for tty/serial/imx
 2011-07-05 17:27 UTC  (4+ messages)
` [PATCH v2 1/2] serial/imx: get rid of the uses of cpu_is_mx1()
` [PATCH v2 2/2] serial/imx: add device tree probe support

[PATCH 0/3] Add device tree probe for sdhci-esdhc-imx
 2011-07-05 17:20 UTC  (5+ messages)
` [PATCH 3/3] mmc: sdhci-esdhc-imx: add device tree probe support

[RFC PATCH v5] ARM hibernation / suspend-to-disk (fwd)
 2011-07-05 17:09 UTC  (7+ messages)

[PATCH] ARM: mxs/tx28: according to the TX28's datasheet D4-D7 are not used for MMC0
 2011-07-05 16:59 UTC  (2+ messages)

[RFC 0/8] Introducing a generic AMP/IPC framework
 2011-07-05 16:54 UTC  (10+ messages)
  ` [RFC 5/8] remoteproc: add davinci implementation

[PATCH 0/2] Add device tree probe for imx/mxc gpio
 2011-07-05 16:42 UTC  (11+ messages)
` [PATCH 1/2] gpio/mxc: get rid of the uses of cpu_is_mx()

[GIT PULL] pxa: fixing patches for v3.0-rc6
 2011-07-05 16:11 UTC 

[GIT PULL] pxa: patches for v3.1
 2011-07-05 16:09 UTC 

[PATCH] Add 'config IMX_NFC_V1_BISWAP' to swap the Bad block Indicator, and use for imx27pdk nand support
 2011-07-05 15:52 UTC  (2+ messages)

plat-orion multi purpose pins problem for mv78200
 2011-07-05 15:37 UTC  (4+ messages)

RTC backup on omap3 (overo)
 2011-07-05 15:36 UTC  (2+ messages)

Unnecessary cache-line flush on page table updates ?
 2011-07-05 14:40 UTC  (13+ messages)

[PATCH 1/7] balloon3: drop udc_is_connected
 2011-07-05 14:35 UTC  (10+ messages)
` [PATCH 4/7] pxa25x: separate lubbock handling to lubbock-usb transceiver

[PATCH] pxa/magician: fix MAGICIAN_EGPIO_BASE, align with NR_BUILTIN_GPIO
 2011-07-05 14:29 UTC  (4+ messages)

[PATCH 1/3] ohci-at91: add vbus_pin_inverted platform attribute
 2011-07-05 14:23 UTC  (3+ messages)
` [PATCH 2/3] at91-ohci: support overcurrent notification

[PATCHv11 0/8] Contiguous Memory Allocator
 2011-07-05 13:58 UTC  (4+ messages)
` [PATCH 6/8] drivers: add "

[PATCH] Enable RTC driver
 2011-07-05 13:35 UTC 


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