linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-20 15:14:24 to 2020-08-21 07:40:31 UTC [more...]

[PATCH v4 00/17] crypto: allwinner: add xRNG and hashes
 2020-08-21  7:36 UTC  (5+ messages)
` [PATCH v4 08/17] crypto: sun8i-ce: move iv data to request context

[PATCH v4 00/78] drm/vc4: Support BCM2711 Display Pipeline
 2020-08-21  7:18 UTC  (2+ messages)

[PATCH 0/3] drm/vc4: Support HDMI QHD or higher output
 2020-08-21  7:10 UTC  (4+ messages)
    ` [PATCH 1/3] clk: bcm: rpi: Add register to control pixel bvb clk
    ` [PATCH 2/3] ARM: dts: bcm2711: Add bvb clock for hdmi-pixel
    ` [PATCH 3/3] drm/vc4: hdmi: Add pixel bvb clock control

[PATCH 7/8] spi: spi-s3c64xx: Increase transfer timeout
 2020-08-21  7:10 UTC  (3+ messages)

[PATCH v6 0/6] PCI: uniphier: Add features for UniPhier PCIe host controller
 2020-08-21  7:05 UTC  (7+ messages)
` [PATCH v6 5/6] PCI: uniphier: Add iATU register support
` [PATCH v6 6/6] PCI: uniphier: Add error message when failed to get phy

[PATCH] pinctrl: mediatek: Free eint data on failure
 2020-08-21  6:56 UTC  (3+ messages)

[PATCH 0/2] Exynos5422 DMC: adjust to new devfreq monitoring mechanism
 2020-08-21  6:32 UTC  (6+ messages)
` [PATCH 2/2] ARM: dts: exynos: Remove interrupts from DMC controller in Exynos5422

[PATCH v6 0/2] make dma_alloc_coherent NUMA-aware by per-NUMA CMA
 2020-08-21  6:19 UTC  (5+ messages)
` [PATCH v6 1/2] dma-contiguous: provide the ability to reserve per-numa CMA
` [PATCH v6 2/2] arm64: mm: reserve per-numa CMA to localize coherent dma buffers

[PATCH 1/2 v2] arm64: dts: ls1088a: add more thermal zone support
 2020-08-21  6:09 UTC  (4+ messages)
` [PATCH 2/2 v2] arm64: dts: ls208xa: "

[PATCH][next] mediatek: Use fallthrough pseudo-keyword
 2020-08-21  6:07 UTC 

[PATCH] memory: brcmstb_dpfe: fix array index out of bounds
 2020-08-21  5:40 UTC  (4+ messages)

[Patch] cpufreq: replace cpu_logical_map with read_cpuid_mpir
 2020-08-21  5:22 UTC  (4+ messages)

linux-next: Signed-off-by missing for commits in the arm-soc-fixes tree
 2020-08-21  5:19 UTC 

[PATCH v2 00/40] PCI: dwc: Driver clean-ups
 2020-08-21  3:54 UTC  (41+ messages)
` [PATCH v2 01/40] PCI: Allow root and child buses to have different pci_ops
` [PATCH v2 02/40] PCI: dwc: Use DBI accessors instead of own config accessors
` [PATCH v2 03/40] PCI: dwc: Allow overriding bridge pci_ops
` [PATCH v2 04/40] PCI: dwc: Add a default pci_ops.map_bus for root port
` [PATCH v2 05/40] PCI: dwc: al: Use pci_ops for child config space accessors
` [PATCH v2 06/40] PCI: dwc: keystone: Use pci_ops for "
` [PATCH v2 07/40] PCI: dwc: tegra: Use pci_ops for root "
` [PATCH v2 08/40] PCI: dwc: meson: "
` [PATCH v2 09/40] PCI: dwc: kirin: "
` [PATCH v2 10/40] PCI: dwc: exynos: "
` [PATCH v2 11/40] PCI: dwc: histb: "
` [PATCH v2 12/40] PCI: dwc: Remove dwc specific config accessor ops
` [PATCH v2 13/40] PCI: dwc: Use generic config accessors
` [PATCH v2 14/40] PCI: Also call .add_bus() callback for root bus
` [PATCH v2 15/40] PCI: dwc: keystone: Convert .scan_bus() callback to use add_bus
` [PATCH v2 16/40] PCI: dwc: Convert to use pci_host_probe()
` [PATCH v2 17/40] PCI: dwc: Remove root_bus pointer
` [PATCH v2 18/40] PCI: dwc: Remove storing of PCI resources
` [PATCH v2 19/40] PCI: dwc: Simplify config space handling
` [PATCH v2 20/40] PCI: dwc/keystone: Drop duplicated 'num-viewport'
` [PATCH v2 21/40] PCI: dwc: Check CONFIG_PCI_MSI inside dw_pcie_msi_init()
` [PATCH v2 22/40] PCI: dwc/imx6: Remove duplicate define PCIE_LINK_WIDTH_SPEED_CONTROL
` [PATCH v2 23/40] PCI: dwc: Add a 'num_lanes' field to struct dw_pcie
` [PATCH v2 24/40] PCI: dwc: Ensure FAST_LINK_MODE is cleared
` [PATCH v2 25/40] PCI: dwc/meson: Drop the duplicate number of lanes setup
` [PATCH v2 26/40] PCI: dwc/meson: Drop unnecessary RC config space initialization
` [PATCH v2 27/40] PCI: dwc/meson: Rework PCI config and DW port logic register accesses
` [PATCH v2 28/40] PCI: dwc/imx6: Use common PCI register definitions
` [PATCH v2 29/40] PCI: dwc/qcom: "
` [PATCH v2 30/40] PCI: dwc: Remove hardcoded PCI_CAP_ID_EXP offset
` [PATCH v2 31/40] PCI: dwc/tegra: Use common Designware port logic register definitions
` [PATCH v2 32/40] PCI: dwc: Remove read_dbi2 code
` [PATCH v2 33/40] PCI: dwc: Make ATU accessors private
` [PATCH v2 34/40] PCI: dwc: Centralize link gen setting
` [PATCH v2 35/40] PCI: dwc: Set PORT_LINK_DLL_LINK_EN in common setup code
` [PATCH v2 36/40] PCI: dwc/intel-gw: Drop unnecessary checking of DT 'device_type' property
` [PATCH v2 37/40] PCI: dwc/intel-gw: Move getting PCI_CAP_ID_EXP offset to intel_pcie_link_setup()
` [PATCH v2 38/40] PCI: dwc/intel-gw: Drop unused max_width
` [PATCH v2 39/40] PCI: dwc: Move N_FTS setup to common setup
` [PATCH v2 40/40] PCI: dwc: Use DBI accessors

[PATCH v3 0/2]Enable RTC on Odroid N2
 2020-08-21  4:43 UTC  (4+ messages)
` [PATCH v3 1/2] arm64: dts: meson-g12b-odroid-n2: Enable RTC controller node

pcm|dmaengine|imx-sdma race condition on i.MX6
 2020-08-21  4:34 UTC  (7+ messages)

[PATCH] media: mtk-vcodec: set dma max segment size
 2020-08-21  4:14 UTC 

[RFC PATCH 0/5] KVM: arm64: Add pvtime LPT support
 2020-08-21  3:54 UTC  (4+ messages)

Lockdep warning caused by "driver core: Fix sleeping in invalid context during device link deletion"
 2020-08-21  3:35 UTC 

[PATCH v10 00/24] coresight: allow to build coresight as modules
 2020-08-21  3:44 UTC  (25+ messages)
` [PATCH v10 01/24] coresight: cpu_debug: add module name in Kconfig
` [PATCH v10 02/24] coresight: cpu_debug: define MODULE_DEVICE_TABLE
` [PATCH v10 03/24] coresight: use IS_ENABLED for CONFIGs that may be modules
` [PATCH v10 04/24] coresight: add coresight prefix to barrier_pkt
` [PATCH v10 05/24] coresight: export global symbols
` [PATCH v10 06/24] coresight: add try_get_module() in coresight_grab_device()
` [PATCH v10 07/24] coresight: stm: allow to build coresight-stm as a module
` [PATCH v10 08/24] coresight: etm: perf: Fix warning caused by etm_setup_aux failure
` [PATCH v10 09/24] coresight: etm3x: allow etm3x to be built as a module
` [PATCH v10 10/24] coresight: etm4x: allow etm4x "
` [PATCH v10 11/24] coresight: etb: allow etb "
` [PATCH v10 12/24] coresight: tpiu: allow tpiu "
` [PATCH v10 13/24] coresight: tmc: allow tmc "
` [PATCH v10 14/24] coresight: allow funnel driver to be built as module
` [PATCH v10 15/24] coresight: allow replicator "
` [PATCH v10 16/24] coresight: cti: add function to register cti associate ops
` [PATCH v10 17/24] coresight: cti: Fix remove sysfs link error
` [PATCH v10 18/24] coresight: cti: Fix bug clearing sysfs links on callback
` [PATCH v10 19/24] coresight: cti: don't disable ect device if it's not enabled
` [PATCH v10 20/24] coresight: cti: increase reference count when enabling cti
` [PATCH v10 21/24] coresight: cti: allow cti to be built as a module
` [PATCH v10 22/24] coresight: tmc-etr: add function to register catu ops
` [PATCH v10 23/24] coresight: catu: allow catu drivers to be built as modules
` [PATCH v10 24/24] coresight: allow the coresight core driver to be built as a module

[PATCH v2 00/15] regulator: Fix W=1 build warning when CONFIG_OF=n
 2020-08-21  3:20 UTC  (16+ messages)
` [PATCH v2 01/15] regulator: 88pg86x: "
` [PATCH v2 02/15] regulator: da9210: "
` [PATCH v2 03/15] regulator: fan53555: "
` [PATCH v2 04/15] regulator: fixed: Fix W=1 build warnings "
` [PATCH v2 05/15] regulator: ltc3589: Fix W=1 build warning "
` [PATCH v2 06/15] regulator: ltc3676: "
` [PATCH v2 07/15] regulator: max1586: "
` [PATCH v2 08/15] regulator: max77826: "
` [PATCH v2 09/15] regulator: pwm: "
` [PATCH v2 10/15] regulator: stm32-pwr: "
` [PATCH v2 11/15] regulator: stm32-vrefbuf: "
` [PATCH v2 12/15] regulator: sy8106a: "
` [PATCH v2 13/15] regulator: qcom-rpmh: "
` [PATCH v2 14/15] regulator: stm32-booster: "
` [PATCH v2 15/15] regulator: tps65023: "

[PATCH] arm64: dts: Reformat PCI ranges/dma-ranges entries
 2020-08-21  1:12 UTC  (2+ messages)

[GIT PULL] ARM: dt: Xilinx ZynqMP DT changes for v5.9-rc
 2020-08-21  2:11 UTC  (2+ messages)

[PATCH v2 01/11] usb: early: convert to readl_poll_timeout_atomic()
 2020-08-21  1:52 UTC  (7+ messages)
` [PATCH v2 09/11] usb: phy: phy-mv-usb: "
` [PATCH v2 11/11] iopoll: update kerneldoc of read_poll_timeout_atomic()

[PATCH v3 1/4] doc: dt-binding: ci-hdrc-usb2: add property for samsung picophy
 2020-08-21  1:39 UTC  (3+ messages)
` [PATCH v3 3/4] arm64: dts: imx8mm-evk: add two parameters for samsung picophy tuning

out of bounds access on array error_text[] because of -ETIMEDOUT return from __send_command()
 2020-08-21  1:04 UTC  (4+ messages)

[PATCH 00/18] Convert arch/arm to use iommu-dma
 2020-08-21  0:28 UTC  (20+ messages)
` [PATCH 10/18] iommu/msm: Add IOMMU_DOMAIN_DMA support
` [PATCH 12/18] iommu/tegra-gart: "
` [PATCH 14/18] drm/exynos: Consolidate IOMMU mapping code
` [PATCH 15/18] drm/nouveau/tegra: Clean up IOMMU workaround
` [PATCH 16/18] staging/media/tegra-vde: "
` [PATCH 17/18] media/omap3isp: "
` [PATCH 18/18] ARM/dma-mapping: Remove legacy dma-iommu API

[PATCH v1 00/21] add drm support for MT8192
 2020-08-20 23:48 UTC  (15+ messages)
` [PATCH v1 04/21] mtk-mmsys: add mt8192 mmsys support
` [PATCH v1 05/21] mtk-mmsys: add ovl mout on support
` [PATCH v1 06/21] drm/mediatek: add disp config and mm 26mhz clock into mutex device
` [PATCH v1 07/21] drm/mediatek: enable OVL_LAYER_SMI_ID_EN for multi-layer usecase
` [PATCH v1 08/21] drm/mediatek: check if fb is null
` [PATCH v1 09/21] drm/mediatek: fix aal size config
` [PATCH v1 14/21] drm/mediatek: add bypass shadow register function call for ddp component

dt-bindings: display: xlnx: mixer: Inconsistent pixel format terminology in dt docs
 2020-08-20 23:38 UTC  (2+ messages)

[PATCH -next] drm/mediatek: remove duplicate include
 2020-08-20 23:23 UTC  (2+ messages)

[PATCH 0/4] pwm: atmel-tcb: rework device tree binding
 2020-08-20 22:55 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: microchip: atmel, at91rm9200-tcb: add atmel, tcb-pwm
` [PATCH 2/4] pwm: atmel-tcb: switch to new binding
` [PATCH 3/4] pwm: atmel-tcb: add sama5d2 support
` [PATCH 4/4] ARM: dts: at91: kizbox: switch to new pwm-atmel-tcb binding

[PATCH v9 2/6] x86: Support Generic Initiator only proximity domains
 2020-08-20 22:24 UTC  (2+ messages)

[PATCH v9 4/6] ACPI: HMAT: Fix handling of changes from ACPI 6.2 to ACPI 6.3
 2020-08-20 22:21 UTC  (2+ messages)

[PATCH v5 1/3] arm64: dts: Add a device tree for the Librem 5 phone
 2020-08-20 22:01 UTC  (2+ messages)

[PATCH v2 0/4] TI K3 R5F remoteproc support
 2020-08-20 21:53 UTC  (8+ messages)
` [PATCH v2 1/4] dt-bindings: remoteproc: Add bindings for R5F subsystem on TI K3 SoCs

[PATCH] leds: s3c24xx: Remove unused machine header include
 2020-08-20 21:51 UTC  (5+ messages)

[PATCH v6 0/2] Add mediatek codec mt6359 driver
 2020-08-20 21:48 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: Add doc for FriendlyARM NanoPi R2S
 2020-08-20 21:44 UTC  (2+ messages)
` [PATCH v2 2/2] rockchip: rk3328: Add support "

[PATCH v3 0/4] TI K3 R5F remoteproc support
 2020-08-20 21:23 UTC  (3+ messages)
` [PATCH v3 1/4] dt-bindings: remoteproc: Add bindings for R5F subsystem on TI K3 SoCs

[PATCH] ARM: s3c: Avoid naming clash of S3C24xx and S3C64xx timer setup
 2020-08-20 20:42 UTC 

[PATCH] drm/tve200: Stabilize enable/disable
 2020-08-20 20:31 UTC 

[PATCH] Revert "irqchip/mtk-sysirq: Convert to a platform driver"
 2020-08-20 19:39 UTC  (6+ messages)

[PATCH 00/10] remoteproc: imx_rproc: support iMX8M and early boot
 2020-08-20 19:27 UTC  (7+ messages)
` [PATCH 04/10] remoteproc: imx_rproc: make syscon optional

[PATCH 0/1] usb: dwc3: meson-g12a: fix shared reset control use
 2020-08-20 18:49 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH 0/7] Add C66x & C71x DSP nodes on J721E SoCs
 2020-08-20 19:03 UTC  (5+ messages)
` [PATCH 2/7] arm64: dts: ti: k3-j721e-common-proc-board: Add mailboxes to C66x DSPs

[PATCH v2] memory: brcmstb_dpfe: Fix memory leak
 2020-08-20 18:52 UTC  (4+ messages)

[PATCH v8 0/3] devres: provide and use devm_krealloc()
 2020-08-20 18:51 UTC  (4+ messages)
` [PATCH v8 1/3] devres: provide devm_krealloc()
` [PATCH v8 2/3] hwmon: pmbus: use more devres helpers
` [PATCH v8 3/3] iio: adc: xilinx-xadc: use devm_krealloc()

[PATCH] iio: Fixed IIO_VAL_FRACTIONAL calcuation for negative values
 2020-08-20 18:09 UTC 

[PATCH v2] MAINTAINERS: Add entries for CoreSight and Arm SPE
 2020-08-20 17:55 UTC 

a saner API for allocating DMA addressable pages
 2020-08-20 17:41 UTC  (22+ messages)
` [PATCH 05/28] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT

[PATCH v7 29/29] arm64: mte: Add Memory Tagging Extension documentation
 2020-08-20 17:27 UTC  (12+ messages)

[PATCH] memory: brcmstb_dpfe: Fix memory leak
 2020-08-20 17:08 UTC  (3+ messages)

[PATCH V3] coresight: Make sysFS functional on topologies with per core sink
 2020-08-20 17:02 UTC  (2+ messages)

[PATCH 0/6] Add TI PRUSS platform driver
 2020-08-20 16:27 UTC  (3+ messages)

[PATCH v4 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-08-20 15:52 UTC  (8+ messages)
` [PATCH v4 6/6] mm: secretmem: add ability to reserve memory at boot

[PATCH v2 01/41] ARM: s3c: Remove unneeded machine header includes
 2020-08-20 15:39 UTC  (5+ messages)

[PATCH 00/49] DRM driver for Hikey 970
 2020-08-20 15:36 UTC  (6+ messages)

[PATCH v8 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
 2020-08-20 15:13 UTC  (6+ messages)
` [PATCH v8 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver


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