linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-16 03:59:46 to 2015-12-16 16:56:06 UTC [more...]

[PATCH 0/3] Add MEMREMAP_WC to fix dma_init_coherent_memory
 2015-12-16 16:56 UTC  (4+ messages)
` [PATCH 1/3] memremap: add MEMREMAP_WC flag
` [PATCH 2/3] drivers: dma-coherent: use MEMREMAP_WC for DMA_MEMORY_MAP
` [PATCH 3/3] drivers: dma-coherent: use memset_io for DMA_MEMORY_IO mappings

[PATCH RESEND v3 0/9] Add STM32 pinctrl/GPIO driver
 2015-12-16 16:55 UTC  (3+ messages)
` [PATCH v3 4/9] pinctrl: Add STM32 MCUs support

[PATCH 0/2] ARM CoreLink CCI-550 PMU driver
 2015-12-16 16:55 UTC  (3+ messages)
` [PATCH 1/2] arm-cci500: Rearrange PMU driver for code sharing with CCI-550 PMU

[PATCH v2 0/3] ACPI, clocksource: add GTDT and ARM memory-mapped timer support
 2015-12-16 16:52 UTC  (3+ messages)

[PATCH resend] pinctrl: sunxi: Add A80 special pin controller
 2015-12-16 16:39 UTC 

[PATCH v6 0/9] mfd: axp20x: Add support for RSB based AXP223
 2015-12-16 16:32 UTC  (10+ messages)
` [PATCH v6 1/9] mfd: axp20x: Add AXP223 to list of supported PMICs in DT bindings
` [PATCH v6 2/9] mfd: axp20x: Remove second struct device * parameter for axp20x_match_device()
` [PATCH v6 3/9] mfd: axp20x: use dev->driver->of_match_table in axp20x_match_device()
` [PATCH v6 4/9] mfd: axp20x: Split the driver into core and i2c bits
` [PATCH v6 5/9] mfd: axp20x: Whitespace, open parenthesis alignment code style fixes
` [PATCH v6 6/9] mfd: axp20x: Add support for RSB based AXP223 PMIC
` [PATCH v6 7/9] regulator: axp20x: Support new "
` [PATCH v6 8/9] ARM: dts: sun8i: sinlinx-sina33: Add AXP223 PMIC device and regulator nodes
` [PATCH v6 9/9] ARM: dts: sun8i: q8-common: "

[PATCH 2/3] pwm: Add PWM driver for OMAP using dual-mode timers
 2015-12-16 16:27 UTC  (2+ messages)

[RFC3 PATCH v6 00/20] ILP32 for ARM64
 2015-12-16 16:24 UTC  (10+ messages)
` [PATCH v6 09/20] arm64:ilp32: share HWCAP between LP64 and ILP32
` [PATCH v6 10/20] arm64:ilp32 use the native LP64 'start_thread' for ILP32 threads
` [PATCH v6 12/20] arm64:ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it
` [PATCH v6 15/20] arm64: signal: move ilp32 and lp64 common code to separated file

[PATCH] clocksource/drivers/pistachio: Fix wrong calculated clocksource read value
 2015-12-16 16:23 UTC  (13+ messages)

[PATCH v2 0/6] pwm: lpc32xx: fixes in the LPC32xx PWM driver
 2015-12-16 16:02 UTC  (2+ messages)

[PATCH v2] pwm: ftm: fix clock enable/disable when using PM
 2015-12-16 15:55 UTC  (2+ messages)

block layer bug with 4.4-rc3+
 2015-12-16 15:43 UTC  (6+ messages)

[PATCH 0/3] pwm: bcm2835: improve clock handling
 2015-12-16 15:38 UTC  (2+ messages)

[PATCH V2 00/23] MMCONFIG refactoring and support for ARM64 PCI hostbridge init based on ACPI
 2015-12-16 15:16 UTC  (24+ messages)
` [PATCH V2 01/23] x86, pci: Reorder logic of pci_mmconfig_insert() function
` [PATCH V2 02/23] x86, pci, acpi: Move arch-agnostic MMCONFIG (aka ECAM) and ACPI code out of arch/x86/ directory
` [PATCH V2 03/23] pci, acpi, mcfg: Provide generic implementation of MCFG code initialization
` [PATCH V2 04/23] x86, pci: mmconfig_{32, 64}.c code refactoring - remove code duplication
` [PATCH V2 05/23] x86, pci, ecam: mmconfig_64.c becomes default implementation for ECAM driver
` [PATCH V2 06/23] XEN / PCI: Remove the dependence on arch x86 when PCI_MMCONFIG=y
` [PATCH V2 07/23] pci, acpi, mcfg: Provide default RAW ACPI PCI config space accessors
` [PATCH V2 08/23] arm64, acpi: Use empty PCI config space accessors from mcfg.c file
` [PATCH V2 09/23] pci, acpi, ecam: Add flag to indicate whether ECAM region was hot added or not
` [PATCH V2 10/23] x86, pci: Cleanup platform specific MCFG data using previously added ECAM hot_added flag
` [PATCH V2 11/23] arm64, pci: Remove useless boot time IRQ assignment when booting with DT
` [PATCH V2 12/23] pci, acpi: Move ACPI host bridge device companion assignment to core code
` [PATCH V2 13/23] x86, ia64, pci: Remove ACPI companion device from platform specific data
` [PATCH V2 14/23] pci, acpi: Provide generic way to assign bus domain number
` [PATCH V2 15/23] x86, ia64, pci: Convert arches to use PCI_DOMAINS_GENERIC
` [PATCH V2 16/23] x86, ia64: Include acpi_pci_{add|remove}_bus to the default pcibios_{add|remove}_bus implementation
` [PATCH V2 17/23] acpi, mcfg: Implement two calls that might be used to inject/remove MCFG region
` [PATCH V2 18/23] x86, acpi, pci: Use equivalent function introduced in previous patch
` [PATCH V2 19/23] acpi, mcfg: Add default PCI config accessors implementation and initial support for related quirks
` [PATCH V2 20/23] ACPI, PCI: Refine the way to handle translation_offset for ACPI resources
` [PATCH V2 21/23] pci, acpi: Support for ACPI based PCI hostbridge init
` [PATCH V2 22/23] pci, acpi: Match PCI config space accessors against platfrom specific quirks
` [PATCH V2 23/23] arm64, pci, acpi: Start using ACPI based PCI host bridge driver for ARM64

[PATCH v6 0/5] MT8173 IOMMU SUPPORT
 2015-12-16 15:15 UTC  (13+ messages)
` [PATCH v6 3/5] memory: mediatek: Add SMI driver
` [PATCH v6 4/5] iommu/mediatek: Add mt8173 IOMMU driver

[PATCH v9 0/4] irqchip:support mbigen interrupt controller
 2015-12-16 15:05 UTC  (10+ messages)
` [PATCH v9 1/4] dt-binding:Documents of the mbigen bindings
` [PATCH v9 3/4] irqchip:create irq domain for each mbigen device

[PATCH LINUX v4 00/13] tty: xuartps: Fix lock ups
 2015-12-16 14:37 UTC  (7+ messages)
` [PATCH LINUX v4 06/13] tty: xuartps: Move request_irq to after setting up the HW

[RFC PATCH v3 0/5] Simple ACPI based PCI support for arm64
 2015-12-16 14:24 UTC  (7+ messages)
` [RFC PATCH v3 1/5] ACPI: MCFG: Move mmcfg_list management to drivers/acpi
` [RFC PATCH v3 2/5] arm64: pci: Add ACPI support
` [RFC PATCH v3 3/5] PCI: Handle NULL parent in pci_bus_assign_domain_nr
` [RFC PATCH v3 4/5] ACPI: PCI: Support platforms that need pci_remap_iospace
` [RFC PATCH v3 5/5] PCI: ACPI: Add a generic ACPI based host controller

[PATCH V2 0/3] ARM: multi_v7_defconfig: Enable more OMAP family platforms
 2015-12-16 14:15 UTC  (7+ messages)
` [PATCH V2 1/3] ARM: multi_v7_defconfig: Enable beaglebone PMIC TPS65217

[PATCH RFC 00/27] PM/Domains: Cluster idle support for ARM SoCs
 2015-12-16 14:12 UTC  (6+ messages)
` [PATCH RFC 06/27] PM / Domains: add debugfs 'states' and 'timings' seq files

[PATCH 0/8] Add support for CL-SOM-iMX7 and SBC-iMX7
 2015-12-16 14:09 UTC  (3+ messages)

[PATCH V1 00/11] MMCONFIG refactoring and ARM64 PCI hostbridge init based on ACPI
 2015-12-16 14:05 UTC  (6+ messages)

[PATCH 1/8] ARM: dts: imx7d: cl-som-imx7: add basic module support
 2015-12-16 14:01 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/5] Kylin-board is based on RK3036 SOCs, add the initiation
 2015-12-16 13:54 UTC  (9+ messages)
` [PATCH 1/5] clk: rockchip: rk3036: include downstream muxes into fractional dividers
` [PATCH 2/5] clk: rockchip: rk3036: enable the CLK_IGNORE_UNUSED flag for aclk_vio
` [PATCH 3/5] ARM: dts: rockchip: update the core dts for rk3036
` [PATCH 4/5] ARM: dts: rockchip: add the kylin board "
` [PATCH 5/5] ARM: config: Add the rk3036 configure for kylin board

[PATCH v2 0/8] Add MT8173 Video Encoder Driver and VPU Driver
 2015-12-16 13:47 UTC  (6+ messages)
  ` [PATCH v2 6/8] [Media] vcodec: mediatek: Add Mediatek V4L2 Video Encoder Driver

[PATCH v3 0/4] ARM SMC Calling Convention interface
 2015-12-16 13:47 UTC  (7+ messages)
` [PATCH v3 4/4] drivers: psci: replace psci firmware calls

[PATCH v6 0/3] thermal: mediatek: Add cpu dynamic power cooling model
 2015-12-16 13:29 UTC  (4+ messages)
` [PATCH v6 1/3] "
` [PATCH v6 2/3] arm64: dts: mt8173: Add thermal zone node
` [PATCH v6 3/3] arm64: dts: mt8173: Add dynamic power node

[PATCH] dmaengine: edma: Add probe callback to edma_tptc_driver
 2015-12-16 13:19 UTC 

arm-soc boot: 320 boots: 12 failed, 308 passed (v4.4-rc3-483-gb48b5ceb7227)
 2015-12-16 13:15 UTC  (3+ messages)

[PATCH 0/3] LPC4337 CIAA-NXP DTS changes
 2015-12-16 12:55 UTC  (9+ messages)
` [PATCH 1/3] ARM: dts: lpc4337-ciaa: enable EEPROM memory
` [PATCH 2/3] ARM: dts: lpc4337-ciaa: enable SCT-PWM

[PATCH v2 0/2] i2c:dw: Add APM X-Gene ACPI I2C device support
 2015-12-16 12:53 UTC  (8+ messages)

[PATCH v4] arm64: Add support for PTE contiguous bit
 2015-12-16 12:50 UTC  (2+ messages)

[PATCH 0/2] ASoC: atmel-pdmic: add driver for Atmel PDMIC
 2015-12-16 12:27 UTC  (3+ messages)
` [PATCH 1/2] ASoC: atmel-pdmic: add the Pulse Density Modulation Interface Controller

[PATCH v3 0/2] arm64: change PoC D-cache flush to PoU
 2015-12-16 12:18 UTC  (5+ messages)
` [PATCH v3 1/2] arm64: Defer dcache flush in __cpu_copy_user_page
` [PATCH v3 2/2] arm64: Use PoU cache instr for I/D coherency

[PATCH v5 0/3] thermal: mediatek: Add cpu dynamic power cooling model
 2015-12-16 12:12 UTC  (7+ messages)
` [PATCH v5 2/3] arm64: dts: mt8173: Add thermal zone node

[PATCH v2] soc: mediatek: SCPSYS: use module_platform_driver
 2015-12-16 11:55 UTC  (3+ messages)

regmap-mmio and paged registers
 2015-12-16 11:38 UTC  (4+ messages)

[RFC PATCH v3 0/8] arm64: Verify early CPU features
 2015-12-16 11:36 UTC  (6+ messages)
` [RFC PATCH v3 4/8] arm64: Handle early CPU boot failures

[PATCH v12] Add Mediatek thermal support
 2015-12-16 11:23 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: thermal: Add binding document for Mediatek thermal controller

[PATCH v2 1/3] reset: Add shared reset_control_[de]assert variants
 2015-12-16 11:21 UTC  (5+ messages)

[PATCH 1/2] arm64: Improve error reporting on set_pte_at() checks
 2015-12-16 11:15 UTC 

[PATCH] arm64: reenable interrupt when handling ptrace breakpoint
 2015-12-16 11:13 UTC  (2+ messages)

[PATCH v2 0/2] SATA for r8a7795, Salvator-X
 2015-12-16 11:08 UTC  (4+ messages)
` [PATCH v2 1/2] clk: shmobile: r8a7795: Add SATA0 clock
` [PATCH v2 2/2] arm64: dts: r8a7795: fix SATA clock assignment

[PATCH] IOMMU: arm-smmu-v3: fix broken S2PS and AARCH64 in Broadcom Vulcan
 2015-12-16 10:49 UTC  (5+ messages)

[PATCH v6] sun4i-codec: Add FM, Line and Mic inputs
 2015-12-16 10:47 UTC  (4+ messages)

[PATCH v4] spi: dts: sun4i: Add support for wait time between word transmissions
 2015-12-16 10:39 UTC  (2+ messages)

[PATCH v2 1/3] clk: bcm2835: Add bindings for the auxiliary peripheral clock gates
 2015-12-16 10:35 UTC  (3+ messages)
` [PATCH v2 3/3] ARM: bcm2835: Add the auxiliary clocks to the device tree

[PATCH v3] arm64: dts: juno: Add idle-states to device tree
 2015-12-16 10:33 UTC  (2+ messages)

[PATCH v12 00/16] arm64 kexec kernel patches v12
 2015-12-16 10:32 UTC  (20+ messages)
` [PATCH v12 16/16] arm64: kdump: relax BUG_ON() if more than one cpus are still active
` [PATCH v12 11/16] arm64: kdump: reserve memory for crash dump kernel
` [PATCH v12 08/16] arm64/kexec: Add core kexec support
` [PATCH v12 14/16] arm64: kdump: update a kernel doc
` [PATCH v12 13/16] arm64: kdump: add kdump support

[PATCH 00/19] devicetree: standardize/consolidate on "wakeup-source" property
 2015-12-16 10:32 UTC  (5+ messages)
` [PATCH 12/19] ARM: dts: exynos: replace legacy *, wakeup property with wakeup-source

[PATCH] watchdog: dw_wdt: convert to watchdog core api
 2015-12-16 10:27 UTC 

[PATCH 0/6] SATA for r8a7795, Salvator-X
 2015-12-16 10:23 UTC  (10+ messages)
` [PATCH 2/6] arm64: dts: r8a7795: Add SATA controller node
` [PATCH 4/6] pinctrl: sh-pfc: r8a7795: Add SATA support
` [PATCH 5/6] pinctrl: sh-pfc: r8a7795: add SATA0 pin conf to DT

[GIT PULL] at91: defconfig for 4.5 #1
 2015-12-16 10:20 UTC 

[GIT PULL] at91: dt for 4.5 #1
 2015-12-16 10:14 UTC 

Add support for monitoring gpio switches
 2015-12-16 10:11 UTC  (4+ messages)
` [PATCH 2/3] "

[PATCH v2 0/3] USB: add generic onboard USB HUB driver
 2015-12-16 10:11 UTC  (6+ messages)

[PATCH v6 0/6] Add mipi dsi support for rk3288
 2015-12-16 10:10 UTC  (6+ messages)
` [PATCH v6 1/6] drm/rockchip: return a true clock rate to adjusted_mode
` [PATCH v6 3/6] Documentation: dt-bindings: Add bindings for rk3288 DW MIPI DSI driver
` [PATCH v6 4/6] drm: rockchip: Support Synopsys DW MIPI DSI
` [PATCH v6 5/6] ARM: dts: rockchip: add rk3288 mipi_dsi nodes
` [PATCH v6 6/6] ARM: dts: rockchip: add support mipi panel tv080wum-nl0

[PATCH v3 0/4] Raspberry Pi power domains
 2015-12-16 10:06 UTC  (9+ messages)
` [PATCH v3 2/4] ARM: bcm2835: add rpi power domain driver

[PATCH v3 00/10] arm64: kernel: Add support for hibernate/suspend-to-disk
 2015-12-16  9:55 UTC  (6+ messages)
` [PATCH v3 09/10] PM / Hibernate: Publish pages restored in-place to arch code

[PATCH v7 00/19] KVM: ARM64: Add guest PMU support
 2015-12-16  9:29 UTC  (10+ messages)
` [PATCH v7 19/19] KVM: ARM64: Add a new kvm ARM PMU device

[PATCH 0/2] bus: sunxi-rsb: fix primary PMIC and peripheral IC address mapping
 2015-12-16  9:14 UTC  (3+ messages)
` [PATCH 1/2] bus: sunxi-rsb: Fix primary PMIC mapping hardware address
` [PATCH 2/2] bus: sunxi-rsb: Fix peripheral IC mapping runtime address

[PATCH] ARM64: ZynqMP: DT: Fix GIC's 'reg' property
 2015-12-16  9:07 UTC  (7+ messages)

[PATCHv2] clk: ti: omap5+: dpll: implement errata i810
 2015-12-16  9:02 UTC 

[PATCH] clocksource: arm_global_timer: Allow DT to specify already reset timer counter
 2015-12-16  6:59 UTC  (6+ messages)

[PATCH] drivers: net: cpsw: fix RMII/RGMII mode when used with fixed-link PHY
 2015-12-16  6:39 UTC  (4+ messages)

[RFC PATCH 0/3] livepatch: arm64: add support for livepatch on arm64
 2015-12-16  6:04 UTC  (3+ messages)

[PATCH -next] of: Move of_io_request_and_map prototype to correct context
 2015-12-16  4:34 UTC 

[PATCH] md: avoid warning for 32-bit sector_t
 2015-12-16  4:02 UTC  (2+ messages)

[PATCH v11 0/19] Add Analogix Core Display Port Driver
 2015-12-16  4:01 UTC  (3+ messages)
` [PATCH v11 18/19] drm: bridge: analogix/dp: add panel prepare/unprepare in suspend/resume time
` [PATCH v11 19/19] drm: bridge: analogix/dp: Fix the possible dead lock in bridge disable time


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