linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-15 08:04:51 to 2022-04-15 18:27:48 UTC [more...]

[PATCH] rtc: sun6i: Add NVMEM provider
 2022-04-15 18:26 UTC  (2+ messages)

[PATCH] fix memory leak in sun50i_cpufreq_nvmem_probe
 2022-04-15 18:25 UTC  (2+ messages)

[PATCH v2 1/3] dt-bindings: input: sun4i-lradc-keys: Add R329 and D1 compatibles
 2022-04-15 18:21 UTC  (5+ messages)
` [PATCH v2 2/3] Input: sun4i-lradc-keys: Add optional clock/reset support
` [PATCH v2 3/3] Input: sun4i-lradc-keys: Add support for R329 and D1

[PATCH] arm64: head: Fix cache inconsistency of the identity-mapped region
 2022-04-15 17:05 UTC  (2+ messages)

[PATCH bpf-next v2 0/6] bpf trampoline for arm64
 2022-04-15 17:12 UTC  (3+ messages)
` [PATCH bpf-next v2 5/6] bpf, arm64: "

[PATCH 1/2] dt-bindings: ufs: mediatek, ufs: add compatible for MT8195 SoC
 2022-04-15 16:59 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: mediatek: mt8195: add UFS HCI node

[PATCH] gpio: use raw spinlock for gpio chip shadowed data
 2022-04-15 16:55 UTC 

[PATCH 01/16] dt-bindings: PCI: dwc: Define generic and native DT bindings
 2022-04-15 16:14 UTC  (3+ messages)

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

[PATCH v3 1/1] arm64: dts: mt6359: add PMIC MT6359 nodes
 2022-04-15 16:03 UTC 

[PATCH v3 0/4] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / ISP Driver
 2022-04-15 15:37 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: media: Add Allwinner A31 ISP bindings documentation
` [PATCH v3 2/4] dt-bindings: media: sun6i-a31-csi: Add ISP output port
` [PATCH v3 3/4] staging: media: Add support for the Allwinner A31 ISP
` [PATCH v3 4/4] MAINTAINERS: Add entry for the Allwinner A31 ISP driver

[PATCH 0/7] Input: mtk-pmic-keys: Add support for MT6359 PMIC
 2022-04-15 15:36 UTC  (8+ messages)
` [PATCH 1/7] dt-bindings: input: mtk-pmic-keys: add MT6359 binding definition
` [PATCH 2/7] mfd: add missing defines necessary for mtk-pmic-keys support
` [PATCH 3/7] mfd: mt6397-core: add resources for PMIC keys for MT6359
` [PATCH 4/7] Input: mtk-pmic-keys: rename platform data struct
` [PATCH 5/7] Input: mtk-pmic-keys: add field to store if PMIC has key release IRQs
` [PATCH 6/7] Input: keyboard: mtk-pmic-keys: add support for MT6359
` [PATCH 7/7] arm64: dts: mediatek: mt6359: add node for PMIC keys support

[RFC PATCH 0/6] virtio: Solution to restrict memory access under Xen using xen-virtio DMA ops layer
 2022-04-15 15:29 UTC  (9+ messages)
` [RFC PATCH 1/6] xen/grants: support allocating consecutive grants
` [RFC PATCH 2/6] virtio: add option to restrict memory access under Xen
` [RFC PATCH 3/6] dt-bindings: xen: Add xen, dev-domid property description for xen-virtio layer

[PATCH v4 00/45] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / CSI Rework
 2022-04-15 15:28 UTC  (46+ messages)
` [PATCH v4 01/45] media: sun6i-csi: Define and use driver name and (reworked) description
` [PATCH v4 02/45] media: sun6i-csi: Refactor main driver data structures
` [PATCH v4 03/45] media: sun6i-csi: Tidy up platform code
` [PATCH v4 04/45] media: sun6i-csi: Always set exclusive module clock rate
` [PATCH v4 05/45] media: sun6i-csi: Define and use variant to get "
` [PATCH v4 06/45] media: sun6i-csi: Use runtime pm for clocks and reset
` [PATCH v4 07/45] media: sun6i-csi: Tidy up Kconfig
` [PATCH v4 08/45] media: sun6i-csi: Tidy up v4l2 code
` [PATCH v4 09/45] media: sun6i-csi: Tidy up video code
` [PATCH v4 10/45] media: sun6i-csi: Pass and store csi device directly in "
` [PATCH v4 11/45] media: sun6i-csi: Register the media device after creation
` [PATCH v4 12/45] media: sun6i-csi: Add media ops with link notify callback
` [PATCH v4 13/45] media: sun6i-csi: Introduce and use video helper functions
` [PATCH v4 14/45] media: sun6i-csi: Move csi buffer definition to main header file
` [PATCH v4 15/45] media: media-entity: Add helper to get a single enabled link
` [PATCH v4 16/45] media: sun6i-csi: Add bridge v4l2 subdev with port management
` [PATCH v4 17/45] media: sun6i-csi: Rename sun6i_video to sun6i_csi_capture
` [PATCH v4 18/45] media: sun6i-csi: Add capture state using vsync for page flip
` [PATCH v4 19/45] media: sun6i-csi: Rework register definitions, invert misleading fields
` [PATCH v4 20/45] media: sun6i-csi: Add dimensions and format helpers to capture
` [PATCH v4 21/45] media: sun6i-csi: Implement address configuration without indirection
` [PATCH v4 22/45] media: sun6i-csi: Split stream sequences and irq code in capture
` [PATCH v4 23/45] media: sun6i-csi: Move power management to runtime pm "
` [PATCH v4 24/45] media: sun6i-csi: Move register configuration to capture
` [PATCH v4 25/45] media: sun6i-csi: Rework capture format management with helper
` [PATCH v4 26/45] media: sun6i-csi: Remove custom format helper and rework configure
` [PATCH v4 27/45] media: sun6i-csi: Add bridge dimensions and format helpers
` [PATCH v4 28/45] media: sun6i-csi: Get mbus code from bridge instead of storing it
` [PATCH v4 29/45] media: sun6i-csi: Tidy capture configure code
` [PATCH v4 30/45] media: sun6i-csi: Introduce bridge format structure, list and helper
` [PATCH v4 31/45] media: sun6i-csi: Introduce capture "
` [PATCH v4 32/45] media: sun6i-csi: Configure registers from format tables
` [PATCH v4 33/45] media: sun6i-csi: Introduce format match structure, list and helper
` [PATCH v4 34/45] media: sun6i-csi: Implement capture link validation with logic
` [PATCH v4 35/45] media: sun6i-csi: Get bridge subdev directly in capture stream ops
` [PATCH v4 36/45] media: sun6i-csi: Move hardware control to the bridge
` [PATCH v4 37/45] media: sun6i-csi: Rename the capture video device to sun6i-csi-capture
` [PATCH v4 38/45] media: sun6i-csi: Cleanup headers and includes, update copyright lines
` [PATCH v4 39/45] media: sun6i-csi: Add support for MIPI CSI-2 to the bridge code
` [PATCH v4 40/45] media: sun6i-csi: Only configure capture when streaming
` [PATCH v4 41/45] media: sun6i-csi: Add extra checks to the interrupt routine
` [PATCH v4 42/45] media: sun6i-csi: Request a shared interrupt
` [PATCH v4 43/45] media: sun6i-csi: Detect the availability of the ISP
` [PATCH v4 44/45] media: sun6i-csi: Add support for hooking to the isp devices
` [PATCH v4 45/45] MAINTAINERS: Add myself as sun6i-csi maintainer and rename/move entry

[PATCH v4 0/8] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / MIPI CSI-2 Support
 2022-04-15 15:21 UTC  (9+ messages)
` [PATCH v4 1/8] dt-bindings: sun6i-a31-mipi-dphy: Add optional direction property
` [PATCH v4 2/8] phy: allwinner: phy-sun6i-mipi-dphy: Support D-PHY Rx mode for MIPI CSI-2
` [PATCH v4 3/8] dt-bindings: media: sun6i-a31-csi: Add MIPI CSI-2 input port
` [PATCH v4 4/8] dt-bindings: media: Add Allwinner A31 MIPI CSI-2 bindings documentation
` [PATCH v4 5/8] media: sunxi: Add support for the A31 MIPI CSI-2 controller
` [PATCH v4 6/8] MAINTAINERS: Add entry for the Allwinner A31 MIPI CSI-2 bridge driver
` [PATCH v4 7/8] dt-bindings: media: Add Allwinner A83T MIPI CSI-2 bindings documentation
` [PATCH v4 8/8] media: sunxi: Add support for the A83T MIPI CSI-2 controller

[PATCH v3 0/4] Add support for MediaTek MT8195 demo board
 2022-04-15 15:00 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: arm64: dts: mediatek: Add mt8195-demo board
` [PATCH v3 2/4] arm64: dts: mediatek: Add device-tree for MT8195 Demo board
` [PATCH v3 3/4] arm64: defconfig: enable MT6359 regulator driver
` [PATCH v3 4/4] arm64: defconfig: enable some mt6360 PMIC drivers

[PATCH v3 2/6] usb: host: ehci-atmel: fix deferred probing
 2022-04-15 14:55 UTC  (2+ messages)

[PATCH 0/4] dt-bindings: mmc: Convert orion/dove bindings to JSON schema
 2022-04-15 14:32 UTC  (5+ messages)
` [PATCH 3/4] dt-bindings: mmc: convert orion-sdio "
` [PATCH 4/4] dt-bindings: mmc: convert sdhci-dove "

[PATCH 00/13] iommu: Retire bus_set_iommu()
 2022-04-15 14:28 UTC  (3+ messages)
` [PATCH 06/13] iommu/dart: Clean up bus_set_iommu()

[PATCH v2 0/6] Apple M1 (Pro/Max) NVMe driver
 2022-04-15 14:20 UTC  (7+ messages)
` [PATCH v2 1/6] dt-bindings: iommu: Add Apple SART DMA address filter
` [PATCH v2 2/6] dt-bindings: nvme: Add Apple ANS NVMe
` [PATCH v2 3/6] soc: apple: Always include Makefile
` [PATCH v2 4/6] soc: apple: Add SART driver
` [PATCH v2 5/6] soc: apple: Add RTKit IPC library
` [PATCH v2 6/6] nvme-apple: Add initial Apple SoC NVMe driver

[PATCH] phy: amlogic: fix error path in phy_g12a_usb3_pcie_probe()
 2022-04-15 14:03 UTC 

[PATCH 0/3] Use DIV_ROUND_CLOSEST to calculate baud rate,
 2022-04-15 13:35 UTC  (4+ messages)
` [PATCH 2/3] tty: serial: meson: Added 12Mhz as the clock source for calculating baud rate

[PATCH 0/2] arm64: ti: k3-am62: Introduce DT nodes for basic peripherals
 2022-04-15 13:19 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: ti: k3-am62: Add more peripheral nodes
` [PATCH 2/2] arm64: dts: ti: k3-am625-sk: Enable on board peripherals

[PATCH v2 0/2] Introduce MediaTek CCI devfreq driver
 2022-04-15 12:46 UTC  (4+ messages)
` [PATCH v2 2/2] PM / devfreq: mediatek: "

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

[PATCH v4 00/11] archs/random: fallback to best raw ktime when no cycle counter
 2022-04-15 12:26 UTC  (8+ messages)
` [PATCH v4 04/11] mips: use fallback for random_get_entropy() instead of zero

[PATCH V3 00/15] cpufreq: mediatek: Cleanup and support MT8183 and MT8186
 2022-04-15 12:24 UTC  (22+ messages)
` [PATCH V3 02/15] cpufreq: mediatek: Use device print to show logs
` [PATCH V3 03/15] cpufreq: mediatek: Replace old_* with pre_*
` [PATCH V3 04/15] cpufreq: mediatek: Record previous target vproc value
` [PATCH V3 05/15] cpufreq: mediatek: Add opp notification support
` [PATCH V3 06/15] cpufreq: mediatek: Move voltage limits to platform data
` [PATCH V3 10/15] cpufreq: mediatek: Add counter to prevent infinite loop when tracking voltage
` [PATCH V3 11/15] cpufreq: mediatek: Link CCI device to CPU
` [PATCH V3 13/15] arm64: dts: mediatek: Add opp table and clock property for MT8183 cpufreq
` [PATCH V3 14/15] arm64: dts: mediatek: Add MediaTek CCI node for MT8183
` [PATCH V3 15/15] arm64: dts: mediatek: Add mediatek, cci property for MT8183 cpufreq

[PATCH 01/23] ARM: dts: qcom-*-sony*: Mention SONY board names in DT filenames
 2022-04-15 11:56 UTC  (2+ messages)
` [PATCH 15/23] ARM: dts: qcom-msm8974pro-*: Use the 8974pro name "

[RFC PATCH 00/16] drm/rockchip: Rockchip EBC ("E-Book Controller") display driver
 2022-04-15 11:45 UTC  (5+ messages)
` [RFC PATCH 02/16] dt-bindings: display: rockchip: Add EBC binding

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

Suggestions for allowing drivers to detect USB Type-C MUX (switch)
 2022-04-15 11:10 UTC 

[PATCH 0/3] Add hdmi Support for BPI-R2-Pro
 2022-04-15 10:49 UTC  (4+ messages)
` [PATCH 1/3] arm64: dts: rockchip: set display regulators to always-on on BPI-R2-Pro
` [PATCH 2/3] arm64: dts: rockchip: enable vop2 and hdmi tx "
` [PATCH 3/3] arm64: dts: rockchip: enable the gpu "

[PATCH net-next 0/3] net: emaclite: Trivial code cleanup
 2022-04-15 10:50 UTC  (2+ messages)

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

[PATCH v10 00/14] Multi-Gen LRU Framework
 2022-04-15 10:26 UTC  (14+ messages)
` [PATCH v10 06/14] mm: multi-gen LRU: minimal implementation

[PATCH v5 0/2] Add Support for HiSilicon CPA PMU
 2022-04-15 10:23 UTC  (3+ messages)
` [PATCH v5 1/2] drivers/perf: hisi: Associate PMUs in SICL with CPUs online
` [PATCH v5 2/2] drivers/perf: hisi: Add Support for CPA PMU

[PATCH] net: stmmac: stmmac_main: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-15 10:20 UTC  (2+ messages)

[xilinx-xlnx:xlnx_rebase_v5.15 848/1093] spi-zynqmp-gqspi.c:undefined reference to `update_stripe'
 2022-04-15 10:05 UTC 

[PATCH v5 00/10] Coresight: Add support for TPDM and TPDA
 2022-04-15  9:56 UTC  (9+ messages)
` [PATCH v5 03/10] dt-bindings: arm: Adds CoreSight TPDM hardware definitions
` [PATCH v5 09/10] ARM: dts: msm: Add coresight components for SM8250

[PATCH v6 0/4] use more system keyrings to verify arm64 and s390 kexec kernel image signature
 2022-04-15  9:37 UTC  (4+ messages)
` [PATCH v6 1/4] kexec: clean up arch_kexec_kernel_verify_sig

[PATCH v5 00/10] KVM: arm64: Add support for hypercall services selection
 2022-04-15  8:58 UTC  (3+ messages)

[PATCH v2] clk: bcm2835: Round UART input clock up
 2022-04-15  8:52 UTC  (3+ messages)

[PATCH] char: tpm: Prepare cleanup of powerpc's asm/prom.h
 2022-04-15  8:44 UTC  (3+ messages)

[PATCH] crypto: arm64/sm4 - Fix wrong dependency of NEON/CE implementation
 2022-04-15  8:41 UTC  (2+ messages)

[PATCH v2] char: tpm: Prepare cleanup of powerpc's asm/prom.h
 2022-04-15  8:40 UTC 

[RFC V2 0/8] arm64/perf: Enable branch stack sampling
 2022-04-15  8:19 UTC  (3+ messages)
` [RFC V2 1/8] perf: Consolidate branch sample filter helpers

[PATCH 0/2] rtc: Introduce rtc-ti-k3
 2022-04-15  8:14 UTC  (4+ messages)
` [PATCH 2/2] rtc: Introduce ti-k3-rtc

[PATCH v18 00/10] Add Mediatek Soc DRM (vdosys0) support for mt8195
 2022-04-15  8:13 UTC  (4+ messages)
` [PATCH v18 08/10] soc: mediatek: add DDP_DOMPONENT_DITHER0 enum for mt8195 vdosys0

i.MX8MM USB autosuspend broken with power domain support
 2022-04-15  8:12 UTC  (6+ messages)


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