linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-12 08:15:25 to 2022-04-12 12:47:46 UTC [more...]

[PATCH] spi: spi-mtk-nor: initialize spi controller after resume
 2022-04-12 12:27 UTC  (2+ messages)

[PATCH V2 00/15] cpufreq: mediatek: Cleanup and support MT8183 and MT8186
 2022-04-12 12:26 UTC  (14+ messages)
` [PATCH V2 07/15] cpufreq: mediatek: Add opp notification for SVS support
` [PATCH V2 12/15] cpufreq: mediatek: Use maximum voltage in init stage
` [PATCH V2 13/15] cpufreq: mediatek: Link CCI device to CPU

[PATCH 07/10] crypto: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
 2022-04-12 12:31 UTC  (16+ messages)

[PATCH] Revert "mt76: mt7921: enable aspm by default"
 2022-04-12 12:30 UTC  (7+ messages)

[PATCH V5 0/7] mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot()
 2022-04-12 12:30 UTC  (7+ messages)
` [PATCH V5 2/7] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V5 6/7] mm/mmap: Drop arch_filter_pgprot()
` [PATCH V5 7/7] mm/mmap: Drop arch_vm_get_page_pgprot()

[PATCH net-next v3 00/18] Remove use of list iterator after loop body
 2022-04-12 12:15 UTC  (19+ messages)
` [PATCH net-next v3 01/18] connector: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v3 02/18] net: dsa: sja1105: remove use of iterator after list_for_each_entry() loop
` [PATCH net-next v3 03/18] net: dsa: sja1105: reorder sja1105_first_entry_longer_than with memory allocation
` [PATCH net-next v3 04/18] net: dsa: sja1105: use list_add_tail(pos) instead of list_add(pos->prev)
` [PATCH net-next v3 05/18] net: dsa: mv88e6xxx: remove redundant check in mv88e6xxx_port_vlan()
` [PATCH net-next v3 06/18] net: dsa: mv88e6xxx: refactor mv88e6xxx_port_vlan()
` [PATCH net-next v3 07/18] net: dsa: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v3 08/18] net: sparx5: "
` [PATCH net-next v3 09/18] qed: Use "
` [PATCH net-next v3 10/18] qed: Replace usage of found with "
` [PATCH net-next v3 11/18] qed: Remove usage of list iterator variable after the loop
` [PATCH net-next v3 12/18] net: qede: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v3 13/18] net: qede: Remove check of list iterator against head past the loop body
` [PATCH net-next v3 14/18] sfc: Remove usage of list iterator for list_add() after "
` [PATCH net-next v3 15/18] net: netcp: Remove usage of list iterator for list_add() after "
` [PATCH net-next v3 16/18] ps3_gelic: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v3 17/18] ipvlan: Remove usage of list iterator variable for the loop body
` [PATCH net-next v3 18/18] team: Remove use of list iterator variable for list_for_each_entry_from()

[PATCH V4 1/3] dt-bindings: mmc: imx-esdhc: Update compatible fallbacks
 2022-04-12 12:09 UTC  (2+ messages)

[PATCH 0/2] soc: mediatek: svs: add support for mt8186
 2022-04-12 12:08 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: soc: mediatek: add mt8186 svs dt-bindings
` [PATCH 2/2] soc: mediatek: svs: add support for mt8186

[PATCH 0/2] rtc: Introduce rtc-ti-k3
 2022-04-12 12:06 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: rtc: Add TI K3 RTC devicetree bindings documentation

[RFC V2 0/8] arm64/perf: Enable branch stack sampling
 2022-04-12 11:54 UTC  (9+ messages)
` [RFC V2 1/8] perf: Consolidate branch sample filter helpers
` [RFC V2 2/8] arm64/perf: Add register definitions for BRBE
` [RFC V2 3/8] arm64/perf: Update struct arm_pmu "
` [RFC V2 4/8] arm64/perf: Update struct pmu_hw_events "
` [RFC V2 5/8] driver/perf/arm_pmu_platform: Add support for BRBE attributes detection
` [RFC V2 6/8] arm64/perf: Drive BRBE from perf event states
` [RFC V2 7/8] arm64/perf: Add BRBE driver
` [RFC V2 8/8] arm64/perf: Enable branch stack sampling

[PATCH v2 0/7] SDX65 devicetree updates
 2022-04-12 11:54 UTC  (5+ messages)
` [PATCH v2 2/7] dt-bindings: mmc: sdhci-msm: Document the SDX65 compatible
` [PATCH v2 4/7] dt-bindings: arm-smmu: Add binding for SDX65 SMMU

[RFC 1/1] usb: chipidea: ci_hdrc_imx: disable runtime pm for HSIC interface
 2022-04-12 11:36 UTC  (5+ messages)
` (EXT) "
    ` (EXT) "

[RFC PATCH -next V3 0/6]arm64: add machine check safe support
 2022-04-12 11:50 UTC  (5+ messages)
` [RFC PATCH -next V3 1/6] x86: fix function define in copy_mc_to_user
` [RFC PATCH -next V3 2/6] arm64: fix types in copy_highpage()

[PATCH 00/11] Support Pensando Elba SoC
 2022-04-12 11:37 UTC  (9+ messages)
` [PATCH 04/11] dt-bindings: spi: Add compatible for "
` [PATCH 05/11] dt-bindings: spi: dw: Add Pensando Elba SoC SPI Controller bindings
` [PATCH 10/11] spi: dw: Add support for Pensando Elba SoC
` [PATCH 11/11] arm64: dts: Add Pensando Elba SoC support

[PATCH net-next v2 00/18] Remove use of list iterator after loop body
 2022-04-12 11:37 UTC  (21+ messages)
` [PATCH net-next v2 01/18] connector: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v2 02/18] net: dsa: sja1105: remove use of iterator after list_for_each_entry() loop
` [PATCH net-next v2 03/18] net: dsa: sja1105: reorder sja1105_first_entry_longer_than with memory allocation
` [PATCH net-next v2 04/18] net: dsa: sja1105: use list_add_tail(pos) instead of list_add(pos->prev)
` [PATCH net-next v2 05/18] net: dsa: mv88e6xxx: remove redundant check in mv88e6xxx_port_vlan()
` [PATCH net-next v2 06/18] net: dsa: mv88e6xxx: refactor mv88e6xxx_port_vlan()
` [PATCH net-next v2 07/18] net: dsa: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v2 08/18] net: sparx5: "
` [PATCH net-next v2 09/18] qed: Use "
` [PATCH net-next v2 10/18] qed: Replace usage of found with "
` [PATCH net-next v2 11/18] qed: Remove usage of list iterator variable after the loop
` [PATCH net-next v2 12/18] net: qede: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v2 13/18] net: qede: Remove check of list iterator against head past the loop body
` [PATCH net-next v2 14/18] sfc: Remove usage of list iterator for list_add() after "
` [PATCH net-next v2 15/18] net: netcp: Remove usage of list iterator for list_add() after "
` [PATCH net-next v2 16/18] ps3_gelic: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v2 17/18] ipvlan: Remove usage of list iterator variable for the loop body
` [PATCH net-next v2 18/18] team: Remove use of list iterator variable for list_for_each_entry_from()

[PATCH v9 00/23] drm/rockchip: RK356x VOP2 support
 2022-04-12 11:30 UTC  (15+ messages)

[PATCH 0/5] arm64: Treat ESR_ELx as a 64-bit register
 2022-04-12 11:30 UTC  (5+ messages)
` [PATCH 5/5] KVM: arm64: uapi: Add kvm_debug_exit_arch.hsr_high

[PATCH 0/5] arm: bcmbca: introduce the bcmbca architecture and 47622 SOC
 2022-04-12 11:28 UTC  (5+ messages)
` [PATCH 1/5] dt-bindings: arm: add bcmbca device tree binding document
` [PATCH 3/5] ARM: dts: add dts files for bcmbca soc 47622

[PATCH] ARM: dts: at91: use generic node name for dataflash
 2022-04-12 11:21 UTC  (2+ messages)

[PATCH] clk: imx: scu: fix a potential memory leak in __imx_clk_gpr_scu()
 2022-04-12 11:05 UTC  (2+ messages)

[PATCH 00/18] PCI: aardvark controller changes BATCH 5
 2022-04-12 11:14 UTC  (3+ messages)
` [PATCH 16/18] PCI: aardvark: Add suspend to RAM support

[PATCH 0/2] arm: dts: Add device tree for bosch acc board
 2022-04-12 11:11 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: arm: Add "
` [PATCH 2/2] arm: dts: Add device tree for "

[PATCH] media: amphion: fix decoder's interlaced filed
 2022-04-12 11:01 UTC  (3+ messages)
  ` [EXT] "

[PATCH V2 1/2] clk: imx: add mcore_booted module paratemter
 2022-04-12 10:48 UTC  (6+ messages)
` [PATCH V2 2/2] clk: imx8m: check mcore_booted before register clk

[PATCH v3] PCI: imx6: Replace legacy gpio interface for gpiod interface
 2022-04-12 11:02 UTC  (6+ messages)

[PATCH v2] media: amphion: fix decoder's interlaced field
 2022-04-12 11:01 UTC 

[PATCH] clk: imx: Add check for kcalloc
 2022-04-12 11:01 UTC  (2+ messages)

[PATCH] signal: Deliver SIGTRAP on perf event asynchronously if blocked
 2022-04-12 11:00 UTC  (3+ messages)

[PATCH v2 1/2] dt-bindings: imx: add clock bindings for i.MX8MN GPT
 2022-04-12 10:57 UTC  (2+ messages)

[PATCH 1/2] ARM: dts: at91: align SPI NOR node name with dtschema
 2022-04-12 10:43 UTC  (6+ messages)
` [PATCH 2/2] arm64: dts: microchip: "

[PATCH v3 00/15] Make ETM register accesses consistent with sysreg.h
 2022-04-12 10:42 UTC  (34+ messages)
` [PATCH v3 01/15] coresight: etm4x: Cleanup TRCIDR0 register accesses
` [PATCH v3 02/15] coresight: etm4x: Cleanup TRCIDR2 "
` [PATCH v3 03/15] coresight: etm4x: Cleanup TRCIDR3 "
` [PATCH v3 04/15] coresight: etm4x: Cleanup TRCIDR4 "
` [PATCH v3 05/15] coresight: etm4x: Cleanup TRCIDR5 "
` [PATCH v3 06/15] coresight: etm4x: Cleanup TRCCONFIGR "
` [PATCH v3 07/15] coresight: etm4x: Cleanup TRCEVENTCTL1R "
` [PATCH v3 08/15] coresight: etm4x: Cleanup TRCSTALLCTLR "
` [PATCH v3 09/15] coresight: etm4x: Cleanup TRCVICTLR "
` [PATCH v3 10/15] coresight: etm3x: Cleanup ETMTECR1 "
` [PATCH v3 11/15] coresight: etm4x: Cleanup TRCACATRn "
` [PATCH v3 12/15] coresight: etm4x: Cleanup TRCSSCCRn and TRCSSCSRn "
` [PATCH v3 13/15] coresight: etm4x: Cleanup TRCSSPCICRn "
` [PATCH v3 14/15] coresight: etm4x: Cleanup TRCBBCTLR "
` [PATCH v3 15/15] coresight: etm4x: Cleanup TRCRSCTLRn "

[PATCH v18 00/10] Add Mediatek Soc DRM (vdosys0) support for mt8195
 2022-04-12 10:31 UTC  (11+ messages)
` [PATCH v18 01/10] dt-bindings: arm: mediatek: mmsys: add power and gce properties
` [PATCH v18 02/10] dt-bindings: arm: mediatek: mmsys: add mt8195 SoC binding
` [PATCH v18 03/10] soc: mediatek: add mtk-mmsys support for mt8195 vdosys0
` [PATCH v18 04/10] soc: mediatek: add mtk-mutex "
` [PATCH v18 05/10] drm/mediatek: add DSC support for mediatek-drm
` [PATCH v18 06/10] drm/mediatek: add MERGE "
` [PATCH v18 07/10] drm/mediatek: add mediatek-drm of vdosys0 support for mt8195
` [PATCH v18 08/10] soc: mediatek: add DDP_DOMPONENT_DITHER0 enum for mt8195 vdosys0
` [PATCH v18 09/10] drm/mediatek: add postfix 0 to DDP_COMPONENT_DITHER "
` [PATCH v18 10/10] soc: mediatek: remove DDP_DOMPONENT_DITHER enum

[PATCH net-next v2 0/9] net: dsa: mt7530: updates for phylink changes
 2022-04-12 10:21 UTC  (4+ messages)

[PATCH] arm_pmu: Validate single/group leader events
 2022-04-12 10:14 UTC  (4+ messages)

[PATCH] arm64: mm: install KPTI nG mappings with MMU enabled
 2022-04-12 10:07 UTC  (2+ messages)

[PATCH v2 0/2] Enable orphan-handling=warn for VDSO
 2022-04-12 10:05 UTC  (4+ messages)

[PATCH 00/22] drm/mediatek: Add mt8195 DisplayPort driver
 2022-04-12 10:06 UTC  (28+ messages)
` [PATCH v9 03/22] dt-bindings: mediatek, dp_phy: Add Display Port PHY binding
  ` [PATCH v9 03/22] dt-bindings: mediatek,dp_phy: "
` [PATCH v9 04/22] drm/edid: Convert cea_sad helper struct to kernelDoc
` [PATCH v9 06/22] video/hdmi: Add audio_infoframe packing for DP
` [PATCH v9 15/22] drm/mediatek: dpi: Add dpintf support
` [PATCH v9 16/22] drm/meditek: dpi: Add matrix_sel helper
` [PATCH v9 17/22] phy: phy-mtk-dp: Add driver for DP phy
` [PATCH v9 18/22] drm/mediatek: Add mt8195 Embedded DisplayPort driver

[PATCH 04/10] drm/sun4i: Allow building the driver on RISC-V
 2022-04-12 10:00 UTC  (2+ messages)

[RFC 00/13] PRUSS Remoteproc, Platform APIS, and Ethernet Driver
 2022-04-12  9:56 UTC  (8+ messages)
  ` [RFC 13/13] net: ti: icssg-prueth: Add ICSSG ethernet driver

[PATCH 00/11] drm: bridge: Add Samsung MIPI DSIM bridge
 2022-04-12  9:55 UTC  (4+ messages)
    ` [PATCH 01/11] drm: bridge: Add Samsung DSIM bridge driver
  ` [PATCH 02/11] drm: bridge: samsung-dsim: Handle platform init via driver_data

[PATCH v5 0/4] PCI: mvebu: Slot support
 2022-04-12  9:49 UTC  (5+ messages)
` [PATCH v5 1/4] PCI: Add PCI_EXP_SLTCTL_ASPL_DISABLE macro
` [PATCH v5 2/4] dt-bindings: Add 'slot-power-limit-milliwatt' PCIe port property
` [PATCH v5 3/4] PCI: Add function for parsing 'slot-power-limit-milliwatt' DT property
` [PATCH v5 4/4] PCI: mvebu: Add support for sending Set_Slot_Power_Limit message

[PATCH 1/2] dt-bindings: timer: Update TI timer to yaml
 2022-04-12  9:48 UTC  (9+ messages)
` [PATCH 2/2] dt-bindings: timer: Add compatible for am6 for TI timer-dm

[PATCH v3 0/5] imx-jpeg: Support dynamic resolution change
 2022-04-12  9:46 UTC  (2+ messages)

[PATCH v0 00/10] i.MX8MP HDMI support
 2022-04-12  9:41 UTC  (3+ messages)

[PATCH 1/1] sched/pelt: Refine the enqueue_load_avg calculate method
 2022-04-12  9:28 UTC  (5+ messages)

[PATCH] spi: spi-stm32-qspi: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-12  9:32 UTC  (2+ messages)
` [Linux-stm32] "

[PATCH v13 7/9] irqchip: Add Sunplus SP7021 interrupt controller driver
 2022-04-12  9:28 UTC  (2+ messages)

[PATCH v4, 0/3] Add mt8186 dsi compatoble & Convert dsi_dtbinding to .yaml
 2022-04-12  9:17 UTC  (3+ messages)
` [PATCH v4, 1/3] dt-bindings: display: mediatek: dsi: "

[PATCH v2 0/2] Introduce MediaTek CCI devfreq driver
 2022-04-12  9:17 UTC  (9+ messages)
` [PATCH v2 1/2] dt-bindings: devfreq: mediatek: Add mtk cci devfreq dt-bindings
` [PATCH v2 2/2] PM / devfreq: mediatek: Introduce MediaTek CCI devfreq driver

[PATCH] drm/tidss: Soft Reset DISPC on startup
 2022-04-12  9:10 UTC  (2+ messages)

[PATCH RFC v1] arm64: mm: change mem_map to use block/section mapping with crashkernel
 2022-04-12  9:07 UTC 

[PATCH] peci: fix error check return value of platform_get_irq()
 2022-04-12  9:01 UTC 

[PATCH v2] iio: stmpe-adc: Fix wait_for_completion_timeout return value check
 2022-04-12  8:52 UTC  (3+ messages)
` [PATCH v3] iio: adc: "

[PATCH] soc: ti: knav_dma: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-12  8:46 UTC  (2+ messages)

[PATCH v7 0/7] Add support for HiSilicon PCIe Tune and Trace device
 2022-04-12  8:39 UTC  (5+ messages)
` [PATCH v7 2/7] hwtracing: Add trace function "

[RFC PATCH v1 0/9] arm64: livepatch: Use DWARF Call Frame Information for frame pointer validation
 2022-04-12  8:32 UTC  (4+ messages)

[PATCH v4,0/2] Add mt8186 dpi compatiable
 2022-04-12  8:20 UTC  (3+ messages)
` [PATCH v4,2/2] drm/mediatek: Add mt8186 dpi compatible to mtk_dpi.c


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