Linux-ARM-Kernel Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-18 12:56:14 to 2015-03-18 18:46:12 UTC [more...]

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

[PATCH v5 0/8] arm64: head.S cleanup
 2015-03-18 18:46 UTC  (19+ messages)
` [PATCH v5 1/8] arm64: Get rid of struct cpu_table
` [PATCH v5 2/8] arm64: add macros for common adrp usages
` [PATCH v5 3/8] arm64: remove processor_id
` [PATCH v5 4/8] arm64: remove __switch_data object from head.S
` [PATCH v5 5/8] arm64: use PC-relative reference for secondary_holding_pen_release
` [PATCH v5 6/8] arm64: merge __enable_mmu and __turn_mmu_on
` [PATCH v5 7/8] arm64: remove __calc_phys_offset
` [PATCH v5 8/8] arm64: enforce x1|x2|x3 == 0 upon kernel entry as per boot protocol

[PATCH v10 00/21] Introduce ACPI for ARM64 based on ACPI 5.1
 2015-03-18 18:41 UTC  (10+ messages)
` [PATCH v10 09/21] ARM64 / ACPI: If we chose to boot from acpi then disable FDT
` [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 v10 18/21] ARM64 / ACPI: Select ACPI_REDUCED_HARDWARE_ONLY if ACPI is enabled on ARM64

ATSAMA5D big endian work
 2015-03-18 18:30 UTC  (14+ messages)
` [PATCH 01/13] ARM: at91: Add big endian configuration for ATSAMA5D devices
` [PATCH 02/13] tty: serial: atmel: fix big-endian on ARMv7 devices
` [PATCH 03/13] ARM: at91: use readl/writel relaxed instead of __raw for big endian
` [PATCH 04/13] ARM: at91: setup.c: use endian agnostic IO functions
` [PATCH 05/13] ARM: at91: debug: fix debug in big endian mode
` [PATCH 06/13] ARM: at91: PIT: make IO endian agnostic
` [PATCH 07/13] clocksource: tcb_clksrc: "
` [PATCH 08/13] rtc: at91rm9200: "
` [PATCH 09/13] spi: atmel: use endian agnostic IO
` [PATCH 10/13] usb: gadget: atmel_usba: use endian agnostic IO on ARM
` [PATCH 11/13] can: at91_can: use endian agnostic IO accessors
` [PATCH 12/13] mmc: atmel-mci: use endian agnostic IO

[PATCH 1/4] PCI: X-Gene: Add the APM X-Gene v1 PCIe MSI/MSIX termination driver
 2015-03-18 18:29 UTC  (6+ messages)
` [PATCH v2 0/4] PCI: X-Gene: Add APM X-Gene v1 "
  ` [PATCH v2 1/4] PCI: X-Gene: Add the APM X-Gene v1 PCIe "

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

[PATCH RFC/RFT 0/6] MCPM refactoring and major backend simplification
 2015-03-18 18:04 UTC  (7+ messages)
` [PATCH RFC/RFT 1/6] MCPM: move the algorithmic complexity to the core code
` [PATCH RFC/RFT 2/6] ARM: vexpress: migrate TC2 to the new MCPM backend abstraction
` [PATCH RFC/RFT 3/6] ARM: vexpress: DCSCB: tighten CPU validity assertion
` [PATCH RFC/RFT 4/6] ARM: vexpress: migrate DCSCB to the new MCPM backend abstraction
` [PATCH RFC/RFT 5/6] ARM: Exynos: "
` [PATCH RFC/RFT 6/6] ARM: hisi/hip04: remove the MCPM overhead

[PATCH] amba-pl011: simplify TX handling
 2015-03-18 17:41 UTC  (2+ messages)

[PATCH 0/3] Remove few inactive omap3 legacy board-*.c files
 2015-03-18 17:41 UTC  (4+ messages)
` [PATCH 1/3] ARM: OMAP3: Remove legacy support for EMA-Tech Stalker board

[PATCH v5 0/2] ARM: sun9i: Add USB host controller support for A80
 2015-03-18 17:37 UTC  (4+ messages)
` [PATCH v5 2/2] ARM: dts: sun9i: optimus: Switch to phy core regulator bindings for usb phys

[PATCH] ARM: EXYNOS: Handle of_find_device_by_node and kstrdup failures
 2015-03-18 17:30 UTC  (3+ messages)

[PATCH v2 0/6] pinctrl: st: Fix disparity between Pinctrl & GPIO in /sysfs
 2015-03-18 17:21 UTC  (7+ messages)
` [PATCH v2 1/6] ARM: STi: DT: STiH407: Fix retime pin mask for PIO5 and PIO35
` [PATCH v2 2/6] pinctrl: st: Introduce a 'get pin function' call
` [PATCH v2 3/6] pinctrl: st: Move st_get_pio_control() further up the source file
` [PATCH v2 4/6] pinctrl: st: Supply a GPIO get_direction() call-back
` [PATCH v2 5/6] pinctrl: st: Show correct pin direction -- even when in GPIO mode
` [PATCH v2 6/6] pinctrl: st: Display pin's function when printing pinctrl debug information

[PATCHv2 0/3] [4.0] arm/arm64: Do not group hardware events from different PMUs
 2015-03-18 17:18 UTC  (2+ messages)

pl330 endian fix and two fixups
 2015-03-18 17:12 UTC  (2+ messages)

[PATCH v3 0/5] arm64: update/clarify/relax Image and FDT placement rules
 2015-03-18 17:05 UTC  (6+ messages)
` [PATCH v3 1/5] of/fdt: split off FDT self reservation from memreserve processing
` [PATCH v3 2/5] arm64: use fixmap region for permanent FDT mapping
` [PATCH v3 3/5] arm64: Documentation: clarify Image placement in physical RAM
` [PATCH v3 4/5] arm64/efi: ensure that Image does not cross a 512 MB boundary
` [PATCH v3 5/5] arm64/efi: adapt to relaxed FDT placement requirements

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

[PATCH 0/6] pinctrl: st: Fix disparity between Pinctrl & GPIO in /sysfs
 2015-03-18 17:00 UTC  (16+ messages)
` [PATCH 1/6] ARM: STi: DT: STiH407: Fix retime pin mask for PIO5 and PIO35
  ` [STLinux Kernel] "
` [PATCH 2/6] pinctrl: st: Introduce a 'get pin function' call
  ` [STLinux Kernel] "
` [PATCH 3/6] pinctrl: st: Move st_get_pio_control() further up the source file
  ` [STLinux Kernel] "
` [PATCH 4/6] pinctrl: st: Supply a GPIO get_direction() call-back
  ` [STLinux Kernel] "
` [PATCH 5/6] pinctrl: st: Show correct pin direction -- even when in GPIO mode
  ` [STLinux Kernel] "
` [PATCH 6/6] pinctrl: st: Display pin's function when printing pinctrl debug information
  ` [STLinux Kernel] "

[PATCH 1/2] ARM: DRA7: hwmod_data: Fix hwmod data for pcie
 2015-03-18 16:57 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: dra7: remove ti,hwmod property from pcie phy

[PATCH v6 0/4] irqchip: move away from gic_arch_extn.irq_set_wake
 2015-03-18 16:55 UTC  (3+ messages)

[PATCH 0/4] Device tree related changes to boot dm816x
 2015-03-18 16:54 UTC  (8+ messages)
` [PATCH 4/4] ARM: dts: Add minimal support for dm8168-evm

[GIT PULL 1/2] ARM: rockchip: soc code changes for 4.1
 2015-03-18 16:43 UTC  (2+ messages)
` [GIT PULL 2/2] ARM: rockchip: dts "

[PATCH 00/35 linux-next] constify of_device_id array
 2015-03-18 16:43 UTC  (5+ messages)
` [PATCH 08/35 linux-next] dma: "
` [PATCH 32/35 linux-next] clk: "

[PATCH v7 0/6] wlcore: add device-tree support
 2015-03-18 16:38 UTC  (7+ messages)
` [PATCH v7 1/6] wlcore: set irq_trigger in board files instead of hiding behind a quirk
` [PATCH v7 2/6] wl12xx: use frequency instead of enumerations for pdata clocks
` [PATCH v7 3/6] dt: bindings: add TI's wilink wireless device
` [PATCH v7 4/6] wlcore: add device-tree support
` [PATCH v7 5/6] ARM: dts: add wl12xx/wl18xx bindings
` [PATCH v7 6/6] wlcore: remove wl12xx_platform_data

[PATCH 0/4] Few dm816x fixes and improvments
 2015-03-18 16:25 UTC  (6+ messages)
` [PATCH 3/4] ARM: dts: Add cppi41 support for dm816x MUSB

[PATCH] ARM: mvebu: Conform L2CC node with ePAPR specification by adding cache-level
 2015-03-18 16:12 UTC  (3+ messages)

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

[PATCH] ARM: mvebu: clk: remove cpuclk resources overlapping coredivclk registers on Armada XP
 2015-03-18 16:02 UTC  (3+ messages)

[PATCH v4 0/4] ARM: EXYNOS: cpuidle: add AFTR mode support for Exynos3250
 2015-03-18 16:00 UTC  (5+ messages)
` [PATCH v4 1/4] ARM: EXYNOS: fix CPU1 hotplug on Exynos3250
` [PATCH v4 2/4] ARM: EXYNOS: add code for setting/clearing boot flag
` [PATCH v4 3/4] ARM: EXYNOS: cpuidle: add AFTR mode support for Exynos3250
` [PATCH v4 4/4] ARM: EXYNOS: cpuidle: allow driver usage on Exynos3250 SoC

[PATCH] ARM: tegra: support big-endian kernel
 2015-03-18 16:00 UTC 

[PATCH] ARM: tegra: Maintain CPU endianness for asm code
 2015-03-18 15:55 UTC 

[PATCH v3] ARM: l2c: Maintain CPU endianness for early resume function
 2015-03-18 15:52 UTC 

[PATCH 0/3] mailbox: New mailbox driver for ST
 2015-03-18 15:34 UTC  (11+ messages)
` [PATCH 3/3] mailbox: Add support for ST's Mailbox IP

[PATCH 0/9] PM / Domains: Don't leave unused PM domains powered after ->probe()
 2015-03-18 15:09 UTC  (7+ messages)
` [PATCH 1/9] PM / Domains: Add dev_pm_domain_get|put() APIs
        ` [PATCH] driver core / PM: Add callbacks for PM domain initialization/cleanup

[PATCH v3 0/4] ARM: EXYNOS: cpuidle: add AFTR mode support for Exynos3250
 2015-03-18 15:03 UTC  (14+ messages)
` [PATCH v3 1/4] ARM: EXYNOS: fix CPU1 hotplug for AFTR mode on Exynos3250
` [PATCH v3 2/4] ARM: EXYNOS: add code for setting/clearing boot flag
` [PATCH v3 3/4] ARM: EXYNOS: cpuidle: add AFTR mode support for Exynos3250
` [PATCH v3 4/4] ARM: EXYNOS: cpuidle: allow driver usage on Exynos3250 SoC

[PATCH] MAINTAINERS: add amlogic meson git tree and website
 2015-03-18 15:02 UTC  (2+ messages)

[PATCH] spi: trigger trace event for message-done before mesg->complete
 2015-03-18 14:48 UTC  (5+ messages)

[update][PATCH v10 06/21] ACPI / sleep: Introduce CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT
 2015-03-18 14:36 UTC  (2+ messages)

[PATCH v7 0/7] Support for Fujitsu MB86S7X SoCs
 2015-03-18 14:23 UTC  (8+ messages)
` [PATCH v7 2/7] mailbox: arm_mhu: add driver for ARM MHU controller

[PATCH v4 0/2] ARM: CPU feature detection
 2015-03-18 14:20 UTC  (3+ messages)
` [PATCH v4 1/2] ARM: treat CPU feature register fields as signed quantities
` [PATCH v4 2/2] ARM: advertise availability of v8 Crypto instructions

[RFC PATCH 0/7] Pseudo-NMI for arm64 using ICC_PMR_EL1 (GICv3)
 2015-03-18 14:20 UTC  (8+ messages)
` [RFC PATCH 1/7] serial: Emulate break using control characters
` [RFC PATCH 2/7] printk: Simple implementation for NMI backtracing
` [RFC PATCH 3/7] irqchip: gic-v3: Reset BPR during initialization
` [RFC PATCH 4/7] arm64: irqflags: Reorder the fiq & async macros
` [RFC PATCH 5/7] arm64: irqflags: Use ICC sysregs to implement IRQ masking
` [RFC PATCH 6/7] arm64: irqflags: Automatically identify I bit mis-management
` [RFC PATCH 7/7] arm64: Add support for on-demand backtrace of other CPUs

[PATCH v2 1/4] i2c: mux-pinctrl: Rework to honor disabled child nodes
 2015-03-18 14:00 UTC  (5+ messages)
` [PATCH v3 "

[PATCH v8 0/3] dmaengine: APM X-Gene SoC DMA engine driver support
 2015-03-18 13:47 UTC  (4+ messages)
` [PATCH v8 1/3] dmaengine: Add support for APM X-Gene SoC DMA engine driver
` [PATCH v8 2/3] arm64: dts: Add APM X-Gene SoC DMA device and DMA clock DTS nodes
` [PATCH v8 3/3] Documentation: dma: Add documentation for the APM X-Gene SoC DMA device DTS binding

[PATCH v16 00/11] ARM: qcom: cpuidle support for 8064, 8074, 8084
 2015-03-18 13:37 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 read-only IMAP folder(s) and NNTP newsgroup(s).