linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-20 06:49:20 to 2015-03-20 19:14:05 UTC [more...]

[patch 0/7] dt: dtb version: add version info to dtb
 2015-03-20 19:14 UTC  (15+ messages)
` [patch 2/7] dt: dtb version: document chosen/dtb-info node binding

[PATCH 1/2] pinctrl: at91: Add set_multiple GPIO chip feature
 2015-03-20 19:12 UTC  (2+ messages)
` [PATCH 2/2] pinctrl: at91: Add missing include

[PATCH v2 00/13] musb: Add support for the Allwinner sunxi musb controller
 2015-03-20 19:11 UTC  (14+ messages)
` [PATCH v2 01/13] phy-sun4i-usb: Add full support for usb0 phy / OTG
` [PATCH v2 02/13] musb: Make musb_write_rxfun* and musb_write_rxhub* work like their tx versions
` [PATCH v2 03/13] musb: Make busctl_offset an io-op rather then a define
` [PATCH v2 04/13] musb: Do not use musb_read[b|w] / _write[b|w] wrappers in generic fifo functions
` [PATCH v2 05/13] musb: Fix platform code being unable to override ep access ops
` [PATCH v2 06/13] musb: Add support for the Allwinner sunxi musb controller
` [PATCH v2 07/13] ARM: dts: sun4i: Add USB Dual Role Controller
` [PATCH v2 08/13] ARM: dts: sun5i: "
` [PATCH v2 09/13] ARM: dts: sun7i: "
` [PATCH v2 10/13] ARM: dts: sun4i: Enable USB DRC on Chuwi V7 CW0825
` [PATCH v2 11/13] ARM: dts: sun5i: Enable USB DRC on UTOO P66
` [PATCH v2 12/13] ARM: dts: sun7i: Enable USB DRC on Cubietruck
` [PATCH v2 13/13] ARM: dts: sun7i: Enable USB DRC on A20-OLinuxIno-Lime

[PATCH v10 00/21] Introduce ACPI for ARM64 based on ACPI 5.1
 2015-03-20 18:54 UTC  (14+ messages)
` [PATCH v10 15/21] ARM64 / ACPI: Introduce ACPI_IRQ_MODEL_GIC and register device's gsi
` [PATCH v10 17/21] clocksource / arch_timer: Parse GTDT to initialize arch timer

[PATCH 0/5] ARM: sunxi: SRAM mapping support
 2015-03-20 18:53 UTC  (7+ messages)
` [PATCH 1/5] drivers: soc: sunxi: Introduce SoC driver to map SRAMs
` [PATCH 2/5] ARM: dts: sun4i: Add A10 SRAM and SRAM controller
` [PATCH 3/5] ARM: dts: sun5i: Add A13 and A10s "
` [PATCH 4/5] ARM: dts: sun7i: Add A20 "
` [PATCH 5/5] net: allwinner: emac: Claim our SRAM

[PATCH 0/4] ARM: berlin: ADC support
 2015-03-20 18:45 UTC  (7+ messages)
` [PATCH 1/4] iio: adc: add support for Berlin
` [PATCH 2/4] Documentation: bindings: document the Berlin ADC driver
` [PATCH 3/4] ARM: berlin: add an ADC node for the BG2Q
` [PATCH 4/4] ARM: berlin: enable the ADC on the BG2Q DMP

[PATCHv5 00/35] ARM: OMAP2+: PRCM/SCM cleanups against 4.0-rc
 2015-03-20 18:44 UTC  (36+ messages)
` [PATCHv5 01/35] clk: ti: fix ti_clk_get_reg_addr error handling
` [PATCHv5 02/35] ARM: OMAP2+: PRCM: rename of_prcm_init to omap_prcm_init
` [PATCHv5 03/35] ARM: OMAP3: PRM: invert the wkst_mask for the prm_clear_mod_irqs
` [PATCHv5 04/35] ARM: OMAP2+: PRM: add generic API for clear_mod_irqs
` [PATCHv5 05/35] ARM: OMAP3+: PRM: add common APIs for prm_vp_check/clear_txdone
` [PATCHv5 06/35] ARM: OMAP4+: PRM: move omap_prm_base_init under OMAP4 PRM driver
` [PATCHv5 07/35] ARM: OMAP4+: CM: move omap_cm_base_init under OMAP4 CM driver
` [PATCHv5 08/35] ARM: OMAP4: PRM: move omap4xxx_prm_init earlier in init order
` [PATCHv5 09/35] Documentation: DT: document PRCM compatible strings for dm81x SoCs
` [PATCHv5 10/35] ARM: OMAP2+: PRCM: add support for static clock memmap indices
` [PATCHv5 11/35] ARM: OMAP2+: clock: move clock provider infrastructure to clock driver
` [PATCHv5 12/35] ARM: OMAP2+: PRCM: split PRCM module init to their own driver files
` [PATCHv5 13/35] ARM: OMAP2+: CM: determine CM base address from device tree
` [PATCHv5 14/35] ARM: OMAP2+: PRM: determine PRM "
` [PATCHv5 15/35] ARM: OMAP2+: control: determine control module base address from DT
` [PATCHv5 16/35] ARM: OMAP2+: PRM: move SoC specific init calls within a generic API
` [PATCHv5 17/35] ARM: OMAP4+: PRM: determine prm_device_inst based on DT compatibility
` [PATCHv5 18/35] ARM: OMAP2+: CM: move SoC specific init calls within a generic API
` [PATCHv5 19/35] ARM: OMAP4+: PRM: setup prm_features from the PRM init time flags
` [PATCHv5 20/35] ARM: OMAP4+: PRM: get rid of cpu_is_omap44xx calls from interrupt init
` [PATCHv5 21/35] ARM: OMAP2+: clock: add low-level support for regmap
` [PATCHv5 22/35] ARM: OMAP2+: control: remove API for getting control module base address
` [PATCHv5 23/35] ARM: OMAP2+: id: cache omap_type value
` [PATCHv5 24/35] ARM: OMAP2+: control: add syscon support for register accesses
` [PATCHv5 25/35] ARM: dts: omap24xx: add minimal l4 bus layout with control module support
` [PATCHv5 26/35] ARM: dts: omap3: "
` [PATCHv5 27/35] ARM: dts: am33xx: "
` [PATCHv5 28/35] ARM: dts: am43xx-epos-evm: fix pinmux node layout
` [PATCHv5 29/35] ARM: dts: am4372: add minimal l4 bus layout with control module support
` [PATCHv5 30/35] ARM: dts: omap4: "
` [PATCHv5 31/35] ARM: OMAP4: display: convert display to use syscon for dsi muxing
` [PATCHv5 32/35] ARM: OMAP4+: control: remove support for legacy pad read/write
` [PATCHv5 33/35] ARM: dts: omap5: add minimal l4 bus layout with control module support
` [PATCHv5 34/35] ARM: dts: dra7: "
` [PATCHv5 35/35] ARM: OMAP4+: control: add support for initializing control module via DT

[PATCH V3 0/8] ARM: cpuidle: Unify the ARM64/ARM DT approach
 2015-03-20 18:39 UTC  (11+ messages)
` [PATCH V3 1/8] ARM: cpuidle: Remove duplicate header inclusion
` [PATCH V3 2/8] ARM: cpuidle: Add a cpuidle ops structure to be used for DT
` [PATCH V3 3/8] ARM64: cpuidle: Replace cpu_suspend by the common ARM/ARM64 function
` [PATCH V3 4/8] ARM64: cpuidle: Rename cpu_init_idle to a common function name
` [PATCH V3 5/8] ARM64: cpuidle: Remove arm64 reference
` [PATCH V3 6/8] ARM: cpuidle: Enable the ARM64 driver for both ARM32/ARM64
` [PATCH V3 7/8] ARM: cpuidle: Register per cpuidle device
` [PATCH V3 8/8] ARM: cpuidle: Change function name to be consistent with x86

[PATCH v3 0/5] i2c: davinci improvements and fixes
 2015-03-20 18:32 UTC  (4+ messages)
` [PATCH v3 4/5] i2c: davinci: use bus recovery infrastructure

[PATCH RESEND] Doc: dt: arch_timer: discourage clock-frequency use
 2015-03-20 18:25 UTC  (2+ messages)

[PATCH] arm64: dts: kill skeleton.dtsi
 2015-03-20 18:24 UTC  (2+ messages)

[PATCH 0/4] iommu/arm-smmu: current updates for 4.1
 2015-03-20 18:15 UTC  (5+ messages)
` [PATCH 1/4] iommu/arm-smmu: ensure CBA2R is initialised before CBAR on SMMUv2
` [PATCH 2/4] iommu/arm-smmu: set a more appropriate DMA mask
` [PATCH 3/4] iommu/arm-smmu: handle multi-alias IOMMU groups for PCI devices
` [PATCH 4/4] iommu/io-pgtable-arm: avoid speculative walks through TTBR1

[PATCH] arm64: percpu: Make this_cpu accessors pre-empt safe
 2015-03-20 18:02 UTC  (7+ messages)

[PATCH] mmc: dw_mmc: Don't send clock off command if power is off
 2015-03-20 18:00 UTC 

exynos5800-peach-pi: suspend/resume (still) broken
 2015-03-20 17:52 UTC  (7+ messages)

[PATCH] arm64: relax Image placement requirement
 2015-03-20 17:49 UTC  (2+ messages)

[PATCH 3/4 v4] mailbox: Enable BCM2835 mailbox support
 2015-03-20 17:38 UTC  (6+ messages)

ATSAMA5D big endian work
 2015-03-20 17:29 UTC  (9+ messages)
` [PATCH 11/13] can: at91_can: use endian agnostic IO accessors

[PATCH 0/6] ARM: cpuidle: Unify the ARM64/ARM DT approach
 2015-03-20 17:26 UTC  (6+ messages)
` [PATCH 2/6] ARM: cpuidle: Add a cpuidle ops structure to be used for DT
` [PATCH 4/6] ARM64: cpuidle: Rename cpu_init_idle to a common function name

ERRATA work-arounds in the kernel
 2015-03-20 17:20 UTC  (2+ messages)

[FOR DISCUSSION 0/9] Dove PMU support
 2015-03-20 17:20 UTC  (9+ messages)
          ` [PATCH 1/3] pm: domains: quieten down generic pm domains
          ` [PATCH 2/3] pm: domains: factor out code to get the generic PM domain from a struct device
          ` [PATCH 3/3] pm: domains: avoid potential oops in pm_genpd_remove_device()

[PATCH v2] coresight: moving to new "hwtracing" directory
 2015-03-20 17:01 UTC 

[PATCH v2 0/3] Kill off pgsize_bitmap field from struct iommu_ops
 2015-03-20 16:58 UTC  (6+ messages)
` [PATCH v2 1/3] iommu: remove unused priv "
` [PATCH v2 2/3] iommu: move pgsize_bitmap from struct iommu_ops to struct iommu_domain
` [PATCH v2 3/3] iommu: of: enforce const-ness of struct iommu_ops

[PATCH 00/35 linux-next] constify of_device_id array
 2015-03-20 16:57 UTC  (10+ messages)
` [PATCH 06/35 linux-next] power: "
` [PATCH 22/35 linux-next] soc: ti: "
  ` [PATCH 31/35 linux-next] EDAC: "
` [PATCH 32/35 linux-next] clk: "
  ` [PATCH 33/35 linux-next] mmc: "

[PATCH] ARM: trusted_foundations: Maintain CPU endianness
 2015-03-20 16:41 UTC  (5+ messages)

[PATCH v7 0/6] wlcore: add device-tree support
 2015-03-20 16:21 UTC  (9+ messages)
` [PATCH v7 5/6] ARM: dts: add wl12xx/wl18xx bindings

[PATCH] exynos: pmu: use PS_HOLD based poweroff for all supported SoCs
 2015-03-20 16:03 UTC  (5+ messages)

amba: tegra-ahb: fix base address and register offsets for future chip support
 2015-03-20 16:02 UTC  (3+ messages)
` [PATCH v3 3/3] Documentation: DT bindings: Tegra AHB: require the legacy base address for existing chips

[PATCH 0/3] 96boards: add thermal senor support to hikey board
 2015-03-20 15:55 UTC  (13+ messages)
` [PATCH 1/3] thermal: hisilicon: add new hisilicon thermal sensor driver

[RFC PATCH 0/7] Pseudo-NMI for arm64 using ICC_PMR_EL1 (GICv3)
 2015-03-20 15:45 UTC  (4+ messages)
` [RFC PATCH 1/7] serial: Emulate break using control characters

[RFC] pinmux: group and function definitions in the device tree
 2015-03-20 15:06 UTC  (3+ messages)

[PATCH V2] PM / Domains: Sync runtime PM status with genpd after probe
 2015-03-20 14:55 UTC 

[PATCH v6 0/6] wlcore: add device-tree support
 2015-03-20 14:54 UTC  (8+ messages)
` [PATCH v6 2/6] wl12xx: use frequency instead of enumerations for pdata clocks

[PATCH 00/12] KVM: arm/arm64: move VGIC MMIO to kvm_io_bus
 2015-03-20 14:25 UTC  (7+ messages)
` [PATCH 08/12] KVM: arm/arm64: implement kvm_io_bus MMIO handling for the VGIC

[PATCH v3 0/5] clocksource: sun5i: Support parent clock rate changes
 2015-03-20 14:04 UTC  (3+ messages)

[PATCH] driver core / PM: Add callbacks for PM domain initialization/cleanup
 2015-03-20 13:44 UTC  (10+ messages)
  ` [PATCH] driver core / PM: Add PM domain callbacks for device setup/cleanup
    ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH 0/5] simple-mfd and syscon LEDs
 2015-03-20 13:26 UTC  (3+ messages)
` [PATCH 1/5] MFD/OF: document MFD devices and handle simple-mfd

[PATCH v5 8/8] arm64: enforce x1|x2|x3 == 0 upon kernel entry as per boot protocol
 2015-03-20 12:50 UTC  (8+ messages)
` [PATCH v3] "

[PATCH] dma-mapping: fix size when of_dma_get_range() fails
 2015-03-20 11:54 UTC  (3+ messages)

[PATCH] arm: fix integer overflow in ELF_ET_DYN_BASE
 2015-03-20 11:42 UTC  (3+ messages)

[RFC PATCH 0/3] of_platform_depopulate crash fixes
 2015-03-20 11:29 UTC  (8+ messages)
` [RFC PATCH 1/3] of/device: manage resources similar to platform_device_add

[PATCH v4 1/4] mmc: dw_mmc: Don't try to enable the CD until we're sure we're not deferring
 2015-03-20 11:28 UTC  (10+ messages)
` [PATCH v4 2/4] mmc: core: Add mmc_regulator_set_vqmmc()

[PATCH v2] clocksource: atmel-st: select MFD_SYSCON
 2015-03-20 10:58 UTC  (3+ messages)

[PATCH] ARM: at91: fix pm_suspend.S compilation when ARMv6 is selected
 2015-03-20 10:54 UTC  (2+ messages)

Arm SP804 module compilation for arm64
 2015-03-20 10:38 UTC  (2+ messages)

[PATCH v2 1/4] i2c: mux-pinctrl: Rework to honor disabled child nodes
 2015-03-20 10:19 UTC  (11+ messages)
` [PATCH v3 "

[GIT PULL] clk: mvebu changes for 4.1
 2015-03-20 10:12 UTC 

[PATCH v3 0/6] Add support for QCOM GDSCs
 2015-03-20 10:01 UTC  (5+ messages)
` [PATCH v3 1/6] clk: qcom: Add support for GDSCs

[GIT PULL] ARM: mvebu: dt changes for v4.1 (round 2)
 2015-03-20  9:49 UTC 

[GIT PULL] ARM: mvebu: defconfig changes for v4.1 (round 2)
 2015-03-20  9:48 UTC 

[PATCH] MAINTAINERS: add amlogic meson git tree and website
 2015-03-20  9:40 UTC  (4+ messages)

[PATCH 00/15] iommu: Move domain allocation into drivers
 2015-03-20  9:24 UTC  (2+ messages)

[PATCH/RFC 0/5] ARM: shmobile: rcar-gen2: Add CPG Clock Domain
 2015-03-20  8:54 UTC  (2+ messages)

[PATCH 1/5] Documentation: devicetree: add Broadcom SATA binding
 2015-03-20  8:48 UTC  (8+ messages)
` [PATCH 5/5] ARM: dts: brcmstb: add nodes for SATA controller and PHY

[PATCH 0/2] tc3589x OF only enforcement
 2015-03-20  8:21 UTC  (3+ messages)
` [PATCH 2/2] mfd: tc3589x: enforce device-tree only mode

XIP_KERNEL and !ARCH_MULTIPLATFORM
 2015-03-20  8:19 UTC  (8+ messages)

[PATCH v3 1/2] ARM: zynq: use restart_handler mechanism for slcr reset
 2015-03-20  7:48 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v2] thermal: exynos: Add the support for Exynos5433 TMU
 2015-03-20  7:48 UTC  (2+ messages)

[PATCH] coresight: moving to new "hwtracing" directory
 2015-03-20  7:17 UTC  (3+ messages)

[PATCHv3 00/35] ARM: OMAP2+: PRCM / SCM cleanups against 4.0-rc1
 2015-03-20  7:00 UTC  (4+ messages)
` [PATCHv3 08/35] clk: ti: fix ti_clk_get_reg_addr error handling

[PATCH v2 0/2] ARM: dts: sunxi: Fix cpufreq instabilities
 2015-03-20  6:49 UTC  (2+ messages)
` [PATCH v2 2/2] ARM: dts: sunxi: Remove overclocked/overvoltaged OPP


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