linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-07-05 10:44:49 to 2013-07-05 23:35:47 UTC [more...]

[PATCH v6 00/21] MBus DT binding: PCIe strikes back
 2013-07-05 23:35 UTC  (27+ messages)
` [PATCH v6 01/21] memory: mvebu-devbus: Remove address decoding window workaround
` [PATCH v6 02/21] bus: mvebu-mbus: Add new API for window creation
` [PATCH v6 03/21] ARM: kirkwood: Move to ID based MBus "
` [PATCH v6 04/21] ARM: mv78xx0: Move to ID based "
` [PATCH v6 05/21] ARM: orion5x: "
` [PATCH v6 06/21] ARM: dove: "
` [PATCH v6 07/21] bus: mvebu-mbus: Factor out initialization details
` [PATCH v6 08/21] bus: mvebu-mbus: Introduce device tree binding
` [PATCH v6 09/21] bus: mvebu-mbus: Add static window allocation to the binding
` [PATCH v6 10/21] pci: mvebu: Adapt to the new device tree layout
` [PATCH v6 11/21] bus: mvebu-mbus: Remove the no longer used name-based API
` [PATCH v6 12/21] bus: mvebu-mbus: Remove name -> target, attribute mapping tables
` [PATCH v6 13/21] bus: mvebu-mbus: Update main description
` [PATCH v6 14/21] bus: mvebu-mbus: Factorize Armada 370/XP data structures
` [PATCH v6 15/21] ARM: mvebu: Remove the harcoded BootROM window allocation
` [PATCH v6 16/21] ARM: mvebu: Initialize MBus using the DT binding
` [PATCH v6 17/21] ARM: mvebu: Use the preprocessor on Armada 370/XP device tree files
` [PATCH v6 18/21] ARM: mvebu: Add MBus to Armada 370/XP device tree
` [PATCH v6 19/21] ARM: mvebu: Add BootROM "
` [PATCH v6 20/21] ARM: mvebu: Relocate Armada 370/XP DeviceBus device tree nodes
` [PATCH v6 21/21] ARM: mvebu: Relocate Armada 370/XP PCIe "

scripts/kallsyms: Avoid ARM veneer symbols
 2013-07-05 23:34 UTC  (7+ messages)

[PATCH v3 00/13] ARM: dts: Add camera and magnetometer support for TRATS(2) board
 2013-07-05 23:27 UTC  (8+ messages)
` [PATCH v3 07/13] ARM: dts: Add AK8975 device node for Exynos4412 TRATS2 board
` [PATCH v3 08/13] ARM: dts: Add camera device nodes "
` [PATCH v3 12/13] ARM: dts: Add S5K5BA sensor regulator definitions for Trats board

[PATCHv4 00/10] clocksource: sunxi: Timer fixes and cleanup
 2013-07-05 23:17 UTC  (12+ messages)
` [PATCHv4 01/10] clocksource: sun4i: Use the BIT macros where possible
` [PATCHv4 02/10] clocksource: sun4i: Wrap macros arguments in parenthesis
` [PATCHv4 03/10] clocksource: sun4i: rename AUTORELOAD define to RELOAD
` [PATCHv4 04/10] clocksource: sun4i: Add clocksource and sched clock drivers
` [PATCHv4 05/10] clocksource: sun4i: Don't forget to enable the clock we use
` [PATCHv4 06/10] clocksource: sun4i: Fix the next event code
` [PATCHv4 07/10] clocksource: sun4i: Factor out some timer code
` [PATCHv4 08/10] clocksource: sun4i: Remove TIMER_SCAL variable
` [PATCHv4 09/10] clocksource: sun4i: Cleanup parent clock setup
` [PATCHv4 10/10] clocksource: sun4i: Fix bug when switching from periodic to oneshot modes

[PATCH V4 1/4] ARM: dts: Add DP PHY node to exynos5250.dtsi
 2013-07-05 23:13 UTC  (2+ messages)

[PATCH V4 2/4] phy: Add driver for Exynos DP PHY
 2013-07-05 23:12 UTC  (2+ messages)

[PATCH V4 3/4] video: exynos_dp: remove non-DT support for Exynos Display Port
 2013-07-05 23:11 UTC  (2+ messages)

[PATCH V4 4/4] video: exynos_dp: Use the generic PHY driver
 2013-07-05 23:04 UTC  (2+ messages)

[PATCH 0/9] clocksource: dw_apb_timer: support for timer variant used in rk3188 SoCs
 2013-07-05 22:59 UTC  (13+ messages)
` [PATCH 1/9] clocksource: dw_apb_timer: infrastructure to handle quirks
` [PATCH 2/9] clocksource: dw_apb_timer: flexible register addresses
` [PATCH 3/9] clocksource: dw_apb_timer: quirk for variants with 64bit counter
` [PATCH 4/9] clocksource: dw_apb_timer: use the eoi callback to clear pending interrupts
` [PATCH 5/9] clocksource: dw_apb_timer: quirk for variants without EOI register
` [PATCH 6/9] clocksource: dw_apb_timer: quirk for inverted int mask
` [PATCH 7/9] clocksource: dw_apb_timer: quirk for inverted timer mode setting
` [PATCH 8/9] clocksource: dw_apb_timer_of: add quirk handling
` [PATCH 9/9] clocksource: dw_apb_timer: special variant for rockchip rk3188 timers

[PATCH] arm: Convert sa1111 platform and bus legacy pm_ops to dev_pm_ops
 2013-07-05 22:57 UTC 

[PATCH] arm: Convert sa1111 platform and bus legacy pm_ops to dev_pm_ops
 2013-07-05 22:49 UTC  (4+ messages)

[PATCH] arm: Convert scoop platform and bus legacy pm_ops to dev_pm_ops
 2013-07-05 22:43 UTC 

[PATCH] arm: Convert locomo platform and bus legacy pm_ops to dev_pm_ops
 2013-07-05 22:41 UTC 

MTD EEPROM support and driver integration
 2013-07-05 22:33 UTC  (4+ messages)

[PATCH V3] of: Set the DMA mask to 64 bits when dma_addr_t is 64-bits
 2013-07-05 22:19 UTC  (5+ messages)

[PATCHv3 00/10] clocksource: sunxi: Timer fixes and cleanup
 2013-07-05 22:12 UTC  (13+ messages)
` [PATCHv3 01/10] clocksource: sun4i: Use the BIT macros where possible
` [PATCHv3 02/10] clocksource: sun4i: Wrap macros arguments in parenthesis
` [PATCHv3 03/10] clocksource: sun4i: rename AUTORELOAD define to RELOAD
` [PATCHv3 04/10] clocksource: sun4i: Add clocksource and sched clock drivers
` [PATCHv3 05/10] clocksource: sun4i: Don't forget to enable the clock we use
` [PATCHv3 06/10] clocksource: sun4i: Fix the next event code
` [PATCHv3 07/10] clocksource: sun4i: Factor out some timer code
` [PATCHv3 08/10] clocksource: sun4i: Remove TIMER_SCAL variable
` [PATCHv3 09/10] clocksource: sun4i: Cleanup parent clock setup
` [PATCHv3 10/10] clocksource: sun4i: Fix bug when switching from periodic to oneshot modes

[PATCHv4 00/11] MSI support for Marvell EBU PCIe driver
 2013-07-05 22:08 UTC  (16+ messages)
` [PATCHv4 02/11] pci: use weak functions for MSI arch-specific functions
` [PATCHv4 03/11] pci: remove ARCH_SUPPORTS_MSI kconfig option
` [PATCHv4 04/11] PCI: Introduce new MSI chip infrastructure
` [PATCHv4 05/11] of: pci: add registry of MSI chips
` [PATCHv4 10/11] pci: mvebu: add support for MSI

[PATCH] ASoC: Allow imx-pcm-{dma,fiq}.c to be modules
 2013-07-05 21:58 UTC  (5+ messages)

[PATCH V3] ARM: add missing linker section markup to head-common.S
 2013-07-05 21:32 UTC  (2+ messages)

[PATCH] clocksource/cadence_ttc: Reuse clocksource as sched_clock
 2013-07-05 21:10 UTC  (12+ messages)

[PATCH] ARM: tegra: enable gpio-keys on dalmore
 2013-07-05 18:43 UTC  (2+ messages)

Appended DTB files for multi-machine kernels
 2013-07-05 18:36 UTC  (2+ messages)

[RFC PATCH 00/13] audio support for at91sam9x5ek board
 2013-07-05 18:12 UTC  (12+ messages)
` [RFC PATCH 02/13] misc: atmel_ssc: keep the count of pdev->id
` [RFC PATCH 03/13] ARM: at91: DTS: sam9x5: add clock for SSC DT entry
` [RFC PATCH 08/13] sound: sam9x5_wm8731: machine driver for at91sam9x5 wm8731 boards

[RFC PATCH V2 0/8] regulator/OMAP: support VC/VP support in dts
 2013-07-05 17:47 UTC  (9+ messages)
` [RFC PATCH V2 1/8] regulator: Introduce OMAP regulator to control PMIC over VC/VP

[PATCH v3 0/3] ahci: enable ahci sata support on imx6q
 2013-07-05 17:43 UTC  (3+ messages)
  ` [v3 3/3] sata: imx: add ahci sata support on imx platforms

[PATCH 0/2] Enable lm90 in Tegra30 and Tegra114
 2013-07-05 17:38 UTC  (3+ messages)
` [PATCH 1/2] ARM: dt: t30 cardhu: add dt entry for lm90

kernel decompressor problem for ARMv7
 2013-07-05 16:58 UTC  (5+ messages)

[PATCH] ARM: pxa: propagate errors from regulator_enable() to pxamci
 2013-07-05 15:53 UTC  (2+ messages)

OMAP baseline test results for v3.10-rc6
 2013-07-05 15:44 UTC  (18+ messages)

[PATCH, re-send] drm: always provide debugfs function prototypes
 2013-07-05 15:41 UTC 

SPI: DUAL/QUAD support
 2013-07-05 15:41 UTC  (12+ messages)

[PATCH] thermal: cpu_cooling: fix stub function
 2013-07-05 15:40 UTC 

[PATCH, re-send] Always trap on BUG()
 2013-07-05 15:38 UTC 

[PATCH 1/2] ARM: OMAP2+: hwmod: rt address space index for DT
 2013-07-05 15:13 UTC  (2+ messages)
` [PATCH 2/2] ARM: OMAP2+: hwmod: AM335x: fix cpgmac address space

[PATCH] ARM: move body of head-common.S back to text section
 2013-07-05 15:10 UTC  (9+ messages)

[PATCH v3 0/6] ARM: rockchip: add smp functionality
 2013-07-05 14:55 UTC  (12+ messages)
` [PATCH v3 1/6] misc: sram: fix error path in sram_probe
` [PATCH v3 2/6] misc: sram: add ability to mark sram sections as reserved
` [PATCH v3 3/6] ARM: rockchip: add snoop-control-unit
` [PATCH v3 4/6] ARM: rockchip: add sram dt nodes and documentation
` [PATCH v3 5/6] ARM: rockchip: add power-management-unit dt node
` [PATCH v3 6/6] ARM: rockchip: add smp bringup code

[PATCH v2] ARM/KVM: save and restore generic timer registers
 2013-07-05 14:44 UTC  (4+ messages)

[PATCHv1] arm: armada: Add .dts file for Netgear ReadyNAS 102
 2013-07-05 14:29 UTC  (2+ messages)

ASoC: fsl-ssi: ac97-slave support
 2013-07-05 13:56 UTC  (4+ messages)
` [PATCH v9 01/10] ASoC: imx-pcm-dma: DT support

[PATCH v3 5/5] ARM: dts: Add device tree support for phycard pca100
 2013-07-05 13:45 UTC  (2+ messages)
` [PATCH] ARM: dts: imx27 phyCARD-S remove wrong I2C RTC

Boot hang regression 3.10.0-rc4 -> 3.10.0
 2013-07-05 13:31 UTC  (7+ messages)

[RFC] clk: add flags to distinguish xtal clocks
 2013-07-05 13:22 UTC  (4+ messages)

hrtimer: one more expiry time overflow check in hrtimer_interrupt
 2013-07-05 13:19 UTC  (4+ messages)

[PATCH v4] tty: serial: add Freescale lpuart driver support
 2013-07-05 12:35 UTC  (4+ messages)

[PATCH v7 9/9] iommu/exynos: add bus notifier for registering System MMU
 2013-07-05 12:29 UTC 

[PATCH v7 8/9] iommu/exynos: support for device tree
 2013-07-05 12:29 UTC 

[PATCH v7 7/9] ARM: dts: Add description of System MMU of Exynos SoCs
 2013-07-05 12:29 UTC 

[PATCH v7 6/9] clk: exynos5250: add gate clock descriptions of System MMU
 2013-07-05 12:29 UTC 

[PATCH v7 5/9] iommu/exynos: change rwlock to spinlock
 2013-07-05 12:29 UTC 

[PATCH v7 4/9] iommu/exynos: allocate lv2 page table from own slab
 2013-07-05 12:29 UTC 

[PATCH v7 3/9] iommu/exynos: fix page table maintenance
 2013-07-05 12:29 UTC 

[PATCH v7 2/9] iommu/exynos: add missing cache flush for removed page table entries
 2013-07-05 12:29 UTC 

[PATCH v7 1/9] iommu/exynos: do not include removed header
 2013-07-05 12:29 UTC 

[PATCH v7 00/12] iommu/exynos: Fixes and Enhancements of System MMU driver with DT
 2013-07-05 12:29 UTC 

[PATCH v6] video: imxfb: Add DT support
 2013-07-05 12:09 UTC  (3+ messages)

[PATCH v4] ARM: clocksource: add support for MOXA ART SoCs
 2013-07-05 11:48 UTC  (6+ messages)
` [PATCH v5] "

[PATCH v6] ARM: clocksource: add support for MOXA ART SoCs
 2013-07-05 11:46 UTC  (2+ messages)
` [PATCH v7] "

[PATCH v3] ARM: shmobile: lager: Add DT reference
 2013-07-05 11:19 UTC  (4+ messages)

[GIT PULL] Xen ARM update for 3.11
 2013-07-05 11:17 UTC 

[PATCH v2 00/22] Unified SMMU driver among Tegra SoCs
 2013-07-05 11:08 UTC  (12+ messages)
` [PATCH v2 14/22] iommu/tegra: smmu: Register platform_device to IOMMU dynamically
` [PATCH v2 15/22] iommu/tegra: smmu: Calculate ASID register offset by ID
` [PATCH v2 16/22] iommu/tegra: smmu: Get "nvidia,swgroup" from DT
` [PATCH v2 17/22] iommu/tegra: smmu: Unfied driver for Tegra SoCs
` [PATCH v2 18/22] iommu/tegra: smmu: Use dt-bindings MACRO
` [PATCH v2 19/22] iommu/tegra: smmu: Workaround PCIe IOMMU'able
` [PATCH v2 20/22] iommu/tegra: smmu: Get "nvidia, memory-client" from DT
` [PATCH v2 21/22] iommu/tegra: smmu: Support Multiple ASID
` [PATCH v2 22/22] ARM: dma-mapping: Drop GFP_COMP for DMA memory allocations


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