linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-29 01:57:39 to 2020-05-29 18:01:38 UTC [more...]

[PATCH 0/8] soc: Use custom soc attribute group and DEVICE_ATTR_RO
 2020-05-29 18:01 UTC  (5+ messages)
` [PATCH 7/8] ARM: OMAP2: Switch to use DEVICE_ATTR_RO()
` [PATCH 8/8] ARM: OMAP2: Use custom soc attribute group instead of device_create_file

[PATCH v2 00/14] PCI: brcmstb: enable PCIe for STB chips
 2020-05-29 17:55 UTC  (5+ messages)
` [PATCH v2 03/14] dt-bindings: PCI: Add bindings for more Brcmstb chips

[PATCH] spi: bcm2835: Implement shutdown callback
 2020-05-29 17:48 UTC  (3+ messages)

[PATCH] spi: bcm2835: Enable shared interrupt support
 2020-05-29 17:48 UTC  (4+ messages)

[PATCH v8 0/8] Add support for devices in the Energy Model
 2020-05-29 17:43 UTC  (6+ messages)
` [PATCH v8 3/8] PM / EM: update callback structure and add device pointer

[PATCH] ASoC: mediatek: mt6358: support DMIC one-wire mode
 2020-05-29 17:26 UTC  (5+ messages)

[PATCH v4 05/11] thermal: remove get_mode() operation of drivers
 2020-05-29 17:22 UTC 

[PATCH v4 04/11] thermal: Store device mode in struct thermal_zone_device
 2020-05-29 17:21 UTC  (2+ messages)

[GIT PULL] arm64 fix for 5.7-rc8/final
 2020-05-29 17:20 UTC 

[PATCH 1/1] tty: serial: owl: Add support for kernel debugger
 2020-05-29 17:10 UTC  (3+ messages)

[PATCH] dt-bindings: input: touchscreen: edt-ft5x06: change reg property
 2020-05-29 17:07 UTC  (2+ messages)

[PATCH v3 0/2] regmap: provide simple bitops and use them in a driver
 2020-05-29 16:57 UTC  (3+ messages)

[PATCH] watchdog: sunxi_wdt: fix improper error exit code
 2020-05-29 16:51 UTC  (3+ messages)

[RFC PATCH v5 0/6] Exynos: Simple QoS for exynos-bus using interconnect
 2020-05-29 16:32 UTC  (7+ messages)
    ` [RFC PATCH v5 1/6] dt-bindings: exynos-bus: Add documentation for interconnect properties
    ` [RFC PATCH v5 2/6] interconnect: Add generic interconnect driver for Exynos SoCs
    ` [RFC PATCH v5 3/6] PM / devfreq: exynos-bus: Add registration of interconnect child device
    ` [RFC PATCH v5 4/6] ARM: dts: exynos: Add interconnect properties to Exynos4412 bus nodes
    ` [RFC PATCH v5 5/6] ARM: dts: exynos: Add interconnects to Exynos4412 mixer
    ` [RFC PATCH v5 6/6] drm: exynos: mixer: Add interconnect support

[PATCH 1/2] arm64: dts: Add a device tree for the Librem5 phone
 2020-05-29 16:28 UTC  (2+ messages)

[PATCH v3 0/5] Add support for PinePhone LCD panel
 2020-05-29 16:27 UTC  (3+ messages)
` [PATCH v3 4/5] arm64: dts: sun50i-a64-pinephone: Enable LCD support on PinePhone

[PATCH 00/10] spi: Adding support for Microchip Sparx5 SoC
 2020-05-29 16:21 UTC  (2+ messages)

[PATCH v7 0/3] perf arm-spe: Add support for synthetic events
 2020-05-29 16:18 UTC  (8+ messages)

[PATCH v6 0/9] Enable ili9341 and l3gd20 on stm32f429-disco
 2020-05-29 16:17 UTC  (3+ messages)
` [PATCH v6 4/9] dt-bindings: display: panel: Add ilitek ili9341 panel bindings

[PATCH v2 0/3] media: rockchip: Introduce driver for the camera interface on PX30
 2020-05-29 16:14 UTC  (5+ messages)
` [PATCH v2 1/3] media: dt-bindings: media: Document Rockchip CIF bindings
` [PATCH v2 2/3] media: rockchip: Introduce driver for Rockhip's camera interface
` [PATCH v2 3/3] arm64: dts: rockchip: Add the camera interface description of the PX30

[PATCH v8 0/5] support reserving crashkernel above 4G on arm64 kdump
 2020-05-29 16:11 UTC  (9+ messages)
` [PATCH v8 5/5] dt-bindings: chosen: Document linux, low-memory-range for "
    ` [PATCH v8 5/5] dt-bindings: chosen: Document linux,low-memory-range "

[GIT PULL] KVM/arm64 updates for Linux 5.8
 2020-05-29 16:01 UTC  (25+ messages)
` [PATCH 01/24] KVM: arm64: Move virt/kvm/arm to arch/arm64
` [PATCH 02/24] KVM: arm64: Kill off CONFIG_KVM_ARM_HOST
` [PATCH 03/24] KVM: arm64: Update help text
` [PATCH 04/24] KVM: arm64: Change CONFIG_KVM to a menuconfig entry
` [PATCH 05/24] KVM: arm64: Clean up kvm makefiles
` [PATCH 06/24] KVM: arm64: Simplify __kvm_timer_set_cntvoff implementation
` [PATCH 07/24] KVM: arm64: Use cpus_have_final_cap for has_vhe()
` [PATCH 08/24] KVM: Fix spelling in code comments
` [PATCH 09/24] KVM: arm64: Sidestep stage2_unmap_vm() on vcpu reset when S2FWB is supported
` [PATCH 10/24] KVM: arm/arm64: Release kvm->mmu_lock in loop to prevent starvation
` [PATCH 11/24] KVM: arm64: Clean up the checking for huge mapping
` [PATCH 12/24] KVM: arm64: Unify handling THP backed host memory
` [PATCH 13/24] KVM: arm64: Support enabling dirty log gradually in small chunks
` [PATCH 14/24] KVM: arm64: Make KVM_CAP_MAX_VCPUS compatible with the selected GIC version
` [PATCH 15/24] KVM: arm64: Clean up cpu_init_hyp_mode()
` [PATCH 16/24] KVM: arm64: Fix incorrect comment on kvm_get_hyp_vector()
` [PATCH 17/24] KVM: arm64: Remove obsolete kvm_virt_to_phys abstraction
` [PATCH 18/24] KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpu
` [PATCH 19/24] KVM: arm64: Refactor vcpu_{read,write}_sys_reg
` [PATCH 20/24] KVM: arm64: Add missing reset handlers for PMU emulation
` [PATCH 21/24] KVM: arm64: Move sysreg reset check to boot time
` [PATCH 22/24] KVM: arm64: Don't use empty structures as CPU reset state
` [PATCH 23/24] KVM: arm64: Parametrize exception entry with a target EL
` [PATCH 24/24] KVM: arm64: Drop obsolete comment about sys_reg ordering

[PATCH v1] Bluetooth: btmtkuart: Use serdev_device_write_buf() instead of serdev_device_write()
 2020-05-29 15:58 UTC 

[PATCH v8 00/10] Genericize DW MIPI DSI bridge and add i.MX 6 driver
 2020-05-29 15:45 UTC  (3+ messages)
` [PATCH v8 08/10] drm: stm: dw-mipi-dsi: let the bridge handle the HW version check
  ` [Linux-stm32] "

[PATCH 0/4] pinctrl: bcm2835: Support for wake-up interrupts
 2020-05-29 15:44 UTC  (4+ messages)
` [PATCH 3/4] pinctrl: bcm2835: Match BCM7211 compatible string

[RFC v3 1/2] thermal: core: Let thermal zone device's mode be stored in its struct
 2020-05-29 15:34 UTC  (10+ messages)
` [PATCH v4 00/11] Stop monitoring disabled devices
  ` [PATCH v4 01/11] acpi: thermal: Fix error handling in the register function
  ` [PATCH v4 02/11] thermal: Store thermal mode in a dedicated enum
  ` [PATCH v4 03/11] thermal: Add current mode to thermal zone device

[PATCH v4 02/11] thermal: Store thermal mode in a dedicated enum
 2020-05-29 15:30 UTC  (2+ messages)

[PATCH v7 0/6] drm/meson: add support for Amlogic Video FBC
 2020-05-29 15:19 UTC  (7+ messages)
` [PATCH v7 1/6] drm/fourcc: Add modifier definitions for describing Amlogic Video Framebuffer Compression
` [PATCH v7 2/6] drm/meson: add Amlogic Video FBC registers
` [PATCH v7 3/6] drm/meson: overlay: setup overlay for Amlogic FBC
` [PATCH v7 4/6] drm/meson: overlay: setup overlay for Amlogic FBC Memory Saving mode
` [PATCH v7 5/6] drm/meson: overlay: setup overlay for Amlogic FBC Scatter Memory layout
` [PATCH v7 6/6] drm/meson: crtc: handle commit of Amlogic FBC frames

[PATCH v2 0/3] KVM: arm64: aarch32 ACTLR accesses
 2020-05-29 15:06 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: arm64: Stop writing aarch32's CSSELR into ACTLR
` [PATCH v2 2/3] KVM: arm64: Add emulation for 32bit guests accessing ACTLR2
` [PATCH v2 3/3] KVM: arm64: Stop save/restoring ACTLR_EL1

[PATCH][v2] iommu: arm-smmu-v3: Copy SMMU table for kdump kernel
 2020-05-29 14:18 UTC  (3+ messages)

[PATCH 0/3] mmc: Adding support for Microchip Sparx5 SoC
 2020-05-29 14:11 UTC  (8+ messages)
` [PATCH 2/3] sdhci: sparx5: Add Sparx5 SoC eMMC driver

[PATCH 00/14] Adding support for Microchip Sparx5 SoC
 2020-05-29 14:04 UTC  (4+ messages)
` [PATCH 10/14] dt-bindings: clock: sparx5: Add Sparx5 SoC DPLL clock

[V9, 0/2] media: i2c: Add support for OV02A10 sensor
 2020-05-29 13:43 UTC  (10+ messages)
` [V9, 1/2] media: dt-bindings: media: i2c: Document OV02A10 bindings

[RFC/RFT PATCH 0/2] crypto: add CTS output IVs for arm64 and testmgr
 2020-05-29 13:42 UTC  (12+ messages)

[PATCH v3 0/9] clocksource/drivers/timer-atmel-tcb: add sama5d2 support
 2020-05-29 13:34 UTC  (5+ messages)
` [PATCH v3 1/9] dt-bindings: atmel-tcb: convert bindings to json-schema

[PATCH v2 0/4] Introduce the Counter character device interface
 2020-05-29 13:26 UTC  (3+ messages)
` [PATCH v2 4/4] docs: counter: Document "

[PATCH v8 0/5] Preparation to the generic ECC engine abstraction
 2020-05-29 13:16 UTC  (6+ messages)
` [PATCH v8 1/5] mtd: nand: Convert generic NAND bits to use the ECC framework
` [PATCH v8 2/5] mtd: rawnand: Hide the generic OOB layout objects behind helpers
` [PATCH v8 3/5] mtd: rawnand: Write a compatibility layer
` [PATCH v8 4/5] mtd: rawnand: Move generic OOB layouts to the ECC framework
` [PATCH v8 5/5] mtd: rawnand: Move the user input parsing bits "

[RFC PATCH V4 0/4] media: platform: Add support for Face Detection (FD) on mt8183 SoC
 2020-05-29 12:59 UTC  (7+ messages)
` [RFC PATCH V4 4/4] platform: mtk-isp: Add Mediatek FD driver

[PATCH 0/8] Convert the intel iommu driver to the dma-iommu api
 2020-05-29 12:45 UTC  (3+ messages)

[PATCH] irqchip/gic-v3-its: Don't try to move a disabled irq
 2020-05-29 12:36 UTC  (4+ messages)

[PATCH 1/1] tty: serial: owl: Initialize lock before registering port
 2020-05-29 12:03 UTC  (5+ messages)

[PATCH v2] Bluetooth: btmtkuart: Improve exception handling in btmtuart_probe()
 2020-05-29 11:41 UTC  (2+ messages)

[PATCH v4 00/26] arm64: Memory Tagging Extension user-space support
 2020-05-29 11:19 UTC  (7+ messages)
` [PATCH v4 11/26] arm64: mte: Add PROT_MTE support to mmap() and mprotect()

[PATCH 00/12] irqchip: ti, sci-intr/inta: Update the dt bindings to accept different interrupt parents
 2020-05-29 11:13 UTC  (6+ messages)
` [PATCH 04/12] dt-bindings: irqchip: ti, sci-intr: Update bindings to drop the usage of gic as parent

[PATCH RFCv2 0/9] kvm/arm64: Support Async Page Fault
 2020-05-29 11:11 UTC  (8+ messages)
` [PATCH RFCv2 9/9] arm64: Support async page fault

[PATCH v12] Add matrix keypad driver support for Mediatek SoCs
 2020-05-29 10:58 UTC  (5+ messages)
` [PATCH v12 1/3] dt-bindings: Add keypad devicetree documentation
` [PATCH v12 2/3] drivers: input: keyboard: Add mtk keypad driver
` [PATCH v12 3/3] configs: defconfig: Add CONFIG_KEYBOARD_MTK_KPD =m

arm64/for-kernelci baseline: 24 runs, 2 regressions (v5.7-rc7-156-g46909976c59d)
 2020-05-29 10:14 UTC 

arm64/for-kernelci boot: 25 boots: 0 failed, 25 passed (v5.7-rc7-156-g46909976c59d)
 2020-05-29 10:14 UTC 

[PATCH v4 0/7] clean up redundant 'kvm_run' parameters
 2020-05-29  9:48 UTC  (5+ messages)
` [PATCH v4 6/7] KVM: MIPS: "

arm64/for-kernelci build: 3 builds: 0 failed, 3 passed, 48 warnings (v5.7-rc7-156-g46909976c59d)
 2020-05-29  9:30 UTC 

[PATCH v7 00/20] Introduce the generic ECC engine abstraction
 2020-05-29  9:25 UTC  (9+ messages)
` [PATCH v7 16/20] mtd: nand: Convert generic NAND bits to use the ECC framework
` [PATCH v7 17/20] mtd: rawnand: Hide the generic OOB layout objects behind helpers

[PATCH v2 0/5] scsi: ufs-mediatek: Fix clk-gating and introduce low-power mode for vccq2
 2020-05-29  9:23 UTC  (6+ messages)
` [PATCH v2 1/5] scsi: ufs-mediatek: Fix imprecise waiting time for ref-clk control
` [PATCH v2 2/5] scsi: ufs-mediatek: Do not gate clocks if auto-hibern8 is not entered yet
` [PATCH v2 3/5] scsi: ufs-mediatek: Introduce low-power mode for device power supply
` [PATCH v2 4/5] scsi: ufs-mediatek: Fix unbalanced clock on/off
` [PATCH v2 5/5] scsi: ufs-mediatek: Allow unbound mphy

[PATCH v7 00/24] iommu: Shared Virtual Addressing for SMMUv3
 2020-05-29  9:18 UTC  (3+ messages)
` [PATCH v7 04/24] iommu: Add a page fault handler

[PATCH] PCI: aardvark: Don't touch PCIe registers if no card connected
 2020-05-29  8:30 UTC  (3+ messages)

[PATCH 0/3] misc: xilinx-sdfec: convert get_user_pages() --> pin_user_pages()
 2020-05-29  8:29 UTC  (2+ messages)

[PATCH] net: ethernet: mtk-star-emac: remove unused variable
 2020-05-29  8:27 UTC  (2+ messages)

[GIT PULL] ARM: dts: Xilinx DT changes for v5.8
 2020-05-29  8:20 UTC 

[PATCH] clk: versatile: Fix kconfig dependency on COMMON_CLK_VERSATILE
 2020-05-29  8:09 UTC  (5+ messages)

[PATCH v10 00/10] exynos-ufs: Add support for UFS HCI
 2020-05-29  8:05 UTC  (3+ messages)
  ` [PATCH v10 10/10] arm64: dts: Add node for ufs exynos7

[PATCH] dt-bindings: clock: Convert i.MX8QXP LPCG to json-schema
 2020-05-29  6:21 UTC 

[RFC] dt-bindings: mailbox: add doorbell support to ARM MHU
 2020-05-29  6:27 UTC  (5+ messages)

[PATCH][V3] arm64: perf: Get the wrong PC value in REGS_ABI_32 mode
 2020-05-29  5:57 UTC  (6+ messages)

[arm:cex7 88/106] drivers/ata/ahci_qoriq.c:217:17: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-05-29  5:25 UTC 

[PATCH] usb: host: xhci-mtk: avoid runtime suspend when removing hcd
 2020-05-29  4:32 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2] clk: mediatek: assign the initial value to clk_init_data of mtk_mux
 2020-05-29  4:26 UTC  (2+ messages)

[PATCH 0/5] Add basic clock support for mt6765
 2020-05-29  4:24 UTC  (11+ messages)
` [PATCH 1/5] dt-bindings: clock: mediatek: document clk bindings for Mediatek MT6765 SoC
` [PATCH 2/5] dt-bindings: clock: mediatek: document clk bindings mipi0a "
` [PATCH 3/5] dt-bindings: clock: mediatek: document clk bindings vcodecsys "
` [PATCH 4/5] clk: mediatek: add mt6765 clock IDs
` [PATCH 5/5] clk: mediatek: Add MT6765 clock support

[RFC PATCH 0/6] drm/bridge: Add mux input selection bridge
 2020-05-29  4:23 UTC  (4+ messages)
` [RFC PATCH 3/6] dt-bindings: display/bridge/nwl-dsi: Drop mux handling

[soc:fsl/driver] BUILD SUCCESS e9e4ef9116b12951eaee3f8447ba9bbb40ab3620
 2020-05-29  4:08 UTC 

[PATCH] arm64: defconfig: Enable SDM845 video clock controller
 2020-05-29  3:21 UTC  (2+ messages)

[PATCH v2 0/4] Spilt PCIe node to comply with hardware design
 2020-05-29  3:05 UTC  (2+ messages)

[PATCH 0/9] Convert i.MX legacy platforms clock binding to json-schema
 2020-05-29  2:54 UTC  (19+ messages)
` [PATCH 1/9] dt-bindings: clock: Convert i.MX5 clock "
` [PATCH 2/9] dt-bindings: clock: Convert i.MX35 "
` [PATCH 3/9] dt-bindings: clock: Convert i.MX31 "
` [PATCH 4/9] dt-bindings: clock: Convert i.MX28 "
` [PATCH 5/9] dt-bindings: clock: Convert i.MX23 "
` [PATCH 6/9] dt-bindings: clock: Convert i.MX27 "
` [PATCH 7/9] dt-bindings: clock: Convert i.MX25 "
` [PATCH 8/9] dt-bindings: clock: Convert i.MX21 "
` [PATCH 9/9] dt-bindings: clock: Convert i.MX1 "

[PATCH V3] dt-bindings: timer: Convert i.MX GPT to json-schema
 2020-05-29  2:04 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).