linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-27 18:21:56 to 2019-11-28 16:50:49 UTC [more...]

[stable 4.19][PATCH 00/17] candidates for stable 4.19.y
 2019-11-28 16:49 UTC  (3+ messages)
` [stable 4.19][PATCH 01/17] mailbox: stm32_ipcc: add spinlock to fix channels concurrent access
` [stable 4.19][PATCH 02/17] crypto: stm31/hash - Fix hmac issue more than 256 bytes

[PATCH v6 0/7] add thermal sensor driver for A64, A83T, H3, H5, H6, R40
 2019-11-28 16:43 UTC  (21+ messages)
` [PATCH v6 1/7] thermal: sun8i: add thermal driver for H6/H5/H3/A64/A83T/R40
` [PATCH v6 2/7] dt-bindings: thermal: add YAML schema for sun8i-thermal driver bindings
` [PATCH v6 4/7] ARM: dts: sun8i-h3: Add thermal sensor and thermal zones

[PATCH] arm64: dts: juno: Fix DMA address translations by adding SOC bus node
 2019-11-28 16:40 UTC  (8+ messages)
` [PATCH] Revert "arm64: dts: juno: add dma-ranges property"

[PATCH 1/2] arm64: dts: imx8mq: add missing SAI nodes
 2019-11-28 16:35 UTC  (5+ messages)
` [PATCH 2/2] arm64: dts: zii-ultra: add sound support

Turris MOX Mainline Kernel
 2019-11-28 16:28 UTC 

[PATCH 1/3] drm/rockchip: Use drm_gem_fb_create_with_dirty
 2019-11-28 15:58 UTC  (2+ messages)

[PATCH] dt-bindings: stm32: convert mlahb to json-schema
 2019-11-28 15:46 UTC 

[PATCH v6 00/49] QUICC Engine support on ARM, ARM64, PPC64
 2019-11-28 14:55 UTC  (50+ messages)
` [PATCH v6 01/49] soc: fsl: qe: remove space-before-tab
` [PATCH v6 02/49] soc: fsl: qe: drop volatile qualifier of struct qe_ic::regs
` [PATCH v6 03/49] soc: fsl: qe: rename qe_(clr/set/clrset)bit* helpers
` [PATCH v6 04/49] soc: fsl: qe: introduce qe_io{read,write}* wrappers
` [PATCH v6 05/49] soc: fsl: qe: avoid ppc-specific io accessors
` [PATCH v6 06/49] soc: fsl: qe: replace spin_event_timeout by readx_poll_timeout_atomic
` [PATCH v6 07/49] soc: fsl: qe: qe.c: guard use of pvr_version_is() with CONFIG_PPC32
` [PATCH v6 08/49] soc: fsl: qe: drop unneeded #includes
` [PATCH v6 09/49] soc: fsl: qe: drop assign-only high_active in qe_ic_init
` [PATCH v6 10/49] soc: fsl: qe: remove pointless sysfs registration in qe_ic.c
` [PATCH v6 11/49] soc: fsl: qe: use qe_ic_cascade_{low, high}_mpic also on 83xx
` [PATCH v6 12/49] soc: fsl: qe: move calls of qe_ic_init out of arch/powerpc/
` [PATCH v6 13/49] powerpc/83xx: remove mpc83xx_ipic_and_qe_init_IRQ
` [PATCH v6 14/49] powerpc/85xx: remove mostly pointless mpc85xx_qe_init()
` [PATCH v6 15/49] soc: fsl: qe: move qe_ic_cascade_* functions to qe_ic.c
` [PATCH v6 16/49] soc: fsl: qe: rename qe_ic_cascade_low_mpic -> qe_ic_cascade_low
` [PATCH v6 17/49] soc: fsl: qe: remove unused qe_ic_set_* functions
` [PATCH v6 18/49] soc: fsl: qe: don't use NO_IRQ in qe_ic.c
` [PATCH v6 19/49] soc: fsl: qe: make qe_ic_get_{low,high}_irq static
` [PATCH v6 20/49] soc: fsl: qe: simplify qe_ic_init()
` [PATCH v6 21/49] soc: fsl: qe: merge qe_ic.h headers into qe_ic.c
` [PATCH v6 22/49] soc: fsl: qe: qe.c: use of_property_read_* helpers
` [PATCH v6 23/49] soc: fsl: qe: qe_io.c: don't open-code of_parse_phandle()
` [PATCH v6 24/49] soc: fsl: qe: qe_io.c: access device tree property using be32_to_cpu
` [PATCH v6 25/49] soc: fsl: qe: qe_io.c: use of_property_read_u32() in par_io_init()
` [PATCH v6 26/49] soc: fsl: move cpm.h from powerpc/include/asm to include/soc/fsl
` [PATCH v6 27/49] soc/fsl/qe/qe.h: update include path for cpm.h
` [PATCH v6 28/49] serial: ucc_uart: explicitly include soc/fsl/cpm.h
` [PATCH v6 29/49] serial: ucc_uart: replace ppc-specific IO accessors
` [PATCH v6 30/49] serial: ucc_uart: factor out soft_uart initialization
` [PATCH v6 31/49] serial: ucc_uart: stub out soft_uart_init for !CONFIG_PPC32
` [PATCH v6 32/49] serial: ucc_uart: use of_property_read_u32() in ucc_uart_probe()
` [PATCH v6 33/49] serial: ucc_uart: limit brg-frequency workaround to PPC32
` [PATCH v6 34/49] serial: ucc_uart: access __be32 field using be32_to_cpu
` [PATCH v6 35/49] soc: fsl: qe: change return type of cpm_muram_alloc() to s32
` [PATCH v6 36/49] soc: fsl: qe: make cpm_muram_free() return void
` [PATCH v6 37/49] soc: fsl: qe: make cpm_muram_free() ignore a negative offset
` [PATCH v6 38/49] soc: fsl: qe: drop broken lazy call of cpm_muram_init()
` [PATCH v6 39/49] soc: fsl: qe: refactor cpm_muram_alloc_common to prevent BUG on error path
` [PATCH v6 40/49] soc: fsl: qe: avoid IS_ERR_VALUE in ucc_slow.c
` [PATCH v6 41/49] soc: fsl: qe: drop use of IS_ERR_VALUE in qe_sdma_init()
` [PATCH v6 42/49] soc: fsl: qe: drop pointless check "
` [PATCH v6 43/49] soc: fsl: qe: avoid IS_ERR_VALUE in ucc_fast.c
` [PATCH v6 44/49] net/wan/fsl_ucc_hdlc: avoid use of IS_ERR_VALUE()
` [PATCH v6 45/49] net/wan/fsl_ucc_hdlc: fix reading of __be16 registers
` [PATCH v6 46/49] net/wan/fsl_ucc_hdlc: reject muram offsets above 64K
` [PATCH v6 47/49] net: ethernet: freescale: make UCC_GETH explicitly depend on PPC32
` [PATCH v6 48/49] soc: fsl: qe: remove unused #include of asm/irq.h from ucc.c
` [PATCH v6 49/49] soc: fsl: qe: remove PPC32 dependency from CONFIG_QUICC_ENGINE

[PATCH] iio: at91-sama5d2_adc: fix iio_triggered_buffer_{predisable, postenable} positions
 2019-11-28 15:19 UTC  (4+ messages)
` [PATCH] iio: at91-sama5d2_adc: fix iio_triggered_buffer_{predisable,postenable} positions

[PATCH v5 0/3] MediaTek Security random number generator support
 2019-11-28 15:02 UTC  (4+ messages)
` [PATCH v5 3/3] hwrng: add mtk-sec-rng driver

[PATCH 0/3] Use C inlines for uaccess
 2019-11-28 14:51 UTC  (6+ messages)
` [PATCH 1/3] arm/arm64/xen: use C inlines for privcmd_call
` [PATCH 2/3] arm64: remove uaccess_ttbr0 asm macros from cache functions
` [PATCH 3/3] arm64: remove the rest of asm-uaccess.h

[PATCH] power: reset: at91-reset: add sysfs interface to the power on reason
 2019-11-28 14:48 UTC  (2+ messages)

[PATCH v7 0/5] PM / devfreq: Add dynamic scaling for imx8m ddr controller
 2019-11-28 14:43 UTC  (3+ messages)
` [PATCH v7 5/5] arm64: dts: imx8m: Add ddr controller nodes

[PATCH] arm64: defconfig: Change CONFIG_AT803X_PHY from m to y
 2019-11-28 12:16 UTC  (6+ messages)

[PATCH v3 00/13] cpuidle: psci: Support hierarchical CPU arrangement
 2019-11-28 14:14 UTC  (3+ messages)
` [PATCH v3 08/13] cpuidle: psci: Add a helper to attach a CPU to its PM domain

[PATCH 1/1] mmc: mmci: add threaded irq to abort DPSM of non-functional state
 2019-11-28 14:06 UTC  (4+ messages)
    ` [Linux-stm32] "

[PATCH v2] arm64: dts: rockchip: split rk3399-rockpro64 for v2 and v2.1 boards
 2019-11-28 14:01 UTC 

AT91: sama5d2: lockdep splat in sama5d2_pmc_of_clk_init_driver()
 2019-11-28 13:58 UTC  (3+ messages)
` [PATCH] clk: at91: fix possible deadlock

sparse warnings for arch/arm64/kernel/vdso/vgettimeofday.c
 2019-11-28 12:29 UTC  (4+ messages)

[PATCH] i2c: cadence: Handle transfer_size rollover
 2019-11-28 11:54 UTC  (3+ messages)

[PATCH] lib: vdso: Fix sparse warning
 2019-11-28 11:17 UTC 

[PATCH v2] KVM: vgic: Use wrapper function to lock/unlock all vcpus in kvm_vgic_create()
 2019-11-28 11:04 UTC  (2+ messages)

[PATCH v6 00/17] dmaengine/soc: Add Texas Instruments UDMA support
 2019-11-28 10:59 UTC  (18+ messages)
` [PATCH v6 01/17] bindings: soc: ti: add documentation for k3 ringacc
` [PATCH v6 02/17] soc: ti: k3: add navss ringacc driver
` [PATCH v6 03/17] dmaengine: doc: Add sections for per descriptor metadata support
` [PATCH v6 04/17] dmaengine: Add metadata_ops for dma_async_tx_descriptor
` [PATCH v6 05/17] dmaengine: Add support for reporting DMA cached data amount
` [PATCH v6 06/17] dmaengine: ti: Add cppi5 header for K3 NAVSS/UDMA
` [PATCH v6 07/17] dmaengine: ti: k3 PSI-L remote endpoint configuration
` [PATCH v6 08/17] dt-bindings: dma: ti: Add document for K3 UDMA
` [PATCH v6 09/17] dmaengine: ti: New driver for K3 UDMA - split#1: defines, structs, io func
` [PATCH v6 10/17] dmaengine: ti: New driver for K3 UDMA - split#2: probe/remove, xlate and filter_fn
` [PATCH v6 11/17] dmaengine: ti: New driver for K3 UDMA - split#3: alloc/free chan_resources
` [PATCH v6 12/17] dmaengine: ti: New driver for K3 UDMA - split#4: dma_device callbacks 1
` [PATCH v6 13/17] dmaengine: ti: New driver for K3 UDMA - split#5: dma_device callbacks 2
` [PATCH v6 14/17] dmaengine: ti: New driver for K3 UDMA - split#6: Kconfig and Makefile
` [PATCH v6 15/17] dmaengine: ti: k3-udma: Add glue layer for non DMAengine users
` [PATCH v6 16/17] firmware: ti_sci: rm: Add support for tx_tdtype parameter for tx channel
` [PATCH v6 17/17] dmaengine: ti: k3-udma: Wait for peer teardown completion if supported

[PATCH v5 00/14] CoreSight CTI Driver
 2019-11-28 10:54 UTC  (12+ messages)
` [PATCH v5 03/14] coresight: cti: Add sysfs access to program function regs
` [PATCH v5 04/14] coresight: cti: Add sysfs trigger / channel programming API
` [PATCH v5 11/14] dt-bindings: arm: Juno platform - add CTI entries to device tree
` [PATCH v5 13/14] docs: coresight: Update documentation for CoreSight to cover CTI
` [PATCH v5 14/14] docs: sysfs: coresight: Add sysfs ABI documentation for CTI

[PATCH 1/1] arm64: dts: allwinner: a64: olinuxino: Add VCC-PG supply
 2019-11-28 10:33 UTC  (4+ messages)

[RFC PATCH 0/1] arm64: dts: added basic DTS for qmx8 congatec board
 2019-11-28 10:31 UTC  (5+ messages)
` [RFC PATCH 1/1] "

[PATCH 1/2] ARM: vexpress: Set-up shared OPP table instead of individual for each CPU
 2019-11-28 10:15 UTC  (2+ messages)
` [PATCH 2/2] cpufreq: vexpress-spc: Switch cpumask from topology core to OPP sharing

[PATCH] ARM: dts: at91: Reenable UART TX pull-ups
 2019-11-28 10:06 UTC 

[PATCH] i2c: imx: Defer probing if EDMA not available
 2019-11-28 10:06 UTC  (4+ messages)
  ` [EXT] "

[PATCH] cpufreq: vexpress-spc: Fix wrong alternation of policy->related_cpus during CPU hp
 2019-11-28 10:01 UTC  (9+ messages)

[PATCH] KVM: vgic: Use warpper function to lock/unlock all vcpus in kvm_vgic_create()
 2019-11-28  9:44 UTC  (3+ messages)

[PATCH] irqchip/stm32: Fix "WARNING: invalid free of devm_ allocated
 2019-11-28  9:04 UTC 

[PATCH v6] drm/panel: Add generic DSI display controller YAML bindings
 2019-11-28  9:07 UTC 

[PATCH] KVM: arm64: eliminate unnecessary var err and jump label in set_core_reg()
 2019-11-28  8:56 UTC  (2+ messages)

[PATCH] KVM: arm64: get rid of var ret and out jump label in kvm_arch_vcpu_ioctl_set_guest_debug()
 2019-11-28  8:50 UTC  (2+ messages)

[PATCH] KVM: vgic: Fix potential double free dist->spis in __kvm_vgic_destroy()
 2019-11-28  8:49 UTC  (2+ messages)

CP110 Comphy Issue
 2019-11-28  7:47 UTC  (2+ messages)

[PATCH v4 1/3] dt-bindings: sdhci-of-at91: new compatible string and update properties
 2019-11-28  7:45 UTC  (3+ messages)
` [PATCH v4 2/3] mmc: sdhci-of-at91: rework clocks management to support SAM9x60 device
` [PATCH v4 3/3] ARM: dts: at91: sama5d2: set the sdmmc gclk frequency

KASAN: slab-out-of-bounds Read in ntfs_attr_find
 2019-11-28  6:52 UTC 

[PATCH] arm64: dts: rockchip: split rk3399-rockpro64 for v2 and v2.1 boards
 2019-11-28  5:24 UTC  (3+ messages)

[PATCH] media: sun6i-csi: Fix incorrect HSYNC/VSYNC/PCLK polarity configuration
 2019-11-28  4:14 UTC  (6+ messages)
` [linux-sunxi] "

[PATCH v1 0/6] drm/mediatek: fix cursor issue and apply CMDQ in
 2019-11-28  2:42 UTC  (7+ messages)
` [PATCH v1 1/6] drm/mediatek: put "event" in critical section
` [PATCH v1 2/6] drm/mediatek: use DRM core's atomic commit helper
` [PATCH v1 3/6] drm/mediatek: handle events when enabling/disabling crtc
` [PATCH v1 4/6] drm/mediatek: update cursors by using async atomic update
` [PATCH v1 5/6] drm/mediatek: support CMDQ interface in ddp component
` [PATCH v1 6/6] drm/mediatek: apply CMDQ control flow

[PATCH 0/7] drm/mediatek: fix cursor issue and apply CMDQ in
 2019-11-28  2:34 UTC  (6+ messages)
` [PATCH 1/7] drm/mediatek: fix atomic_state reference counting

[PATCH 1/2] crypto: atmel-tdes - Set the IV after {en,de}crypt
 2019-11-28  2:33 UTC  (3+ messages)

[PATCH] crypto: arm64/sha: fix function types
 2019-11-28  0:25 UTC  (6+ messages)
` [PATCH v3] "
` [PATCH v4] "

ARM expections for location of kernel, ramdisk and dtb
 2019-11-27 23:53 UTC  (5+ messages)

[PATCH 0/3] fsi: Add AST2600 FSI master
 2019-11-27 23:30 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: fsi: Add description of "

[PATCH 07/62] gpio: gpio-aspeed: Use new GPIO_LINE_DIRECTION
 2019-11-27 23:28 UTC  (2+ messages)

[PATCH 0/2] reset: Add ast2600 support
 2019-11-27 23:16 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: mfd: Add ast2600 to ASPEED LPC

[PATCH v2 0/1] ARM: dts: rockchip: Add brcm bluetooth for rk3288-veyron
 2019-11-27 22:39 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH 0/5] pinctrl: Use the correct style for SPDX License Identifier
 2019-11-27 21:32 UTC  (9+ messages)
` [PATCH 1/5] pinctrl: actions: "
` [PATCH 4/5] pinctrl: sh-pfc: "

[PATCH 0/5] Add support for PCIe controller to work in endpoint mode on R-Car SoCs
 2019-11-27 21:28 UTC  (16+ messages)
` [PATCH 1/5] pci: pcie-rcar: preparation for adding endpoint support
` [PATCH 2/5] pci: endpoint: add support to handle multiple base for mapping outbound memory
` [PATCH 3/5] PCI: rcar: Add R-Car PCIe endpoint device tree bindings

[GIT PULL] Broadcom maintainers changes for 5.5 (part 2)
 2019-11-27 19:19 UTC 

[PATCH v3 0/7] Raspberry Pi 4 PCIe support
 2019-11-27 19:16 UTC  (8+ messages)
` [PATCH v3 1/7] linux/log2.h: Add roundup/rounddown_pow_two64() family of functions


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