linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-23 03:45:36 to 2021-04-23 22:53:53 UTC [more...]

[soc:arm/drivers] BUILD SUCCESS 5ffa828534036348fa90fb3079ccc0972d202c4a
 2021-04-23 22:50 UTC 

[RFC PATCH 0/4] Support for passing runtime state idle time to TF-A
 2021-04-23 22:24 UTC  (8+ messages)
` [RFC PATCH 2/4] cpuidle: menu: add idle_time to cpuidle_state

[PATCH net-next v2 00/15] mtk_eth_soc: fixes and performance improvements
 2021-04-23 21:00 UTC  (17+ messages)
` [PATCH net-next v2 01/15] net: ethernet: mtk_eth_soc: fix RX VLAN offload
` [PATCH net-next v2 02/15] net: ethernet: mtk_eth_soc: unmap RX data before calling build_skb
` [PATCH net-next v2 03/15] net: ethernet: mtk_eth_soc: fix build_skb cleanup
` [PATCH net-next v2 04/15] net: ethernet: mtk_eth_soc: use napi_consume_skb
` [PATCH net-next v2 05/15] net: ethernet: mtk_eth_soc: reduce MDIO bus access latency
` [PATCH net-next v2 06/15] net: ethernet: mtk_eth_soc: remove unnecessary TX queue stops
` [PATCH net-next v2 07/15] net: ethernet: mtk_eth_soc: use larger burst size for QDMA TX
` [PATCH net-next v2 08/15] net: ethernet: mtk_eth_soc: increase DMA ring sizes
` [PATCH net-next v2 09/15] net: ethernet: mtk_eth_soc: implement dynamic interrupt moderation
` [PATCH net-next v2 10/15] net: ethernet: mtk_eth_soc: cache HW pointer of last freed TX descriptor
` [PATCH net-next v2 11/15] net: ethernet: mtk_eth_soc: only read the full RX descriptor if DMA is done
` [PATCH net-next v2 12/15] net: ethernet: mtk_eth_soc: reduce unnecessary interrupts
` [PATCH net-next v2 13/15] net: ethernet: mtk_eth_soc: rework NAPI callbacks
` [PATCH net-next v2 14/15] net: ethernet: mtk_eth_soc: set PPE flow hash as skb hash if present
` [PATCH net-next v2 15/15] net: ethernet: mtk_eth_soc: use iopoll.h macro for DMA init

[PATCH] arm64/vdso: Discard .note.gnu.property sections in vDSO
 2021-04-23 20:51 UTC 

[RFT, PATCH v1 0/5] gpio: xilinx: convert to use bitmap API
 2021-04-23 20:41 UTC  (2+ messages)

[PATCH 1/3] arm64: armv8_deprecated: Fix swp_handler() signal generation
 2021-04-23 20:03 UTC  (7+ messages)
` [PATCH 2/3] arm64: signal: sigreturn() and rt_sigreturn() sometime returns the wrong signals

[GIT PULL] ARM SoC fixes for v5.12, part 4
 2021-04-23 20:02 UTC  (2+ messages)

[RFC PATCH 0/2] ARM: mstar: Internal bus madness
 2021-04-23 19:52 UTC  (5+ messages)
` [RFC PATCH 1/2] ARM: mstar: Add header with macros for RIU register access

[PATCH] soc: ti: Use devm_platform_ioremap_resource_byname
 2021-04-23 19:06 UTC  (2+ messages)

[PATCH v4 05/17] drm/dp: Pass drm_dp_aux to drm_dp_link_train_clock_recovery_delay()
 2021-04-23 18:42 UTC  (2+ messages)
` [PATCH v4 06/17] drm/dp: Pass drm_dp_aux to drm_dp*_link_train_channel_eq_delay()

[PATCH] dt-bindings: net: mediatek/ralink: remove unused bindings
 2021-04-23 18:41 UTC  (4+ messages)

[PATCH v2 00/14] spi: pxa2xx: Set of cleanups
 2021-04-23 18:24 UTC  (15+ messages)
` [PATCH v2 01/14] spi: pxa2xx: Use one point of return when ->probe() fails
` [PATCH v2 02/14] spi: pxa2xx: Utilize MMIO and physical base from struct ssp_device
` [PATCH v2 03/14] spi: pxa2xx: Utilize struct device "
` [PATCH v2 04/14] spi: pxa2xx: Replace header inclusions by forward declarations
` [PATCH v2 05/14] spi: pxa2xx: Unify ifdeffery used in the headers
` [PATCH v2 06/14] spi: pxa2xx: Group Intel Quark specific definitions
` [PATCH v2 07/14] spi: pxa2xx: Introduce int_stop_and_reset() helper
` [PATCH v2 08/14] spi: pxa2xx: Reuse int_error_stop() in pxa2xx_spi_slave_abort()
` [PATCH v2 09/14] spi: pxa2xx: Use pxa_ssp_enable()/pxa_ssp_disable() in the driver
` [PATCH v2 10/14] spi: pxa2xx: Extract pxa2xx_spi_update() helper
` [PATCH v2 11/14] spi: pxa2xx: Extract clear_SSCR1_bits() helper
` [PATCH v2 12/14] spi: pxa2xx: Extract read_SSSR_bits() helper
` [PATCH v2 13/14] spi: pxa2xx: Constify struct driver_data parameter
` [PATCH v2 14/14] spi: pxa2xx: Introduce special type for Merrifield SPIs

[PATCH V2] ARM: dts: imx6q-dhcom: Add PU,VDD1P1,VDD2P5 regulators
 2021-04-23 17:57 UTC 

[PATCH] arm64: doc: Add brk/mmap/mremap() to the Tagged Address ABI Exceptions
 2021-04-23 17:51 UTC 

[PATCH v1 01/14] spi: pxa2xx: Use one point of return when ->probe() fails
 2021-04-23 17:49 UTC  (17+ messages)
` [PATCH v1 02/14] spi: pxa2xx: Utilize MMIO and physical base from struct ssp_device
` [PATCH v1 03/14] spi: pxa2xx: Utilize struct device "
` [PATCH v1 04/14] spi: pxa2xx: Replace header inclusions by forward declarations
` [PATCH v1 05/14] spi: pxa2xx: Consolidate related headers under include/linux/spi
` [PATCH v1 06/14] spi: pxa2xx: Group Intel Quark specific definitions
` [PATCH v1 07/14] spi: pxa2xx: Introduce int_stop_and_reset() helper
` [PATCH v1 08/14] spi: pxa2xx: Reuse int_error_stop() in pxa2xx_spi_slave_abort()
` [PATCH v1 09/14] spi: pxa2xx: Use pxa_ssp_enable()/pxa_ssp_disable() in the driver
` [PATCH v1 10/14] spi: pxa2xx: Extract pxa2xx_spi_update() helper
` [PATCH v1 11/14] spi: pxa2xx: Extract clear_SSCR1_bits() helper
` [PATCH v1 12/14] spi: pxa2xx: Extract read_SSSR_bits() helper
` [PATCH v1 13/14] spi: pxa2xx: Constify struct driver_data parameter
` [PATCH v1 14/14] spi: pxa2xx: Introduce special type for Merrifield SPIs

[PATCH V7, RESEND 0/2] watchdog: mtk: support pre-timeout when the bark irq is available
 2021-04-23 17:39 UTC  (3+ messages)
` [PATCH V7, RESEND 2/2] doc: mtk-wdt: "

[PATCH] spi: bcm2835: Fix buffer overflow with CS able to go beyond limit
 2021-04-23 17:34 UTC  (9+ messages)

[PATCH] media: mtk-vpu: on suspend, read/write regs only if vpu is running
 2021-04-23 17:27 UTC 

[PATCH v6 0/2] pwm: visconti: Add Toshiba Visconti SoC PWM support
 2021-04-23 17:20 UTC  (3+ messages)

[PATCH 0/4] Expand Xilinx CDMA functions
 2021-04-23 17:20 UTC  (10+ messages)
` [PATCH 4/4] dmaengine: xilinx_dma: Add device synchronisation callback
    ` [EXTERNAL] "
  ` [EXTERNAL] Re: [PATCH 0/4] Expand Xilinx CDMA functions

[PATCH] arm64: Show three registers per line
 2021-04-23 17:11 UTC  (2+ messages)

[PATCH v3] arm64: vdso32: drop -no-integrated-as flag
 2021-04-23 17:11 UTC  (2+ messages)

[PATCH 0/2] arm64: ACPI GTDT watchdog fixes
 2021-04-23 17:11 UTC  (4+ messages)

[PATCH] arm64: alternative: simplify passing alt_region
 2021-04-23 17:10 UTC  (2+ messages)

[PATCH] arm64: remove HAVE_DEBUG_BUGVERBOSE
 2021-04-23 17:10 UTC  (2+ messages)

[PATCH] arm64: Force SPARSEMEM_VMEMMAP as the only memory management model
 2021-04-23 17:09 UTC  (2+ messages)

[PATCH 1/2] pwm: atmel: Fix duty cycle calculation in .get_state()
 2021-04-23 17:07 UTC  (4+ messages)
` [PATCH 2/2] pwm: atmel: Improve duty cycle calculation in .apply()

[PATCH v3 1/4] dt-bindings: pwm: convert pwm-rockchip.txt to YAML
 2021-04-23 16:53 UTC  (2+ messages)

[PATCH] pwm: mediatek: remove unused function
 2021-04-23 16:47 UTC  (2+ messages)

[PATCH 1/4] drm/panel: seperate panel power control from panel prepare/unprepare
 2021-04-23 16:36 UTC  (3+ messages)
` [PATCH 3/4] drm/mediatek: fine tune the dsi panel's power sequence

[PATCH v6 0/3] Add ZynqMP pinctrl driver
 2021-04-23 15:54 UTC  (5+ messages)
` [PATCH v6 3/3] pinctrl: Add Xilinx ZynqMP pinctrl driver support

[PATCH] mips/bcm63xx: Use BUG_ON instead of if condition followed by BUG
 2021-04-23 15:45 UTC  (2+ messages)

[PATCH] arm64:align function __arch_clear_user
 2021-04-23 15:37 UTC  (3+ messages)

[PATCH] arm64: dts: marvell: armada-37xx: Set linux, pci-domain to zero
 2021-04-23 15:33 UTC  (7+ messages)
  ` [PATCH] arm64: dts: marvell: armada-37xx: Set linux,pci-domain "

[PATCH V5 0/8] remoteproc: imx_rproc: support i.MX7ULP/8MN/8MP
 2021-04-23 14:50 UTC  (4+ messages)

[PATCH V7 1/2] watchdog: mtk: support pre-timeout when the bark irq is available
 2021-04-23 14:10 UTC  (5+ messages)
`  "
      `  "

[GIT PULL 1/5] dt-bindings: Changes for v5.13-rc1
 2021-04-23 13:59 UTC  (5+ messages)
` [GIT PULL 5/5] arm64: tegra: Device tree fixes for v5.12-rc6

[PATCH 1/2] drm/mediatek: set panel orientation before drm_dev_register()
 2021-04-23 13:53 UTC  (2+ messages)

[PATCH v1] coresight: add node to reset all coresight devices
 2021-04-23 13:20 UTC  (2+ messages)

[PATCH] arm/mach-hisi: Use BUG_ON instead of if condition followed by BUG
 2021-04-23 13:10 UTC  (3+ messages)
  `  "

[PATCH] arm64: dts: mt8183: add mediatek,gce-events in mutex
 2021-04-23 13:00 UTC  (2+ messages)

[PATCH v1 1/8] dt-bindings: spi: spi-rockchip: add description for rv1126
 2021-04-23 12:18 UTC  (10+ messages)
` [PATCH v1 2/8] spi: rockchip: add compatible string "
` [PATCH v1 3/8] spi: rockchip: Support cs-gpio
` [PATCH v1 4/8] dt-bindings: spi: spi-rockchip: add description for rk3568
` [PATCH v1 5/8] spi: rockchip: Add compatible string "
` [PATCH v1 6/8] spi: rockchip: Set rx_fifo interrupt waterline base on transfer item
  ` [PATCH v1 7/8] spi: rockchip: Wait for STB status in slave mode tx_xfer
  ` [PATCH v1 8/8] spi: rockchip: Support SPI_CS_HIGH

[PATCH 1/2] memory: stm32-fmc2-ebi: add missing of_node_put for loop iteration
 2021-04-23 12:02 UTC  (3+ messages)
` [PATCH 2/2] memory: atmel-ebi: "
` [Linux-stm32] [PATCH 1/2] memory: stm32-fmc2-ebi: "

[PATCH v2 0/6] Add support for ACPI VIOT
 2021-04-23 11:38 UTC  (7+ messages)
` [PATCH v2 1/6] ACPI: arm64: Move DMA setup operations out of IORT
` [PATCH v2 2/6] ACPI: Move IOMMU setup code "
` [PATCH v2 3/6] ACPI: Add driver for the VIOT table
` [PATCH v2 4/6] iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()
` [PATCH v2 5/6] iommu/dma: Simplify calls "
` [PATCH v2 6/6] iommu/virtio: Enable x86 support

[PATCH] SPI: meson-spifc add missed calls to remove function
 2021-04-23 11:47 UTC  (2+ messages)

[PATCH v2] irqchip/gic-v3: Do not enable irqs when handling spurious interrups
 2021-04-23 11:47 UTC  (3+ messages)

[GIT PULL] KVM/arm64 updates for 5.13
 2021-04-23 11:42 UTC  (2+ messages)

[PATCH v2 1/3] arm64: ptrace: Add is_syscall_success to handle compat
 2021-04-23 10:35 UTC  (3+ messages)
` [PATCH v2 2/3] arm64: syscall.h: Add sign extension handling in syscall_get_return_value for compat
` [PATCH v2 3/3] audit: Use syscall_get_return_value to get syscall return code in audit_syscall_exit

[PATCH v11] arm64: dts: imx8qxp: Add jpeg encoder/decoder nodes
 2021-04-23 10:14 UTC 

[PATCH v10] arm64: dts: imx8qxp: Add jpeg encoder/decoder nodes
 2021-04-23 10:13 UTC  (2+ messages)

[soc:for-next] BUILD SUCCESS 23b0b51551a75b334b4d4e38d9a6c2ff1ccef793
 2021-04-23 10:07 UTC 

[soc:arm/fixes] BUILD SUCCESS 450225a402e5b2b4c7ddef7ec54f797868d0f583
 2021-04-23 10:07 UTC 

[soc:arm/dt] BUILD SUCCESS 3f9a3345a3a116af806064826d42cf5211dd611d
 2021-04-23 10:07 UTC 

[PATCH RFC v1 00/11] iommu/virtio: vSVA support with Arm
 2021-04-23  9:51 UTC  (12+ messages)
` [PATCH RFC v1 01/11] uapi/virtio-iommu: Add page request grp-id and flags information
` [PATCH RFC v1 02/11] iommu/virtio: Maintain a list of endpoints served by viommu_dev
` [PATCH RFC v1 03/11] iommu/virtio: Handle incoming page faults
` [PATCH RFC v1 04/11] iommu/virtio: Add a io page fault queue
` [PATCH RFC v1 05/11] iommu/virtio: Add SVA feature and related enable/disable callbacks
` [PATCH RFC v1 06/11] iommu/pasid-table: Add pasid table ops for shared context management
` [PATCH RFC v1 07/11] iommu/arm-smmu-v3: Move shared context descriptor code to cd-lib
` [PATCH RFC v1 08/11] iommu/arm-smmu-v3: Implement shared context alloc and free ops
` [PATCH RFC v1 09/11] iommu/virtio: Implement sva bind/unbind calls
` [PATCH RFC v1 10/11] uapi/virtio-iommu: Add a new request type to send page response
` [PATCH RFC v1 11/11] iommu/virtio: Add support "

[PATCH 0/4] coresight: Add ETR-PERF polling
 2021-04-23  9:20 UTC  (5+ messages)
` [PATCH 1/4] coresight: tmc-etr: Advance buffer pointer in sync buffer
` [PATCH 2/4] coresight: tmc-etr: Track perf handler

[PATCH v2] arm64: dts: ti: k3-am654-base-board: remove ov5640
 2021-04-23  8:31 UTC 

[PATCH v4 00/16] kvm/arm: Align the VMID allocation with the arm64 ASID one
 2021-04-23  8:31 UTC  (3+ messages)

[PATCH v2 0/4] arm64: drop pfn_valid_within() and simplify pfn_valid()
 2021-04-23  8:11 UTC  (5+ messages)

About add an A64FX cache control function into resctrl
 2021-04-23  8:10 UTC  (4+ messages)

[RFC PATCH] irqchip/gic-v3: Do not enable irqs when handling spurious interrups
 2021-04-23  8:08 UTC  (6+ messages)

[PATCH v20 0/2] Enable power management for ufs wlun
 2021-04-23  8:01 UTC  (8+ messages)
` [PATCH v20 1/2] scsi: ufs: Enable power management for wlun

[PATCH] arm64: defconfig: Do not override the MTK_PMIC_WRAP symbol
 2021-04-23  7:52 UTC 

[PATCH] arm64: defconfig: Allow Mediatek boards to boot from the mmc
 2021-04-23  7:52 UTC 

[PATCH] arm64: dts: ti: k3-j7200: Remove "#address-cells" property from GPIO DT nodes
 2021-04-23  6:47 UTC 

[PATCH] clk: zynqmp: fix compile testing without ZYNQMP_FIRMWARE
 2021-04-23  6:37 UTC  (4+ messages)

[PATCH v2 0/1] arm: topology: parse the topology from the dt
 2021-04-23  6:25 UTC  (11+ messages)

[PATCH 0/2] usb: xhci-mtk: relax peridoc TT bandwidth checking
 2021-04-23  6:06 UTC  (9+ messages)
` [PATCH 1/2] usb: xhci-mtk: remove unnecessary assignments in periodic TT scheduler

[PATCH 1/2] ASoC: imx-akcodec: Add imx-akcodec machine driver
 2021-04-23  5:51 UTC  (2+ messages)
` [PATCH 2/2] ASoC: dt-bindings: imx-akcodec: Add binding doc for akcodec "

[PATCH] arm64: dts: ti: k3-am64-mcu: Fix the compatible string in GPIO DT node
 2021-04-23  6:01 UTC 

[PATCH v1 0/4] Refactor MTK MDP driver into core/components
 2021-04-23  5:58 UTC  (5+ messages)
` [PATCH v1 1/4] mtk-mdp: add driver to probe mdp components
` [PATCH v1 2/4] mtk-mdp: use pm_runtime in MDP component driver
` [PATCH v1 3/4] media: mtk-mdp: don't pm_run_time_get/put for master comp in clock_on
` [PATCH v1 4/4] mtk-mdp: soc: mediatek: register mdp from mmsys

[PATCH net-next v3 0/6] provide generic net selftest support
 2021-04-23  4:37 UTC  (3+ messages)

[PATCH v5 0/1] Mediatek pinctrl patch on mt8195
 2021-04-23  4:26 UTC  (3+ messages)
` [PATCH v5] pinctrl: add rsel setting on MT8195

[PATCH net-next 00/14] mtk_eth_soc: fixes and performance improvements
 2021-04-23  4:20 UTC  (9+ messages)
` [PATCH net-next 05/14] net: ethernet: mtk_eth_soc: reduce MDIO bus access latency
` [PATCH net-next 12/14] net: ethernet: mtk_eth_soc: reduce unnecessary interrupts


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