linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-09-11 00:58:02 to 2012-09-11 10:36:40 UTC [more...]

[PATCH 00/14] ARM: at91: add pinctrl support
 2012-09-11 10:36 UTC  (22+ messages)
` [PATCH 01/14] ARM: at91: gpio: implement request and free
  ` [PATCH 03/14] arm: at91: at91sam9x5: fix gpio number per bank
  ` [PATCH 04/14] ARM: at91: add dummies pinctrl for non dt platform
  ` [PATCH 05/14] ARM: at91: add pinctrl support
  ` [PATCH 06/14] arm: at91: dt: at91sam9 "
  ` [PATCH 07/14] arm: at91: dt: at91sam9 add serial "
  ` [PATCH 08/14] tty: atmel_serial: add "
  ` [PATCH 09/14] arm: at91: dt: sam9m10g45ek: use rts/cts pinctrl group for uart1
  ` [PATCH 10/14] arm: at91: dt: sam9263ek: use rts/cts pinctrl group for uart0
  ` [PATCH 11/14] arm: at91: dt: sam9g20ek: use rts/cts/dtr/dsr/dcd/ri "

GCC 4.6.x miscompiling arm-linux?
 2012-09-11 10:33 UTC  (11+ messages)

[PATCH v2 0/3] arm/dts: omap: add dt data for MUSB
 2012-09-11 10:19 UTC  (15+ messages)
` [PATCH v2 1/3] arm/dts: Add twl6030-usb data
` [PATCH v2 2/3] arm/dts: Add twl4030-usb data
` [PATCH v2 3/3] arm/dts: omap: Add usb_otg and glue data

[PATCHv7 00/23]I2C big cleanup
 2012-09-11 10:18 UTC  (25+ messages)
` [PATCHv7 01/23] i2c: omap: switch to devm_* API
` [PATCHv7 02/23] i2c: omap: simplify num_bytes handling
` [PATCHv7 03/23] i2c: omap: decrease indentation level on data handling
` [PATCHv7 04/23] i2c: omap: add blank lines
` [PATCHv7 05/23] i2c: omap: simplify omap_i2c_ack_stat()
` [PATCHv7 06/23] i2c: omap: split out [XR]DR and [XR]RDY
` [PATCHv7 07/23] i2c: omap: improve i462 errata handling
` [PATCHv7 08/23] i2c: omap: re-factor receive/transmit data loop
` [PATCHv7 09/23] i2c: omap: switch over to do {} while loop
` [PATCHv7 10/23] i2c: omap: ack IRQ in parts
` [PATCHv7 11/23] i2c: omap: switch to platform_get_irq()
` [PATCHv7 12/23] i2c: omap: bus: add a receiver flag
` [PATCHv7 13/23] i2c: omap: simplify errata check
` [PATCHv7 14/23] i2c: omap: always return IRQ_HANDLED
` [PATCHv7 15/23] i2c: omap: simplify IRQ exit path
` [PATCHv7 16/23] i2c: omap: resize fifos before each message
` [PATCHv7 17/23] i2c: omap: get rid of the "complete" label
` [PATCHv7 18/23] i2c: omap: remove redundant status read
` [PATCHv7 19/23] i2c: omap: always return IRQ_HANDLED
` [PATCHv7 20/23] i2c: omap: switch to threaded IRQ support
` [PATCHv7 21/23] i2c: omap: remove unnecessary pm_runtime_suspended check
` [PATCHv7 22/23] i2c: omap: switch over to autosuspend API
` [PATCHv7 23/23] i2c: omap: sanitize exit path

[PATCH v8 0/3] GPMC driver conversion
 2012-09-11 10:16 UTC  (4+ messages)
` [PATCH v8 2/3] ARM: OMAP2+: gpmc: Adapt to HWMOD

[PATCH v3] input: qt1070: Add device tree support
 2012-09-11 10:14 UTC 

[PATCH v9 0/3] GPMC driver conversion
 2012-09-11  9:57 UTC  (4+ messages)
` [PATCH v9 1/3] ARM: OMAP2/3: hwmod data: add gpmc
` [PATCH v9 2/3] ARM: OMAP2+: gpmc: Adapt to HWMOD
` [PATCH v9 3/3] ARM: OMAP2+: gpmc: minimal driver support

[GIT PULL] i.MX Fixes
 2012-09-11  9:55 UTC 

[PATCH v2 0/3] omap: musb: Add device tree support
 2012-09-11  9:53 UTC  (6+ messages)
` [PATCH v2 1/3] arm: omap: hwmod: add a new addr space in otg for writing to control module
` [PATCH v2 2/3] usb: musb: omap: write directly to mailbox instead of using phy
` [PATCH v2 3/3] usb: musb: omap: Add device tree support for omap musb glue

[PATCH v2] ARM : i.MX27 : split code for allocation of ressources of camera and eMMA
 2012-09-11  9:47 UTC  (2+ messages)

[PATCH 00/29] Move OMAP2+ over to use COMMON clock
 2012-09-11  9:46 UTC  (3+ messages)

[PATCH v6 0/12] KGDB/KDB FIQ (NMI) debugger
 2012-09-11  9:35 UTC  (13+ messages)
` [PATCH 01/12] kernel/debug: Mask KGDB NMI upon entry
` [PATCH 02/12] kdb: Implement disable_nmi command
` [PATCH 03/12] kdb: Turn KGDB_KDB=n stubs into static inlines
` [PATCH 04/12] tty/serial/core: Introduce poll_init callback
` [PATCH 05/12] tty/serial/amba-pl011: Implement "
` [PATCH 06/12] tty/serial/kgdboc: Add and wire up clear_irqs callback
` [PATCH 07/12] tty/serial/amba-pl011: Implement "
` [PATCH 08/12] tty/serial: Add kgdb_nmi driver
` [PATCH 09/12] ARM: Move some macros from entry-armv to entry-header
` [PATCH 10/12] ARM: Add KGDB/KDB FIQ debugger generic code
` [PATCH 11/12] ARM: VIC: Add a couple of low-level FIQ management helpers
` [PATCH 12/12] ARM: versatile: Make able to use UART ports for KGDB FIQ debugger

[PATCH] ARM: EXYNOS5: Add bus clock and set parent clock for FIMD
 2012-09-11  9:32 UTC  (4+ messages)

[PATCH 00/17] MOP500 Audio fix-ups and DT enablement
 2012-09-11  9:28 UTC  (14+ messages)
` [PATCH 01/17] ASoC: Ux500: Move MSP pinctrl setup into the MSP driver
` [PATCH 05/17] ASoC: Ux500: Minor coding layout changes
` [PATCH 06/17] Documentation: Define the MOP500 Audio Machine Driver Device Tree bindings
` [PATCH 07/17] Documentation: Define the MSP "

[PATCH v2 00/11] chipidea/imx: add otg support and some bug fix
 2012-09-11  9:05 UTC  (12+ messages)
` [PATCH v2 05/11] USB: chipidea: don't let probe fail if otg controller start one role failed
` [PATCH v2 06/11] USB: mxs-phy: add basic otg support

[GIT] Renesas ARM-based SoC: pmu/cleanup for 3.7
 2012-09-11  9:03 UTC  (5+ messages)
` [PATCH 1/2] ARM: shmobile: sh73a0: enable PMU(Performance Monitoring Unit)
` [PATCH 2/2] ARM: shmobile: emev2: "

[GIT PULL 0/4] mxs changes for 3.7
 2012-09-11  8:58 UTC  (6+ messages)
` [GIT PULL 1/4] mxs device tree "
` [GIT PULL 2/4] mxs sparse-irq support
` [GIT PULL 3/4] mxs clk device tree lookup
` [GIT PULL 4/4] mxs defconfig update for 3.7

[PATCH 0/3] omap: musb: Add device tree support
 2012-09-11  8:52 UTC  (10+ messages)
` [PATCH 1/3] arm: omap: hwmod: add a new addr space in otg for writing to control module

[PATCH] arm/dts: omap: Add omap-usb2 dt data
 2012-09-11  8:50 UTC  (3+ messages)

[PATCH v2] mxc_nand : allow swapping the Bad block Indicator for NFC v1
 2012-09-11  8:47 UTC  (7+ messages)
` [PATCH 1/1] "

mfd: Implement devicetree support for AB8500 Btemp
 2012-09-11  8:45 UTC  (3+ messages)

[PATCH v2] perf: Use pre-empt safe cpu_get/put insted of smp_processor_id
 2012-09-11  8:29 UTC  (3+ messages)

[PATCH v11 3/4] drivers/i2c/busses/i2c-at91.c: add new driver
 2012-09-11  8:26 UTC  (8+ messages)

[PATCH v2 1/2] ARM: shmobile: sh73a0: enable PMU(Performance Monitoring Unit)
 2012-09-11  8:10 UTC  (3+ messages)
` [PATCH v3 0/2] ARM: shmobile: "

[PATCH v5 0/8] ARM: OMAP2+: PM: introduce the power domains functional states
 2012-09-11  7:50 UTC  (6+ messages)

[PATCH] ARM: OMAP2+: mux: add support for PAD wakeup event handler
 2012-09-11  7:42 UTC  (3+ messages)

[PATCH] ARM: OMAP4: wakeupgen: remove duplicate AUXCOREBOOT* read/write
 2012-09-11  7:19 UTC  (9+ messages)

[PATCH v2] mtd: atmel_nand: fix the compile error which miss label "err_ecc_ioremap"
 2012-09-11  7:10 UTC 

[PATCH v2 00/25] make *struct of_device_id.data const
 2012-09-11  7:08 UTC  (7+ messages)
` [PATCH 13/25] macintosh/mediabay: add a const qualifier

[PATCH] ARM: OMAP2+: Makefile.boot: Add am335x evm and bone targets
 2012-09-11  6:55 UTC  (2+ messages)

[PATCH] i.MX: remove legacy clock support
 2012-09-11  6:53 UTC  (3+ messages)
` [PATCH 1/2] ARM: i.MX clk pllv1: move mxc_decode_pll code to its user
` [PATCH 2/2] ARM: i.MX remove last leftovers from legacy clock support

[PATCH V3 0/8] ARM: OMAP4: Add PMU Support
 2012-09-11  6:48 UTC  (2+ messages)

[PATCH v2 0/2] ARM: dts: AM33xx: Correct gpio labels to match docs
 2012-09-11  6:38 UTC  (2+ messages)

[PATCH 0/4] Remove Genesi Efika MX support
 2012-09-11  6:35 UTC  (5+ messages)
` [PATCH 4/4] efikamx: remove Efika MX-specific CHRGVBUS hack from the USB driver

[PATCH v3 0/2] ARM: davinci: da850/omap-l138: add support for VPIF driver
 2012-09-11  6:25 UTC  (3+ messages)
` [PATCH v3 1/2] ARM: da850/omap-l138: Add SoC related definitions for VPIF
` [PATCH v3 2/2] ARM: da850/omap-l138: Add EVM specific code for VPIF to work

[PATCH 1/2] ARM: tegra: fix overflow in tegra20_pll_clk_round_rate()
 2012-09-11  6:19 UTC  (5+ messages)
` [PATCH 2/2] ARM: tegra: cpu-tegra: explicitly manage re-parenting

[PATCH 0/9] add EDO feature for gpmi-nand driver
 2012-09-11  6:17 UTC  (10+ messages)
` [PATCH 1/9] mtd: add helpers to set/get features for ONFI nand
` [PATCH 2/9] mtd: add helpers to get the supportted ONFI timing mode
` [PATCH 3/9] mtd: gpmi: add a new field for HW_GPMI_TIMING1
` [PATCH 4/9] mtd: gpmi: do not get the clock frequency in gpmi_begin()
` [PATCH 5/9] mtd: gpmi: add a new field for HW_GPMI_CTRL1
` [PATCH 6/9] mtd: gpmi: simplify the setting DLL code
` [PATCH 7/9] mtd: gpmi: do not set the default values for the extra clocks
` [PATCH 8/9] mtd: gpmi: add EDO feature for imx6q
` [PATCH 9/9] mtd: gpmi: initialize the timing registers only one time

[PATCH 00/17] Resend of mach-omap2 sparse IRQ and hardware.h cleanup
 2012-09-11  6:16 UTC  (22+ messages)
` [PATCH 01/17] ARM: OMAP1: Move define of OMAP_LCD_DMA to dma.h
` [PATCH 02/17] ARM: OMAP1: Define OMAP1_INT_I2C locally
` [PATCH 03/17] ARM: OMAP2+: Make INTCPS_NR_IRQS local for mach-omap2/irq.c
` [PATCH 04/17] ARM: OMAP2+: Remove unused nand_irq for GPMC
` [PATCH 05/17] ARM: OMAP2+: Remove hardcoded twl4030 gpio_base, irq_base and irq_end
` [PATCH 06/17] ARM: OMAP: Move gpio.h to include/linux/platform_data
` [PATCH 07/17] Input: omap-keypad: Remove dependencies to mach includes
` [PATCH 08/17] W1: OMAP HDQ1W: Remove dependencies to mach/hardware.h
` [PATCH 09/17] serial/8250: Limit the omap workarounds to omap1
` [PATCH 10/17] staging: tidspbridge: Prepare for irqs.h removal
` [PATCH 11/17] ARM: OMAP2+: "
` [PATCH 12/17] ARM: OMAP2+: Remove hardcoded IRQs and enable SPARSE_IRQ
` [PATCH 13/17] ARM: OMAP1: Move plat/irqs.h to mach/irqs.h
` [PATCH 14/17] ARM: OMAP: Remove unused old gpio-switch.h
` [PATCH 15/17] ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+
` [PATCH 16/17] ARM: OMAP2+ Move SoC specific headers to be local to mach-omap2
` [PATCH 17/17] ARM: OMAP1: Move SoC specific headers from plat to mach for omap1

[PATCH v3 0/2] Renesas IPMMU driver for sh7372
 2012-09-11  6:10 UTC  (3+ messages)
` [PATCH v3 1/2] iommu/shmobile: Add iommu driver for Renesas IPMMU modules
` [PATCH v3 2/2] ARM: mach-shmobile: sh7372: Add IPMMU device

[PATCH v3 0/7] mv643xx.c: Add basic device tree support
 2012-09-11  6:03 UTC  (5+ messages)

[PATCH V5 0/5] clk: mmp: add clock framework for mmp
 2012-09-11  5:54 UTC  (5+ messages)

[PATCH] watchdog: ks8695: sink registers into driver
 2012-09-11  5:48 UTC 

[PATCH v3 00/12] Initial multi-platform support
 2012-09-11  5:41 UTC  (6+ messages)
` [PATCH 07/12] ARM: move all dtb targets out of Makefile.boot

[GIT PULL] GPIO: KZM-A9-GT for 3.7
 2012-09-11  5:26 UTC  (2+ messages)
` [PATCH] ARM: shmobile: kzm9g: use gpio-keys instead of gpio-keys-polled

Booting DT kernel on a non-DT bootloader
 2012-09-11  5:18 UTC  (2+ messages)

[PATCH] ARM: kirkwood: Trim excess #includes in board-dnskw.c
 2012-09-11  5:09 UTC  (2+ messages)

[PATCH] ARM: dts: AM33XX: fix gpio node numbering to match hardware
 2012-09-11  5:00 UTC  (6+ messages)

[GIT PULL] Renesas ARM-based SoC: SoC for 3.7
 2012-09-11  4:51 UTC  (4+ messages)

[PATCHv5 9/9] arm: vt8500: clk: Add Common Clock Framework support
 2012-09-11  4:32 UTC  (4+ messages)

[RFC/PATCH v2] ARM: PRIMA2: initial support for SiRFmarco dual-core SoC
 2012-09-11  3:42 UTC 

[PATCH v2 1/1] ARM: mmp: enable pxa910 gpio wake up
 2012-09-11  2:43 UTC 

[PATCH 1/1] ARM: mmp: enable pxa910 gpio wake up setting
 2012-09-11  2:33 UTC 

[PATCH] ARM: PRIMA2: rstc: use of_property_read_u32 to replace of_get_property and be32_to_cpup
 2012-09-11  2:17 UTC  (4+ messages)

[PATCH v2] ARM: PRIMA2: rstc: Use helper function to read u32 values
 2012-09-11  2:12 UTC 

[PATCH] ARM: Fix build warning in do_alignment
 2012-09-11  1:53 UTC  (3+ messages)

[PATCH] cpufreq: add helper function cpufreq_set_target()
 2012-09-11  1:34 UTC  (5+ messages)

[PATCH v2 0/4] Move imx6q/28/23 clock lookup over to device tree
 2012-09-11  1:19 UTC  (9+ messages)
` [PATCH v2 1/4] clk: add of_clk_src_onecell_get() support

[PATCH 00/10] ARM: OMAP: DMTIMER fixes and clean-up
 2012-09-11  0:58 UTC  (5+ messages)
` [PATCH 08/10] ARM: OMAP: Clean-up timer posted mode support


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