linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-04 10:56:20 to 2017-04-04 19:26:00 UTC [more...]

[PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems
 2017-04-04 19:26 UTC  (20+ messages)

[PATCH v6 1/4] syscalls: Restore address limit after a syscall
 2017-04-04 19:21 UTC  (8+ messages)
` [PATCH v6 2/4] x86/syscalls: Specific usage of verify_pre_usermode_state
` [PATCH v6 3/4] arm/syscalls: "
` [PATCH v6 4/4] arm64/syscalls: "

[PATCH v4 19/23] drivers/fsi: Add GPIO based FSI master (fwd)
 2017-04-04 19:10 UTC 

[PATCH 0/4] Add hstate parameter to huge_pte_offset()
 2017-04-04 18:47 UTC  (4+ messages)
` [PATCH 2/4] arm64: hugetlbpages: Correctly handle swap entries in huge_pte_offset()

[PATCH 1/3] phy: sun4i-usb: enable PHY0 dual route switching for A64 USB PHY
 2017-04-04 18:45 UTC  (3+ messages)
` [PATCH 2/3] arm64: allwinner: a64: add USB0 OHCI/EHCI related devicetree parts
` [PATCH 3/3] arm64: allwinner: a64: enable EHCI0/OHCI0 controller for Pine64

[PATCH 0/2] ARM: dts: keystone: Add support for new K2G evm
 2017-04-04 18:42 UTC  (4+ messages)

[PATCH v4 0/6] ARM: dts: sunxi: Add CAN node and can0_pins_a pinctrl settings
 2017-04-04 18:36 UTC  (7+ messages)
` [PATCH v4 1/6] ARM: dts: sun4i: fix device node ordering
` [PATCH v4 2/6] ARM: dts: sun4i: Add CAN node
` [PATCH v4 3/6] ARM: dts: sun4i: Add can0_pins_a pinctrl settings
` [PATCH v4 4/6] ARM: dts: sun7i: fix device node ordering
` [PATCH v4 5/6] ARM: dts: sun7i: Add CAN node
` [PATCH v4 6/6] ARM: dts: sun7i: Add can0_pins_a pinctrl settings

[PATCH v4 00/23] drm/rockchip: MIPI fixes & improvements
 2017-04-04 18:30 UTC  (7+ messages)
` [PATCH v4 23/23] drm/rockchip: dw-mipi-dsi: add reset control
    ` [PATCH] dt-bindings: display: rk3288-mipi-dsi: add reset property

[PATCH v6 0/4] phy: USB and PCIe phy drivers for Qcom chipsets
 2017-04-04 18:28 UTC  (3+ messages)
` [PATCH v6 1/4] dt-bindings: phy: Add support for QUSB2 phy

[PATCH 00/11] AXP803 PMIC support for Pine64
 2017-04-04 18:01 UTC  (12+ messages)
` [PATCH 01/11] arm64: allwinner: a64: enable RSB on A64
` [PATCH 02/11] arm64: allwinner: a64: add NMI controller "
` [PATCH 03/11] dt-bindings: add device tree binding for X-Powers AXP803 PMIC
` [PATCH 04/11] mfd: axp20x: support AXP803 variant
` [PATCH 05/11] arm64: allwinner: a64: add AXP803 node to Pine64 device tree
` [PATCH 06/11] dt-bindings: add AXP803's regulator info
` [PATCH 07/11] regulator: axp20x-regulator: add support for AXP803
` [PATCH 08/11] mfd: axp20x: add axp20x-regulator cell "
` [PATCH 09/11] arm64: allwinner: a64: add DTSI file for AXP803 PMIC
` [PATCH 10/11] arm64: allwinner: a64: enable AXP803 regulators for Pine64
` [PATCH 11/11] arm64: allwinner: a64: enable Wi-Fi "

[PATCH v4 0/8] mfd: Add OF device table to I2C drivers that are missing it
 2017-04-04 17:46 UTC  (8+ messages)
` [PATCH v4 2/8] mfd: retu: Drop -mfd suffix from I2C device ID name
` [PATCH v4 4/8] ARM: dts: n8x0: Add vendor prefix to retu node
` [PATCH v4 8/8] ARM: ux500: Add vendor prefix to tps61052 node

[PATCH v4 00/23] FSI device driver implementation
 2017-04-04 17:32 UTC  (6+ messages)
` [PATCH v4 19/23] drivers/fsi: Add GPIO based FSI master

[PATCH v3 00/18] clocksource/arch_timer: Errata workaround infrastructure rework
 2017-04-04 17:18 UTC  (19+ messages)
` [PATCH v3 01/18] arm64: Allow checking of a CPU-local erratum
` [PATCH v3 02/18] arm64: Add CNTVCT_EL0 trap handler
` [PATCH v3 03/18] arm64: Define Cortex-A73 MIDR
` [PATCH v3 04/18] arm64: cpu_errata: Allow an erratum to be match for all revisions of a core
` [PATCH v3 05/18] arm64: cpu_errata: Add capability to advertise Cortex-A73 erratum 858921
` [PATCH v3 06/18] arm64: arch_timer: Add infrastructure for multiple erratum detection methods
` [PATCH v3 07/18] arm64: arch_timer: Add erratum handler for CPU-specific capability
` [PATCH v3 08/18] arm64: arch_timer: Move arch_timer_reg_read/write around
` [PATCH v3 09/18] arm64: arch_timer: Get rid of erratum_workaround_set_sne
` [PATCH v3 10/18] arm64: arch_timer: Rework the set_next_event workarounds
` [PATCH v3 11/18] arm64: arch_timer: Make workaround methods optional
` [PATCH v3 12/18] arm64: arch_timer: Allows a CPU-specific erratum to only affect a subset of CPUs
` [PATCH v3 13/18] arm64: arch_timer: Move clocksource_counter and co around
` [PATCH v3 14/18] arm64: arch_timer: Save cntkctl_el1 as a per-cpu variable
` [PATCH v3 15/18] arm64: arch_timer: Enable CNTVCT_EL0 trap if workaround is enabled
` [PATCH v3 16/18] arm64: arch_timer: Workaround for Cortex-A73 erratum 858921
` [PATCH v3 17/18] arm64: arch_timer: Allow erratum matching with ACPI OEM information
` [PATCH v3 18/18] arm64: arch_timer: Add HISILICON_ERRATUM_161010101 ACPI matching data

[PATCH 00/15] arm64/kvm: use common sysreg definitions
 2017-04-04 17:11 UTC  (8+ messages)

[PATCH 0/5] ARM: imx: Set LDO regulator supply
 2017-04-04 17:04 UTC  (4+ messages)
` [PATCH 3/5] cpufreq: imx6q: Set max suspend_freq to avoid changes during suspend

[GIT PULL] ACPI IORT changes for v4.12
 2017-04-04 17:04 UTC  (2+ messages)

[PATCH v2 0/4] ARM: imx: Set LDO regulator supply
 2017-04-04 17:04 UTC  (5+ messages)
` [PATCH v2 1/4] cpufreq: imx6q: Fix handling EPROBE_DEFER from regulator
` [PATCH v2 2/4] cpufreq: imx6q: Set max suspend_freq to avoid changes during suspend
` [PATCH v2 3/4] ARM: dts: imx6qdl-sabresd: Set LDO regulator supply
` [PATCH v2 4/4] ARM: dts: imx6qp-sabresd: Set reg_arm "

[PATCH v3 0/8] arm64: efi: PE/COFF cleanup/hardening
 2017-04-04 17:02 UTC  (4+ messages)

[PATCH v3 0/4] ARM: dts: sunxi: Add CAN node and can0_pins_a pinctrl settings
 2017-04-04 16:54 UTC  (8+ messages)
` [PATCH v3 1/4] ARM: dts: sun4i: Add CAN node
` [PATCH v3 2/4] ARM: dts: sun4i: Add can0_pins_a pinctrl settings
` [PATCH v3 4/4] ARM: dts: sun7i: "

[PATCH 1/2] [media] rc-core: Add inlined stubs for core rc_* functions
 2017-04-04 16:34 UTC  (3+ messages)
` [PATCH 2/2] [media] cec: Handle RC capability more elegantly

[PATCH 0/8] ARM: OMAP2+: AM33XX/AM43XX: Add suspend-resume support
 2017-04-04 16:19 UTC  (3+ messages)
` [PATCH 6/8] ARM: OMAP2+: pm33xx-core: Add platform code needed for PM

[PATCH v5 0/5] ARM: K2G: Add support for TI-SCI Generic PM Domains
 2017-04-04 16:17 UTC  (2+ messages)

[PATCH v4 0/6] initialize dtsi file and dts file for RK3328 SoCs
 2017-04-04 16:15 UTC  (9+ messages)
` [PATCH v4 3/6] dt-bindings: soc: rockchip: grf: add support for rk3328
` [PATCH v4 4/6] arm64: dts: rockchip: add core dtsi file for RK3328 SoCs
` [PATCH v4 5/6] arm64: dts: rockchip: add dts file for RK3328
` [PATCH v4 6/6] dt-bindings: document rockchip rk3328-evb board

[PATCH 0/2] memory: Introduce ti-emif-sram driver
 2017-04-04 16:11 UTC  (3+ messages)
` [PATCH 2/2] memory: ti-emif-sram: introduce relocatable suspend/resume handlers

[PATCH v3] arm64: print a fault message when attempting to write RO memory
 2017-04-04 16:05 UTC  (3+ messages)

[PATCH] [media] cec: Handle RC capability more elegantly
 2017-04-04 16:05 UTC  (6+ messages)

[PATCH v2] arm64: relocation testing module
 2017-04-04 16:03 UTC  (2+ messages)

[PATCH v3] arm: Fix memory attribute inconsistencies when using fixmap
 2017-04-04 16:01 UTC  (4+ messages)

[PATCH] ARM: dts: am57xx-idk: Add DCAN support
 2017-04-04 15:56 UTC  (5+ messages)

[PATCH] arm64: cpufeature: Make ID reg accessor naming less counterintuitive
 2017-04-04 15:56 UTC  (2+ messages)

[PATCH v3 00/11] drm/meson: Initial support for HDMI Output
 2017-04-04 15:55 UTC  (13+ messages)
` [PATCH v3 01/11] drm/meson: Use crtc_state for hdisplay and fix atomic flush/enable sync for vsync commit
` [PATCH v3 02/11] drm/meson: Add missing HDMI register
` [PATCH v3 03/11] drm/meson: Add support for components
` [PATCH v3 04/11] drm/meson: venc_cvbs: no more return -ENODEV if CVBS is not available
` [PATCH v3 05/11] drm/meson: add support for HDMI clock support
` [PATCH v3 06/11] drm/meson: Add support for HDMI venc modes and settings
` [PATCH v3 07/11] drm/meson: Add support for HDMI encoder and DW-HDMI bridge + PHY
` [PATCH v3 08/11] dt-bindings: Add bindings for the Amlogic Meson dw-hdmi extension
` [PATCH v3 09/11] drm/meson: Convert existing documentation to actual kerneldoc
` [PATCH v3 10/11] drm/meson: Add RST to bring together kerneldoc
` [PATCH v3 11/11] MAINTAINERS: update files for Amlogic DRM Driver

[PATCH] ARM: OMAP2+: omap_device: Sync omap_device and pm_runtime after probe defer
 2017-04-04 15:52 UTC  (2+ messages)

[PATCH v4 0/5] Add support for the R_CCU on Allwinner H3/A64 SoCs
 2017-04-04 15:45 UTC  (2+ messages)

[PATCH v2 0/8] Add support for DCMI camera interface of STMicroelectronics STM32 SoC series
 2017-04-04 15:45 UTC  (4+ messages)
` [PATCH v2 1/8] dt-bindings: Document STM32 DCMI bindings

[PATCH v3 0/8] Add support for DCMI camera interface of STMicroelectronics STM32 SoC series
 2017-04-04 15:44 UTC  (9+ messages)
` [PATCH v3 1/8] dt-bindings: Document STM32 DCMI bindings
` [PATCH v3 2/8] [media] stm32-dcmi: STM32 DCMI camera interface driver
` [PATCH v3 3/8] ARM: dts: stm32: Enable DCMI support on STM32F429 MCU
` [PATCH v3 4/8] ARM: dts: stm32: Enable DCMI camera interface on STM32F429-EVAL board
` [PATCH v3 5/8] ARM: dts: stm32: Enable STMPE1600 gpio expander of "
` [PATCH v3 6/8] ARM: dts: stm32: Enable OV2640 camera support "
` [PATCH v3 7/8] ARM: configs: stm32: STMPE1600 GPIO expander
` [PATCH v3 8/8] ARM: configs: stm32: DCMI + OV2640 camera support

[PATCH v5 0/5] Fix the parse_dt of exynos dsi and remove the OF graph
 2017-04-04 15:38 UTC  (6+ messages)
  ` [PATCH v5 3/5] drm/exynos: dsi: Fix the parse_dt function

[RFC PATCH v2 0/4] IIO-based thermal sensor driver for Allwinner H3 SoC
 2017-04-04 15:02 UTC  (7+ messages)
` [RFC PATCH v2 1/4] dt-bindings: update the Allwinner GPADC device tree binding for H3

[PATCH V7 0/5] PCI/ASPM: reconfigure ASPM following hotplug for POLICY_DEFAULT
 2017-04-04 15:02 UTC  (3+ messages)

[PATCH 2/5] iio: adc: break out common code from SPMI VADC
 2017-04-04 14:48 UTC  (3+ messages)

Upstream socfgpa_defconfig for Intel FPGA Video and Image Processing Suite Frame Buffer II
 2017-04-04 14:35 UTC 

[PATCH v4 0/2] Handle Cavium ThunderX2 PCI topology quirk
 2017-04-04 14:28 UTC  (5+ messages)
` [PATCH v4 2/2] PCI: quirks: Fix ThunderX2 dma alias handling

[PATCH V3 0/6] soc/tegra: Enable flowctrl support for Tegra132/210
 2017-04-04 14:02 UTC  (13+ messages)
` [PATCH V3 1/6] ARM: tegra: Remove unnecessary inclusion of flowctrl header
` [PATCH V3 2/6] soc/tegra: Move Tegra flowctrl driver
` [PATCH V3 3/6] soc/tegra: flowctrl: Add basic platform driver
` [PATCH V3 4/6] dt-bindings: tegra: Update compatible strings for Tegra flowctrl
` [PATCH V3 5/6] arm64: tegra: Update the Tegra132 flowctrl compatible string
` [PATCH V3 6/6] soc/tegra: Add initial flowctrl support for Tegra132/210

[PATCH v2 00/13] drm/meson: Initial support for HDMI Output
 2017-04-04 13:50 UTC  (11+ messages)
` [PATCH v2 07/13] drm/meson: Add support for HDMI encoder and DW-HDMI bridge + PHY
` [PATCH v2 08/13] ARM64: dts: meson-gx: Add shared CMA dma memory pool
` [PATCH v2 09/13] ARM64: dts: meson-gx: Add support for HDMI output

[PATCH 1/2] [media] cec: Move capability check inside #if
 2017-04-04 13:30 UTC  (10+ messages)
` [PATCH 2/2] [media] cec: Fix runtime BUG when (CONFIG_RC_CORE && !CEC_CAP_RC)

[PATCH 7/7] crypto: caam/qi - add ablkcipher and authenc algorithms
 2017-04-04 13:28 UTC  (3+ messages)
  ` [7/7] "

[PATCH 2/2] arm64: tegra: Add GPU node for Tegra 186
 2017-04-04 13:22 UTC  (5+ messages)
` [PATCH v2] dt-bindings: Add documentation for GP10B GPU
` [PATCH v2] arm64: tegra: Add GPU node for Tegra 186

[PATCH 0/2] Meson GXL USB2 PHY driver
 2017-04-04 13:20 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] phy: meson: add USB2 PHY support for Meson GXL and GXM

[PATCH 1/2] ARM: dts: i.MX25: add AIPS control registers
 2017-04-04 13:14 UTC  (5+ messages)
` [PATCH 1/2 v4] "
  ` [PATCH 2/2 v2] ARM: i.MX25: globally disable supervisor protect

NXP: LS1088 bindings patches
 2017-04-04 13:04 UTC  (2+ messages)

[PATCH 2/3] Documentation: DT: Add entry for FSL LS1088A RDB, QDS boards
 2017-04-04 12:59 UTC  (4+ messages)

[PATCH 0/3] soc: amlogic: Add Amlogic SoC Information driver
 2017-04-04 12:49 UTC  (8+ messages)
` [PATCH 2/3] dt-bindings: arm: amlogic: Add SoC information bindings

[PATCH V9 00/11] IOMMU probe deferral support
 2017-04-04 12:49 UTC  (16+ messages)
` [PATCH V10 00/12] "
  ` [PATCH V10 05/12] ACPI/IORT: Add function to check SMMUs drivers presence
  ` [PATCH V10 06/12] of: device: Fix overflow of coherent_dma_mask
  ` [PATCH V10 07/12] of/acpi: Configure dma operations at probe time for platform/amba/pci bus devices
  ` [PATCH V10 08/12] iommu: of: Handle IOMMU lookup failure with deferred probing or error
  ` [PATCH V10 09/12] drivers: acpi: "
  ` [PATCH V10 12/12] ACPI/IORT: Remove linker section for IORT entries probing

[PATCH v6 00/39] i.MX Media Driver
 2017-04-04 12:47 UTC  (3+ messages)
` [PATCH v6 17/39] platform: add video-multiplexer subdevice driver

[PATCH v3] clk: stm32h7: Add stm32h743 clock driver
 2017-04-04 12:30 UTC 

[PATCH 0/3] Add support for ThunderX2 pmu events using json files
 2017-04-04 12:29 UTC  (6+ messages)
` [PATCH 2/3] perf tools arm64: implement function get_cpuid_str
` [PATCH 3/3] perf tool, arm64, thunderx2: Add implementation defined events for ThunderX2

[PATCH v3] kvm: arm/arm64: Fix locking for kvm_free_stage2_pgd
 2017-04-04 12:29 UTC  (4+ messages)

[PATCH] arm64: perf: Count EL2 events if either of kernel and hyp are not excluded
 2017-04-04 12:26 UTC  (4+ messages)

[RFCv2] arm64: support HAVE_ARCH_RARE_WRITE and HAVE_ARCH_RARE_WRITE_MEMCPY
 2017-04-04 12:12 UTC  (5+ messages)

[PATCH 2/3 v5] iio: adc: break out common code from SPMI VADC
 2017-04-04 12:08 UTC  (2+ messages)
` [PATCH 3/3 v5] iio: adc: add a driver for Qualcomm PM8xxx HK/XOADC

[PATCH v5 00/34] arm/arm64: KVM: Rework the hyp-stub API
 2017-04-04 12:04 UTC  (2+ messages)

[PATCH] ARM: dts: koelsch: Correct clock frequency of X2 DU clock input
 2017-04-04 11:10 UTC  (4+ messages)

[PATCH v7 9/9] dts: arm64: hip07: Add Hisilicon SoC PMU support
 2017-04-04 10:56 UTC 

[PATCH v7 8/9] drivers: perf: hisi: Miscellanous node(MN) event counting in perf
 2017-04-04 10:56 UTC 

[PATCH v7 7/9] drivers: perf: hisi: Add support for Hisilicon SoC event counters
 2017-04-04 10:56 UTC 


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