public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2012-04-11 01:29:56 to 2012-04-11 18:07:55 UTC [more...]

[PATCH] ARM: msm: remove unused MSM boards
 2012-04-11 18:07 UTC  (4+ messages)

[PATCH v2 0/4] Miscellaneous nommu fixes
 2012-04-11 18:06 UTC  (13+ messages)
` [PATCH v2 1/4] ARM: nommu: fix typo in mm/Kconfig
` [PATCH v2 2/4] ARM: suspend: fix CPU suspend code for !CONFIG_MMU configurations
` [PATCH v2 3/4] ARM: mm: truncate memory banks to fit in 4GB space for classic MMU
` [PATCH v2 4/4] ARM: nommu: populate vectors page from paging_init

[PATCH] ARM: i.mx35 increase dma consistent region size
 2012-04-11 18:01 UTC 

[PATCH v7 2/3] clk: introduce the common clock framework
 2012-04-11 17:59 UTC  (16+ messages)
` [PATCH 1/2] clk: Fix error handling in fixed clock hardware type register fn
  ` [PATCH 2/2] clk: Move init fields from clk to clk_hw

[GIT PULL] ARM: spear-soc DT support for 3.5
 2012-04-11 17:30 UTC  (12+ messages)

[PATCH] arm: ep93xx: use gpio_led_register_device
 2012-04-11 17:16 UTC  (3+ messages)

[PATCH] mmc: remove linux/blkdev.h include from host drivers
 2012-04-11 16:58 UTC  (6+ messages)

[PATCH RFC] ARM: at91: remove at91_register_uart_fns and headers
 2012-04-11 16:35 UTC  (6+ messages)

[PATCH 0/9] AT91: more DT soc and boards support
 2012-04-11 16:01 UTC  (10+ messages)
` [PATCH 1/9] ARM: at91: add at91sam9260 DT support
` [PATCH 2/9] arm: at91: add Calao TNY-A9260 and TNY-A9G20 board support
` [PATCH 3/9] ARM: at91: add at91sam9g20ek boards dt support
` [PATCH 4/9] ARM: at91: USB A926x update nand partition
` [PATCH 5/9] ARM: at91: Calao USB A926x factorize common binding in usb_a9260_common
` [PATCH 6/9] ARM: at91: DT: add Calao USB A9260 DT support
` [PATCH 7/9] ARM: at91: standard device init only if DT is not populated
` [PATCH 8/9] ARM: at91: add at91sam9263 DT support
` [PATCH 9/9] ARM: at91: add at91sam9263ek "

[PATCH v3 0/4] OMAP serial device tree support
 2012-04-11 15:57 UTC  (5+ messages)
` [PATCH v3 4/4] ARM: omap: pass minimal SoC/board data for UART from dt

[PATCH v3 1/9] ARM: OMAP2+: gpmc: driver conversion
 2012-04-11 15:47 UTC  (11+ messages)
` [PATCH v3 4/9] ARM: OMAP2+: gpmc-nand: populate gpmc configs

[PATCH v2] pinctrl: implement pinctrl deferred probing
 2012-04-11 15:43 UTC  (2+ messages)

[RFC] DRM helpers for embedded systems
 2012-04-11 15:33 UTC  (8+ messages)
` [PATCH 1/7] drm: remove legacy mode_group handling
` [PATCH 2/7] drm: make gamma_set optional
` [PATCH 3/7] DRM: add sdrm layer for general embedded system support
` [PATCH 4/7] DRM: Add sdrm 1:1 encoder - connector helper
` [PATCH 5/7] DRM: add i.MX kms simple driver
` [PATCH 6/7] ARM i.MX27 pcm038: Add sdrm support
` [PATCH 7/7] DRM: add PXA kms simple driver

[PATCH 1/1] ARM: at91: sam9rl pass the toggle bias via pdata for ATMEL USBA UDC
 2012-04-11 15:23 UTC  (2+ messages)

[PATCH 0/2] Exynos: fix SYSMMU driver to work with power domains
 2012-04-11 15:18 UTC  (4+ messages)
` [PATCH 1/2] iommu/exynos: fix runtime pm support
` [PATCH 2/2] ARM: Exynos4: update SYSMMU setup code for gen_pd power domain driver

[PATCH v6 00/17] Add PWM framework and device tree support
 2012-04-11 15:11 UTC  (13+ messages)
` [PATCH v6 03/17] pwm: Add debugfs interface
` [PATCH v6 04/17] pwm: Add table-based lookup for static mappings
` [PATCH v6 05/17] pwm: Add device tree support
` [PATCH v6 16/17] pwm-backlight: Add rudimentary "

[PATCH V3 0/5] Add support for DNS-320 and DNS-325 using devicetree
 2012-04-11 15:08 UTC  (8+ messages)
` [PATCH V3 1/5] ARM: kirkwood: Basic support for DNS-320 and DNS-325

[PULL] generic irq chip and pl061 irqdomain support
 2012-04-11 14:47 UTC  (7+ messages)

[PATCH/RFC] ARM: Exynos4: Integrate IOMMU aware DMA-mapping
 2012-04-11 14:36 UTC  (2+ messages)
` [PATCH] ARM: Exynos4: integrate SYSMMU driver with DMA-mapping interface

[PATCHv7 00/18] I2C updates
 2012-04-11 13:10 UTC  (29+ messages)
` [PATCHv7 01/18] I2C: OMAP: make omap_i2c_unidle/idle functions depend on CONFIG_PM_RUNTIME
` [PATCHv7 02/18] I2C: OMAP: Remove reset at init
` [PATCHv7 03/18] I2C: OMAP: Recover from Bus Busy condition
` [PATCHv7 04/18] I2C: OMAP: I2C register restore only if context is lost
` [PATCHv7 05/18] I2C: OMAP: Fix the interrupt clearing in OMAP4
` [PATCHv7 06/18] I2C: OMAP: Fix the mismatch of pm_runtime enable and disable
` [PATCHv7 07/18] I2C: OMAP: Optimise the remove code
` [PATCHv7 08/18] I2C: OMAP: Fix the error handling
` [PATCHv7 09/18] I2C: OMAP: Correct I2C revision for OMAP3
` [PATCHv7 10/18] I2C: OMAP: Don't check if wait_for_completion_timeout() returns less than zero
` [PATCHv7 11/18] I2C: OMAP: use devm_* functions
` [PATCHv7 12/18] I2C: OMAP: Fix the crash in i2c remove
` [PATCHv7 13/18] I2C: OMAP: Handle error check for pm runtime
` [PATCHv7 14/18] I2C: OMAP: Use SET_RUNTIME_PM_OPS
` [PATCHv7 15/18] I2C: OMAP: make the read ready processing a separate function
` [PATCHv7 16/18] I2C: OMAP: fix missing handling of errata I2C_OMAP3_1P153
` [PATCHv7 17/18] I2C: OMAP: Do not set the XUDF if the underflow is not reached
` [PATCHv7 18/18] I2C: OMAP: Rename the 1p153 to the erratum id i462

[PATCHv8 00/10] ARM: DMA-mapping framework redesign
 2012-04-11 13:05 UTC  (9+ messages)
` [PATCHv8 04/10] ARM: dma-mapping: remove offset parameter to prepare for generic dma_ops
` [PATCHv8 05/10] ARM: dma-mapping: use asm-generic/dma-mapping-common.h

[PATCH 0/5] ARM: at91: update MAINTAINERS entries
 2012-04-11 11:54 UTC  (6+ messages)
` [PATCH 1/5] MAINTAINERS: add entry for Atmel isi driver
` [PATCH 2/5] MAINTAINERS: add entry for Atmel touch screen ADC controller driver
` [PATCH 3/5] MAINTAINERS: add entry for Atmel DMA driver
` [PATCH 4/5] MAINTAINERS: add entry for Atmel timer counter (TC)
` [PATCH 5/5] MAINTAINERS: remove non-responding web link for atmel_usba driver

[PATCH 0/2] OMAP2+: UART: Fix usage of default mux pads
 2012-04-11 11:50 UTC  (4+ messages)
` [PATCH 2/2] OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeup

Convert i.MX architecture to generic clock framework
 2012-04-11 11:43 UTC  (23+ messages)
` [PATCH 01/40] clkdev: add clkname to struct clk_lookup
` [PATCH 25/40] ARM: imx: add common clock support for clk busy
` [PATCH 27/40] ARM i.MX25: implement clocks using common clock framework

[PATCH v2] arm: davinci: use for_each_set_bit_from
 2012-04-11 11:36 UTC 

[PATCH v2 02/15] ARM: mark const init data with __initconst instead of __initdata
 2012-04-11 11:34 UTC  (2+ messages)

[PATCH v2 0/2] Fixes in hwmod reset code
 2012-04-11 11:06 UTC  (4+ messages)
` [PATCH v2 2/2] ARM: omap: hwmod: Make omap_hwmod_softreset wait for reset status

Bug in v7_coherent_kern_range() ?
 2012-04-11 11:02 UTC  (7+ messages)

[PATCHv7 00/18] I2C updates
 2012-04-11 11:01 UTC  (20+ messages)
` [PATCHv7 01/18] I2C: OMAP: make omap_i2c_unidle/idle functions depend on CONFIG_PM_RUNTIME
` [PATCHv7 02/18] I2C: OMAP: Remove reset at init
` [PATCHv7 03/18] I2C: OMAP: Recover from Bus Busy condition
` [PATCHv7 04/18] I2C: OMAP: I2C register restore only if context is lost
` [PATCHv7 05/18] I2C: OMAP: Fix the interrupt clearing in OMAP4
` [PATCHv7 06/18] I2C: OMAP: Fix the mismatch of pm_runtime enable and disable
` [PATCHv7 07/18] I2C: OMAP: Optimise the remove code
` [PATCHv7 08/18] I2C: OMAP: Fix the error handling
` [PATCHv7 09/18] I2C: OMAP: Correct I2C revision for OMAP3
` [PATCHv7 10/18] I2C: OMAP: Don't check if wait_for_completion_timeout() returns less than zero
` [PATCHv7 11/18] I2C: OMAP: use devm_* functions
` [PATCHv7 12/18] I2C: OMAP: Fix the crash in i2c remove
` [PATCHv7 13/18] I2C: OMAP: Handle error check for pm runtime
` [PATCHv7 14/18] I2C: OMAP: Use SET_RUNTIME_PM_OPS
` [PATCHv7 15/18] I2C: OMAP: make the read ready processing a separate function
` [PATCHv7 16/18] I2C: OMAP: fix missing handling of errata I2C_OMAP3_1P153
` [PATCHv7 17/18] I2C: OMAP: Do not set the XUDF if the underflow is not reached
` [PATCHv7 18/18] I2C: OMAP: Rename the 1p153 to the erratum id i462

[PATCH] clk: clk_set_rate() must fail if CLK_SET_RATE_GATE is set and clk is enabled
 2012-04-11 10:33 UTC 

[PATCH] ARM:vexpress: Remove twice included header files
 2012-04-11  9:13 UTC  (3+ messages)

[PATCH v4 00/12] ARM: OMAP: resolve some warnings
 2012-04-11  9:12 UTC  (7+ messages)
` [PATCH v4 01/12] ARM: OMAP2+: declare file-local functions as static
` [PATCH v4 04/12] ARM: OMAP1: OHCI: use platform_data fn ptr to enable OCPI bus
` [PATCH v4 10/12] ARM: OMAP1: board files: deduplicate and clean some NAND-related code

[PATCH RESEND] Input: omap-keypad: dynamically handle register offsets
 2012-04-11  9:04 UTC  (5+ messages)

[GIT PULL] i.MX cleanup patches for next
 2012-04-11  8:44 UTC 

[PATCH] ARM: OMAP2+: remove redundant sysconfig context restore
 2012-04-11  8:43 UTC 

[PATCH] pinctrl: implement pinctrl deferred probing
 2012-04-11  8:35 UTC  (3+ messages)

[GIT PULL] i.MX board feature patches
 2012-04-11  8:33 UTC 

[PATCH] pinctrl: fix build failure on PPC
 2012-04-11  8:26 UTC  (3+ messages)

[alexandre.belloni@piout.net: AT91SAM9261-EK still broken ?]
 2012-04-11  8:23 UTC  (4+ messages)

[PATCH 1/2] Visstrim_M10: Add board version detection
 2012-04-11  8:22 UTC  (2+ messages)

questions about drivers/dma/amba-pl08x.c
 2012-04-11  8:19 UTC  (4+ messages)

[PATCH 2/2] dma/amba-pl08x: add support for the Nomadik variant
 2012-04-11  7:59 UTC  (4+ messages)

[PATCH] dma: mxs-dma: enable channel in device_issue_pending call
 2012-04-11  7:58 UTC  (2+ messages)

[PATCH 1/3] ARM: OMAP2+: 32k-counter: Use hwmod lookup to check presence of 32k timer
 2012-04-11  7:47 UTC  (14+ messages)

[PATCH] clk: Don't set clk->new_rate twice
 2012-04-11  7:47 UTC 

[PATCH 1/1] pinctrl: fix compile error if not select PINMUX support
 2012-04-11  7:31 UTC  (2+ messages)

[PATCH] ep93xx: Implement double buffering for M2M DMA channels
 2012-04-11  7:18 UTC  (8+ messages)

[PATCHv24 00/16] Contiguous Memory Allocator
 2012-04-11  6:48 UTC  (4+ messages)

[PATCH] clk: clk_calc_new_rates() required for parent only if CLK_SET_RATE_PARENT is set
 2012-04-11  6:47 UTC  (3+ messages)

[PATCH 0/4] ARM: Exynos4: NURI and UniversalC210 fixes for v3.4-rc2
 2012-04-11  6:42 UTC  (3+ messages)

[PATCH 00/19] I2C updates
 2012-04-11  5:40 UTC  (4+ messages)
` [PATCHv6 19/19] ARM: OMAP4: hwmod data: I2C: add flag for context restore

[PATCH v5 00/27] irq_domain generalization and rework
 2012-04-11  5:29 UTC  (15+ messages)
` [PATCH v5 06/27] irq_domain/powerpc: eliminate irq_map; use irq_alloc_desc() instead

[PATCH V2 1/5] ARM: tegra: provide clock aliases for AHUB configlink
 2012-04-11  5:28 UTC  (4+ messages)
` [PATCH V2 4/5] ARM: dt: tegra30.dtsi: Add audio-related nodes

MMP2 early boot crash with 3.4-rc2
 2012-04-11  2:45 UTC 

[PATCH] arm: ep93xx: Don't try to release not acquired GPIO lines
 2012-04-11  2:09 UTC  (3+ messages)

[PATCH] arm: ep93xx: use DEFINE_RES_* macros
 2012-04-11  2:06 UTC  (2+ messages)

[PATCH] ARM: orion5x: Fix GPIO enable bits for MPP9
 2012-04-11  1:38 UTC  (3+ messages)

[PATCHv2] ARM: orion5x: Fix GPIO enable bits for MPP9
 2012-04-11  1:29 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox