messages from 2014-09-03 20:44:26 to 2014-09-04 13:44:07 UTC [more...]
[PATCH 1/2] PCI: designware: change MSI-related pcie_host_ops
2014-09-04 18:45 UTC (5+ messages)
` [PATCH 2/2] PCI: Layerscape: Add Layerscape PCIe driver
[PATCH 15/15] tty: serial: 8250: omap: add dma support
2014-09-04 13:44 UTC (12+ messages)
[PATCH] drivers: pci: convert generic host controller to DT host bridge creation API
2014-09-04 13:39 UTC (3+ messages)
[PATCH v9 0/6] Per-user clock constraints
2014-09-04 13:34 UTC (9+ messages)
` [PATCH v9 3/6] clk: use struct clk only for external API
` [PATCH v9 5/6] clk: Add floor and ceiling constraints to clock rates
[PATCH v8 0/7] Per-user clock constraints
2014-09-04 13:34 UTC (4+ messages)
` [PATCH v8 4/7] clk: use struct clk only for external API
[PATCH 0/2] ARM: dts: dra7-evm: fixes for mux and VTT control
2014-09-04 13:33 UTC (4+ messages)
` [PATCH 1/2] ARM: dts: dra7-evm: Fix spi1 mux documentation
` [PATCH 2/2] ARM: dts: dra7-evm: Add vtt regulator support
[PATCH v9 0/6] cpufreq: use generic cpufreq drivers for exynos platforms
2014-09-04 13:30 UTC (20+ messages)
` [PATCH v9 4/6] ARM: Exynos: switch to using generic cpufreq driver for Exynos4210/5250/5420
[PATCH v2 1/2] doc: dt/bindings: input: introduce TI DRV2667 haptic driver description
2014-09-04 13:22 UTC (4+ messages)
` [PATCH v2 2/2] input: misc: Add support for the DRV2667 haptic driver
[Patch net-next 10/11] ARM: Documentation: Update fec dts binding doc
2014-09-04 13:03 UTC (2+ messages)
[PATCH 0/2] fix cm-t54 serial console power supply
2014-09-04 13:02 UTC (3+ messages)
` [PATCH 1/2] ARM: dts: cm-t54: fix "
` [PATCH 2/2] ARM: dts: sbc-t54: fix model property
[PATCH] ARM: STi: DT: STiH407: Fix: clk-tmds-hdmi clock is missing
2014-09-04 12:59 UTC (2+ messages)
` [PATCH] ARM: STi: DT: STiH407: Add all defines for STiH407 DT clocks
[RFC PATCH v2 0/7] Introduce automatic DMA configuration for IOMMU masters
2014-09-04 12:28 UTC (6+ messages)
` [RFC PATCH v2 4/7] iommu: provide helper function to configure an IOMMU for an of master
[PATCH v2 0/9] Zynq PM updates
2014-09-04 12:16 UTC (3+ messages)
` [PATCH v2 4/9] ARM: zynq: PM: Enable DDR clock stop
[PATCH v5 1/4] ethernet: arc: Add support for Rockchip SoC layer device tree bindings
2014-09-04 12:13 UTC (9+ messages)
` [PATCH v2 2/4] dt-bindings: Document EMAC Rockchip
` [PATCH 3/4] ARM: dts: Add emac nodes to the rk3188 device tree
[PATCH] ARM: DT: imx53: fix lvds channel 1 port
2014-09-04 12:05 UTC
ARM: Kirkwood: mach-kirkwood's removal
2014-09-04 11:40 UTC (4+ messages)
[BUG] staging: imx-drm: clock reparent fails for LDB channel 1 on i.MX53
2014-09-04 11:00 UTC (3+ messages)
[PATCH] mmc: sdhci-msm: Make tuning block table endian agnostic
2014-09-04 10:53 UTC (3+ messages)
[PATCH v5 0/3] kprobes: arm: enable OPTPROBES for ARM 32
2014-09-04 10:52 UTC (7+ messages)
` [PATCH v5 3/3] "
[PATCH v3 00/17] Introduce ACPI for ARM64 based on ACPI 5.1
2014-09-04 10:39 UTC (6+ messages)
` [PATCH v3 13/17] ARM64 / ACPI: Add GICv2 specific ACPI boot support
[PATCH 00/19] ARM: SAMSUNG: S5PV210 platform clean-up
2014-09-04 10:16 UTC (20+ messages)
` [PATCH 04/19] serial: samsung: Remove support for legacy clock code
` [PATCH 11/19] ARM: S5PV210: Remove support for board files
` [PATCH 18/19] ARM: SAMSUNG: Remove remaining legacy code
[PATCH v2 0/4] Use wound/wait mutexes in the common clock framework
2014-09-04 10:11 UTC (6+ messages)
` [PATCH v2 1/4] clk: Recalc rate and accuracy in underscore functions if not caching
` [PATCH v2 2/4] clk: Make __clk_lookup() use a list instead of tree search
` [PATCH v2 3/4] clk: Use lockless functions for debug printing
` [PATCH v2 4/4] clk: Use ww_mutexes for clk_prepare_{lock/unlock}
[PATCHv3 00/24] ILP32 support in ARM64
2014-09-04 10:11 UTC (27+ messages)
` [PATCH 01/24] ARM64: Force LP64 to compile the kernel
` [PATCH 02/24] ARM64: Rename COMPAT to AARCH32_EL0 in Kconfig
` [PATCH 03/24] ARM64: Change some CONFIG_COMPAT over to use CONFIG_AARCH32_EL0 instead
` [PATCH 04/24] ARM64:ILP32: Set kernel_long to long long so we can reuse most of the same syscalls as LP64
` [PATCH 05/24] ARM64:UAPI: Set the correct __BITS_PER_LONG for ILP32
` [PATCH 06/24] Allow for some signal structures to be the same between a 32bit ABI and the 64bit ABI
` [PATCH 07/24] ARM64:ILP32: Use the same size and layout of the signal structures for ILP32 as for LP64
` [PATCH 08/24] Allow a 32bit ABI to use the naming of the 64bit ABI syscalls to avoid confusion of not splitting the registers
` [PATCH 09/24] ARM64:ILP32: Use the same syscall names as LP64
` [PATCH 10/24] ARM64: Introduce is_a32_task/is_a32_thread and TIF_AARCH32 and use them in the correct locations
` [PATCH 11/24] ARM64: Add is_ilp32_compat_task and is_ilp32_compat_thread
` [PATCH 12/24] ARM64:ILP32: COMPAT_USE_64BIT_TIME is true for ILP32 tasks
` [PATCH 13/24] ARM64:ILP32: Use the non compat HWCAP for ILP32
` [PATCH 14/24] ARM64:ILP32 use the standard start_thread for ILP32 so the processor state is not AARCH32
` [PATCH 15/24] compat_binfmt_elf: coredump: Allow some core dump macros be overridden for compat
` [PATCH 16/24] ARM64:ILP32: Support core dump for ILP32
` [PATCH 17/24] ARM64: Add loading of ILP32 binaries
` [PATCH 18/24] ARM64: Add vdso for ILP32 and use it for the signal return
` [PATCH 19/24] ptrace: Allow compat to use the native siginfo
` [PATCH 20/24] ARM64:ILP32: The native siginfo is used instead of the compat siginfo
` [PATCH 21/24] ARM64:ILP32: Use a seperate syscall table as a few syscalls need to be using the compat syscalls
` [PATCH 22/24] ARM64:ILP32: Fix signal return for ILP32 when the user modified the signal stack
` [PATCH 23/24] ARM64: Add ARM64_ILP32 to Kconfig
` [PATCH 24/24] Add documentation about ARM64 ILP32 ABI
[PATCH v9 00/16] arm: KGDB NMI/FIQ support
2014-09-04 10:04 UTC (13+ messages)
` [PATCH v10 00/19] "
` [PATCH v10 03/19] arm: fiq: Replace default FIQ handler
[PATCH V1 1/2] ARM: clk-imx6q: refine clock tree for ASRC
2014-09-04 9:48 UTC (2+ messages)
` [PATCH V1 2/2] ARM: clk-imx6q: refine clock tree for SSI
[PATCH 0/3] Add MFD and regulator drivers for Hi6421 PMIC SoC
2014-09-04 9:44 UTC (5+ messages)
` [PATCH v8 1/3] Documentation: mfd: add docs for hi6421 dt
` [PATCH v8 2/3] mfd: Add hi6421 PMIC core driver
[PATCH v6 0/3] Qualcomm Resource Power Manager driver
2014-09-04 9:39 UTC (3+ messages)
` [PATCH v6 2/3] mfd: qcom-rpm: Driver for the Qualcomm RPM
[PATCH V3 0/6] ARM64: Add support for FSL's LS2085A SoC
2014-09-04 9:39 UTC (9+ messages)
` [PATCH V3 4/6] arm64: Add DTS "
[PATCH v4 0/8] arm: support CONFIG_RODATA
2014-09-04 9:27 UTC (6+ messages)
` [PATCH v4 4/8] arm: use fixmap for text patching when text is RO
[Patch net-next 03/11] net:fec: use multiqueue interface to allocate Ethernet device
2014-09-04 9:18 UTC (7+ messages)
` [Patch net-next 04/11] net:fec: add multiqueue support
` [Patch net-next 08/11] net:fec: change FEC alignment to 64 bytes for ARM platform
[PATCH] mfd: twl4030-power: Fix PM idle pin configuration to not conflict with regulators
2014-09-04 8:45 UTC (6+ messages)
[PATCH 00/15] PM / Domains: Cleanups and remove superfluous APIs
2014-09-04 8:40 UTC (4+ messages)
` [PATCH 13/15] drivers: sh: Leave disabling of unused PM domains to genpd
[SMP BUG?] the return value of is_smp() is bug?
2014-09-04 8:33 UTC (5+ messages)
[PATCH] ARM: clk-imx6sl: correct the pxp and epdc axi clock selections
2014-09-04 8:33 UTC
[PATCH] ARM: clk-imx6sl: correct the pxp and epdc axi clock selections
2014-09-04 8:28 UTC
[PATCH v2 00/15] KVM GICv3 emulation
2014-09-04 7:52 UTC (3+ messages)
` [PATCH v2 03/15] arm/arm64: KVM: refactor vgic_handle_mmio() function
[PATCH v5 09/12] sched: add usage_load_avg
2014-09-04 7:34 UTC (2+ messages)
` [PATCH v5 09/11] "
[PATCH v2 00/12] clk: sunxi: Improve MMC clocks support
2014-09-04 7:31 UTC (3+ messages)
` [PATCH v2 09/12] ARM: sunxi: dt: Add sample and output mmc clocks
[PATCH v2 0/3] clocksource: Document Renesas SoC specific bindings
2014-09-04 7:23 UTC (8+ messages)
` [PATCH v2 1/3] clocksource: sh_cmt: Document "
` [PATCH v2 2/3] clocksource: sh_mtu2: Document r7s72100 binding
` [PATCH v2 3/3] clocksource: sh_tmu: Document r8a7779 binding
[PATCH 1/5] ARM: sun4i: Relicense the A10 DTSI under GPLv2/X11
2014-09-04 7:21 UTC (3+ messages)
[PATCH v5 00/12] sched: consolidation of cpu_capacity
2014-09-04 7:17 UTC (6+ messages)
` [PATCH v5 03/12] sched: fix avg_load computation
Autoloading of SPI/nor driver on kirkwood (qnap devices)
2014-09-04 7:02 UTC (4+ messages)
[PATCH 0/1] ARM: OMAP: add external clock provider support
2014-09-04 6:48 UTC (5+ messages)
[PATCH v3 1/2] dma: Add Xilinx AXI DMA DT Binding Documentation
2014-09-04 6:36 UTC (5+ messages)
` [PATCH v3 2/2] dma: Add Xilinx AXI Direct Memory Access Engine driver support
[PATCH v6 0/4] Fine tune USB 3.0 PHY on exynos5420
2014-09-04 6:31 UTC (6+ messages)
` [PATCH v6 4/4] phy: exynos5-usbdrd: Calibrate LOS levels for exynos5420/5800
[PATCH] ARM: dts: omap5.dtsi: add DSS RFBI node
2014-09-04 6:28 UTC
[PATCH v2] mfd: syscon: Decouple syscon interface from platform devices
2014-09-04 6:03 UTC (9+ messages)
[PATCH] mmc: dw_mmc: Don't enable interrupts until we're ready
2014-09-04 5:21 UTC (2+ messages)
[PATCH v2] pinctrl: imx/mxs: move freescale drivers to subdir
2014-09-04 5:09 UTC (2+ messages)
[PATCH 0/7] mmc: sdhci/imx: a few clean up and fixes
2014-09-04 5:07 UTC (2+ messages)
[RESEND PATCH] arm64: dts: add <dt-bindings/> symlink
2014-09-04 5:05 UTC (3+ messages)
[PATCH 00/12] clk: mmp: clock device tree support
2014-09-04 4:16 UTC (5+ messages)
` [PATCH 06/12] clk: mmp: add mmp private gate clock
[GIT PULL] Renesas ARM Based SoC r8a7740 Multiplatform Updates for v3.18
2014-09-04 4:01 UTC (8+ messages)
` [PATCH 1/6] ARM: shmobile: r8a7740: Multiplatform support
` [PATCH 2/6] ARM: shmobile: armadillo800eva: Sync DTS
` [PATCH 3/6] ARM: shmobile: armadillo800eva: Build DTS for multiplatform
` [PATCH 4/6] ARM: shmobile: r8a7740: Add restart callback
` [PATCH 5/6] ARM: shmobile: armadillo800eva reference: Remove C board code
` [PATCH 6/6] ARM: shmobile: armadillo800eva reference: Remove DTS
[PATCH 0/3] move gpt per clk parent for ipg_per to OSC
2014-09-04 3:56 UTC (2+ messages)
[PATCH] ARM: cns3xxx: fix allmodconfig panic in pci driver
2014-09-04 3:46 UTC (3+ messages)
[PATCH v7 0/2] i2c: imx: add DMA support for freescale i2c driver
2014-09-04 3:38 UTC (3+ messages)
` [PATCH v7 1/2] "
[PATCH v2 1/3] ARM: dts: imx28-evk: Fix display duplicate name warning
2014-09-04 3:37 UTC (2+ messages)
[RFC PATCH v2] clockevents: re-calculate event when cpu enter idle
2014-09-04 1:25 UTC
[GIT PULL] Renesas ARM Based SoC Kconfig Cleanups for v3.18
2014-09-04 1:12 UTC (10+ messages)
` [PATCH 1/9] ARM: shmobile: Introduce a Kconfig entry for R-Mobile
` [PATCH 2/9] ARM: shmobile: Introduce a Kconfig entry for R-Car Gen1
` [PATCH 3/9] ARM: shmobile: Introduce a Kconfig entry for R-Car Gen2
` [PATCH 4/9] ARM: shmobile: Cleanup pm-rcar.o build using Kconfig
` [PATCH 5/9] ARM: shmobile: Cleanup pm-rmobile.o "
` [PATCH 6/9] ARM: shmobile: Only select PM_RMOBILE for legacy case
` [PATCH 7/9] ARM: shmobile: Consolidate Legacy CPU_V7 Kconfig
` [PATCH 8/9] ARM: shmobile: Consolidate Legacy SH_CLK_CPG Kconfig
` [PATCH 9/9] ARM: shmobile: r8a7791 is now called "R-Car M2-W"
[GIT PULL] Third Round of Renesas ARM Based SoC DT Updates for v3.18
2014-09-04 1:12 UTC (6+ messages)
` [PATCH 1/5] ARM: shmobile: r8a7779 dtsi: Add SoC-specific thermal compatible property
` [PATCH 2/5] ARM: shmobile: r8a73a4 "
` [PATCH 3/5] ARM: shmobile: Add platform device tree bindings documentation
` [PATCH 4/5] ARM: shmobile: r8a7779 dtsi: Use tabs for indentation
` [PATCH 5/5] ARM: shmobile: kzm9g-reference dts: "
[PATCH repost] ARM: shmobile: lager: correct memory map
2014-09-04 1:10 UTC (5+ messages)
[PATCH v4 0/4] Rockchip soc thermal driver
2014-09-04 1:02 UTC (4+ messages)
` [PATCH v4 2/4] dt-bindings: document Rockchip thermal
[SMP BUG?] the return value of is_smp() is bug?
2014-09-04 1:01 UTC (3+ messages)
[PATCH v2] ARM: dts: Add mshc aliases for rk3288
2014-09-03 23:05 UTC
[PATCH v3] ARM: dts: Add sdio0 and sdio1 to the rk3288
2014-09-03 22:56 UTC (3+ messages)
` [PATCH v4] "
[PATCHv2] ARM: debug: uncompress debug support for omap2plus
2014-09-03 22:04 UTC (3+ messages)
[PATCH v5 0/8] arm: support CONFIG_RODATA
2014-09-03 21:57 UTC (9+ messages)
` [PATCH v5 1/8] arm: use generic fixmap.h
` [PATCH v5 2/8] ARM: expand fixmap region to 3MB
` [PATCH v5 3/8] arm: fixmap: implement __set_fixmap()
` [PATCH v5 4/8] arm: use fixmap for text patching when text is RO
` [PATCH v5 5/8] ARM: kexec: Make .text R/W in machine_kexec
` [PATCH v5 6/8] arm: kgdb: Handle read-only text / modules
` [PATCH v5 7/8] ARM: mm: allow non-text sections to be non-executable
` [PATCH v5 8/8] ARM: mm: allow text and rodata sections to be read-only
[PATCH] arm: boot: dts: am4372: fix USB regs size
2014-09-03 21:51 UTC (2+ messages)
[PATCH] ARM: dts: am437x-gp: switch i2c0 to 100KHz
2014-09-03 21:47 UTC (2+ messages)
[PATCH] ARM: dts: am335x-bone*: Fix model name and update compatibility information
2014-09-03 21:45 UTC (2+ messages)
[GIT PULL] ARM: OMAP3: quick clock dts fix for 3.17-rc
2014-09-03 21:38 UTC (2+ messages)
[PATCH] ARM: dts: omap4-panda: Fix model and SoC family details
2014-09-03 21:27 UTC (2+ messages)
[PATCH] pinctrl: sh-pfc: rename confusing pinmux ops variable
2014-09-03 21:14 UTC (2+ messages)
[Patch net-next 00/11] net: fec: imx6sx multiqueue support
2014-09-03 21:02 UTC
[PATCH v4 00/12] ARM: berlin: USB support
2014-09-03 21:01 UTC (3+ messages)
` [PATCH v4 01/12] reset: add the Berlin reset controller driver
[PATCH 0/3] SPI Fixes for spi-rockchip
2014-09-03 20:44 UTC (3+ messages)
` [PATCH 2/3] spi/rockchip: Don't warn if SPI is busy but disabled
` [PATCH 3/3] dt-bindings: spi/rockchip: Mark DMA as optional
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).