linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-23 02:06:33 to 2020-07-23 11:46:22 UTC [more...]

[PATCH 1/3] ARM: dts: colibri-imx6: remove pinctrl-names orphan
 2020-07-23 11:44 UTC  (9+ messages)
` [PATCH 3/3] ARM: dts: colibri-imx7: add usb dual-role switch capability

[PATCH v2 0/2] Some improvements for iommu
 2020-07-23 11:36 UTC  (4+ messages)
` [PATCH v2 2/2] iommu: Add gfp parameter to io_pgtable_ops->map()

[PATCH v3 0/4] irqchip: Add IRQCHIP_PLATFORM_DRIVER helper macros
 2020-07-23 11:42 UTC  (3+ messages)
` [PATCH v3 3/4] irqchip/mtk-sysirq: Convert to a platform driver

[PATCH v9 0/7] Add basic SoC Support for Mediatek MT6779 SoC
 2020-07-23 11:19 UTC  (7+ messages)
` [PATCH v9 1/7] pinctrl: mediatek: update pinmux definitions for mt6779
` [PATCH v9 2/7] dt-bindings: pinctrl: add bindings for MediaTek MT6779 SoC
` [PATCH v9 3/7] pinctrl: mediatek: avoid virtual gpio trying to set reg
` [PATCH v9 5/7] pinctrl: mediatek: add mt6779 eint support
` [PATCH v9 6/7] arm64: dts: add dts nodes for MT6779
` [PATCH v9 7/7] clk: mediatek: add UART0 clock support

[PATCH 0/7] Add basic SoC Support for Mediatek MT6779 SoC
 2020-07-23 11:29 UTC  (4+ messages)
` [PATCH 2/7] dt-bindings: pinctrl: add bindings for MediaTek "

[PATCH] arm64: mm: free unused memmap for sparse memory model that define VMEMMAP
 2020-07-23 11:29 UTC  (8+ messages)
  ` 答复: "
      ` 答复: "

[PATCH v10 00/12] add ecspi ERR009165 for i.mx6/7 soc family
 2020-07-23 11:12 UTC  (5+ messages)
` [PATCH v10 05/12] dmaengine: dma: imx-sdma: add fw_loaded and is_ram_script

[PATCH v2 0/3] Add USB role switch support to DWC2
 2020-07-23 11:07 UTC  (4+ messages)
` [PATCH v2 1/3] usb: dwc2: override PHY input signals with usb role switch support
` [PATCH v2 2/3] dt-bindings: usb: dwc2: add optional usb-role-switch property
` [PATCH v2 3/3] usb: dwc2: don't use ID/Vbus detection if usb-role-switch on STM32MP15 SoCs

[PATCH v4 00/20] coresight: allow to build coresight as modules
 2020-07-23 11:07 UTC  (24+ messages)
` [PATCH v4 01/20] coresight: cpu_debug: add module name in Kconfig
` [PATCH v4 02/20] coresight: cpu_debug: define MODULE_DEVICE_TABLE
` [PATCH v4 03/20] coresight: use IS_ENABLED for CONFIGs that may be modules
` [PATCH v4 04/20] coresight: add coresight prefix to barrier_pkt
` [PATCH v4 05/20] coresight: export global symbols
` [PATCH v4 06/20] coresight: add try_get_module() in coresight_grab_device()
` [PATCH v4 07/20] allow to build coresight-stm as a module, for ease of development
` [PATCH v4 08/20] coresight: allow etm3x to be built as a module
` [PATCH v4 09/20] coresight: allow etm4x "
` [PATCH v4 10/20] coresight: allow etb "
` [PATCH v4 11/20] coresight: allow tpiu "
` [PATCH v4 12/20] coresight: allow tmc "
` [PATCH v4 13/20] coresight: remove multiple init calls from funnel driver
` [PATCH v4 14/20] coresight: remove multiple init calls from replicator driver
` [PATCH v4 15/20] coresight: allow funnel and replicator drivers to be built as modules
` [PATCH v4 16/20] coresight: cti: add function to register cti associate ops
` [PATCH v4 17/20] coresight: allow cti to be built as a module
` [PATCH v4 18/20] coresight: tmc-etr: add function to register catu ops
` [PATCH v4 19/20] coresight: allow catu drivers to be built as modules
` [PATCH v4 20/20] coresight: allow the coresight core driver to be built as a module

[PATCH 0/3] KVM: arm64: Clean up memcache usage for page-table pages
 2020-07-23 11:02 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm64: Don't free memcache pages in kvm_phys_addr_ioremap()
` [PATCH 2/3] KVM: arm64: Simplify mmu_topup_memory_cache()
` [PATCH 3/3] KVM: arm64: Remove mmu_free_memory_cache()

Reset controller on the Amlogic SoC board
 2020-07-23 10:49 UTC 

[PATCH 00/19] PCI: Another round of host clean-ups
 2020-07-23 10:39 UTC  (2+ messages)

[PATCH v5 0/6] Amazon's Annapurna Labs Alpine v3 device-tree
 2020-07-23 10:34 UTC  (5+ messages)

[PATCH v2] KVM: arm64: Don't inherit exec permission across page-table levels
 2020-07-23 10:17 UTC 

[RFC PATCH 00/23] memory: Cleanup, improve and compile test memory drivers
 2020-07-23 10:16 UTC  (38+ messages)
` [RFT 01/23] memory: omap-gpmc: Remove unneeded asm/mach-types.h inclusion
` [RFT 02/23] memory: omap-gpmc: Remove unused file-scope phys_base and mem_size
` [PATCH 03/23] memory: omap-gpmc: Include <linux/sizes.h> for SZ_16M
` [RFT 04/23] memory: ti-aemif: Rename SS to SSTROBE to avoid name conflicts
` [PATCH 05/23] memory: Enable compile testing for most of the drivers
` [PATCH 06/23] memory: of: Remove unused headers
` [PATCH 07/23] memory: of: Remove __func__ in device related messages
` [PATCH 08/23] memory: of: Correct indentation
` [PATCH 09/23] memory: of: Remove unneeded extern from function declarations
` [PATCH 10/23] memory: emif-asm-offsets: Add GPLv2 SPDX license header
` [PATCH 11/23] memory: emif: Put constant in comparison on the right side
` [PATCH 12/23] memory: emif: Fix whitespace coding style violations
` [PATCH 13/23] memory: emif: Silence platform_get_irq() error in driver
` [PATCH 14/23] memory: ti-emif-pm: Fix cast to iomem pointer
` [PATCH 15/23] memory: renesas-rpc-if: Simplify with PTR_ERR_OR_ZERO
` [PATCH 16/23] memory: brcmstb_dpfe: Constify the contents of string
` [PATCH 17/23] memory: brcmstb_dpfe: Remove unneeded braces
` [PATCH 18/23] memory: mtk-smi: Add argument to function definition
` [PATCH 19/23] memory: omap-gpmc: Enclose macro statements in do-while
` [PATCH 20/23] memory: omap-gpmc: Fix whitespace issue
` [PATCH 21/23] memory: pl172: Add GPLv2 SPDX license header
` [PATCH 22/23] memory: tegra: tegra210-emc: Fix indentation
` [PATCH 23/23] MAINTAINERS: Add Krzysztof Kozlowski as maintainer of memory controllers

[PATCH v8 00/15] Add PCIe support to TI's J721E SoC
 2020-07-23 10:12 UTC  (3+ messages)

[PATCH] arm64: vdso32: Fix '--prefix=' value for newer versions of clang
 2020-07-23 10:10 UTC  (5+ messages)

[PATCH v3 00/10] Adding support for Microchip Sparx5 SoC
 2020-07-23 10:09 UTC  (3+ messages)

[PATCH] KVM: arm64: Don't inherit exec permission across page-table levels
 2020-07-23 10:08 UTC  (3+ messages)

[v7, PATCH 0/7] add drm support for MT8183
 2020-07-23 10:04 UTC  (10+ messages)
` [v7, PATCH 1/7] drm/mediatek: move ddp component defint into mtk_mmsys.h
` [v7, PATCH 2/7] mtk-mmsys: add mmsys private data
` [v7, PATCH 3/7] mtk-mmsys: add mt8183 mmsys support
` [v7, PATCH 5/7] arm64: dts: add display nodes for mt8183
` [v7, PATCH 6/7] drm/mediatek: add fifo_size into rdma private data
` [v7, PATCH 7/7] drm/mediatek: add support for mediatek SOC MT8183

[PATCH v2 0/5] add NXP imx8mp usb support
 2020-07-23  9:58 UTC  (4+ messages)
` [PATCH v2 1/5] usb: dwc3: add platform data to dwc3 core device to pass data

[PATCH] Revert "tty: xilinx_uartps: Fix missing id assignment to the console"
 2020-07-23  9:50 UTC  (7+ messages)
` [PATCH] tty: xilinx_uartps: Really fix id assignment

[PATCH 0/4] Add basic node support for Mediatek MT8192 SoC
 2020-07-23  9:07 UTC  (5+ messages)
` [PATCH 1/4] arm64: dts: Add Mediatek SoC MT8192 and evaluation board dts and Makefile
` [PATCH 2/4] dt-bindings: serial: Add compatible for Mediatek MT8192
` [PATCH 3/4] watchdog: mt8192: add wdt support
` [PATCH 4/4] dt-binding: mediatek: mt8192: update mtk-wdt document

[PATCH v3 0/9] bmips: add BCM63xx power domain controller
 2020-07-23  9:10 UTC  (8+ messages)
` [PATCH v4 "
  ` [PATCH v4 7/9] mips: bmips: dts: add BCM6328 power domain support
  ` [PATCH v4 8/9] mips: bmips: dts: add BCM6362 "
  ` [PATCH v4 9/9] mips: bmips: dts: add BCM63268 "

[PATCH v3 1/4] dt-bindings: arm: rockchip: Update ROCKPi 4 binding
 2020-07-23  9:02 UTC  (4+ messages)
` [PATCH v3 2/4] arm64: dts: rockchip: Mark rock-pi-4 as rock-pi-4a dts
` [PATCH v3 3/4] arm64: dts: rockchip: Add Radxa ROCK Pi 4B support
` [PATCH v3 4/4] arm64: dts: rockchip: Add Radxa ROCK Pi 4C support

[PATCH 0/4] arm64: Initial support for Texas Instrument's J7200 Platform
 2020-07-23  8:46 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: arm: ti: Add bindings for J7200 SoC
` [PATCH 2/4] dt-bindings: arm: ti: Convert K3 board/soc bindings to DT schema
` [PATCH 3/4] arm64: dts: ti: Add support for J7200 SoC
` [PATCH 4/4] arm64: dts: ti: Add support for J7200 Common Processor Board

[PATCH 1/1] clk: Export clk_register_composite
 2020-07-23  8:32 UTC 

[soc:imx/dt64] BUILD SUCCESS 7339115a8bee885928a13b9fc066001a5deeb353
 2020-07-23  8:36 UTC 

[soc:hisi/dt64] BUILD SUCCESS bbe28fc3cbabbef781bcdf847615d52ce2e26e42
 2020-07-23  8:35 UTC 

[soc:imx/fixes] BUILD SUCCESS 4a601da92c2a782e5c022680d476104586b74994
 2020-07-23  8:36 UTC 

[soc:imx/dt-bindings] BUILD SUCCESS d56567dba011fc22f86cd56ca4c954abeaf68d26
 2020-07-23  8:36 UTC 

[soc:sunxi/dt] BUILD SUCCESS bc6b31c53ce895977841598721f8daeabc070ced
 2020-07-23  8:36 UTC 

[PATCH v2 1/6] dt-bindings: arm: rockchip: Update ROCKPi 4 with 4A binding
 2020-07-23  8:27 UTC  (5+ messages)
` [PATCH v2 3/6] dt-bindings: arm: rockchip: Add ROCKPi 4B binding

[PATCH] dt-bindings: spi: update bindings for MT8192 SoC
 2020-07-23  8:22 UTC  (3+ messages)

[PATCH 1/2] clk: Export clk_register_composite
 2020-07-23  8:09 UTC  (4+ messages)
  ` [PATCH 2/2] clk: mediatek: Add EXPORT_SYMBOL for kernel module support

[PATCH] KVM: arm64: Prevent vcpu_has_ptrauth from generating OOL functions
 2020-07-23  8:17 UTC  (4+ messages)

[PATCH v3, 0/2] This patchset add read-only(Ro) request for capture queue
 2020-07-23  8:10 UTC  (3+ messages)
` [PATCH v3, 1/2] media: v4l UAPI: add V4L2_BUF_CAP_SUPPORTS_RO_REQUESTS
  ` [PATCH v3,1/2] "

[PATCH for v5.9] crypto: Replace HTTP links with HTTPS ones
 2020-07-23  7:58 UTC  (2+ messages)

[PATCH v4 0/5] hwrng: add support for i.MX6 rngb
 2020-07-23  7:57 UTC  (2+ messages)

[PATCHv6 0/7] crypto: add driver for TI K3 SA2UL
 2020-07-23  7:56 UTC  (2+ messages)

[PATCH 0/4] Mediatek MT8192 clock and scpsys support
 2020-07-23  7:51 UTC  (5+ messages)
` [PATCH 3/4] clk: mediatek: Add configurable enable control to mtk_pll_data

[PATCH net-next v2 0/7] Add an MDIO sub-node under MACB
 2020-07-23  7:51 UTC  (4+ messages)

[PATCH 1/1] misc: c2port: core: Make copying name from userspace more secure
 2020-07-23  7:41 UTC  (2+ messages)

[PATCH] staging: vc04_services: vchiq-mmal: Fixed tab styling issue in mmal-vchiq.c
 2020-07-23  7:21 UTC 

[PATCH v2 1/1] ARM:dts:aspeed: Initial device tree for AMD EthanolX
 2020-07-23  7:23 UTC  (2+ messages)

[PATCH 1/3] usb: dwc2: override PHY input signals with usb role switch support
 2020-07-23  7:15 UTC  (7+ messages)

[PATCH v6 3/5] KVM: PPC: clean up redundant kvm_run parameters in assembly
 2020-07-23  6:19 UTC 

[PATCH v3] Add MediaTek MT6779 devapc driver
 2020-07-23  6:11 UTC  (6+ messages)
` [PATCH v3 2/2] soc: mediatek: add mtk-devapc driver

[PATCH 0/4] add i2c support for mt8192
 2020-07-23  6:03 UTC  (9+ messages)
` [PATCH 1/4] i2c: mediatek: Add apdma sync in i2c driver
` [PATCH 2/4] i2c: mediatek: Support DMA mask range over 33-bits

[PATCH] ARM: dts: imx7d-sdb: Add notes for audio sound card
 2020-07-23  5:43 UTC 

[stericsson:ux500-dts] BUILD SUCCESS 537b91180dc296a95454287792e2c59baec60af5
 2020-07-23  5:36 UTC 

[PATCH v10 00/28] Add support for mt2701 JPEG ENC support
 2020-07-23  3:04 UTC  (29+ messages)
` [PATCH v10 01/28] media: platform: Improve subscribe event flow for bug fixing
` [PATCH v10 02/28] media: platform: Improve queue set up "
` [PATCH v10 03/28] media: platform: Improve getting and requesting irq "
` [PATCH v10 04/28] media: platform: Change the fixed device node number to unfixed value
` [PATCH v10 05/28] media: platform: Improve power on and power off flow
` [PATCH v10 06/28] media: platform: Delete the resetting hardware flow in the system PM ops
` [PATCH v10 07/28] media: platform: Improve the implementation of "
` [PATCH v10 08/28] media: platform: Add mechanism to handle jpeg hardware's locking up
` [PATCH v10 09/28] media: platform: Cancel the last frame handling flow
` [PATCH v10 10/28] media: platform: Delete zeroing the reserved fields
` [PATCH v10 11/28] media: platform: Stylistic changes for improving code quality
` [PATCH v10 12/28] media: platform: Use generic rounding helpers
` [PATCH v10 13/28] media: platform: Change MTK_JPEG_COMP_MAX macro definition location
` [PATCH v10 14/28] media: platform: Delete redundant code and add annotation for an enum
` [PATCH v10 15/28] media: platform: Delete vidioc_s_selection ioctl of jpeg dec
` [PATCH v10 16/28] media: platform: Change the maximum width and height supported by JPEG dec
` [PATCH v10 17/28] media: platform: Refactor mtk_jpeg_try_fmt_mplane()
` [PATCH v10 18/28] media: platform: Refactor mtk_jpeg_find_format()
` [PATCH v10 19/28] media: platform: Redefinition of mtk_jpeg_q_data structure
` [PATCH v10 20/28] media: platform: Change the colorspace of jpeg to the fixed value
` [PATCH v10 21/28] media: platform: Refactor mtk_jpeg_set_default_params()
` [PATCH v10 22/28] media: platform: Change the call functions of getting/enable/disable the jpeg's clock
` [PATCH v10 23/28] media: dt-bindings: Add jpeg enc device tree node document
` [PATCH v10 24/28] arm: dts: mt2701: Add jpeg enc device tree node
` [PATCH v10 25/28] media: platform: Rename jpeg dec file name
` [PATCH v10 26/28] media: platform: Rename existing functions/defines/variables
` [PATCH v10 27/28] media: platform: Using the variant structure to contain the varability between dec and enc
` [PATCH v10 28/28] media: platform: Add jpeg enc feature

[PATCH v2 0/4] Add PMIC wrapper support for Mediatek MT6873/8192 SoC IC
 2020-07-23  3:40 UTC  (5+ messages)
` [PATCH v2 1/4] soc: mediatek: pwrap: use BIT() macro
` [PATCH v2 2/4] soc: mediatek: pwrap: add arbiter capability
` [PATCH v2 3/4] dt-bindings: mediatek: add compatible for MT6873/8192 pwrap
` [PATCH v2 4/4] soc: mediatek: pwrap: add pwrap driver for MT6873/8192 SoCs

[stericsson:tc3589x-gpiohack-test] BUILD SUCCESS 8de505e7f40350e0d3f549e49aa09392f1cf679d
 2020-07-23  2:35 UTC 

[PATCH v4 0/2] synquacer: add TPM support
 2020-07-23  2:36 UTC  (3+ messages)
` [PATCH v4 1/2] tpm: tis: add support for MMIO TPM on SynQuacer

[PATCH v6] dmaengine: mediatek-cqdma: add dt-bindings and remove redundant queue
 2020-07-23  2:34 UTC  (4+ messages)
` [PATCH v6 2/4] dmaengine: mediatek-cqdma: remove redundant queue structure


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