messages from 2012-08-10 18:39:13 to 2012-08-13 10:20:27 UTC [more...]
[PATCH v2] mtd: gpmi: add NAND write verify support
2012-08-13 10:20 UTC (5+ messages)
[PATCHv2 0/4] Add device tree data for omap5
2012-08-13 10:05 UTC (5+ messages)
` [PATCHv2 1/4] arm/dts: omap5-evm: Add I2C support
` [PATCHv2 2/4] arm/dts: omap5-evm: Add tmp102 sensor support
` [PATCH 3/4] arm/dts: omap5-evm: Add keypad data
` [PATCH 4/4] arm/dts: omap5-evm: Add bmp085 sensor support
[PATCH v3 0/7] mv643xx.c: Add basic device tree support
2012-08-13 10:00 UTC (5+ messages)
[PATCH 0/6] pinctrl: add DT support in PXA series
2012-08-13 9:43 UTC (7+ messages)
` [PATCH 6/6] ARM: dts: add pinctrl in PXA DT files
[PATCH 0/9] ARM perf updates for 3.7
2012-08-13 9:32 UTC (7+ messages)
` [PATCH 1/9] ARM: PMU: Add runtime PM Support
` [PATCH 2/9] ARM: perf: add devicetree bindings for 11MPcore, A5, A7 and A15 PMUs
RFC: mutex: hung tasks on SMP platforms with asm-generic/mutex-xchg.h
2012-08-13 9:13 UTC (7+ messages)
[PATCH v2 1/2] ARM: i.MX35: Add kernel oftree support
2012-08-13 8:15 UTC (2+ messages)
[PATCH] ARM: S5PV310: Set bit 22 in the PL310 (cache controller) AuxCtlr register
2012-08-13 7:39 UTC (4+ messages)
[RFC PATCH] ARM: add coherent dma ops
2012-08-13 6:15 UTC (2+ messages)
[PATCH v10 00/18] Introduce a led trigger for CPU activity and consolidate LED driver in ARM
2012-08-13 5:51 UTC (19+ messages)
` [PATCH 01/18] led-triggers: create a trigger for CPU activity
` [PATCH 02/18] ARM: at91: convert old leds drivers to gpio_led and led_trigger drivers
` [PATCH 03/18] ARM: mach-realview and mach-versatile: retire custom LED code
` [PATCH 04/18] ARM: mach-ks8695: remove leds driver, since nobody use it
` [PATCH 05/18] ARM: mach-shark: retire custom LED code
` [PATCH 06/18] ARM: mach-orion5x: convert custom LED code to gpio_led and LED CPU trigger
` [PATCH 07/18] ARM: mach-integrator: move CM_CTRL to header file for accessing by other functions
` [PATCH 08/18] ARM: mach-integrator: retire custom LED code
` [PATCH 09/18] ARM: mach-clps711x: retire custom LED code of P720T machine
` [PATCH 10/18] ARM: mach-ebsa110: retire custom LED code
` [PATCH 11/18] ARM: mach-footbridge: "
` [PATCH 12/18] char: nwflash: remove old led event code
` [PATCH 13/18] ARM: mach-pxa: retire custom LED code
` [PATCH 14/18] ARM: plat-samsung: remove including old leds event API header file
` [PATCH 15/18] ARM: mach-pnx4008: "
` [PATCH 16/18] ARM: mach-omap1: retire custom LED code
` [PATCH 17/18] ARM: mach-sa1100: "
` [PATCH 18/18] ARM: use new LEDS CPU trigger stub to replace old one
[PATCH v4 0/4] dt: device tree support for TI EMIF driver for 3.6
2012-08-13 5:27 UTC (12+ messages)
` [PATCH v4 4/4] memory: emif: add device tree support to emif driver
[v2] gpio: mvebu: new gpio driver for mvebu platforms
2012-08-13 5:18 UTC (7+ messages)
` [PATCH 1/5] gpio: introduce gpio-mvebu driver for Marvell SoCs
` [PATCH 2/5] Documentation: add description of DT binding for the gpio-mvebu driver
` [PATCH 3/5] arm: mvebu: use GPIO support now that a driver is available
` [PATCH 4/5] arm: mvebu: add DT information for GPIO banks on Armada 370 and XP
` [PATCH 5/5] arm: mvebu: add gpio support in defconfig
[PATCH v3 0/2] Add pinctrl support to AM33XX family of devices
2012-08-13 4:33 UTC (6+ messages)
` [PATCH RESEND v2 1/2] arm/dts: Add AM33XX basic pinctrl support
[PATCH v2 00/22] Introducing the TI Keystone platform
2012-08-13 4:03 UTC (42+ messages)
` [PATCH v2 01/22] ARM: add mechanism for late code patching
` [PATCH v2 02/22] ARM: add self test for runtime patch mechanism
` [PATCH v2 03/22] ARM: use late patch framework for phys-virt patching
` [PATCH v2 04/22] ARM: LPAE: use phys_addr_t on virt <--> phys conversion
` [PATCH v2 05/22] ARM: LPAE: support 64-bit virt_to_phys patching
` [PATCH v2 06/22] ARM: LPAE: use signed arithmetic for mask definitions
` [PATCH v2 07/22] ARM: LPAE: use phys_addr_t in alloc_init_pud()
` [PATCH v2 08/22] ARM: LPAE: use phys_addr_t in free_memmap()
` [PATCH v2 09/22] ARM: LPAE: use phys_addr_t for initrd location and size
` [PATCH v2 10/22] ARM: LPAE: use phys_addr_t in switch_mm()
` [PATCH v2 11/22] ARM: LPAE: use 64-bit accessors for TTBR registers
` [PATCH v2 12/22] ARM: LPAE: define ARCH_LOW_ADDRESS_LIMIT for bootmem
` [PATCH v2 13/22] ARM: LPAE: factor out T1SZ and TTBR1 computations
` [PATCH v2 14/22] ARM: LPAE: accomodate >32-bit addresses for page table base
` [PATCH v2 15/22] ARM: mm: use physical addresses in highmem sanity checks
` [PATCH v2 16/22] ARM: mm: cleanup checks for membank overlap with vmalloc area
` [PATCH v2 17/22] ARM: mm: clean up membank size limit checks
` [PATCH v2 18/22] ARM: add virt_to_idmap for interconnect aliasing
` [PATCH v2 19/22] ARM: recreate kernel mappings in early_paging_init()
` [RFC v2 21/22] ARM: keystone: enable SMP on Keystone machines
` [RFC v2 22/22] ARM: keystone: add switch over to high physical address range
` [RFC v2 20/22] ARM: keystone: introducing TI Keystone platform
[PATCH] clk: mxs: Register USB clocks for mx23
2012-08-13 3:06 UTC (5+ messages)
[PATCH v4] mtd: gpmi: add NAND write verify support
2012-08-13 2:35 UTC (6+ messages)
[PATCH 04/11] MFD: twl4030-audio: Add DT support
2012-08-12 18:50 UTC (11+ messages)
[PATCH 0/6] ARM: dove: DT support for Marvell Dove
2012-08-12 15:22 UTC (12+ messages)
` [PATCH 1/6] ARM: dove: unify clock setup
` [PATCH v2 0/6] ARM: dove: DT support for Marvell Dove
` [PATCH v2 1/6] ARM: dove: unify clock setup
` [PATCH v2 2/6] ARM: dove: add clock gating control
` [PATCH v2 3/6] ARM: dove: add crypto engine
` [PATCH v2 4/6] ARM: dove: add device tree based machine descriptor
` [PATCH v2 5/6] ARM: dove: add device tree descriptors
` [PATCH v2 6/6] ARM: dove: SolidRun CuBox DT
[PATCH 0/3] i.MX28 LRADC driver
2012-08-12 14:23 UTC (6+ messages)
` [PATCH 2/3 V2] IIO: Add basic MXS "
[PATCH] Allow memblock steal operations to remove memory from anywhere
2012-08-12 12:46 UTC (3+ messages)
[PATCH V3] CS89x0 : Use ioread16/iowrite16 on all platforms
2012-08-12 11:24 UTC (3+ messages)
[GIT PULL] LED CPU trigger driver and ARM LED code consolidation (v2)
2012-08-12 4:51 UTC (9+ messages)
[PATCH 0/3] ARM: Kirkwood: update defconfig and fix ts219 dtb
2012-08-11 23:18 UTC (14+ messages)
` [PATCH 1/3] ARM: Kirkwood: update defconfig
` [PATCH 2/3] ARM: Kirkwood: ts219: fix Makefile.boot after dts was split in two
` [PATCH 3/3] ARM: Kirkwood: add DT boards to defconfig
` [PATCH V2 0/3] ARM: Kirkwood: update defconfig, add dt boards
` [PATCH 1/2] ARM: Kirkwood: update defconfig
` [PATCH V2 2/2] ARM: Kirkwood: add DT boards to defconfig
AT91 RM9200 hangs on delay loop calibration
2012-08-11 17:06 UTC
[PATCH v3] mtd: gpmi: add NAND write verify support
2012-08-11 15:50 UTC (5+ messages)
[PATCH v2 0/2] arch_timers patches to enable KVM support
2012-08-11 14:28 UTC (5+ messages)
` [PATCH v2 1/2] ARM: arch_timers: enable the use of the virtual timer
` [PATCH v2 2/2] ARM: arch_timers: register a time/cycle counter
gpio: mvebu: new gpio driver for mvebu platforms
2012-08-11 13:31 UTC (6+ messages)
` [PATCH 1/5] gpio: introduce gpio-mvebu driver for Marvell SoCs
` [PATCH 2/5] Documentation: add description of DT binding for the gpio-mvebu driver
` [PATCH 3/5] arm: mvebu: use GPIO support now that a driver is available
` [PATCH 4/5] arm: mvebu: add DT information for GPIO banks on Armada 370 and XP
` [PATCH 5/5] arm: mvebu: add gpio support in defconfig
[PATCH 00/11] pinctrl: mvebu: pinctrl driver
2012-08-11 12:56 UTC (12+ messages)
` [PATCH 01/11] pinctrl: mvebu: pinctrl driver core
` [PATCH 02/11] pinctrl: mvebu: dove pinctrl driver
` [PATCH 03/11] pinctrl: mvebu: kirkwood "
` [PATCH 04/11] pinctrl: mvebu: add pinctrl driver for Armada 370
` [PATCH 05/11] pinctrl: mvebu: add pinctrl driver for Armada XP
` [PATCH 06/11] ARM: mvebu: add pinctrl device in DT for Armada 370/XP SoCs
` [PATCH 07/11] ARM: mvebu: Add pinctrl support to Armada XP SoCs
` [PATCH 08/11] ARM: mvebu: Add pinctrl support to Armada 370 SoC
` [PATCH 09/11] ARM: mvebu: adjust Armada XP evaluation board DTS
` [PATCH 10/11] arm: mvebu: enable PINCTRL usage
` [PATCH 11/11] arm: mvebu: add pinctrl support in defconfig
[PATCH 0/7] Allow the kernel to be booted in HYP mode
2012-08-11 11:04 UTC (8+ messages)
` [PATCH 1/7] ARM: opcodes: add __ERET/__MSR_ELR_HYP instruction encoding
` [PATCH 2/7] ARM: virt: allow the kernel to be entered in HYP mode
` [PATCH 3/7] ARM: zImage/virt: hyp mode entry support for the zImage loader
` [PATCH 4/7] ARM: virt: Update documentation for hyp mode entry support
` [PATCH 5/7] ARM: virt: Add boot-time diagnostics
` [PATCH 6/7] ARM: virt: Add CONFIG_ARM_VIRT_EXT option
` [PATCH 7/7] ARM: virt: arch_timers: enable access to physical timers
[PATCH 1/2] ARM: local timers: Unmask interrupt before new TVAL is set
2012-08-11 10:17 UTC (2+ messages)
[PATCH 2/2] ARM: local timers: add timer support using IO mapped register
2012-08-11 10:04 UTC (5+ messages)
[GIT PULL] arm: documentation
2012-08-11 6:59 UTC
[GIT PULL] ARM: OMAP: PM fixes for v3.6-rc
2012-08-11 6:24 UTC (2+ messages)
[PATCH 1/2] ARM: S3C64XX: Update configuration for WM5102 module on Cragganmore
2012-08-11 5:08 UTC (4+ messages)
[PATCH 2/2] ARM: nomadik: configure Nomadik for pin control
2012-08-10 23:18 UTC (2+ messages)
[PATCH 1/2] pinctrl/nomadik: add STn8815 ASIC support
2012-08-10 23:15 UTC (2+ messages)
[PATCH v2 0/3] ARM: OMAP: omap_device: track driver bound status
2012-08-10 22:59 UTC (4+ messages)
` [PATCH v2 3/3] ARM: OMAP: omap_device: idle devices with no driver bound
[PATCH RESEND 2/2] msm: io: Change the default static iomappings to be shared
2012-08-10 21:18 UTC
[PATCH RESEND 1/2] msm: io: Remove 7x30 iomap region from 7x00
2012-08-10 21:18 UTC
Lockups reading from i.MX51 SSI registers
2012-08-10 21:06 UTC (4+ messages)
[PATCH v3 0/6] omap-am33xx rtc dt support
2012-08-10 19:57 UTC
[PATCH] mtd: gpmi: add NAND write verify support
2012-08-10 19:33 UTC (4+ messages)
[PATCH] ARM: plat-mxc: Remove unused imx_ioremap
2012-08-10 19:19 UTC (2+ messages)
[GIT PULL 0/3] arm-soc updates
2012-08-10 19:06 UTC (4+ messages)
` [GIT PULL 2/3] arm-soc: late at91 changes
` [GIT PULL 1/3] arm-soc: bug fixes for v3.6-rc2
` [GIT PULL 3/3] arm-soc: make of_device_id->data constant
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).