linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-03-21 21:31:07 to 2013-03-22 14:23:31 UTC [more...]

[PATCH 00/16] Marvell EBU thermal sensor consolidation
 2013-03-22 14:23 UTC  (4+ messages)

[PATCH 0/6] clk: sunxi: gates support
 2013-03-22 14:20 UTC  (7+ messages)
` [PATCH 1/6] clk: sunxi: Add support for AXI, AHB, APB0 and APB1 gates
` [PATCH 2/6] arm: sunxi: Add clock definitions for AXI, AHB, APB0, "
` [PATCH 3/6] arm: sunxi: use the right clock phandles for UARTs
` [PATCH 4/6] pinctrl: sunxi: add clock support
` [PATCH 5/6] arm: sunxi: Add clock to pinctrl node
` [PATCH 6/6] clk: sunxi: drop CLK_IGNORE_UNUSED

[PATCH 0/6] ARM: ux500: first multiplatform series
 2013-03-22 14:16 UTC  (20+ messages)
` [PATCH 5/6] ARM: ux500: move PRCMU functions into the CPUidle driver
` [PATCH 0/9] More ux500 multiplatform stuff
  ` [PATCH 1/9] ARM: ux500: move mach/msp.h to include/linux/platform_data.h
  ` [PATCH 2/9] ARM: ux500: split out prcmu initialization
  ` [PATCH 3/9] ARM: ux500: make irqs.h local to platform
  ` [PATCH 4/9] ARM: ux500: kill mach/hardware.h some more
  ` [PATCH 5/9] staging: ste_rmi4: kill platform_data hack
  ` [PATCH 6/9] power: pm2301_charger: remove __devinit annotations
  ` [PATCH 7/9] ARM: ux500: make remaining headers local
  ` [PATCH 8/9] ARM: ux500: move to multiplatform
  ` [PATCH 9/9] ARM: ux500: build hotplug.o for ARMv7-a

[PATCH 0/4] mv643xx_eth: use mvmdio MDIO bus driver
 2013-03-22 14:14 UTC  (8+ messages)
` [PATCH 0/4 v3] "
  ` [PATCH 1/4 v3] net: mvmdio: allow platform device style registration
  ` [PATCH 2/4 v3] net: mvmdio: rename base register cookie from smireg to regs
  ` [PATCH 3/4 v3] net: mvmdio: enhance driver to support SMI error/done interrupts
  ` [PATCH 4/4 v3] mv643xx_eth: convert to use the Marvell Orion MDIO driver

[PATCH V2] Sound: sgtl5000 Allow codec clock frequency to be set
 2013-03-22 14:08 UTC  (2+ messages)

[PATCH v9 0/12] Palmas updates
 2013-03-22 14:08 UTC  (14+ messages)
` [PATCH v9 01/11] mfd: palmas: is_palmas_charger needed by multiple drivers
` [PATCH v9 02/11] mfd: palmas add variant and OTP detection
` [PATCH v9 03/11] watchdog: add Palmas Watchdog support
` [PATCH v9 04/11] watchdog: Kconfig for Palmas watchdog
` [PATCH v9 05/11] gpio: palmas: add in GPIO support for palmas charger
` [PATCH v9 06/11] gpio: palmas: Enable DT support for palmas gpio
` [PATCH v9 07/11] gpio: Palmas palmas_gpio_(read|write|update) factoring
` [PATCH v9 08/11] leds: Add support for Palmas LEDs
` [PATCH v9 09/11] clk: add a clock driver for palmas
` [PATCH v9 10/11] clk: Kconfig for Palmas clock driver
` [PATCH v9 11/11] regulator: palmas remove palmas-charger option from DT bindings

[GIT PULL v2] Renesas ARM-based SoC board updates for v3.10
 2013-03-22 13:52 UTC  (7+ messages)

[PATCH for 3.10 v2] mmc: mvsdio: use dev_*() API instead of pr_*() API
 2013-03-22 13:37 UTC 

[PATCH for 3.9 v3] mmc: mvsdio: fix non-DT probing of GPIOs
 2013-03-22 13:30 UTC 

[PATCH v3 0/6] introduce support for Atmel Cortex-A5 devices
 2013-03-22 13:24 UTC  (7+ messages)
` [PATCH 1/6] ARM: at91: change name template in AT91_SOC_START macro
` [PATCH 2/6] ARM: at91: add AT91_SAM9_TIME entry to select at91sam926x_time.c compilation
` [PATCH 3/6] ARM: at91: introduce the core type choice to split ARMv4/5 and ARMv7 arch
` [PATCH 4/6] ARM: at91: introduce SAMA5 support
` [PATCH 5/6] ARM: at91: dt: add device tree files for SAMA5D3 family
` [PATCH 6/6] ARM: at91: add defconfig for SAMA5

[PATCH 0/3] ARM sched_clock selection enhancements
 2013-03-22 12:58 UTC  (7+ messages)
` [PATCH 2/3] ARM: sched_clock: support 64-bit counters

[PATCH v8 00/14] Tegra114 clockframework
 2013-03-22 12:55 UTC  (16+ messages)
` [PATCH v8 01/14] clk: tegra: provide dummy cpu car ops
` [PATCH v8 02/14] clk: tegra: Refactor PLL programming code
` [PATCH v8 03/14] clk: tegra: Add TEGRA_PLL_BYPASS flag
` [PATCH v8 04/14] clk: tegra: introduce TEGRA_PLL_HAS_LOCK_ENABLE
` [PATCH v8 05/14] clk: tegra: Add PLL post divider table
` [PATCH v8 06/14] clk: tegra: move from a lock bit idx to a lock mask
` [PATCH v8 07/14] clk: tegra: Add new fields and PLL types for Tegra114
` [PATCH v8 08/14] clk: tegra: Add flags to tegra_clk_periph()
` [PATCH v8 09/14] clk: tegra: Workaround for Tegra114 MSENC problem
` [PATCH v8 10/14] ARM: tegra: Define Tegra114 CAR binding
` [PATCH v8 11/14] clk: tegra: Implement clocks for Tegra114
` [PATCH v8 12/14] clk: tegra: devicetree match for nvidia, tegra114-car
` [PATCH v8 13/14] ARM: dt: Add references to tegra_car clocks
` [PATCH v8 14/14] clk: tegra: Remove forced clk_enable of uartd

[GIT PULL] Renesas ARM-based SoC board updates for v3.10 #2
 2013-03-22 12:43 UTC  (8+ messages)
` [PATCH 1/6] ARM: shmobile: kzm9g: SDHI0 and SDHI1 use a 3.3V power supply
` [PATCH 2/6] ARM: shmobile: sh73a0: move SDHI and MMCIF DT nodes to sh73a0.dtsi
` [PATCH 3/6] ARM: shmobile: armadillo800eva: add a fixed voltage regulator for SDHI1
` [PATCH 4/6] ARM: shmobile: kzm9g: add fixed voltage regulators for SDHI0 and SDHI2
` [PATCH 5/6] ARM: shmobile: kzm9g-reference: fix device-tree bindings and device names
` [PATCH 6/6] Revert "ARM: shmobile: streamline mackerel SD and MMC devices"

Integrator PCI base dilemma
 2013-03-22 12:34 UTC  (12+ messages)

[RFC PATCH v3 0/6] sched: packing small tasks
 2013-03-22 12:25 UTC  (7+ messages)
` [RFC PATCH v3 1/6] Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking"
` [RFC PATCH v3 2/6] sched: add a new SD_SHARE_POWERDOMAIN flag for sched_domain
` [RFC PATCH v3 3/6] sched: pack small tasks
` [RFC PATCH v3 4/6] sched: secure access to other CPU statistics
` [RFC PATCH v3 5/6] sched: pack the idle load balance
` [RFC PATCH v3 6/6] ARM: sched: clear SD_SHARE_POWERDOMAIN

xen/arm: move to mach-virt and support SMP
 2013-03-22 12:23 UTC  (3+ messages)
` [PATCH 3/4] xen: move the xenvm machine to mach-virt

[PATCH for 3.9 0/2] thermal: Marvell SoC thermal formula fixes
 2013-03-22 12:23 UTC  (3+ messages)
` [PATCH 1/2] thermal: kirkwood: Fix thermal sensor formula
` [PATCH 2/2] thermal: dove: "

[PATCH REPOST v2] clk: add table lookup to mux
 2013-03-22 12:15 UTC  (2+ messages)

[PATCH] clk: tegra: Don't enable PLLs during early boot
 2013-03-22 12:09 UTC  (2+ messages)

[PATCH] clk: tegra: Don't enable PLLs during early boot
 2013-03-22 12:06 UTC 

[PATCH] clk: tegra: Don't enable PLLs during early boot
 2013-03-22 11:54 UTC 

[PATCH 00/11] sp804 and integrator timer CLKSRC_OF support
 2013-03-22 11:49 UTC  (8+ messages)
` [PATCH 02/11] ARM: remove extra timer-sp control register clearing
` [PATCH 03/11] ARM: timer-sp: convert to use CLKSRC_OF init

[PATCH 0/2] ASoC: dmaengine_pcm: support generic DMA binding users
 2013-03-22 11:48 UTC  (16+ messages)
` [PATCH 2/2] ASoC: dmaengine_pcm: add snd_dmaengine_generic_pcm_open()
  ` [alsa-devel] [PATCH 0/2] ASoC: dmaengine_pcm: support generic DMA binding users

[PATCH 0/5] arm: mvebu: Enable LPAE support for Armada XP SoCs
 2013-03-22 11:32 UTC  (20+ messages)
` [PATCH 2/5] arm: mvebu: Select DMA_BOUNCE when LPAE is selected in Kconfig
` [PATCH 5/5] arm: dts: Convert mvebu device tree files to 64 bits

[PATCH v3 00/11] common clk drivers migration for DaVinci SoCs
 2013-03-22 11:20 UTC  (9+ messages)
` [PATCH v3 02/11] clk: davinci - add PSC clock driver

[PATCH V2 0/3] clk: Fixup issues for clk_set_parent
 2013-03-22 11:13 UTC  (8+ messages)
` [PATCH V2 1/3] clk: Restructure code for __clk_reparent
` [PATCH V2 2/3] clk: Improve errorhandling for clk_set_parent

[PATCH 00/46] Regulators: Bring the AB8500 into the 21st century
 2013-03-22 11:04 UTC  (3+ messages)
` [PATCH 06/46] regulator: ab8500: Separate regulator and MFD platform data

[PATCH v5 00/17] PCIe support for the Armada 370 and Armada XP SoCs
 2013-03-22 11:03 UTC  (6+ messages)
` [PATCH v5 01/17] of/pci: Provide support for parsing PCI DT ranges property

[PATCH v2] pwm: davinci: Add Kconfig support for ECAP & EHRPWM devices
 2013-03-22 10:45 UTC  (2+ messages)

[PATCH V4 0/9] Add mandatory regulator for all users of pwm-backlight
 2013-03-22 10:29 UTC  (4+ messages)
` [PATCH V4 8/9] ARM: tegra: Provide regulator to pwm-backlight

[PATCH 0/3] clock driver for sunxi
 2013-03-22 10:22 UTC  (4+ messages)
` [PATCH v2 "

[PATCH] MAINTAINERS: add maintainer entry for atmel i2c driver
 2013-03-22 10:20 UTC  (2+ messages)

[RFC 0/8]: omap4: clk: move clock data under drivers/clk
 2013-03-22  9:32 UTC  (5+ messages)
  ` [RFC 1/8] RFC: CLK: OMAP: Add basic infrastructure for OMAP clocks

[PATCH] ARM: mvebu: Add button on Armada 370 Reference Design board
 2013-03-22  9:26 UTC  (2+ messages)

[PATCH v7 00/14] spi/spi-atmel: add dmaengine support for atmel spi controller and to test the device tree support
 2013-03-22  9:26 UTC  (3+ messages)

[PATCH v3 0/6] Generic PHY Framework
 2013-03-22  9:20 UTC  (6+ messages)
` [PATCH v3 5/6] ARM: dts: omap: update usb_otg_hs data

[PATCH 0/5] gpio/omap: Cleanup and adaptation to Device Tree
 2013-03-22  8:10 UTC  (15+ messages)
` [PATCH 3/5] gpio/omap: Add DT support to GPIO driver

[PATCH v6 0/2] ARM: davinci: dm355: add support for vpbe display
 2013-03-22  8:09 UTC  (3+ messages)
` [PATCH v6 1/2] ARM: davinci: dm355: add support for v4l2 video display
` [PATCH v6 2/2] ARM: davinci: dm355 EVM: add support for VPBE display

[PATCH v2 0/3] Platform support for EHRPWM & ECAP devices in DAVINCI
 2013-03-22  8:08 UTC  (7+ messages)
` [PATCH v2 3/3] ARM: davinci: da850: add EHRPWM & ECAP DT node

[PATCH v7 0/2] ARM: davinci: add support for dm365 vpbe display
 2013-03-22  8:03 UTC  (3+ messages)
` [PATCH v7 1/2] ARM: davinci: dm365: add support for v4l2 video display
` [PATCH v7 2/2] ARM: davinci: dm365 EVM: add support for VPBE display

[PATCH 0/2] davinci: vpss: clock cleanup
 2013-03-22  7:53 UTC  (3+ messages)
` [PATCH 1/2] media: davinci: vpss: enable vpss clocks
` [PATCH 2/2] media: davinci: vpbe: venc: move the enabling of vpss clocks to driver

[PATCH 0/3] ARM: shmobile: Add SMSC support on Bock-W
 2013-03-22  7:15 UTC  (4+ messages)
` [RFC][PATCH 1/3] ARM: shmobile: define PLATFORM_xxx_INFO()
` [RFC][PATCH 2/3] ARM: shmobile: r8a7778: add r8a7778_init_irq_extpin()
` [RFC][PATCH 3/3] ARM: shmobile: bockw: add SMSC ethernet support

[GIT PULL v2] Renesas INTC External IRQ pin driver
 2013-03-22  6:51 UTC  (4+ messages)

linux-next: manual merge of the imx-mxs tree with the arm-soc tree
 2013-03-22  4:09 UTC 

[PATCH 1/1 v2 net-next] net: fec: fix the build as module
 2013-03-22  2:39 UTC  (3+ messages)

[PATCH V2] cpufreq: ARM big LITTLE: Add generic cpufreq driver and its DT glue
 2013-03-22  2:21 UTC  (5+ messages)

[GIT PULL] Renesas ARM-based SoC updates for v3.10
 2013-03-22  0:49 UTC  (3+ messages)

[GIT PULL] Renesas ARM and SH based SoC pinmux update for v3.10
 2013-03-22  0:48 UTC  (3+ messages)

[GIT PULL] Renesas ARM-based SoC defconfig updates for v3.10
 2013-03-22  0:46 UTC  (3+ messages)

[PATCH 0/4] ARM: add support for context tracking subsystem
 2013-03-22  0:33 UTC  (4+ messages)
` [PATCH 1/4] ARM: context tracking: add exception support

[PATCH] cpuimx27 and mbimx27: prepend CONFIG_ to Kconfig macro
 2013-03-22  0:15 UTC 

[PATCH 1/1] clk: Add notifier support in clk_prepare/clk_unprepare
 2013-03-22  0:06 UTC  (9+ messages)

[PATCHv3 00/14] drivers: mailbox: framework creation
 2013-03-21 23:37 UTC  (3+ messages)

[PATCH v6 00/16] clk: exynos4/5: migrate to common clock framework
 2013-03-21 23:26 UTC  (9+ messages)

Request the linux-next inclusion for IMX/MXS tree
 2013-03-21 23:12 UTC  (2+ messages)

[RFC 1/1] clk: Add notifier support in clk_prepare_enable/clk_disable_unprepare
 2013-03-21 22:28 UTC  (11+ messages)

[PATCH] USB: EHCI: fix for leaking isochronous data
 2013-03-21 22:16 UTC  (5+ messages)

[PATCH for 3.8+] drivers/video/ep93xx-fb.c: fix missing declaration of devm_ioremap()
 2013-03-21 22:00 UTC  (3+ messages)

[PATCH] USB: EHCI: fix for leaking isochronous data
 2013-03-21 21:52 UTC  (5+ messages)

[PATCH] ARM: OMAP1: remove "config MACH_OMAP_HTCWIZARD"
 2013-03-21 21:36 UTC 

[PATCH] clk:SPEAr1340: Correct parent clock configuration
 2013-03-21 21:35 UTC  (3+ messages)

[PATCH] rtc: rtc-at91rm9200: use a variable for storing IMR
 2013-03-21 21:33 UTC  (4+ messages)

[PATCH] clk: add si5351 i2c common clock driver
 2013-03-21 21:32 UTC  (4+ messages)
` [PATCH v3] "


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