linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-28 17:12:14 to 2014-04-28 20:22:08 UTC [more...]

[PATCH v2 00/10] mtd: spi-nor: Add the DDR quad read support
 2014-04-28 20:22 UTC  (3+ messages)
` [PATCH v2 01/10] mtd: spi-nor: fix the wrong dummy value

[PATCH v2 1/6] ARM: socfpga: dts: fix pdma interrupt
 2014-04-28 20:20 UTC  (11+ messages)
` [PATCH v2 4/6] ARM: socfpga: dts: add can0+1
    ` can problems on socfpga [was Re: [PATCH v2 4/6] ARM: socfpga: dts: add can0+1]
                ` [patch] Fix CAN on socfpga, for net/master

[RFC PATCH v5 02/11] ARM SMMU: Add capability IOMMU_CAP_DMA_EXEC
 2014-04-28 20:20 UTC  (3+ messages)

[PATCH RESEND 0/3] Orion irqchip and Kirkwood SDIO
 2014-04-28 20:06 UTC  (4+ messages)
` [PATCH RESEND 3/3] irqchip: orion: reverse irq handling priority

[PATCH 00/98] Full L2C patch series
 2014-04-28 20:05 UTC  (100+ messages)
` [PATCH 01/97] ARM: l2c: remove outer_inv_all() method
` [PATCH 02/97] ARM: l2c: remove unnecessary call to outer_flush_all()
` [PATCH 03/97] ARM: l2c: avoid calling outer_flush_all() unnecessarily (Spear)
` [PATCH 04/97] ARM: l2c: omap2: remove ES1.0 support
` [PATCH 05/97] ARM: l2c: remove unnecessary UL-suffix to mask values
` [PATCH 06/97] ARM: outer cache: add documentation of outer cache functions
` [PATCH 07/97] ARM: outer cache: add WARN_ON() to outer_disable()
` [PATCH 08/97] ARM: l2c: add helper for L2 cache controller DT IDs
` [PATCH 09/97] ARM: l2c: tidy up l2x0_of_data declarations
` [PATCH 10/97] ARM: l2c: rename OF specific things, making l2x0_of_data available to all
` [PATCH 11/97] ARM: l2c: provide generic function for calling set_debug method
` [PATCH 12/97] ARM: l2c: split out cache unlock code
` [PATCH 13/97] ARM: l2c: provide generic helper for way-based operations
` [PATCH 14/97] ARM: l2c: rename cache_wait_way()
` [PATCH 15/97] ARM: l2c: add and use L2C revision constants
` [PATCH 16/97] ARM: l2c: clean up OF initialisation a bit
` [PATCH 17/97] ARM: l2c: pass iomem address into data->save function
` [PATCH 18/97] ARM: l2c: move l2c save function to __l2c_init()
` [PATCH 19/97] ARM: l2c: group implementation specific code together
` [PATCH 20/97] ARM: l2c: provide enable method
` [PATCH 21/97] ARM: l2c: write auxctrl register before unlocking
` [PATCH 22/97] ARM: l2c: only write the auxiliary control register if required
` [PATCH 23/97] ARM: l2c: move aurora broadcast setup to enable function
` [PATCH 24/97] ARM: l2c: implement fixups for L2 cache controller quirks/errata
` [PATCH 25/97] ARM: l2c: clean up L2 cache initialisation messages
` [PATCH 26/97] ARM: l2c: move and add ARM L2C-2x0/L2C-310 save/resume code to non-OF
` [PATCH 27/97] ARM: l2c: clean up save/resume functions
` [PATCH 28/97] ARM: l2c: simplify l2x0 unlocking code
` [PATCH 29/97] ARM: l2c: move pl310_set_debug() into l2c-310 code
` [PATCH 30/97] ARM: l2c: add L2C-210 specific handlers
` [PATCH 31/97] ARM: l2c: implement L2C-310 erratum 727915 as a method override
` [PATCH 32/97] ARM: l2c: implement L2C-310 erratum 588369 "
` [PATCH 33/97] ARM: l2c: use L2C-210 handlers for L2C-310 errata-less implementations
` [PATCH 34/97] ARM: l2c: add L2C-220 specific handlers
` [PATCH 35/97] ARM: l2c: convert Broadcom L2C-310 to new code
` [PATCH 36/97] ARM: l2c: remove obsolete l2x0 ops for non-OF init
` [PATCH 37/97] ARM: l2c: move type string into l2c_init_data structure
` [PATCH 38/97] ARM: l2c: add decode for L2C-220 cache ways
` [PATCH 39/97] ARM: l2c: move way size calculation data into l2c_init_data
` [PATCH 40/97] ARM: l2c: move errata configuration options to arch/arm/mm/Kconfig
` [PATCH 41/97] ARM: l2c: provide generic hook to intercept writes to secure registers
` [PATCH 42/97] ARM: l2c: omap2: implement new write_sec method
` [PATCH 43/97] ARM: l2c: omap2: remove explicit SMI calls to enable L2 cache
` [PATCH 44/97] ARM: l2c: highbank: implement new write_sec method
` [PATCH 45/97] ARM: l2c: highbank: remove explicit SMI call in L2 cache initialisation
` [PATCH 46/97] ARM: l2c: ux500: implement dummy write_sec method
` [PATCH 47/97] ARM: l2c: remove old .set_debug method
` [PATCH 48/97] ARM: l2c: implement L2C-310 erratum 752271 in core L2C code
` [PATCH 49/97] ARM: l2c: fix register naming
` [PATCH 50/97] ARM: l2c: add automatic enable of early BRESP
` [PATCH 51/97] ARM: l2c: remove platforms/SoCs setting "
` [PATCH 52/97] ARM: l2c: add platform independent core L2 cache initialisation
` [PATCH 53/97] ARM: l2c: provide common PL310 early resume code
` [PATCH 54/97] ARM: l2c: tegra: remove associativity and way size from aux_ctrl
` [PATCH 55/97] ARM: l2c: ux500: "
` [PATCH 56/97] ARM: l2c: ux500: don't try to change the L2 cache auxiliary control register
` [PATCH 57/97] ARM: l2c: cns3xxx: remove cache size override
` [PATCH 58/97] ARM: l2c: exynos: "
` [PATCH 59/97] ARM: l2c: exynos: convert to common l2c310 early resume functionality
` [PATCH 60/97] ARM: l2c: exynos: convert to generic l2c initialisation (and thereby fix it)
` [PATCH 61/97] ARM: l2c: nomadik: remove cache size override
` [PATCH 62/97] ARM: l2c: nomadik: convert to generic l2c initialisation
` [PATCH 63/97] ARM: l2c: omap2: remove cache size override
` [PATCH 64/97] ARM: l2c: prima2: "
` [PATCH 65/97] ARM: l2c: prima2: convert to generic l2c initialisation
` [PATCH 66/97] ARM: l2c: shmobile: remove cache size override
` [PATCH 67/97] ARM: l2c: spear13xx: "
` [PATCH 68/97] ARM: l2c: sti: "
` [PATCH 69/97] ARM: l2c: sti: convert to generic l2c initialisation
` [PATCH 70/97] ARM: l2c: tegra: convert to common l2c310 early resume functionality
` [PATCH 71/97] ARM: l2c: convert tegra to generic l2c initialisation
` [PATCH 72/97] ARM: l2c: zynq: remove cache size override
` [PATCH 73/97] ARM: l2c: zynq: convert to generic l2c initialisation
` [PATCH 74/97] ARM: l2c: realview: improve commentry about the L2 cache requirements
` [PATCH 75/97] ARM: l2c: kill L2X0_AUX_CTRL_MASK before anyone else makes use of this
` [PATCH 76/97] ARM: l2c: print a warning with L2C-310 caches if the cache size is modified
` [PATCH 77/97] ARM: l2c: vexpress ca9x4: move L2 cache initialisation earlier
` [PATCH 78/97] ARM: l2c: check that DT files specify the required "cache-unified" property
` [PATCH 79/97] ARM: l2c: add warnings for stuff modifying aux_ctrl register values
` [PATCH 80/97] ARM: l2c: trial at enabling some Cortex-A9 optimisations
` [PATCH 81/97] ARM: l2c: move L2 cache register saving to a more sensible location
` [PATCH 82/97] ARM: l2c: always enable low power modes
` [PATCH 83/97] ARM: l2c: imx: remove direct write to power control register
` [PATCH 84/97] ARM: l2c: omap2: avoid reading directly from the L2 registers in platform code
` [PATCH 85/97] ARM: l2c: imx: convert to common l2c310 early resume functionality
` [PATCH 86/97] ARM: l2c: always enable non-secure access to lockdown registers
` [PATCH 87/97] ARM: l2c: omap2+: get rid of redundant cache replacement policy setting
` [PATCH 88/97] ARM: l2c: omap2+: get rid of init call
` [PATCH 89/97] ARM: l2c: AM43x: add L2 cache support
` [PATCH 90/97] ARM: l2c: convert rockchip to generic l2c initialisation
` [PATCH 91/97] ARM: l2c: convert highbank "
` [PATCH 92/97] ARM: l2c: convert vexpress "
` [PATCH 93/97] ARM: l2c: convert mvebu "
` [PATCH 94/97] ARM: l2c: convert bcm_5301x "
` [PATCH 95/97] ARM: l2c: convert imx vf610 "
` [PATCH 96/97] ARM: l2c: convert socfpga "
` [PATCH 97/97] ARM: l2c: convert berlin "

[PATCH v12 00/31] iommu/exynos: Fixes and Enhancements of System MMU driver with DT
 2014-04-28 19:55 UTC  (9+ messages)
` [PATCH v12 11/31] documentation: iommu: add binding document of Exynos System MMU

[PATCH] ASoC: fsl: select SND_SOC_IMX_PCM_DMA where needed
 2014-04-28 19:52 UTC  (3+ messages)

[PATCH] arm64: fixmap: fix missing sub-page offset for earlyprintk
 2014-04-28 19:44 UTC  (2+ messages)

[PATCH v9 00/17] ARM: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs
 2014-04-28 19:38 UTC  (13+ messages)
` [PATCH v9 01/17] clk: sunxi: factors: automatic reparenting support
` [PATCH v9 03/17] ARM: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs
` [PATCH v9 05/17] ARM: dts: sun4i: Add pin-muxing info for the mmc0 controller
` [PATCH v9 08/17] ARM: dts: sun5i: Add pin-muxing info for the mmc controllers
` [PATCH v9 10/17] ARM: dts: sun6i: Add mmc clocks
` [PATCH v9 12/17] ARM: dts: sun6i: Add pin-muxing info for the mmc controllers

[RFC 0/3] DRM driver for the ATMEL High end LCD controller
 2014-04-28 19:22 UTC  (3+ messages)
` [RFC 1/3] atmel: drm: added drm driver for the atmel hlcd controller

[PATCH 0/5] AM437x: HDQ/1wire protocol
 2014-04-28 19:19 UTC  (6+ messages)
` [PATCH 1/5] drivers: w1: omap_hdq: cleanup and bug fixes
` [PATCH 3/5] arm: omap2: skip device build from platform code for dt

[PATCHv3 0/7] Add Allwinner SoCs PWM support
 2014-04-28 19:13 UTC  (11+ messages)
` [PATCHv3 1/7] pwm: Add Allwinner SoC support
` [PATCHv3 3/7] ARM: sun4i: dt: add pinmux configuration for the PWM
` [PATCHv3 4/7] ARM: sun4i: dt: add PWM support
` [PATCHv3 5/7] ARM: sun7i: dt: add pinmux configuration for the PWM
` [PATCHv3 6/7] ARM: sun7i: dt: add PWM support

[PATCH 00/16] Another 16 L2C patches
 2014-04-28 19:12 UTC  (22+ messages)
` [PATCH 02/16] ARM: l2c: add platform independent core L2 cache initialisation
` [PATCH 07/16] ARM: l2c: convert tegra to generic l2c initialisation
` [PATCH 08/16] ARM: l2c: convert prima2 "
` [PATCH 15/16] ARM: l2c: convert socfpga "

[PATCH] ARM: mvebu: refine which files are build in mach-mvebu
 2014-04-28 19:12 UTC  (3+ messages)

[PATCH v7 00/10] R-Car Gen2 PCIe host driver
 2014-04-28 19:11 UTC  (5+ messages)
` [PATCH v7 01/10] PCI: host: rcar: Add Renesas R-Car PCIe driver

[PATCH] ARM: fix string functions on !MMU
 2014-04-28 19:10 UTC  (6+ messages)

[PATCH 00/15] pinctrl: sunxi: Rework and cleanups
 2014-04-28 19:01 UTC  (14+ messages)
` [PATCH 01/15] pinctrl: sunxi: Add const qualifier to the pin descriptor
` [PATCH 02/15] pinctrl: sunxi: Drop unused structure members
` [PATCH 05/15] pinctrl: sunxi: Switch to devm_ioremap_resource
` [PATCH 06/15] pinctrl: sunxi: Libraryse the driver
` [PATCH 07/15] pinctrl: sunxi: Move Allwinner A10 pinctrl driver to a driver of its own
` [PATCH 08/15] pinctrl: sunxi: Move Allwinner A10s "
` [PATCH 09/15] pinctrl: sunxi: Move Allwinner A13 "
` [PATCH 10/15] pinctrl: sunxi: Move Allwinner A31 "
` [PATCH 11/15] pinctrl: sunxi: Move Allwinner A31 special pins "
` [PATCH 12/15] pinctrl: sunxi: Move Allwinner A20 pinctrl "
` [PATCH 13/15] pinctrl: sunxi: Introduce per-driver Kconfig options
` [PATCH 14/15] pinctrl: sunxi: Move the reset handling functions out of the core
` [PATCH 15/15] ARM: sunxi: Update pinctrl Kconfig options

[PATCH] ARM: tegra: add SD wp-gpios to Venice2 DT
 2014-04-28 18:53 UTC 

[PATCH] ARM: tegra: add SD wp-gpios to Dalmore DT
 2014-04-28 18:51 UTC 

[PATCH] ARM: sunxi: Enable GMAC in sunxi_defconfig
 2014-04-28 18:44 UTC 

[PATCH 000/222] The *Full* Cubox-i series
 2014-04-28 18:39 UTC  (4+ messages)
` [PATCH 071/222] net:fec: remove unnecessary ip stack includes

[PATCH v2 00/10] thermal: Armada 375/380 SoC support
 2014-04-28 18:33 UTC  (4+ messages)
` [PATCH v2 10/10] ARM: mvebu: Enable the thermal sensor in Armada 380/385 SoC

[PATCH] arm: edma: Fix xbar mapping
 2014-04-28 18:32 UTC  (3+ messages)

[PATCH 0/7] mfd: add basic sun6i A31 PRCM support
 2014-04-28 18:19 UTC  (10+ messages)
` [PATCH 5/7] clk: sunxi: add PRCM (Power/Reset/Clock Management) clks support
` [PATCH 7/7] ARM: sunxi: dt: add PRCM clk and reset controller subdevices

[PATCH 0/2] ARM: sunxi: Split Kconfig entries
 2014-04-28 18:07 UTC  (3+ messages)
` [PATCH 1/2] ARM: sunxi: Split the various SoCs support in Kconfig

[PATCH 00/10] Versatile Express changes for 3.16
 2014-04-28 18:02 UTC  (12+ messages)
` [PATCH 01/10] of: Keep track of populated platform devices
` [PATCH 02/10] mfd: vexpress: Convert custom func API to regmap
` [PATCH 03/10] mfd: syscon: Add platform data with a regmap config name
` [PATCH 04/10] mfd: vexpress: Define the device as MFD cells
` [PATCH 05/10] clk: versatile: Split config options for sp810 and vexpress_osc
` [PATCH 06/10] clocksource: Sched clock source for Versatile Express
` [PATCH 07/10] ARM: vexpress: remove redundant vexpress_dt_cpus_num to get cpu count
` [PATCH 08/10] ARM: vexpress: Simplify SMP operations for DT-powered system
` [PATCH 09/10] ARM: vexpress: move HBI check to sysreg driver
` [PATCH 10/10] hwmon: vexpress: Use devm helper for hwmon device registration

[PATCH 0/3] Versatile Express sysregs rework
 2014-04-28 17:50 UTC  (7+ messages)
` [PATCH 1/3] driver core & of: Mark of_nodes of added device as populated

[PATCH v3 0/6] MCPM backend for Exynos5420
 2014-04-28 17:44 UTC  (3+ messages)
` [PATCH v3 5/6] arm: exynos: Add MCPM call-back functions

[RESUBMIT RFC PATCH v2 0/3] Add support for Exynos PMU driver
 2014-04-28 17:37 UTC  (4+ messages)
` [RESUBMIT RFC PATCH v2 3/3] drivers: mfd: "

[PATCH v3 0/3] Generic Device Tree based power domain look-up
 2014-04-28 17:35 UTC  (3+ messages)
` [PATCH v3 1/3] base: power: Add generic OF-based "

[PATCH] ARM: OMAP5: Switch to THUMB mode if needed on secondary CPU
 2014-04-28 17:21 UTC  (4+ messages)

[PATCH v10 00/12] In-kernel PSCI v0.2 emulation for KVM ARM/ARM64
 2014-04-28 17:19 UTC  (5+ messages)
` [PATCH v10 02/12] ARM/ARM64: KVM: Add common header for PSCI related defines

[PATCH v4 00/14] enable HiP04 SoC
 2014-04-28 17:13 UTC  (3+ messages)
` [PATCH v4 09/14] ARM: dts: add hip04-d01 dts file


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