messages from 2012-11-15 10:18:20 to 2012-11-15 20:23:48 UTC [more...]
[PATCH v5 0/4] arch/arm: support seccomp
2012-11-15 20:23 UTC (4+ messages)
common clk fixes for 3.7-rc6, part 2
2012-11-15 20:07 UTC
[PATCH] ARM: OMAP2+: Fix compiler warning for 32k timer
2012-11-15 19:44 UTC
[PATCH 1/1 v2] of_spi: add generic binding support to specify cs gpio
2012-11-15 19:19 UTC
[PATCH 1/4] pinctrl: dove: Prevent NULL dereference if of_match_device returns NULL
2012-11-15 19:18 UTC (9+ messages)
` [PATCH 2/4] pinctrl: kirkwood: "
` [PATCH 4/4] pinctrl: nomadik: "
[PATCH 00/14] ARM: SPEAr: DT updates
2012-11-15 19:09 UTC (11+ messages)
` [PATCH 01/14] pinctrl: SPEAr: add spi chipselect control driver
` [PATCH 02/14] ARM: SPEAr13xx: DT: Add spics gpio controller nodes
[PATCH v4 0/2] OMAP: iommu: hwmod, reset handling and runtime PM
2012-11-15 19:05 UTC (6+ messages)
` [PATCH v4 2/2] ARM: OMAP3/4: iommu: adapt to runtime pm
[PATCH 0/2] clk: ux500: Make mtu driver use apb_pclock
2012-11-15 18:54 UTC (9+ messages)
[PATCH] Remove inline from clock framework function definitions to build the kernel with GCC 4.7
2012-11-15 18:46 UTC (4+ messages)
[PATCH] RFC: pinctrl: grab default handler with bus notifiers
2012-11-15 18:27 UTC (8+ messages)
[PATCH 0/3] GPIO driver to turn power off
2012-11-15 18:21 UTC (15+ messages)
` [PATCH 1/3] gpio: Add simple poweroff-gpio driver
[RFC PATCH 3.7.0-rc4] ARM:smp: introduce smp_notify_cpu_stop to fix kexec smp case
2012-11-15 18:17 UTC
[RFC v2 PATCH 0/2] sched: Integrating Per-entity-load-tracking with the core scheduler
2012-11-15 18:13 UTC (4+ messages)
` [RFC v2 PATCH 1/2] sched: Revert temporary FAIR_GROUP_SCHED dependency for load-tracking
` [RFC v2 PATCH 2/2] sched: Use Per-Entity-Load-Tracking metric for load balancing
[PATCH] ARM: OMAP3: Devkit8000: Add DDC i2c_bus_num
2012-11-15 18:12 UTC
[PATCH 00/10] Support imx6q WAIT mode with coupled cpuidle
2012-11-15 18:09 UTC (3+ messages)
` [PATCH 01/10] ARM: imx6q: print silicon version on boot
[arm-soc:for-next 24/32] arch/arm/mach-omap2/board-generic.c:115:13: error: 'omap_prcm_restart' undeclared here (not in a function)
2012-11-15 17:46 UTC (3+ messages)
[GIT PULL 1/5] omap non critical fixes for v3.8 merge window
2012-11-15 17:35 UTC (3+ messages)
[PATCH] pinctrl: nomadik: Staticize non-exported symbols
2012-11-15 17:34 UTC (3+ messages)
[PATCH 0/2] Boottime: measure bootloader and kernel bootup time
2012-11-15 17:31 UTC (11+ messages)
` [PATCH 1/2] Boottime: A tool for automatic measurement of kernel/bootloader boot time
[PATCH 1/1] ARM: ux500: Describe UART platform registering issues more accurately
2012-11-15 17:28 UTC (4+ messages)
Kernel uncompression error
2012-11-15 17:25 UTC (10+ messages)
[PATCH v3 0/3] i2c: at91: add dma support
2012-11-15 17:21 UTC (7+ messages)
` [PATCH 1/3] i2c: at91: fix compilation warning
` [PATCH 2/3] i2c: at91: change struct members indentation
` [PATCH 3/3] i2c: at91: add dma support
[PATCH] Device Tree binding for the 'mv_xor' XOR engine DMA driver
2012-11-15 17:20 UTC (30+ messages)
` [PATCH 01/29] mv_xor: use dev_(err|info|notice) instead of dev_printk
` [PATCH 02/29] mv_xor: do not use pool_size from platform_data within the driver
` [PATCH 03/29] mv_xor: split initialization/cleanup of XOR channels
` [PATCH 04/29] mv_xor: allow channels to be registered directly from the main device
` [PATCH 05/29] arm: plat-orion: convert the registration of the xor0 engine to the single driver
` [PATCH 06/29] arm: plat-orion: convert the registration of the xor1 "
` [PATCH 07/29] arm: plat-orion: remove unused orion_xor_init_channels()
` [PATCH 08/29] mv_xor: remove sub-driver 'mv_xor'
` [PATCH 09/29] mv_xor: remove 'shared' from mv_xor_platform_data
` [PATCH 10/29] mv_xor: rename mv_xor_platform_data to mv_xor_channel_data
` [PATCH 11/29] mv_xor: rename mv_xor_shared_platform_data to mv_xor_platform_data
` [PATCH 12/29] mv_xor: change the driver name to 'mv_xor'
` [PATCH 13/29] mv_xor: rename many symbols to remove the 'shared' word
` [PATCH 14/29] mv_xor: remove unused id field in mv_xor_device structure
` [PATCH 15/29] mv_xor: remove unused to_mv_xor_device() macro
` [PATCH 16/29] mv_xor: simplify dma_sync_single_for_cpu() calls
` [PATCH 17/29] mv_xor: introduce a mv_chan_to_devp() helper
` [PATCH 18/29] mv_xor: get rid of the pdev pointer in mv_xor_device
` [PATCH 19/29] mv_xor: in mv_xor_chan, rename 'common' to 'dmachan'
` [PATCH 20/29] mv_xor: in mv_xor_device, rename 'common' to 'dmadev'
` [PATCH 21/29] mv_xor: use mv_xor_chan pointers as arguments to self-test functions
` [PATCH 22/29] mv_xor: merge mv_xor_device and mv_xor_chan
` [PATCH 23/29] mv_xor: rename mv_xor_private to mv_xor_device
` [PATCH 24/29] mv_xor: remove useless backpointer from mv_xor_chan "
` [PATCH 25/29] mv_xor: remove hw_id field from platform_data
` [PATCH 26/29] mv_xor: remove the pool_size "
` [PATCH 27/29] mv_xor: add missing free_irq() call
` [PATCH 28/29] mv_xor: add Device Tree binding
` [PATCH 29/29] arm: mvebu: add XOR engines to Armada 370/XP .dtsi
ttySAC0 or ttyS0 in 3.6.x ARM Linux?
2012-11-15 17:16 UTC (4+ messages)
[PATCH RFT] ARM64: dma-mapping: support debug_dma_mapping_error
2012-11-15 17:11 UTC (6+ messages)
` [PATCH linux-next] "
[GIT PULL 3/6] omap device tree updates for v3.8 merge window
2012-11-15 17:04 UTC
Configure the USB device/host on sam9g25 module
2012-11-15 16:56 UTC (2+ messages)
[PATCH V2 0/5] SMP support for Armada XP
2012-11-15 16:49 UTC (10+ messages)
` [PATCH V2 1/5] arm: mvebu: Added support for coherency fabric in mach-mvebu
[PATCH] arm-dt: Enable DT proc updates
2012-11-15 16:30 UTC (3+ messages)
[GIT PULL 1/6] omap cleanup fixes for v3.8 merge window
2012-11-15 16:27 UTC
[RFC] dt/platform: Use cell-index for device naming if available
2012-11-15 16:10 UTC (6+ messages)
[PATCH] ARM: Fix errata 751472 handling on Cortex-A9 r1p*
2012-11-15 16:06 UTC (16+ messages)
[PATCH] bindings: i2c: use consistent naming for i2c binding descriptions
2012-11-15 15:58 UTC (2+ messages)
[PATCH 1/1] mtd: physmap_of: allow to specify the mtd name for retro compatiblity
2012-11-15 15:50 UTC (3+ messages)
[PATCH] remoteproc: fix error path of ->find_vqs
2012-11-15 15:36 UTC
[PATCH] ARM: OMAP4: hwmod data: ipu and dsp to use parent clocks instead of leaf clocks
2012-11-15 15:10 UTC (3+ messages)
[PATCH] ARM: add get_user() support for 8 byte types
2012-11-15 14:39 UTC (8+ messages)
[PATCH v3 0/5] ARM: multi-cluster aware boot protocol
2012-11-15 14:18 UTC (8+ messages)
` [PATCH v3 1/5] ARM: kernel: smp_setup_processor_id() updates
` [PATCH v3 2/5] ARM: kernel: add device tree init map function
` [PATCH v3 3/5] ARM: kernel: add cpu logical map DT init in setup_arch
` [PATCH v3 4/5] ARM: kernel: add logical mappings look-up
` [PATCH v3 5/5] ARM: gic: use a private mapping for CPU target interfaces
[PATCH v4 0/9] use pinctrl-single in arch mmp
2012-11-15 14:11 UTC (7+ messages)
` [PATCH v4 9/9] pinctrl: single: dump pinmux register value
[PATCH 1/2] arm/mm: L2CC shared mutex with ARM TZ
2012-11-15 14:10 UTC (8+ messages)
[PATCH] ARM i.MX dts: Consistently add labels to devicenodes
2012-11-15 14:10 UTC (4+ messages)
[PATCH 0/4] mx5x usb{misc} devictree bindings and clocks
2012-11-15 14:00 UTC (5+ messages)
` [PATCH 1/4] ARM: imx: add imx5x usb controller clock lookups
` [PATCH 2/4] ARM: imx: add imx5x usbmisc "
` [PATCH 3/4] ARM: dts: imx: rename imx5x usb entries as in imx6q.dtsi
` [PATCH 4/4] ARM: dts: imx: add imx5x phy-mode entries
[PATCH 2/2] clocksource/mtu-nomadik: use apb_pclk
2012-11-15 13:55 UTC
[PATCH 1/2] clk: ux500: Register mtu apb_pclocks
2012-11-15 13:55 UTC
[PATCH 0/6] support other fsl SoCs with usbmisc + small fixes
2012-11-15 13:54 UTC (6+ messages)
` [PATCH 6/6] usb: chipidea: usbmisc: add post handling and errata fix for mx25
[PATCH v2 1/2] ARM: mx27: Add VPU support
2012-11-15 13:44 UTC (4+ messages)
[PATCH] arm/dts: Add basic support for gta04 (Openmoko next generation) board
2012-11-15 13:29 UTC (4+ messages)
[RFC PATCH 0/3] introduce static_vm for ARM-specific static mapped area
2012-11-15 13:22 UTC (3+ messages)
[PATCH 1/2] ARM: ux500: Disable the MMCI gpio-regulator by default
2012-11-15 13:14 UTC (2+ messages)
` [PATCH 2/2] ARM: ux500: Move board specific GPIO info out to subordinate DTS files
[GIT PULL][for 3.8] pull request from upload/board in arch-pxa git tree
2012-11-15 13:00 UTC (4+ messages)
[PATCH] ARM: pxa: remove pxa95x support
2012-11-15 12:52 UTC (6+ messages)
[PATCH] ARM: ux500: fix pin warning
2012-11-15 12:17 UTC (2+ messages)
[PATCH 0/4] i2c-s3c2410: Fix a bug and optimize code
2012-11-15 12:13 UTC (5+ messages)
` [PATCH 1/4] i2c-s3c2410: grab adapter lock while changing i2c clock
` [PATCH 2/4] i2c-s3c2410: do not generate STOP for QUIRK_HDMIPHY
` [PATCH 3/4] i2c-s3c2410: use exponential back off while polling for bus idle
` [PATCH 4/4] i2c-s3c2410: do not special case HDMIPHY stuck bus detection
[PATCH v2 0/7] support other fsl SoCs with usbmisc + small fixes
2012-11-15 12:03 UTC (8+ messages)
` [PATCH v2 1/7] usb: chipidea: usbmisc: rename file, struct and functions to usbmisc_imx
` [PATCH v2 2/7] usb: chipidea: usbmisc: unset global varibale usbmisc on driver remove
` [PATCH v2 3/7] usb: chipidea: usbmisc: fix a potential race condition
` [PATCH v2 4/7] usb: chipidea: usbmisc: prepare driver to handle more than one soc
` [PATCH v2 5/7] usb: chipidea: usbmisc: add support for ahb, ipg and per clock
` [PATCH v2 6/7] usb: chipidea: usbmisc: add mx53 support
` [PATCH v2 7/7] usb: chipidea: usbmisc: add post handling and errata fix for mx25
[PATCH v2 0/3] serial: mxs-auart: add DMA support for auart in mx28
2012-11-15 11:51 UTC (7+ messages)
` [PATCH v2 2/3] serial: mxs-auart: add the DMA support for mx28
[GIT PULL] Ux500 pin changes
2012-11-15 11:48 UTC (5+ messages)
[PATCH] mmc: Standardise capability type
2012-11-15 11:47 UTC (3+ messages)
[PATCH 0/4] Implement device tree support for ab8500 BM Devices
2012-11-15 11:34 UTC (6+ messages)
` [PATCH 1/4] mfd: ab8500: add devicetree support for fuelgauge
[PATCH 1/7] I2c-nomadik: Fix the usage of wait_for_completion_timeout
2012-11-15 11:18 UTC (7+ messages)
` Fwd: "
[PATCH v2 0/3] GPIO driver to turn power off
2012-11-15 11:08 UTC (3+ messages)
` [PATCH v2 1/3] power: Add simple poweroff-gpio driver
Build failure: OMAP4430 failed due to exynos4 pinctrl
2012-11-15 10:59 UTC (3+ messages)
[PATCH v3 00/11] clk: exynos4: migrate to common clock framework
2012-11-15 10:42 UTC (7+ messages)
` [PATCH v3 01/11] clk: samsung: add common clock framework helper functions for Samsung platforms
` [PATCH v3 04/11] ARM: Exynos4: Migrate clock support to common clock framework
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).