linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-08 15:22:43 to 2019-02-10 21:22:25 UTC [more...]

[PATCH v7 0/2] Amlogic Meson6/8/8b/8m2 SoC RTC driver
 2019-02-10 21:21 UTC  (5+ messages)
` [PATCH v7 1/2] dt-bindings: rtc: add device-tree bindings for the Amlogic Meson RTC
` [PATCH v7 2/2] rtc: support "

[PATCH V3] ARM: dts: imx: Add support for Logic PD i.MX6QD EVM
 2019-02-10 20:57 UTC 

[PATCH 0/5] Fix Arm system PMU hotplug issues
 2019-02-10 20:44 UTC  (5+ messages)
` [PATCH 1/5] perf/arm-cci: Fix CPU hotplug race avoidance
` [PATCH 3/5] perf/arm-ccn: "

[REGRESSION] drm/tegra: hdmi: tegra_hdmi_setup_audio: division by zero in kernel
 2019-02-10 16:53 UTC  (3+ messages)

[PATCH v3 3/3] fpga manager: Adding FPGA Manager support for Xilinx zynqmp
 2019-02-11 16:17 UTC 

[PATCH v3 2/3] dt-bindings: fpga: Add bindings for ZynqMP fpga driver
 2019-02-11 16:17 UTC 

[PATCH v3 1/3] firmware: xilinx: Add fpga API's
 2019-02-11 16:17 UTC 

[PATCH v3 0/3] Add Bitstream configuration support for ZynqMP
 2019-02-11 16:13 UTC 

[PATCH v2] clk: fractional-divider: check parent rate only if flag is set
 2019-02-10 15:50 UTC  (2+ messages)

[PATCH] clk: fractional-divider: check parent rate only for general approximation
 2019-02-10 15:41 UTC  (3+ messages)

[PATCH] ARM: qcom_defconfig: add options for LG Nexus 5 phone
 2019-02-10 12:16 UTC 

[PATCH v2 0/2] clk: meson8b: fix typo "ABP" -> "APB"
 2019-02-10 10:58 UTC  (4+ messages)

[PATCH 2/4] media: platform: meson-ao-cec: fix possible object reference leak
 2019-02-10 10:57 UTC  (2+ messages)

[PATCH] arm64: dts: meson-gxbb-odroidc2: enable I2C bus B
 2019-02-10 10:56 UTC  (2+ messages)

[PATCH] arm64: use memblocks_present
 2019-02-10  9:55 UTC  (2+ messages)

[PATCH] irqchip/gic-v3-its: Avoid parsing _indirect_ twice for Device table
 2019-02-10  5:24 UTC 

[PATCH v2 0/5] ARM: convert to unified syntax
 2019-02-09 23:09 UTC  (6+ messages)
` [PATCH v2 1/5] ARM: use unified assembler in macros
` [PATCH v2 2/5] ARM: use unified assembler in headers
` [PATCH v2 3/5] ARM: use unified assembler in assembly files
` [PATCH v2 4/5] ARM: use unified assembler in c files
` [PATCH v2 5/5] ARM: warn if divided syntax assembler is used

[PATCH 0/5] ARM: convert to unified syntax
 2019-02-09 22:54 UTC  (6+ messages)
` [PATCH 2/5] ARM: use unified assembler in headers
` [PATCH 4/5] ARM: use unified assembler in c files

[PATCH v2 00/33] ARM: davinci: modernize the irq support
 2019-02-09 21:13 UTC  (36+ messages)
` [PATCH v2 01/33] ARM: davinci: remove intc_host_map from davinci_soc_info struct
` [PATCH v2 02/33] ARM: davinci: aintc: use irq domain
` [PATCH v2 03/33] ARM: davinci: select GENERIC_IRQ_MULTI_HANDLER
` [PATCH v2 04/33] ARM: davinci: remove davinci_intc_type
` [PATCH v2 05/33] ARM: davinci: pull davinci_intc_base into the respective intc drivers
` [PATCH v2 06/33] ARM: davinci: wrap HW interrupt numbers with a macro
` [PATCH v2 07/33] ARM: davinci: select SPARSE_IRQ
` [PATCH v2 08/33] ARM: davinci: make irqs.h a local header
` [PATCH v2 09/33] ARM: davinci: aintc: drop GPL license boilerplate
` [PATCH v2 10/33] ARM: davinci: aintc: wrap davinci_irq_init() with a helper
` [PATCH v2 11/33] ARM: davinci: aintc: use a common prefix for symbols in the driver
` [PATCH v2 12/33] ARM: davinci: aintc: drop the 00 prefix from register offsets
` [PATCH v2 13/33] ARM: davinci: aintc: use readl/writel_relaxed()
` [PATCH v2 14/33] irqchip: davinci-aintc: add a new config structure
` [PATCH v2 15/33] ARM: davinci: aintc: use the new irqchip config structure in dm* SoCs
` [PATCH v2 16/33] ARM: davinci: aintc: use the new config structure
` [PATCH v2 17/33] ARM: davinci: aintc: move timer-specific irq_set_handler() out of irq.c
` [PATCH v2 18/33] ARM: davinci: aintc: remove unnecessary includes
` [PATCH v2 19/33] irqchip: davinci-aintc: move the driver to drivers/irqchip
` [PATCH v2 20/33] ARM: davinci: cp-intc: remove cp_intc.h
` [PATCH v2 21/33] ARM: davinci: cp-intc: add a wrapper around cp_intc_init()
` [PATCH v2 22/33] irqchip: davinci-cp-intc: add a new config structure
` [PATCH v2 23/33] ARM: davinci: cp-intc: add the new config structures for da8xx SoCs
` [PATCH v2 24/33] ARM: davinci: cp-intc: use a common prefix for all symbols
` [PATCH v2 25/33] ARM: davinci: cp-intc: convert all hex numbers to lowercase
` [PATCH v2 26/33] ARM: davinci: cp-intc: use the new-style config structure
` [PATCH v2 27/33] ARM: davinci: cp-intc: improve coding style
` [PATCH v2 28/33] ARM: davinci: cp-intc: unify error handling
` [PATCH v2 29/33] ARM: davinci: cp-intc: use readl/writel_relaxed()
` [PATCH v2 30/33] ARM: davinci: cp-intc: drop GPL license boilerplate
` [PATCH v2 31/33] ARM: davinci: cp-intc: remove redundant comments
` [PATCH v2 32/33] irqchip: davinci-cp-intc: move the driver to drivers/irqchip
` [PATCH v2 33/33] ARM: davinci: remove intc related fields from davinci_soc_info

[PATCH][next] can: at91_can: mark expected switch fall-throughs
 2019-02-09 19:17 UTC  (3+ messages)

[PATCH] arm64/io: Don't use WZR in writel
 2019-02-09 18:34 UTC 

[PATCH] arm64/io: Don't use WZR in writel
 2019-02-09 18:30 UTC 

[RFC PATCH V0 0/7] media: platform: Add support for Digital Image Processing (DIP) on mt8183 SoC
 2019-02-09 18:20 UTC  (7+ messages)
` [RFC PATCH V0 1/7] [media] dt-bindings: mt8183: Add binding for DIP shared memory
` [RFC PATCH V0 3/7] [media] dt-bindings: mt8183: Added DIP-SMEM dt-bindings

[PATCH 0/5] Adding scale support to the lpc32xx ADC driver
 2019-02-09 18:07 UTC  (12+ messages)
` [PATCH 1/5] dt-bindings: iio: adc: move lpc32xx-adc out of staging
` [PATCH 2/5] dt-bindings: iio: adc: lpc32xx-adc: Document vref-supply
` [PATCH 3/5] iio:adc:lpc32xx use SPDX-License-Identifier
` [PATCH 4/5] iio:adc:lpc32xx Cleanup headers
` [PATCH 5/5] iio:adc:lpc32xx Add scale feature

[RFC PATCH 0/4] i2c: core: introduce master_xfer_irqless
 2019-02-09 18:03 UTC  (4+ messages)
` [RFC PATCH 4/4] i2c: core: introduce master_xfer_irqless callback

[RFCv1 0/3] Odroid c1+ usb fixs
 2019-02-09 17:55 UTC  (10+ messages)
` [RFCv1 2/3] ARM: dts: meson8b: odroidc1: fix USB power supplies for phy

[PATCHv2 0/1] PATCHv2 Odroid c1+ usb fixes
 2019-02-09 17:54 UTC  (2+ messages)
` [PATCHv2 1/1] ARM: dts: meson8b: odroidc1: fix USB power supplies for phy

sdhci-esdhc-imx/v5.0-rc5: i.MX50 system hangs when "per" clock is disabled
 2019-02-09 17:15 UTC  (4+ messages)

[PATCH] iio: adc: exynos-adc: Fix NULL pointer exception on unbind
 2019-02-09 16:47 UTC  (2+ messages)

[PATCH net-next v2 00/10] net: phy: Add support for 2.5GBASET PHYs
 2019-02-09 16:28 UTC  (4+ messages)

[PATCH 0/4] Add PM support to STM32 LP Timer drivers
 2019-02-09 16:21 UTC  (3+ messages)
` [PATCH 4/4] iio: counter: stm32-lptimer: Add power management support

[PATCH] acpi: bgrt: parse BGRT to obtain BMP address before it gets clobbered
 2019-02-09 13:41 UTC  (4+ messages)

[PATCH] ASoC: stm32: sai: add missing put_device()
 2019-02-09 10:41 UTC 

[PATCHv4] arm64: dts: allwinner: a64: teres-i: enable backlight
 2019-02-09 10:40 UTC 

[PATCH v6 0/6] Add basic and clock support for Mediatek MT8183 SoC
 2019-02-09  7:37 UTC  (8+ messages)
` [PATCH v6 6/6] arm64: dts: Add Mediatek SoC MT8183 and evaluation board dts and Makefile

[PATCH] net: stmmac: Variable "val" in function sun8i_dwmac_set_syscon() could be uninitialized
 2019-02-09  7:01 UTC  (2+ messages)

[PATCH -mmotm/-next] pinctrl: fix pxa2xx.c build warnings
 2019-02-09  3:16 UTC 

[PATCH 3/4] media: s5p-cec: fix possible object reference leak
 2019-02-09  2:54 UTC 

CONFIG_KASAN_SW_TAGS=y NULL pointer dereference at freelist_dereference()
 2019-02-09  2:17 UTC  (7+ messages)
          ` CONFIG_KASAN_SW_TAGS=y not play well with kmemleak

[PATCH] pinctrl: meson: meson8b: fix the sdxc_a data 1..3 pins
 2019-02-09  1:01 UTC 

[PATCH] mmc: meson-gx: fix interrupt name
 2019-02-09  0:58 UTC 

[RFC 0/3] arm64: SPE ACPI enablement
 2019-02-09  0:47 UTC  (4+ messages)
` [RFC 1/3] ACPICA: ACPI 6.3: Add MADT/GICC/SPE extension
` [RFC 2/3] arm_pmu: acpi: spe: Add initial MADT/SPE probing
` [RFC 3/3] perf: arm_spe: Enable ACPI/Platform automatic module loading

[GIT PULL] ARM: SoC fixes for linux-5.0
 2019-02-09  0:40 UTC  (2+ messages)

[GIT PULL] arm64: fixes for -rc6
 2019-02-09  0:40 UTC  (2+ messages)

[PATCH 0/2] ARM: dts: add the clock measurer on Meson8/Meson8b
 2019-02-09  0:26 UTC  (3+ messages)
` [PATCH 1/2] ARM: dts: meson8: add the internal clock measurer
` [PATCH 2/2] ARM: dts: meson8b: "

[PATCH v6 0/2] Amlogic Meson6/8/8b/8m2 SoC RTC driver
 2019-02-09  0:10 UTC  (4+ messages)
` [PATCH v6 1/2] dt-bindings: rtc: add device-tree bindings for the Amlogic Meson RTC

[PATCH v3 1/2] dt-bindings: arm: amlogic: add amediatech x96-max bindings
 2019-02-09  0:04 UTC  (2+ messages)

[PATCH-tip 00/22] locking/rwsem: Rework rwsem-xadd & enable new rwsem features
 2019-02-09  0:03 UTC  (4+ messages)

[PATCH v2 1/3] net/macb: bindings doc/trivial: fix documentation for sama5d3 10/100 interface
 2019-02-08 23:20 UTC  (6+ messages)
` [PATCH v2 2/3] net/macb: bindings doc: add sam9x60 binding
` [PATCH v2 3/3] net: macb: add sam9x60-macb compatibility string

[PATCH v2 0/5] media: Allwinner A10 CSI support
 2019-02-08 23:17 UTC  (7+ messages)
` [PATCH v2 3/5] media: sunxi: Add A10 CSI driver

[PATCH] ARM: dts: exynos: Enable ADC on Odroid HC1
 2019-02-08 23:05 UTC 

[PATCH] perf tools: Add proper header file for symbols
 2019-02-08 22:35 UTC 

[PATCH] i2c: aspeed: Add multi-master use case support
 2019-02-08 21:48 UTC  (2+ messages)

[GIT PULL] ARM: mvebu: dt for v5.1 (#1)
 2019-02-08 21:22 UTC 

[GIT PULL] ARM: mvebu: arm64 for v5.1 (#1)
 2019-02-08 21:21 UTC 

[GIT PULL] ARM: mvebu: dt64 for v5.1 (#1)
 2019-02-08 21:18 UTC 

[PATCHv3] arm64: dts: allwinner: a64: teres-i: enable backlight
 2019-02-08 20:17 UTC  (2+ messages)

[PATCH 0/6] Add Support for MediaTek PMIC MT6358 MFD Core and Regulator
 2019-02-08 20:09 UTC  (2+ messages)
  ` [PATCH 4/6] mfd: Add support for the MediaTek MT6358 PMIC

[PATCH v4 00/12] arm64: add system vulnerability sysfs entries
 2019-02-08 20:05 UTC  (2+ messages)

[GIT PULL] Mediatek DT 64 bit updates for v5.1
 2019-02-08 20:00 UTC 

[GIT PULL] Mediatek SoC updates for v5.1
 2019-02-08 19:59 UTC 

[GIT PULL] Mediatek DT 32 bit updates for v5.1
 2019-02-08 19:59 UTC 

[PATCH 5/5] clk: tegra: add tegra20 automotive init
 2019-02-08 19:54 UTC  (3+ messages)

[PATCH v3 0/2] Meson8b RGMII Ethernet pin fixes
 2019-02-08 19:38 UTC  (6+ messages)
` [PATCH v3 2/2] ARM: dts: meson8b: fix the Ethernet data line signals in eth_rgmii_pins

[PATCH 00/17 v1] ARM: ixp4xx: Modernize and DT support
 2019-02-08 19:37 UTC  (4+ messages)
` [PATCH 15/17 v1] ARM: ixp4xx: Add DT bindings

[PATCH 0/4] DRM driver for ST-Ericsson MCDE
 2019-02-08 19:31 UTC  (2+ messages)
  ` [PATCH 3/4] drm/mcde: Add new "

[PATCH v2 00/28] Unify vDSOs across more architectures
 2019-02-08 19:30 UTC  (7+ messages)
` [PATCH v2 06/28] kernel: Define gettimeofday vdso common code

[PATCH/RFC] driver core: Postpone DMA tear-down until after devres release
 2019-02-08 18:55 UTC  (4+ messages)

[PATCH] arm64: dts: imx8mq: specify dma-ranges
 2019-02-08 18:53 UTC 

[PATCH v4 00/12] Mediatek MT8183 clock and scpsys support
 2019-02-08 18:33 UTC  (5+ messages)
` [PATCH v4 04/12] soc: mediatek: add new flow for mtcmos power
` [PATCH v4 10/12] dt-bindings: soc: Add MT8183 power dt-bindings

[PATCH v2 0/9] drm/sun4i: dsi: Add burst mode support
 2019-02-08 18:21 UTC  (3+ messages)
` [PATCH v2 9/9] drm/panel: Add Ronbo RB070D30 panel

[PATCH v2 0/3] Workaround for IMX7d PCI-e PLL lock failure
 2019-02-08 18:19 UTC  (6+ messages)
` [PATCH v2 3/3] PCI: imx: Add workaround for e10728, IMX7d PCIe PLL failure

[PATCH 0/2] arm64: meson: g12a: enable peripheral clock controller
 2019-02-08 17:42 UTC  (5+ messages)
` [PATCH 1/2] arm64: meson: enable g12a "
` [PATCH 2/2] arm64: dts: meson: g12a: add peripheral "

[PATCH v3] mtd: rawnand: Mark expected switch fall-throughs
 2019-02-08 17:49 UTC 

[PATCH] arch: arm: dts: Remove disabled marvell,dsa properties
 2019-02-08 17:23 UTC  (2+ messages)

[PATCH v1 0/2] interconnect: Add path tagging support
 2019-02-08 17:21 UTC  (3+ messages)
` [PATCH v1 1/2] interconnect: Add support for path tags
` [PATCH v1 2/2] interconnect: qcom: Add tagging and wake/sleep support for sdm845

[PATCH v2] mtd: rawnand: mark expected switch fall-throughs
 2019-02-08 17:11 UTC  (3+ messages)

[PATCH 0/3] Remove reference of TIF_USEDFPU on arch not using it
 2019-02-08 17:04 UTC  (3+ messages)
` [PATCH 2/3] arm: Remove documentation about TIF_USEDFPU

[PATCH RESEND 0/3] Remove reference of TIF_USEDFPU on arch not using it
 2019-02-08 17:04 UTC  (3+ messages)
` [PATCH 2/3] arm: Remove documentation about TIF_USEDFPU
` [PATCH 3/3] arm64: "

[RFC PATCH] arm64/fpsimd: Don't disable softirq when touching FPSIMD/SVE state
 2019-02-08 16:55 UTC 

Reset controller changes for v5.1
 2019-02-08 16:51 UTC 

[PATCH] arm64: dts: rockchip: Add on-board WiFi/BT support for Rock960 boards
 2019-02-08 16:45 UTC  (2+ messages)

[PATCH 00/35] ARM: davinci: modernize the irq support
 2019-02-08 16:41 UTC  (10+ messages)
` [PATCH 18/35] irqchip: davinci-aintc: move the driver to drivers/irqchip
` [PATCH 25/35] ARM: davinci: cp-intc: use the new-style config structure
` [PATCH 32/35] ARM: davinci: remove intc related fields from davinci_soc_info

[PATCH v3] dt-bindings: reset: meson: add g12a bindings
 2019-02-08 16:33 UTC  (4+ messages)

[PATCH v10 00/25] arm64: provide pseudo NMI with GICv3
 2019-02-08 16:16 UTC  (6+ messages)
` [PATCH v10 12/25] arm64: irqflags: Use ICC_PMR_EL1 for interrupt masking

[PATCH] clk: at91: fix masterck name
 2019-02-08 15:53 UTC  (2+ messages)

[PATCH 0/3] KVM: arm/arm64: trivial header path sanitization
 2019-02-08 15:42 UTC  (2+ messages)

[GIT PULL] Second Round of Renesas ARM64 Based SoC DT Updates for v5.1
 2019-02-08 15:26 UTC  (4+ messages)
` [PATCH 08/12] arm64: dts: renesas: r8a774c0: Add OPPs table for cpu devices

[PATCH v8 0/5] arm64: ftrace with regs
 2019-02-08 15:10 UTC  (3+ messages)
` [PATCH v8 2/5] arm64: replace -pg with CC_FLAGS_FTRACE in efi Makefiles
` [PATCH v8 5/5] arm64: use -fpatchable-function-entry if available

[PATCH v2 1/3] dt-bindings: arm: atmel: add missing samx7 to reset controller
 2019-02-08 15:24 UTC  (6+ messages)
` [PATCH v2 2/3] dt-bindings: arm: atmel: add new sam9x60 reset controller binding
` [PATCH v2 3/3] power: reset: at91-reset: add support for sam9x60 SoC

[PATCH] ARM: dts: add description of Netgear RN NV+v2 LCD
 2019-02-08 15:23 UTC  (3+ messages)

test
 2019-02-08 15:22 UTC 

[GIT PULL 0/9] Tegra changes for v5.1-rc1
 2019-02-08 15:09 UTC  (2+ messages)
` [GIT PULL 8/9] arm64: tegra: Device tree "

Droid 4 modem support in kernel & ofono
 2019-02-08 15:22 UTC  (4+ 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 NNTP newsgroup(s).