linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-05-23 04:38:06 to 2014-05-23 12:33:04 UTC [more...]

[PATCH] MMC: use mmc_of_parse in sdhci-esdhc-imx
 2014-05-23 12:33 UTC  (6+ messages)
` [PATCH 1/5] mmc: sdhci-esdhc-imx: add f_max field to private data
` [PATCH 2/5] mmc: sdhci-esdhc-imx: introduce function for parsing platform_data
` [PATCH 3/5] mmc: sdhci-esdhc-imx: straighten SDHCI_QUIRK_BROKEN_CARD_DETECTION flag
` [PATCH 4/5] mmc: sdhci-esdhc-imx: use mmc_of_parse
` [PATCH 5/5] ARM: dts: imx51-babbage: Fix esdhc setup

[PATCH RESEND 0/7] Fix backtrace support in THUMB2 mode
 2014-05-23 12:11 UTC  (11+ messages)
` [PATCH RESEND 1/7] ARM: Make thread_save_fp macro aware of "
` [PATCH RESEND 2/7] ARM: Introduce arm_get_current_stack_frame()
` [PATCH RESEND 3/7] ARM: perf: Make perf use arm_get_current_stackframe
` [PATCH RESEND 4/7] ARM: time: Make use of arm_get_current_stackframe
` [PATCH RESEND 5/7] ARM: unwind: Use arm_get_current_stackframe
` [PATCH RESEND 6/7] ARM: traps: Make use of the frame_pointer macro
` [PATCH RESEND 7/7] ARM: oprofile: Use of arm_get_current_stackframe

[PATCH] arm: use cpu_online_mask when using forced irq_set_affinity
 2014-05-23 12:10 UTC  (3+ messages)

[PATCH v2 0/4] Support additional regulators on BCM590xx
 2014-05-23 12:09 UTC  (3+ messages)
` [PATCH v2 4/4] ARM: dts: bcm590xx: add support for GPLDO and VBUS regulators

RFC: representing sdio devices oob interrupt, clks, etc. in device tree
 2014-05-23 11:50 UTC  (7+ messages)

[PATCH] ARM: at91: remove ISI code for AT91SAM9263
 2014-05-23 11:50 UTC  (3+ messages)
  ` [PATCH v2] ARM: at91: #if 0 out "

[PATCH] mfd: abx500-core: Remove unused function abx500_dump_all_banks()
 2014-05-23 11:43 UTC  (6+ messages)
` [PATCH] mfd: axp20x: Remove unnecessary const qualifier from axp20x_supplies[]

Accessing GPIOs from userspace using recent kernels
 2014-05-23 11:35 UTC  (6+ messages)

[PATCH 0/3] ARM: OMAP5+: Support Duty Cycle Correction(DCC)
 2014-05-23 11:21 UTC  (2+ messages)

[PATCH 2/2] ASoC: samsung: Add machine driver for odroidx2
 2014-05-23 11:11 UTC 

[PATCH] ARM: dts: AM4372: clk: efuse based crystal frequency detect
 2014-05-23 11:05 UTC  (2+ messages)

[PATCH 1/2] doc: dt bindings: Document Odroid X2/U3 audio subsystem bindings
 2014-05-23 11:05 UTC  (7+ messages)
` [PATCH 2/2] ASoC: samsung: Add machine driver for odroidx2

[RFC PATCH] clk: flatten clk tree in debugfs
 2014-05-23 10:59 UTC 

the cost of _raw_spin_lock in arm linux
 2014-05-23 10:58 UTC 

[PATCH] arm/omap4: add twd clock to DT
 2014-05-23 10:57 UTC  (11+ messages)

[PATCH v2] mm, compaction: properly signal and act upon lock and need_sched() contention
 2014-05-23 10:49 UTC  (3+ messages)

crypto: Add Allwinner Security System crypto accelerator
 2014-05-23 10:46 UTC  (4+ messages)
` [PATCH 3/3] "

[GIT PULL] clockevents: fixes for 3.15
 2014-05-23 10:43 UTC  (3+ messages)
` [PATCH 1/2] clocksource: marco: Fix the affinity set for local timer of CPU1
  ` [PATCH 2/2] clocksource: tcb_clksrc: Make tc_mode interrupt safe

[PATCH v10 0/3] Exynos 5410 support
 2014-05-23 10:35 UTC  (4+ messages)
` [PATCH v10 1/3] ARM: EXYNOS: Add support for EXYNOS5410 SoC
` [PATCH v10 2/3] clk: exynos5410: register clocks using common clock framework
` [PATCH v10 3/3] ARM: dts: Add initial device tree support for EXYNOS5410

[GIT PULL] clockevents: new material for 3.16
 2014-05-23 10:31 UTC  (72+ messages)
` [PATCH 01/71] clocksource: sh_cmt: Use request_irq() instead of setup_irq()
  ` [PATCH 02/71] clocksource: sh_cmt: Split channel fields from sh_cmt_priv
  ` [PATCH 03/71] clocksource: sh_cmt: Rename struct sh_cmt_priv to sh_cmt_device
  ` [PATCH 04/71] clocksource: sh_cmt: Split channel setup to separate function
  ` [PATCH 05/71] clocksource: sh_cmt: Constify name argument to sh_cmt_register()
  ` [PATCH 06/71] clocksource: sh_cmt: Rename mapbase/mapbase_str to mapbase_ch/mapbase
  ` [PATCH 07/71] clocksource: sh_cmt: Add memory base to sh_cmt_channel structure
  ` [PATCH 08/71] clocksource: sh_cmt: Add index to struct sh_cmt_channel
  ` [PATCH 09/71] clocksource: sh_cmt: Replace kmalloc + memset with kzalloc
  ` [PATCH 10/71] clocksource: sh_cmt: Allocate channels dynamically
  ` [PATCH 11/71] clocksource: sh_cmt: Split static information from sh_cmt_device
  ` [PATCH 12/71] clocksource: sh_cmt: Replace hardcoded register values with macros
  ` [PATCH 13/71] clocksource: sh_cmt: Set cpumask to cpu_possible_mask
  ` [PATCH 14/71] clocksource: sh_cmt: Hardcode CMT clock event rating to 125
  ` [PATCH 15/71] clocksource: sh_cmt: Hardcode CMT clock source "
  ` [PATCH 16/71] clocksource: sh_cmt: Add support for multiple channels per device
  ` [PATCH 17/71] clocksource: sh_cmt: Rename clock to "fck" in the non-legacy case
  ` [PATCH 18/71] clocksource: sh_cmt: Remove FSF mail address from GPL notice
  ` [PATCH 19/71] clocksource: sh_cmt: Sort headers alphabetically
  ` [PATCH 20/71] clocksource: sh_cmt: Request IRQ for clock event device only
  ` [PATCH 21/71] clocksource: sh_tmu: Use request_irq() instead of setup_irq()
  ` [PATCH 22/71] clocksource: sh_tmu: Split channel fields from sh_tmu_priv
  ` [PATCH 23/71] clocksource: sh_tmu: Rename struct sh_tmu_priv to sh_tmu_device
  ` [PATCH 24/71] clocksource: sh_tmu: Split channel setup to separate function
  ` [PATCH 25/71] clocksource: sh_tmu: Constify name argument to sh_tmu_register()
  ` [PATCH 26/71] clocksource: sh_tmu: Add memory base to sh_tmu_channel structure
  ` [PATCH 27/71] clocksource: sh_tmu: Add index to struct sh_tmu_channel
  ` [PATCH 28/71] clocksource: sh_tmu: Replace kmalloc + memset with kzalloc
  ` [PATCH 29/71] clocksource: sh_tmu: Allocate channels dynamically
  ` [PATCH 30/71] clocksource: sh_tmu: Replace hardcoded register values with macros
  ` [PATCH 31/71] clocksource: sh_tmu: Hardcode TMU clock event and source ratings to 200
  ` [PATCH 32/71] clocksource: sh_tmu: Add support for multiple channels per device
  ` [PATCH 33/71] clocksource: sh_tmu: Rename clock to "fck" in the non-legacy case
  ` [PATCH 34/71] clocksource: sh_tmu: Remove FSF mail address from GPL notice
  ` [PATCH 35/71] clocksource: sh_tmu: Sort headers alphabetically
  ` [PATCH 36/71] clocksource: sh_mtu2: Use request_irq() instead of setup_irq()
  ` [PATCH 37/71] clocksource: sh_mtu2: Turn sh_mtu2_priv fields into local variables
  ` [PATCH 38/71] clocksource: sh_mtu2: Split channel fields from sh_mtu2_priv
  ` [PATCH 39/71] clocksource: sh_mtu2: Rename struct sh_mtu2_priv to sh_mtu2_device
  ` [PATCH 40/71] clocksource: sh_mtu2: Split channel setup to separate function
  ` [PATCH 41/71] clocksource: sh_mtu2: Constify name argument to sh_mtu2_register()
  ` [PATCH 42/71] clocksource: sh_mtu2: Add memory base to sh_mtu2_channel structure
  ` [PATCH 43/71] clocksource: sh_mtu2: Add index to struct sh_mtu2_channel
  ` [PATCH 44/71] clocksource: sh_mtu2: Replace kmalloc + memset with kzalloc
  ` [PATCH 45/71] clocksource: sh_mtu2: Allocate channels dynamically
  ` [PATCH 46/71] clocksource: sh_mtu2: Replace hardcoded register values with macros
  ` [PATCH 47/71] clocksource: sh_mtu2: Set cpumask to cpu_possible_mask
  ` [PATCH 48/71] clocksource: sh_mtu2: Hardcode MTU2 clock event rating to 200
  ` [PATCH 49/71] clocksource: sh_mtu2: Add support for multiple channels per device
  ` [PATCH 50/71] clocksource: sh_mtu2: Rename clock to "fck" in the non-legacy case
  ` [PATCH 51/71] clocksource: sh_mtu2: Remove FSF mail address from GPL notice
  ` [PATCH 52/71] clocksource: sh_mtu2: Sort headers alphabetically
  ` [PATCH 53/71] clocksource: arm_global_timer: Only check for unusable timer on A9
  ` [PATCH 54/71] documentaion: DT: allow a A5 compatible string in global timer
  ` [PATCH 55/71] dts: ca5: add the global timer for the A5
  ` [PATCH 56/71] KConfig: Vexpress: build the ARM_GLOBAL_TIMER with vexpress platform
  ` [PATCH 57/71] clocksource: efm32: use $vendor, $device scheme for compatible string
  ` [PATCH 58/71] clocksource: sun5i: Add support for reset controller
  ` [PATCH 59/71] ARM: sun6i: a31: Add support for the High Speed Timers
  ` [PATCH 60/71] clocksource: qcom: Implement read_current_timer for udelay
  ` [PATCH 61/71] clocksource: sh_tmu: Fix channel IRQ retrieval in legacy case
  ` [PATCH 62/71] clocksource: Fix type confusion for clocksource_mmio_readX_Y
  ` [PATCH 63/71] clocksource: Fix clocksource_mmio_readX_down
  ` [PATCH 64/71] clocksource: dw_apb_timer_of: Do not trace read_sched_clock
  ` [PATCH 65/71] clocksource: em_sti: Remove unnecessary OOM messages
  ` [PATCH 66/71] clocksource: sh_cmt: "
  ` [PATCH 67/71] clocksource: sh_mtu2: "
  ` [PATCH 68/71] clocksource: sh_tmu: "
  ` [PATCH 69/71] clocksource: ftm: Add FlexTimer Module (FTM) Timer devicetree Documentation
  ` [PATCH 70/71] ARM: dts: vf610: Add Freescale FlexTimer Module timer node
  ` [PATCH 71/71] clocksource: Add Freescale FlexTimer Module (FTM) timer support

[PATCH] pinctrl: sunxi: Enable the pinctrl Kconfig options by default
 2014-05-23 10:19 UTC  (3+ messages)

oops on cubox-i (v3.15-rc4)
 2014-05-23 10:17 UTC  (2+ messages)

[PATCH v6 0/7] mfd: AXP20x: Add support for AXP202 and AXP209
 2014-05-23 10:12 UTC  (7+ messages)
      ` [linux-sunxi] "

[PATCH] mfd: db8500-prcmu: remove check for CONFIG_DBX500_PRCMU_DEBUG
 2014-05-23 10:10 UTC  (2+ messages)

[RFC PATCH 0/3] mfd: AXP22x: add support for APX221 PMIC
 2014-05-23 10:03 UTC  (8+ messages)
` [RFC PATCH 1/3] "

EFI_STUB fails to boot non-EFI on arm64
 2014-05-23  9:45 UTC 

[PATCH v2 0/2] ARM: shmobile: r8a7779/marzen CCF DT updates
 2014-05-23  9:36 UTC  (5+ messages)
` [PATCH v2 1/2] ARM: shmobile: r8a7779 dtsi: Correct #address-cells/#size-cells for clocks
` [PATCH v2 2/2] ARM: shmobile: r8a7779 dtsi: Update unit-addresses "

[PATCH 1/2] ARM: dts: omap5-clocks.dtsi: add ti, set-rate-parent to dss_dss_clk
 2014-05-23  9:33 UTC  (2+ messages)
` [PATCH 1/2] ARM: dts: omap5-clocks.dtsi: add ti,set-rate-parent "

[PATCH 1/5] phy: add support for USB cluster on the Armada 375 SoC
 2014-05-23  9:28 UTC  (6+ messages)
` [PATCH 2/5] Documentation: dt-bindings: document the Armada 375 USB cluster binding
` [PATCH 4/5] usb: host: xhci-plat: add optional PHY support

[PATCH] ARM: remove last use of CONFIG_CPU_ARM710
 2014-05-23  9:22 UTC  (6+ messages)
` [PATCH] [RESEND] "

[PATCH v4 0/5] Add platform support for LSI AXM55xx
 2014-05-23  9:08 UTC  (6+ messages)
` [PATCH v4 1/5] ARM: Add platform support for LSI AXM55xx SoC
` [PATCH v4 2/5] ARM: dts: Device tree for AXM55xx
` [PATCH v4 3/5] ARM: axxia: Adding defconfig "
` [PATCH v4 4/5] power: reset: Add Axxia system reset driver
` [PATCH v4 5/5] ARM: dts: axxia: Add reset controller

[PATCH] clk: samsung: Make of_device_id array const
 2014-05-23  9:04 UTC 

[PATCH v2] pwm: imx: set can_sleep flag for imx_pwm
 2014-05-23  9:03 UTC  (3+ messages)

[RESEND][PATCH] mmc: wmt-sdmmc: Remove deprecated IRQF_DISABLED
 2014-05-23  8:39 UTC  (2+ messages)

[PATCH v2 0/6] ARM: sunxi: Machine code cleanup
 2014-05-23  8:33 UTC  (8+ messages)
` [PATCH v2 1/6] wdt: sunxi: Move restart code to the watchdog driver

[PATCH v3 0/3] Add display support for gta04 device
 2014-05-23  8:20 UTC  (3+ messages)
` [PATCH v3 2/3] ARM: dts: oma3-gta04: Add display support

[PATCH 00/21] ARM: sunxi: Introduce Allwinner A23 (sun8i) support
 2014-05-23  8:19 UTC  (24+ messages)
` [PATCH 01/22] serial: 8250_dw: Add optional reset control support
` [PATCH 02/22] clk: sunxi: register clock gates with clkdev
` [PATCH 03/22] clk: sunxi: add "pll6" to sun6i protected clock list
` [PATCH 04/22] clk: sunxi: move "ahb_sdram" to "
` [PATCH 05/22] clk: sunxi: Fix gate indexing for sun6i-a31-apb0-gates
` [PATCH 06/22] clk: sunxi: Support factor clocks with N multiplier factor starting from 1
` [PATCH 07/22] clk: sunxi: Fix PLL6 calculation on sun6i
` [PATCH 08/22] clk: sunxi: Specify number of child clocks for divs clocks
` [PATCH 09/22] clk: sunxi: Implement A31 PLL6 as a divs clock for 2x output
` [PATCH 10/22] clk: sunxi: Add support for PLL6 pre-divider on AHB1 clock
` [PATCH 11/22] ARM: sun6i: DT: Add PLL6 multiple outputs
` [PATCH 12/22] ARM: sun6i: DT: Add PLL6 pre-divider clock for AHB1 mux input
` [PATCH 13/22] clk: sunxi: Add A23 clocks support
` [PATCH 14/22] clk: sunxi: Add A23 APB0 support to sun6i-a31-apb0-clk
` [PATCH 15/22] pinctrl: sunxi: Add A23 PIO controller support
` [PATCH 16/22] pinctrl: sunxi: Add A23 R_PIO "
` [PATCH 17/22] mfd: sun6i-prcm: Add support for Allwinner A23 PRCM
` [PATCH 18/22] ARM: sunxi: Introduce Allwinner A23 support
` [PATCH 19/22] ARM: sunxi: Add earlyprintk support using R_UART (sun6i/sun8i)
` [PATCH 20/22] ARM: sun8i: Add SMP support for the Allwinner A23
` [PATCH 21/22] ARM: sunxi: Add Allwinner A23 dtsi
` [PATCH 22/22] ARM: sun8i: dt: Add Ippo-q8h v5 support

[PATCH v3 0/3] ARM: dts: overo: Add panel support
 2014-05-23  8:18 UTC  (3+ messages)

[PATCH 1/2] serial: imx: remove the DMA wait queue
 2014-05-23  8:04 UTC  (5+ messages)
` [PATCH 2/2] serial: imx: disable the receiver ready interrupt for imx_stop_rx
` [PATCH 1/2 rebased] serial: imx: remove the DMA wait queue

[PATCH v1] of/irq: do irq resolution in platform_get_irq_byname()
 2014-05-23  8:03 UTC  (2+ messages)

[PATCH RESEND] mmc: dove: fix missing MACH_DOVE dependency
 2014-05-23  7:40 UTC  (4+ messages)

Add SDHCI support for STMicroelectronics SoCs
 2014-05-23  7:34 UTC  (6+ messages)
` [PATCH 1/8] mmc: sdhci-st: Intial support for ST SDHCI controller
` [PATCH 2/8] mmc: sdhci-st: STMicroelectronics SDHCI binding documentation

[PATCH] pinctrl: sunxi: fix pin numbers passed to register offset helpers
 2014-05-23  7:25 UTC  (3+ messages)

[PATCH] pwm: imx: set can_sleep flag for imx_pwm_v2
 2014-05-23  7:05 UTC  (3+ messages)

[PATCH v3 1/2] mmc: tegra: disable UHS modes
 2014-05-23  7:04 UTC  (4+ messages)
` [PATCH v3 2/2] mmc: tegra: fix reporting of base clock frequency

[PATCH 0/2] ARM: shmobile: r8a7779/marzen CCF DT updates
 2014-05-23  6:55 UTC  (4+ messages)
` [PATCH 1/2] ARM: shmobile: r8a7779 dtsi: Correct #address-cells/#size-cells for clocks

[PATCH] ARM: imx: introduce function imx_free_mx3_camera
 2014-05-23  6:50 UTC  (3+ messages)

[PATCH] mmc: sdhci-dove: use mmc_of_parse() and remove card_tasklet CD handler
 2014-05-23  6:48 UTC  (2+ messages)

[PATCH v3] clk: shmobile: Add R8A7740-specific clock support
 2014-05-23  6:47 UTC  (5+ messages)

[PATCH RFC v5 0/2] clk: Support for DT assigned clock parents and rates
 2014-05-23  6:37 UTC  (6+ messages)
` [PATCH RFC v5 2/2] clk: Add handling of clk parent and rate assigned from DT

[PATCH] ARM: EXYNOS: Use wfi macro in platform_do_lowpower
 2014-05-23  6:13 UTC  (3+ messages)

pull request for Tegra clock fixes for 3.16 with HDA clocks
 2014-05-23  5:36 UTC  (2+ messages)

[PATCH] pinctrl: add pinctrl driver for imx6sx
 2014-05-23  5:09 UTC  (2+ messages)

[PATCH RFC v2 0/7] Devfreq support for Exynos5250/5420
 2014-05-23  5:08 UTC  (2+ messages)

[PATCH] clk: Add clock driver for AXM55xx SoC
 2014-05-23  5:03 UTC  (2+ messages)

[PATCH RFC] mmc: add slot argument to mmc_of_parse
 2014-05-23  4:38 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).