linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-08-29 23:20:11 to 2013-08-30 19:10:36 UTC [more...]

big-endian patch series
 2013-08-30 19:10 UTC 

[PATCH] cpufreq: imx6q: Fix clock enable balance
 2013-08-30 19:00 UTC  (3+ messages)

3.11-rc7 big-endian support
 2013-08-30 18:55 UTC  (11+ messages)
` [PATCH 08/19] highbank: enable big-endian
` [PATCH 14/19] ARM: set --be8 when linking modules
` re-send patch series due to mta issues
  ` [PATCH 11/19] ARM: alignment: correctly decode instructions in BE8 mode

[PATCH RFC 0/2] PM / Hibernate: sysfs resume
 2013-08-30 18:42 UTC  (6+ messages)
` [PATCH RFC 1/2] PM / Hibernate: use name_to_dev_t to parse resume

[PATCH] ARM: imx6qdl-wandboard: Add spdif support
 2013-08-30 18:26 UTC 

[PATCH v2 00/13] ARM: OMAP2+: AM43x PRCM support
 2013-08-30 18:04 UTC  (4+ messages)
` [PATCH v2 01/13] ARM: OMAP2+: CM: reintroduce SW_SLEEP for OMAP4

[PATCH v4 0/4] ARM: OMAP2+: AM33XX: VDD CORE OPP50 support
 2013-08-30 17:57 UTC  (13+ messages)

[PATCHv2 0/4] Add Freescale FTM PWM driver for Vybrid VF610 TOWER
 2013-08-30 17:49 UTC  (7+ messages)
` [PATCHv2 1/4] pwm: Add Freescale FTM PWM driver support
` [PATCHv2 2/4] ARM: dts: Add Freescale FTM PWM node for VF610
` [PATCHv2 3/4] ARM: dts: Enables FTM PWM device for Vybrid VF610 TOWER board
` [PATCHv2 4/4] Documentation: Add device tree bindings for Freescale FTM PWM

[PATCHv3 0/9] ARM: OMAP2+: AM33XX: Add suspend-resume support
 2013-08-30 17:39 UTC  (12+ messages)
` [PATCHv3 8/9] ARM: OMAP2+: AM33XX: Basic suspend resume support

[PATCH] ARM: dts: vexpress: Add CCI node to TC2 device-tree
 2013-08-30 17:36 UTC  (6+ messages)

[RFC PATCH 00/14] arm64: suspend/resume implementation
 2013-08-30 17:32 UTC  (7+ messages)
` [RFC PATCH 04/14] arm64: kernel: suspend/resume registers save/restore
` [RFC PATCH 05/14] arm64: kernel: cpu_{suspend/resume} implementation
` [RFC PATCH 12/14] arm64: kernel: add cpu_{suspend}/{resume} build infrastructure

[PATCH v7 0/3] gpio: bcm281xx: GPIO driver
 2013-08-30 17:15 UTC  (4+ messages)
` [PATCH v7 1/3] gpio: bcm281xx: Add "
` [PATCH v7 2/3] ARM: bcm281xx: Enable "
` [PATCH v7 3/3] ARM: bcm281xx: Add device node for the GPIO controller

[GIT PULL] ARM/ARM64 architected timer updates for v3.12, take 2
 2013-08-30 16:52 UTC 

[PATCHv3 0/5] arm64: initial CPU hotplug support
 2013-08-30 16:39 UTC  (5+ messages)
` [PATCHv3 2/5] arm64: factor out spin-table boot method

[PATCH v6 0/5] ARM/ARM64 architected timer updates
 2013-08-30 16:35 UTC  (6+ messages)

[PATCH v2 0/4] ARM: keystone: clock tree and PM bus support
 2013-08-30 16:25 UTC  (7+ messages)
` [PATCH v2 1/4] ARM: dts: keystone: Add clock tree data to devicetree
` [PATCH v2 2/4] ARM: dts: keystone: Add clock phandle to UART nodes
` [PATCH v2 3/4] ARM: keystone: Enable clock drivers
` [PATCH v2 4/4] ARM: keystone: add PM bus support for clock management

[Patch v3 0/3] Add CCI PMU support
 2013-08-30 16:17 UTC  (9+ messages)
` [Patch v3 2/3] ARM: dts: Document the CCI PMU DT bindings
` [Patch v3 3/3] drivers: CCI: add ARM CCI PMU support

[alsa-devel] [PATCH RFC 10/13] ASoC: kirkwood-t5325: add DAPM links between codec and cpu DAI
 2013-08-30 16:10 UTC  (11+ messages)

Cortex A9 Private Timer
 2013-08-30 15:14 UTC 

[PATCH] ARM64: KVM: Fix coherent_icache_guest_page() for host with external L3-cache
 2013-08-30 15:12 UTC  (26+ messages)

[PATCH 1/2] ARM: Dove: Add the audio devices in DT
 2013-08-30 15:08 UTC  (11+ messages)

[GIT PULL] Highbank updates for 3.12, take 2
 2013-08-30 15:01 UTC  (2+ messages)

[PATCH v6 0/5] clk: clock deregistration support
 2013-08-30 14:53 UTC  (6+ messages)
` [PATCH v6 1/5] clk: Provide not locked variant of of_clk_get_from_provider()
` [PATCH v6 2/5] clkdev: Fix race condition in clock lookup from device tree
` [PATCH v6 3/5] clk: Add common __clk_get(), __clk_put() implementations
` [PATCH v6 4/5] clk: Assign module owner of a clock being registered
` [PATCH v6 5/5] clk: Implement clk_unregister

[PATCH v9 0/7] enable hi3xxx SoC
 2013-08-30 14:44 UTC  (5+ messages)
` [PATCH v9 3/7] ARM: dts: enable hi4511 with device tree

[PATCH v2 0/3] OMAP4+: Get rid of internal SRAM handling
 2013-08-30 14:41 UTC  (6+ messages)
` [PATCH v2 3/3] ARM: OMAP4+: Remove static iotable mappings for SRAM

[PATCH V3 RFC 00/16] EFI stub for ARM
 2013-08-30 14:36 UTC  (37+ messages)
` [PATCH 01/16] Move common EFI stub code from x86 arch code to common location
` [PATCH 02/16] Add system pointer argument to shared EFI stub related functions so they no longer use global system table pointer as they did when part of eboot.c. This code is now shared, so using a global variable as part of the interface is not that nice. Also, by avoiding any global variables in the ARM EFI stub, this allows the code to be position independent without requiring GOT fixups
` [PATCH 03/16] Rename memory allocation/free functions
` [PATCH 04/16] Add minimum address parameter to efi_low_alloc()
` [PATCH 05/16] rename __get_map() to efi_get_memory_map(), add parameter to optionally return mmap key. The mmap key is required to exit EFI boot services, and allows efi_get_memory_map() to be used for getting final memory map
` [PATCH 06/16] Enforce minimum alignment of 1 page on allocations. The efi_high_alloc() and efi_low_alloc() functions use the EFI_ALLOCATE_ADDRESS option to the EFI function allocate_pages(), which requires a minimum of page alignment, and rejects all other requests
` [PATCH 08/16] Generalize handle_ramdisks() and rename to handle_cmdline_files()
` [PATCH 09/16] Renames in handle_cmdline_files() to complete generalization
` [PATCH 10/16] Move EFI_READ_CHUNK_SIZE define to shared location
` [PATCH 11/16] Add proper definitions for some EFI function pointers
` [PATCH 12/16] Fix types in EFI calls to match EFI function definitions
` [PATCH 13/16] resolve warnings found on ARM compile
` [PATCH 14/16] Add strstr to compressed string.c for ARM
` [PATCH 15/16] Add EFI stub "
` [PATCH 16/16] Add config EFI_STUB for ARM to Kconfig

[PATCH v3 0/1] ARM: signal: sigreturn_codes should be endian neutral to work in BE8
 2013-08-30 14:00 UTC  (3+ messages)
` [PATCH v3 1/1] "

[PATCH v5 0/13] enable swiotlb-xen on arm and arm64
 2013-08-30 13:53 UTC  (7+ messages)
` [PATCH v5 07/13] xen: make xen_create_contiguous_region return the dma address
` [PATCH v5 08/13] swiotlb-xen: support autotranslate guests
` [PATCH v5 12/13] swiotlb-xen: use xen_alloc/free_coherent_pages

[PATCH v2 00/16] Exynos clock clean-up for 3.12
 2013-08-30 13:51 UTC  (2+ messages)

[PATCH 00/10] cpufreq: OMAP: move into drivers, cleanups/fixes for v3.2
 2013-08-30 13:26 UTC  (8+ messages)
` [PATCH 02/10] cpufreq: OMAP: Add SMP support for OMAP4+

Clock framework deadlock with external SPI clockchip
 2013-08-30 13:24 UTC 

[PATCH v4 0/10] enable swiotlb-xen on arm and arm64
 2013-08-30 13:23 UTC  (11+ messages)
` [PATCH v4 09/10] swiotlb-xen: support autotranslate guests
` [PATCH v4 10/10] xen/arm,arm64: enable SWIOTLB_XEN

[RFC 00/17] ARM: provide common arch init for DT clocks
 2013-08-30 13:12 UTC  (7+ messages)
` [PATCH RFC v2 14/16] ARM: vexpress: remove custom .init_time hook

[PATCH v7 0/4] Device Tree support for CMA (Contiguous Memory Allocator)
 2013-08-30 12:39 UTC  (8+ messages)
` [PATCH v7 2/4] drivers: of: add function to scan fdt nodes given by path
` [PATCH v7 3/4] drivers: of: add initialization code for dma reserved memory

[PATCH v2 0/7] ARM: imx27 pinctrl
 2013-08-30 12:17 UTC  (4+ messages)
` [PATCH v2 1/7] pinctrl: imx1 core driver

[PATCH v4 0/2] media: s5p-tv: clean-up and fixes
 2013-08-30 12:02 UTC  (3+ messages)
` [PATCH v4 1/2] media: s5p-tv: Replace mxr_ macro by default dev_
` [PATCH v4 2/2] media: s5p-tv: Restore vpll clock rate

pinctrl-mxs fails to parse function definitions from different .dts files
 2013-08-30 11:51 UTC  (2+ messages)

[PATCH 2/2] ARM: EXYNOS: add cpuidle-exynos.max_states kernel parameter
 2013-08-30 10:21 UTC 

[PATCH 1/2] ARM: EXYNOS: convert cpuidle driver to be a platform driver
 2013-08-30 10:15 UTC 

[PATCH] Move the EM_AARCH64 definition to uapi/linux/elf-em.h
 2013-08-30 10:09 UTC  (4+ messages)
` [PATCH] Move the EM_ARM and EM_AARCH64 definitions "
  ` [PATCH repost-for-3.12] "

[PATCH] arm64: Add EM_AARCH64 to elf-em.h
 2013-08-30 10:05 UTC  (2+ messages)

[PATCH v3 0/3] Introduce atomic MMIO register modify
 2013-08-30 10:03 UTC  (10+ messages)
` [PATCH v3 1/3] ARM: Introduce atomic MMIO modify

[GIT PULL] ARM/ARM64 architected timer updates for v3.12
 2013-08-30 10:00 UTC  (3+ messages)

[PATCH RFC 00/13] Adding SPDIF support to kirkwood-i2s
 2013-08-30  9:56 UTC  (9+ messages)
      ` [alsa-devel] "

[PATCH 0/3] crypto: omap-des: Add driver for OMAP DES module
 2013-08-30  9:19 UTC  (6+ messages)
` [PATCH 1/3] crypto: omap-des: Add omap-des driver for OMAP4/AM43xx
` [PATCH 2/3] crypto: omap-des: Add config and build options
` [PATCH 3/3] crypto: omap-des: Add triple DES (des3_ede) support to driver

[PATCH v4] ARM: Add check for Cortex-A15 errata 798181 ECO
 2013-08-30  9:11 UTC  (2+ messages)

[Query] CPUFreq: Does these machines have separate clock domains for CPUs?
 2013-08-30  8:49 UTC  (5+ messages)

[PATCH RESEND] i2c: designware: use module_platform_driver
 2013-08-30  8:27 UTC  (8+ messages)
` getting rid of subsys_initcall usage? (was: Re: [PATCH RESEND] i2c: designware: use module_platform_driver)
  ` getting rid of subsys_initcall usage?

[PATCH v4 0/5] ARM: tegra: support for Trusted Foundations
 2013-08-30  8:23 UTC  (4+ messages)
` [PATCH v4 1/5] ARM: add basic Trusted Foundations support

[PATCH v6 0/2] gpio: bcm281xx: GPIO driver
 2013-08-30  8:03 UTC  (4+ messages)
` [PATCH v6 1/2] gpio: bcm281xx: Add "
` [PATCH v6 2/2] gpio: bcm281xx: Add device node for the GPIO controller

[PATCH v3 0/5] ARM: Broadcom BCM4760 support
 2013-08-30  8:01 UTC  (11+ messages)
` [PATCH v3 2/5] ARM: bcm4760: Add platform infrastructure
` [PATCH v3 3/5] ARM: bcm4760: Add system timer
` [PATCH v3 5/5] ARM: bcm4760: Add restart hook

[PATCH] pinctrl: sunxi: drop lock on error path
 2013-08-30  7:52 UTC  (2+ messages)

[PATCH v4 0/5] ARM: at91: prepare transition to common clk framework
 2013-08-30  7:18 UTC  (3+ messages)
` [PATCH v4 3/5] at91/avr32/atmel_lcdfb: prepare clk before calling enable

[PATCH v4 0/5] clk: dt: bindings for mux, divider & gate clocks
 2013-08-30  7:05 UTC  (10+ messages)
` [PATCH v4 3/5] clk: dt: binding for basic multiplexer clock
` [PATCH v4 5/5] clk: dt: binding for basic gate clock

[PATCH] clocksource: em_sti: Adjust clock event rating to fix SMP broadcast
 2013-08-30  7:02 UTC  (7+ messages)

[PATCH 00/14] ARM: shmobile: Cleanups and machine descriptor rework
 2013-08-30  6:58 UTC  (5+ messages)
` [PATCH 04/14] ARM: shmobile: sh73a0: Remove ->init_machine() special case

[PATCH V3] ARM: dts: Add DMA controller node info on Exynos5420
 2013-08-30  4:43 UTC 

[PATCH v4 0/2]Add Freescale DSPI driver for Vybrid VF610 platform
 2013-08-30  3:19 UTC  (3+ messages)
` [PATCH v4 1/2] ARM:dts: vf610: Add DSPI nodes
` [PATCH v4 2/2] ARM:dts:vf610-twr:Enable DSPI0 devices and Flash at26df081a

[PATCH] ARM: imx6sl: add imx6sl iomux-gpr field define
 2013-08-30  2:15 UTC  (3+ messages)

[GIT PULL] non-critical omap fixes for v3.12 merge window
 2013-08-30  2:11 UTC  (4+ messages)

[PATCH v3 0/8] Add the Quadspi driver for vf610-twr
 2013-08-30  2:07 UTC  (9+ messages)
` [PATCH v3 1/8] mtd: m25p80: move the spi-nor commands to a header
` [PATCH v3 2/8] mtd: m25p80: add support for Spansion s25fl128s chip
` [PATCH v3 3/8] mtd: m25p80: add the quad-read support
` [PATCH v3 4/8] mtd: m25p80: add the DDR "
` [PATCH v3 5/8] spi: Add Freescale QuadSpi driver
` [PATCH v3 6/8] Documentation: add the binding file for Quadspi driver
` [PATCH v3 7/8] ARM: dts: vf610: change the PAD values for Quadspi
` [PATCH v3 8/8] ARM: dts: vf610-twr: Add SPI NOR support

[PATCH 4/4] mm/arch: use NUMA_NODE
 2013-08-30  2:06 UTC 

[GIT PULL] ARM: SoC fixes for 3.11
 2013-08-30  1:19 UTC 

[PATCH v4 0/5] clk/exynos5420: add clocks for hdmi subsystem
 2013-08-30  1:04 UTC  (4+ messages)

[PATCH] clk: wm831x: Provide is_prepared() rather than is_enabled()
 2013-08-30  0:30 UTC  (2+ messages)

[GIT PULL 0/5] Third round of Renesas ARM-based SoC board updates for v3.12
 2013-08-30  0:19 UTC  (3+ messages)

[GIT PULL] DaVinci GPIO driver updates for v3.12
 2013-08-29 23:58 UTC  (2+ messages)

[GIT PULL 0/2] 3rd Round Samsung stuff for v3.12
 2013-08-29 23:57 UTC  (2+ messages)

[PATCH v5] gpio: pcf857x: Add OF support
 2013-08-29 23:52 UTC  (5+ messages)

[GIT PULL] ARM: late bcm SOC for 3.12
 2013-08-29 23:49 UTC  (2+ messages)

[PATCH] ARM: shmobile: update SDHI DT compatibility string to the <unit>-<soc> format
 2013-08-29 23:47 UTC  (2+ messages)

[GIT PULL 1/2] late omap PRCM and hwmod changes for v3.12 merge window
 2013-08-29 23:46 UTC  (2+ messages)
  ` [GIT PULL 2/2] late dra7xx PRCM and hwmod support "

[GIT PULL] arm: dts: SOCFPGA updates for v3.12
 2013-08-29 23:45 UTC  (3+ messages)

[GIT PULL 1/2] late omap PRCM and hwmod changes for v3.12 merge window
 2013-08-29 23:38 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).