linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-09 18:08:16 to 2014-04-10 10:09:02 UTC [more...]

[PATCH 00/27] Support new Exynos3250 SoC based on Cortex-A7 dual core
 2014-04-10 10:09 UTC  (18+ messages)
` [PATCH 01/27] ARM: EXYNOS: Add Exynos3250 SoC ID
` [PATCH 02/27] ARM: EXYNOS: Add IO mapping for non-secure SYSRAM of Exynos3250
` [PATCH 03/27] ARM: EXYNOS: Add IO mapping for PMU "
` [PATCH 04/27] ARM: EXYNOS: Support secondary CPU boot of Exynos4212
` [PATCH 05/27] ARM: EXYNOS: Support secondary CPU boot of Exynos3250
` [PATCH 06/27] ARM: EXYNOS:: Enter a15 lowpower mode for Exynos3250 based on Cortex-a7
` [PATCH 07/27] irqchip: Declare cortex-a7's irqchip to initialize gic from dt
` [PATCH 08/27] pinctrl: exynos: Add driver data for Exynos3250

[PATCH 00/27] Support new Exynos3250 SoC based on Cortex-A7 dual core
 2014-04-10 10:06 UTC  (28+ messages)
` [PATCH 01/27] ARM: EXYNOS: Add Exynos3250 SoC ID
` [PATCH 02/27] ARM: EXYNOS: Add IO mapping for non-secure SYSRAM of Exynos3250
` [PATCH 03/27] ARM: EXYNOS: Add IO mapping for PMU "
` [PATCH 04/27] ARM: EXYNOS: Support secondary CPU boot of Exynos4212
` [PATCH 05/27] ARM: EXYNOS: Support secondary CPU boot of Exynos3250
` [PATCH 06/27] ARM: EXYNOS:: Enter a15 lowpower mode for Exynos3250 based on Cortex-a7
` [PATCH 07/27] irqchip: Declare cortex-a7's irqchip to initialize gic from dt
` [PATCH 08/27] pinctrl: exynos: Add driver data for Exynos3250
` [PATCH 09/27] clk: samsung: exynos3250: Add clocks using common clock framework
` [PATCH 10/27] ARM: dts: exynos3250: Add new exynos3250.dtsi file
` [PATCH 11/27] ARM: dts: exynos3250: Add GIC dt node for Exynos3250
` [PATCH 12/27] ARM: dts: exynos3250: Add default interrupt-parent connected with GIC
` [PATCH 13/27] ARM: dts: exynos3250: Add pin control device tree data
` [PATCH 14/27] ARM: dts: exynos3250: Add device tree nodes for clock controllers
` [PATCH 15/27] ARM: dts: exynos3250: Add uart dt node to support seiral ports
` [PATCH 16/27] ARM: dts: exynos3250: Add MCT dt node
` [PATCH 17/27] ARM: dts: exynos3250: Add ADC dt node to read analog raw data
` [PATCH 18/27] ARM: dts: exynos3250: Add i2c dt node
` [PATCH 19/27] ARM: dts: exynos3250: Add Mobile Storage Host Card
` [PATCH 20/27] ARM: dts: exynos3250: Move definitions of external clocks to SoC dtsi
` [PATCH 21/27] ARM: dts: exynos3250: Add PMU dt data
` [PATCH 22/27] ARM: dts: exynos3250: Add amba and pdma dt node
` [PATCH 23/27] ARM: dts: exynos3250: Add spi dt node to support spi bus
` [PATCH 24/27] ARM: dts: exynos3250: Add pwm dt node to support PWM Timer
` [PATCH 25/27] ARM: dts: exynos3250: Add RTC dt node
` [PATCH 26/27] ARM: dts: exynos3250: Add power domain dt nodes
` [PATCH 27/27] ARM: dts: exynos3250: Add CPUs dt node for Exynos3250

[RFC PATCH v2] edac: synopsys: Added EDAC support for zynq ddr ecc controller
 2014-04-10 10:05 UTC  (7+ messages)

[PATCH v2 00/12] Add Hisilicon HiP04 SoC
 2014-04-10  9:56 UTC  (9+ messages)
` [PATCH v2 05/12] irq: gic: extends the cpu interface to 16
` [PATCH v2 06/12] ARM: mcpm: change max clusters to 4
` [PATCH v2 07/12] ARM: hisi: add hip04 SoC support
` [PATCH v2 08/12] ARM: dts: add hip04-d01 dts file

[PATCH 00/15] ARM: sunxi: add A31 PL pins support
 2014-04-10  9:56 UTC  (9+ messages)

[PATCH V4 00/20] ARM: exynos: cpuidle: Move the driver to drivers/cpuidle
 2014-04-10  9:55 UTC  (21+ messages)
` [PATCH V4 01/20] ARM: exynos: cpuidle: Prevent forward declaration
` [PATCH V4 02/20] ARM: exynos: cpuidle: Use cpuidle_register
` [PATCH V4 03/20] ARM: exynos: cpuidle: Change function name prefix
` [PATCH V4 04/20] ARM: exynos: cpuidle: Encapsulate register access inside a function
` [PATCH V4 05/20] ARM: exynos: cpuidle: Move some code inside the idle_finisher
` [PATCH V4 06/20] ARM: exynos: cpuidle: Fix S5P_WAKEUP_STAT call
` [PATCH V4 07/20] ARM: exynos: cpuidle: Use the cpu_pm notifier
` [PATCH V4 08/20] ARM: exynos: cpuidle: Move scu_enable in "
` [PATCH V4 09/20] ARM: exynos: cpuidle: Remove ifdef for scu_enable
` [PATCH V4 10/20] ARM: exynos: cpuidle: Move clock setup to pm.c
` [PATCH V4 11/20] ARM: exynos: cpuidle: Pass wakeup mask parameter to function
` [PATCH V4 12/20] ARM: exynos: cpuidle: Encapsulate boot vector code into a function
` [PATCH V4 13/20] ARM: exynos: cpuidle: Disable cpuidle for 5440
` [PATCH V4 14/20] ARM: exynos: cpuidle: Encapsulate the AFTR code into a function
` [PATCH V4 15/20] ARM: exynos: cpuidle: Move the AFTR state function into pm.c
` [PATCH V4 16/20] ARM: exynos: cpuidle: Move the power sequence call in the cpu_pm notifier
` [PATCH V4 17/20] ARM: exynos: cpuidle: Move S5P_CHECK_SLEEP into pm.c
` [PATCH V4 18/20] ARM: exynos: cpuidle: Pass the AFTR callback to the platform_data
` [PATCH V4 19/20] ARM: exynos: cpuidle: Cleanup all unneeded headers from cpuidle.c
` [PATCH V4 20/20] ARM: exynos: cpuidle: Move the driver to drivers/cpuidle directory

[PATCH] memory: mvebu-devbus: fix the conversion of the bus width
 2014-04-10  9:50 UTC 

[PATCH 0/4] arm: Add basic support for Mediatek Cortex-A7 SoCs
 2014-04-10  9:36 UTC  (21+ messages)
` [PATCH 1/4] clocksource: Add support for the Mediatek SoCs
` [PATCH 2/4] dt-bindings: add mtk-timer bindings
` [PATCH 3/4] arm: add basic support for Mediatek MT6589 boards
` [PATCH 4/4] arm: mediatek: Add earlyprintk support for MT6589

[PATCH v2] pwm: i.MX: Avoid sample fifo overflow for i.MX pwm version2
 2014-04-10  9:23 UTC 

[PATCH 0/6] Further cleanup and enable multiplat build
 2014-04-10  9:22 UTC  (9+ messages)
` [PATCH 1/6] ARM: EXYNOS: Remove duplicate lines in Makefile
` [PATCH 2/6] ARM: EXYNOS: Staticize exynos_subsys
` [PATCH 3/6] ARM: EXYNOS: Migrate Exynos specific macros from plat to mach
` [PATCH 4/6] ARM: EXYNOS: Remove unnecessary inclusion of cpu.h
` [PATCH 5/6] ARM: EXYNOS: Enable multi-platform build support
` [PATCH 6/6] ARM: multi_v7_defconfig: Enable Exynos platform

[PATCH 0/5] arm: Early IRQ enabling in the Undef user handler
 2014-04-10  9:14 UTC  (5+ messages)
` [PATCH 3/5] arm: Disable preemption in iwmmxt_task_enable()
` [PATCH 4/5] arm: Disable preemption in crunch_task_enable()

[PATCH] ARM: shmobile: Enable USB [EO]HCI HCD support in shmobile_defconfig
 2014-04-10  9:09 UTC  (3+ messages)

[PATCH] phy: exynos5-usbdrd: Add facility to toggle vbus gpio on/off
 2014-04-10  9:09 UTC  (2+ messages)

[PATCH v2 0/5] ARM: shmobile: r8a7790: enable IIC(B) cores
 2014-04-10  9:06 UTC  (11+ messages)
` [PATCH v2 3/5] ARM: shmobile: r8a7790: add IIC0-2 clock macros
` [PATCH v2 4/5] ARM: shmobile: r8a7790: add IIC(B) clocks to dtsi
` [PATCH v2 5/5] ARM: shmobile: r8a7790: add IIC(B) cores "

[RFC PATCH] edac: add support for ARM PL310 L2 cache parity
 2014-04-10  9:02 UTC  (8+ messages)

[PATCH] staging: imx-drm-core: skip components whose parent device is disabled
 2014-04-10  8:55 UTC  (2+ messages)

[PATCH] mx-drm: imx-tve: correct DDC property name to 'ddc-i2c-bus'
 2014-04-10  8:51 UTC  (2+ messages)

[PATCH] ARM: imx: propagate DI clock changes up the clock tree to PLL5
 2014-04-10  8:45 UTC  (2+ messages)

[PATCH v2 1/4] reset: add driver for socfpga
 2014-04-10  8:21 UTC  (4+ messages)
` [PATCH v2 2/4] Documentation: dt: socfpga: add reset-cells property
` [PATCH v2 3/4] Documentation: dt: reset: move socfpga-reset
` [PATCH v2 4/4] ARM: socfpga: dts: add reset-controller

[PATCH] pwm: i.MX: Avoid sample fifo overflow for i.MX pwm version2
 2014-04-10  8:17 UTC  (2+ messages)

[PATCH] ARM: dts: imx53-tx53: add IPU DI ports and endpoints
 2014-04-10  8:15 UTC  (2+ messages)

[PATCH] ARM: reinsert ARCH_MULTI_V4 Kconfig option
 2014-04-10  8:04 UTC  (6+ messages)

[PATCH BUGFIX] arm: dts: imx53: fix apparent copy/paste error
 2014-04-10  8:03 UTC 

[PATCH v7 0/6] Support for creating generic host_bridge from device tree
 2014-04-10  8:00 UTC  (15+ messages)
` [PATCH v7 4/6] pci: Introduce a domain number for pci_host_bridge

[PATCH v2 0/4] Introduce new Kconfig for Samsung common clock
 2014-04-10  7:42 UTC  (3+ messages)
` [PATCH v3 "

[PATCH v5 0/8] mtd: spi-nor: add a new framework for SPI NOR
 2014-04-10  7:42 UTC  (8+ messages)
` [PATCH v5 3/8] mtd: spi-nor: add the "

[PATCH 0/2] improve pwm lookup support without device tree
 2014-04-10  7:37 UTC  (7+ messages)
` [PATCH 1/2] pwm: add period and polarity to struct pwm_lookup
` [PATCH 2/2] pwm: use PWM_LOOKUP to set the period and polarity

[PATCH v4 00/16] mfd: max14577: Add support for MAX77836
 2014-04-10  7:33 UTC  (4+ messages)

[PATCH] ARM: dts: imx6q-gw5xxx: remove dead 'crtcs' property
 2014-04-10  7:26 UTC 

[PATCH V3 1/5] genirq: define flag IRQ_SRC_DST_INVERTED, and accessors
 2014-04-10  7:25 UTC  (4+ messages)
` [PATCH V3 4/5] mfd: palmas: support IRQ inversion at the board level

[PATCH v5 5/8] mtd: m25p80: use the SPI nor framework
 2014-04-10  7:25 UTC  (4+ messages)
` [PATCH v5 5/8 fix] "

[PATCH] ARM: shmobile: r8a7790: link PCI USb devices to USB PHY
 2014-04-10  7:07 UTC  (2+ messages)

[PATCH] ARM: imx_v6_v7_defconfig: enable cpufreq and CMA support
 2014-04-10  6:57 UTC 

[PATCH v2] bus: mvebu-mbus: Avoid setting an undefined window size
 2014-04-10  6:53 UTC  (5+ messages)

[PATCH] arm: exynos: generalize power register address calculation
 2014-04-10  5:48 UTC  (6+ messages)

[PATCH 1/2] usb: ehci-exynos: Return immediately from suspend if ehci_suspend fails
 2014-04-10  5:31 UTC  (5+ messages)

[PATCH 0/7] ARM: Exynos: PMU cleanup and refactoring for using DT
 2014-04-10  4:58 UTC  (7+ messages)
` [PATCH 01/10] ARM: EXYNOS: Cleanup "mach-exynos/common.h" file
` [PATCH 05/10] ARM: EXYNOS: Move "regs-pmu" header inclusion in common.h

[PATCH] ARM: imx6: Fix procedure to switch the parent of LDB_DI_CLK
 2014-04-10  2:44 UTC  (8+ messages)

Renesas clock clk-mstp updates for clock-indices
 2014-04-10  2:39 UTC  (2+ messages)

current->sched_class->yield_task is NULL, any hint?
 2014-04-09 21:39 UTC  (8+ messages)

[PATCH v3 0/3] rtc: Add APM X-Gene SoC RTC driver
 2014-04-09 21:01 UTC  (6+ messages)
` [PATCH v3 1/3] Documentation: Add documentation for the APM X-Gene SoC RTC DTS binding
  ` [PATCH v3 2/3] rtc: Add APM X-Gene SoC RTC driver
    ` [rtc-linux] "

[PATCH v2] ARM: mm: implement CONFIG_DEBUG_RODATA
 2014-04-09 20:14 UTC  (6+ messages)
` [PATCH v2 2/2] ARM: mm: allow text and rodata sections to be read-only

[PATCH v2] ARM: uprobes need icache flush after xol write
 2014-04-09 19:19 UTC  (6+ messages)

[PATCH] ARM: shmobile: r8a7791: link PCI USb devices to USB PHY
 2014-04-09 19:19 UTC 

[PATCH v3 0/4] ARM: pxa: Fix out of vmalloc space bug
 2014-04-09 19:05 UTC  (4+ messages)
` [PATCH v3 3/4] ARM: pxa: pxa27x: Don't map IMEMC region statically
` [PATCH v3 4/4] ARM: pxa: Move iotable mapping inside vmalloc region

[PATCH v2 1/3] ARM: dts: imx27-pdk: Keep the dt nodes sorted
 2014-04-09 18:55 UTC  (3+ messages)
` [PATCH v2 2/3] ARM: dts: imx27-pdk: Pass the UART1 pin configuration
` [PATCH v2 3/3] ARM: dts: imx27-pdk: Pass the FEC "

[PATCH] pwm: atmel: set pwm_chip can_sleep flag
 2014-04-09 18:26 UTC 

[RFC PATCH] ARM: uprobes need icache flush after xol write
 2014-04-09 18:24 UTC  (10+ messages)

[RFC PATCH 0/3] Make kexec work with CONFIG_DEBUG_RODATA enabled
 2014-04-09 18:14 UTC  (5+ messages)
` [RFC PATCH 1/3] ARM: kexec: Make kexec work with read-only kernel .text section
` [RFC PATCH 2/3] ARM: Kconfig: remove dependence of CONFIG_DEBUG_RODATA on !kexec

[PATCH] arm64: Add user_debug command line option
 2014-04-09 18:11 UTC  (3+ messages)


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