messages from 2014-04-19 11:25:30 to 2014-04-21 16:55:20 UTC [more...]
[PATCH 0/4] Introduce drivers/soc and add QCOM GSBI driver
2014-04-21 16:55 UTC (9+ messages)
` [PATCH 1/4] soc: Placeholder files for drivers/soc
` [PATCH 2/4] soc: qcom: Add GSBI driver
` [PATCH 3/4] soc: qcom: Add device tree binding for GSBI
` [PATCH 4/4] tty: serial: msm: Remove direct access to GSBI
[PATCH v3 00/10] dma: edma: Fixes for cyclic (audio) operation
2014-04-21 16:54 UTC (2+ messages)
[PATCH 0/7] Fixes for Armada 370/XP PCIe
2014-04-21 16:48 UTC (9+ messages)
` [PATCH 4/7] pci: mvebu: fix off-by-one in the computed size of the mbus windows
` [PATCH 7/7] pci: pci-mvebu: split PCIe BARs into multiple MBus windows when needed
[RFC PATCH v4] ARM: uprobes xol write directly to userspace
2014-04-21 16:41 UTC (7+ messages)
[PATCH v2] arm64: enable EDAC on arm64
2014-04-21 16:19 UTC (4+ messages)
[PATCH RFC] arm64: 32-bit tolerant sync bitops
2014-04-21 16:18 UTC (3+ messages)
` [Xen-devel] "
[PATCH v3] arm64: enable EDAC on arm64
2014-04-21 16:09 UTC
[PATCH 0/5] MCPM backend for Exynos5420
2014-04-21 15:57 UTC (19+ messages)
` [PATCH 1/5] ARM: bL_switcher: Don't enable bL switcher on systems without CCI
` [PATCH 5/5] arm: exynos: Add MCPM call-back functions
[PATCH v2] dt: platform driver: Fill the resources before probe and defer if needed
2014-04-21 15:54 UTC (11+ messages)
` [PATCH v3 0/2] "
` [PATCH v3 2/2] "
[PATCH v2 0/7] of: setup dma parameters using dma-ranges and dma-coherent
2014-04-21 15:36 UTC (19+ messages)
` [PATCH v2 1/7] device: introduce per device dma_pfn_offset
` [PATCH v2 2/7] of: introduce of_dma_get_range() helper
` [PATCH v2 3/7] of: introduce of_dma_is_coherent() helper
` [PATCH v2 4/7] of: configure the platform device dma parameters
` [PATCH v2 5/7] ARM: dma: Use dma_pfn_offset for dma address translation
` [PATCH v2 6/7] ARM: dma: implement set_arch_dma_coherent_ops()
` [PATCH v2 7/7] ARM: mm: use phys_addr_t in __dma_page_[cpu_to_dev/dev_to_cpu]
[PATCH v3 3/8] ARM: davinci: da850: Use cpufreq_for_each_entry macro for iteration
2014-04-21 15:35 UTC
[PATCH 00/15] bus: omap_l3_noc: driver cleanups and support for DRA7/AM4372
2014-04-21 15:31 UTC (13+ messages)
` [PATCH V2 00/19] "
` [PATCH V2 05/19] bus: omap_l3_noc: switch over to relaxed variants of readl/writel
` [PATCH V2 06/19] bus: omap_l3_noc: un-obfuscate l3_targ address computation
[RFC PATCH 0/2] usb: Reuse fsl driver code for synopsys usb controller
2014-04-21 15:18 UTC (6+ messages)
[RFC 1/4] ARM: OMAP2+: Add CTRL_MODULE_CORE as a master clock provider for DRA7
2014-04-21 15:10 UTC (5+ messages)
` [RFC 2/4] ARM: dts: Add ctrl-core DT node "
[PATCH 0/5] defconfigs: add MTD_SPI_NOR (dependency for M25P80)
2014-04-21 14:52 UTC (6+ messages)
` [PATCH 1/5] ARM: defconfigs: add MTD_SPI_NOR (new dependency "
[PATCH v2] staging: imx-drm-core: skip components whose parent device is disabled
2014-04-21 14:22 UTC (6+ messages)
[PATCH 0/9] Renesas ipmmu-vmsa: Miscellaneous cleanups and fixes
2014-04-21 14:13 UTC (10+ messages)
` [PATCH 1/9] iommu/ipmmu-vmsa: Cleanup failures of ARM mapping creation or attachment
` [PATCH 2/9] iommu/ipmmu-vmsa: Fix the supported page sizes
` [PATCH 3/9] iommu/ipmmu-vmsa: Define driver-specific page directory sizes
` [PATCH 4/9] iommu/ipmmu-vmsa: Set the PTE contiguous hint bit when possible
` [PATCH 5/9] iommu/ipmmu-vmsa: PMD is never folded, PUD always is
` [PATCH 6/9] iommu/ipmmu-vmsa: Rewrite page table management
` [PATCH 7/9] iommu/ipmmu-vmsa: Support 2MB mappings
` [PATCH 8/9] iommu/ipmmu-vmsa: Remove stage 2 PTE bits definitions
` [PATCH 9/9] iommu/ipmmu-vmsa: Support clearing mappings
[PATCH v10 00/12] In-kernel PSCI v0.2 emulation for KVM ARM/ARM64
2014-04-21 13:00 UTC (13+ messages)
` [PATCH v10 01/12] KVM: Add capability to advertise PSCI v0.2 support
` [PATCH v10 02/12] ARM/ARM64: KVM: Add common header for PSCI related defines
` [PATCH v10 03/12] ARM/ARM64: KVM: Add base for PSCI v0.2 emulation
` [PATCH v10 04/12] KVM: Documentation: Add info regarding KVM_ARM_VCPU_PSCI_0_2 feature
` [PATCH v10 05/12] ARM/ARM64: KVM: Make kvm_psci_call() return convention more flexible
` [PATCH v10 06/12] KVM: Add KVM_EXIT_SYSTEM_EVENT to user space API header
` [PATCH v10 07/12] ARM/ARM64: KVM: Emulate PSCI v0.2 SYSTEM_OFF and SYSTEM_RESET
` [PATCH v10 08/12] ARM/ARM64: KVM: Emulate PSCI v0.2 AFFINITY_INFO
` [PATCH v10 09/12] ARM/ARM64: KVM: Emulate PSCI v0.2 MIGRATE_INFO_TYPE and related functions
` [PATCH v10 10/12] ARM/ARM64: KVM: Fix CPU_ON emulation for PSCI v0.2
` [PATCH v10 11/12] ARM/ARM64: KVM: Emulate PSCI v0.2 CPU_SUSPEND
` [PATCH v10 12/12] ARM/ARM64: KVM: Advertise KVM_CAP_ARM_PSCI_0_2 to user space
[PATCH] arm: dma-mapping: Fix mapping size value
2014-04-21 12:25 UTC (2+ messages)
[PATCH] ARM: dts: at91-sama5d3_xplained: add the regulator device node
2014-04-21 12:22 UTC (3+ messages)
[PATCH 1/3] usb: ohci-exynos: Make provision for vdd regulators
2014-04-21 12:16 UTC (3+ messages)
` [PATCH 2/3] usb: ehci-exynos: "
` [PATCH 3/3] usb: dwc3-exynos: "
[PATCH 0/4] add cpuidle support for Exynos5420
2014-04-21 11:49 UTC (5+ messages)
` [PATCH 1/4] cpuidle: config: Add SOC_EXYNOS5420 entry to select cpuidle-big-little driver
` [PATCH 2/4] driver: cpuidle: cpuidle-big-little: init driver for Exynos5420
` [PATCH 3/4] exynos: cpuidle: do not allow cpuidle registration "
` [PATCH 4/4] mcpm: exynos: populate suspend and powered_up callbacks
[PATCH v3] ARM: perf: save/restore pmu registers in pm notifier
2014-04-21 11:08 UTC
[PATCH] arm: oprofile: add ARMv7 cortex-a15 support
2014-04-21 11:02 UTC (2+ messages)
[PATCH 0/2] ARM: dts: Fix OMAP3 ISP functional clock configuration
2014-04-21 10:41 UTC (3+ messages)
` [PATCH 1/2] ARM: dts: use ti, fixed-factor-clock for dpll4_m5x2_mul_ck
` [PATCH 2/2] ARM: dts: set 'ti,set-rate-parent' for dpll4_m5 path
[PATCH v2 3/8] davinci: da850: Use cpufreq_for_each_entry macro for iteration
2014-04-21 10:26 UTC (3+ messages)
[RFC PATCH 0/2] Add support for Samsung GH7 PCIe controller
2014-04-21 9:58 UTC (6+ messages)
` [RFC PATCH 1/2] PCI: designware: Add ARM64 PCI support
[PATCH] arm: exynos: generalize power register address calculation
2014-04-21 8:29 UTC (5+ messages)
` [PATCH v4] "
[PATCH 0/3] clocksource: Add Freescale FlexTimer Module (FTM) timer support
2014-04-21 8:09 UTC (5+ messages)
` [PATCH 1/3] clocksource: ftm: Add FlexTimer Module (FTM) Timer devicetree Documentation
` [PATCH 2/3] ARM: dts: vf610: Add Freescale FlexTimer Module timer node
` [PATCH 3/3] clocksource: Add Freescale FlexTimer Module (FTM) timer support
[PATCHv2 0/3] clocksource: Add Freescale FlexTimer Module (FTM) timer support
2014-04-21 7:23 UTC (4+ messages)
` [PATCHv2 1/3] clocksource: ftm: Add FlexTimer Module (FTM) Timer devicetree Documentation
` [PATCHv2 2/3] ARM: dts: vf610: Add Freescale FlexTimer Module timer node
` [PATCHv2 3/3] clocksource: Add Freescale FlexTimer Module (FTM) timer support
[PATCH 0/2] Support cpufreq driver for Exynos3250
2014-04-21 7:03 UTC (9+ messages)
` [PATCH 1/2] cpufreq: exynos: Use dev_err/info function instead of pr_err/info
[PATCH RESEND] arm: dma-mapping: Fix mapping size value
2014-04-21 6:47 UTC (2+ messages)
` [PATCH] "
[PATCH v6 0/3] PSCI v0.2 support and DT bindings
2014-04-21 6:23 UTC (3+ messages)
` [PATCH v6 1/3] PSCI: Add initial support for PSCIv0.2 functions
[PATCH 0/2] phy: samsung: add exynos5 SoCs for as simple phy providers
2014-04-21 5:58 UTC (8+ messages)
` [PATCH 1/2] phy: samsung: add simple phys for exynos5250 SoC
` [PATCH 2/2] phy: samsung: add simple phys for exynos5420 SoC
[PATCH] defconfig: sama5_defconfig: updated
2014-04-21 5:05 UTC
[PATCH v5 0/3] regulator: act8865: add PMIC driver
2014-04-21 3:08 UTC (4+ messages)
` [PATCH v5 3/3] ARM: dts: sama5d3xcm: add the regulator device node
[PATCH] arm64: debug: remove noisy, pointless warning
2014-04-21 3:03 UTC (2+ messages)
[PATCHv3 0/7] Support new Exynos3250 SoC based on Cortex-A7 dual core
2014-04-21 1:10 UTC (2+ messages)
[PATCH v3 0/4] net: Add APM X-Gene SoC Ethernet driver support
2014-04-21 0:56 UTC (4+ messages)
` [PATCH v3 1/4] MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver
[PATCH] arm: dma-mapping: Fix mapping size value
2014-04-20 22:36 UTC (3+ messages)
[RESEND: PATCH 2/2] input: tc3589x-keypad: support probing from device tree
2014-04-20 19:36 UTC (2+ messages)
[PATCH 0/5] ARM: mvebu: misc Device Tree fixes and updates
2014-04-20 19:00 UTC (2+ messages)
[RFC PATCH 1/2] usb: gadget: fsl_udc: Add support for zynq usb device controller
2014-04-20 16:27 UTC (2+ messages)
` [RFC PATCH 2/2] usb: ehci-fsl: Add support for zynq usb host controller
[RFC PATCH 1/2] usb: gadget: fsl_udc: Add support for zynq usb device controller
2014-04-20 16:23 UTC (2+ messages)
` [RFC PATCH 2/2] usb: ehci-fsl: Add support for zynq usb host controller
[RFC PATCH 0/2] usb: Reuse fsl driver code for synopsys usb controller
2014-04-20 16:23 UTC
[PATCH] arm/omap4: add twd clock to DT
2014-04-20 16:22 UTC (3+ messages)
USB OTG support on mx27pdk
2014-04-20 12:05 UTC (11+ messages)
[PATCH 0/5] ARM: dts: enable display for peach-pit and snow boards
2014-04-20 11:48 UTC (6+ messages)
` [PATCH 1/5] ARM: dts: move dp hpd line to the board file for exynos5420
` [PATCH 2/5] ARM: dts: enable fimd for exynos5250 based snow board
` [PATCH 3/5] ARM: dts: enable dp-controller "
` [PATCH 4/5] ARM: dts: enable fimd for exynos5420 based peach-pit board
` [PATCH 5/5] ARM: dts: enable dp-controller "
[PATCH 0/7] ARM: dts: enable hdmi for exynos5 based peach and snow boards
2014-04-20 11:24 UTC (8+ messages)
` [PATCH 1/7] ARM: dtsi: add node for simple phy provider for exynos5250
` [PATCH 2/7] ARM: dtsi: add node for simple phy provider for exynos5420
` [PATCH 3/7] ARM: dtsi: add access to simple hdmiphy to exynos5250 hdmi node
` [PATCH 4/7] ARM: dtsi: add access to simple hdmiphy to exynos5420 "
` [PATCH 5/7] ARM: dts: enable hdmi for exynos5250 based snow board
` [PATCH 6/7] ARM: dts: change to correct compatible string for exynos5420 hdmi
` [PATCH 7/7] ARM: dts: enable hdmi for exynos5420 based peach-pit board
[PATCH v2 0/9] ARM: multi-platform kconfig cleanup and mach-virt removal
2014-04-20 10:56 UTC (5+ messages)
` [PATCH v2 1/9] ARM: centralize common multi-platform kconfig options
[PATCH 00/29] ARM: orion5x: big step towards DT conversion
2014-04-20 10:04 UTC (11+ messages)
` [PATCH 02/29] pinctrl: mvebu: new driver for Orion platforms
` [PATCH 14/29] ARM: orion: switch to a per-platform handle_irq() function
[PATCH v11 12/27] ARM: dts: Add description of System MMU of Exynos SoCs
2014-04-20 9:55 UTC (2+ messages)
[PATCH v2 0/7] exynos5420: clock file cleanup
2014-04-20 8:32 UTC (10+ messages)
` [PATCH v2 1/7] clk: exynos5420: Add more clock register offsets
` [PATCH v2 2/7] clk: exynos5420: Add more clock IDs
` [PATCH v2 3/7] clk: exynos5420: Rename "
[PATCH 0/4] Fixes for DT CPU topology specification on Exynos
2014-04-20 7:23 UTC (3+ messages)
` [PATCH 2/4] ARM: EXYNOS: Fix core ID used by platsmp and hotplug code
[PATCH] Input: w90p910_ts - depend on ARCH_W90X900
2014-04-20 5:38 UTC (3+ messages)
[PATCH 1/2] ARM: i.MX27 clk: Add missing clocks for MSHC and RTIC
2014-04-20 5:18 UTC (2+ messages)
` [PATCH 2/2] ARM: i.MX27 clk: Remove clk_register_clkdev() for unused clocks
[PATCH 0/8] USB3 support for Armada 38x
2014-04-20 3:22 UTC (9+ messages)
` [PATCH 1/8] usb: host: xhci-plat: Allow to register glue code using the device tree
` [PATCH 2/8] usb: host: xhci-plat: Add support for the Armada 38x glue code
` [PATCH 3/8] xhci-platform: Add a new controller using xhci: Armada 38x
` [PATCH 4/8] ARM: mvebu: Add USB3 UTMI support
[PATCH 1/2] ARM: sun7i: Add ARM PMU in A20 DTSI
2014-04-20 3:15 UTC (3+ messages)
` [PATCH 2/2] ARM: sun6i: Add ARM PMU in A31 DTSI
` [linux-sunxi] "
[PATCH v4 0/7] Add ST Keyscan driver
2014-04-19 21:09 UTC (5+ messages)
` [PATCH v4 1/7] drivers: input: keyboard: st-keyscan: add keyscan driver
[RFC 0/3] DRM driver for the ATMEL High end LCD controller
2014-04-19 19:07 UTC (8+ messages)
` [RFC 1/3] atmel: drm: added drm driver for the atmel hlcd controller
` [RFC 3/3] atmel: dt: Add supports for the lcdc support on the sama5d36ek
current->sched_class->yield_task is NULL, any hint?
2014-04-19 16:58 UTC (6+ messages)
[PATCH 0/2] ARM: mvebu: board-v7 cleanup
2014-04-19 16:46 UTC (5+ messages)
` [PATCH 1/2] ARM: mvebu: remove unnecessary ifdef around l2x0_of_init
` [PATCH 2/2] ARM: mvebu: fix the name of the parameter used in mvebu_get_soc_id
[PATCH] ARM: dts: twl4030: Add twl4030-madc node
2014-04-19 15:12 UTC
[PATCH v3 00/21] ARM: support for ICP DAS LP-8x4x (with dts)
2014-04-19 11:59 UTC (4+ messages)
` [PATCH v4 "
[PATCH 0/8] Generic serial earlycon
2014-04-19 11:32 UTC (4+ messages)
` [PATCH 4/8] tty/serial: add generic "
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).