asahi.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-12 16:05:22 to 2025-04-28 20:54:12 UTC [more...]

[PATCH v2 00/34] drm: convert all bridges to devm_drm_bridge_alloc()
 2025-04-28 20:53 UTC  (46+ messages)
` [PATCH v2 01/34] drm: convert many bridge drivers from devm_kzalloc() to devm_drm_bridge_alloc() API
  `  "
` [PATCH v2 02/34] platform: arm64: acer-aspire1-ec: convert "
` [PATCH v2 03/34] drm/bridge: analogix-anx6345: "
  `  "
` [PATCH v2 04/34] drm/bridge: anx7625: "
` [PATCH v2 05/34] drm/bridge: cdns-dsi: "
` [PATCH v2 06/34] drm/bridge: display-connector: "
` [PATCH v2 07/34] drm/bridge: lt9611uxc: "
` [PATCH v2 08/34] drm/bridge: megachips-stdpxxxx-ge-b850v3-fw: "
` [PATCH v2 09/34] drm/bridge: nxp-ptn3460: "
` [PATCH v2 10/34] drm/bridge: sii902x: "
` [PATCH v2 11/34] drm/bridge: dw-hdmi: "
` [PATCH v2 12/34] drm/bridge: tda998x: "
` [PATCH v2 13/34] drm/bridge: ti-sn65dsi86: "
` [PATCH v2 14/34] drm/exynos: mic: "
` [PATCH v2 15/34] drm/mcde: "
` [PATCH v2 16/34] drm/msm/dp: "
` [PATCH v2 17/34] drm/msm/dsi: "
` [PATCH v2 18/34] drm/msm/hdmi: "
` [PATCH v2 19/34] drm/omap: dss: dpi: "
` [PATCH v2 20/34] drm/omap: dss: dsi: "
` [PATCH v2 21/34] drm/omap: dss: hdmi4: "
` [PATCH v2 22/34] drm/omap: dss: hdmi5: "
` [PATCH v2 23/34] drm/omap: dss: sdi: "
` [PATCH v2 24/34] drm/omap: dss: venc: "
` [PATCH v2 25/34] drm/rcar-du: dsi: "
` [PATCH v2 26/34] drm/bridge: stm_lvds: "
` [PATCH v2 27/34] drm/vc4: "
` [PATCH v2 28/34] drm/sti: dvo: "
` [PATCH v2 29/34] drm: zynqmp_dp: "
` [PATCH v2 30/34] drm/bridge: imx8qxp-pixel-combiner: "
` [PATCH v2 31/34] drm/bridge: imx8*-ldb: "
` [PATCH v2 32/34] drm/bridge: tc358767: "
` [PATCH v2 33/34] drm/bridge: add devm_drm_put_bridge()
` [PATCH v2 34/34] drm/bridge: panel: convert to devm_drm_bridge_alloc() API

[PATCH] vsprintf: Use %p4chR instead of %p4cn for reading data in reversed host ordering
 2025-04-28 17:08 UTC  (5+ messages)

[PATCH v2 0/4] Apple Display Pipe driver fixes
 2025-04-28 16:59 UTC  (6+ messages)
` [PATCH v2 1/4] drm: adp: Use spin_lock_irqsave for drm device event_lock
` [PATCH v2 2/4] drm: adp: Handle drm_crtc_vblank_get() errors
` [PATCH v2 3/4] drm: adp: Enable vblank interrupts in crtc's .atomic_enable
` [PATCH v2 4/4] drm: adp: Remove pointless irq_lock spin lock

[PATCH] iommu: apple-dart: Remove unnecessary NULL check before free_io_pgtable_ops()
 2025-04-28 11:11 UTC  (2+ messages)

[PATCH v3 0/4] Apple/PASemi i2c error recovery fixes
 2025-04-27 11:30 UTC  (5+ messages)
` [PATCH v3 1/4] i2c: pasemi: Enable the unjam machine
` [PATCH v3 2/4] i2c: pasemi: Improve timeout handling
` [PATCH v3 3/4] i2c: pasemi: Improve error recovery
` [PATCH v3 4/4] i2c: pasemi: Log bus reset causes

[PATCH v2 0/6] Apple/PASemi i2c error recovery fixes
 2025-04-27 11:29 UTC  (17+ messages)
` [PATCH v2 1/6] i2c: pasemi: Use correct bits.h include
` [PATCH v2 2/6] i2c: pasemi: Sort includes alphabetically
` [PATCH v2 3/6] i2c: pasemi: Improve timeout handling
` [PATCH v2 4/6] i2c: pasemi: Improve error recovery
` [PATCH v2 5/6] i2c: pasemi: Enable the unjam machine
` [PATCH v2 6/6] i2c: pasemi: Log bus reset causes

[PATCH 00/34] drm: convert all bridges to devm_drm_bridge_alloc()
 2025-04-24 15:18 UTC  (8+ messages)
` [PATCH 29/34] drm: zynqmp_dp: convert to devm_drm_bridge_alloc() API
` [PATCH 34/34] drm/bridge: panel: "

[PATCH v3 0/3] Apple PMIC NVMEM cell driver (Formerly: Generic SPMI NVMEM cell driver)
 2025-04-24  2:12 UTC  (6+ messages)
` [PATCH v3 1/3] dt-bindings: spmi: Add Apple SPMI NVMEM
` [PATCH v3 2/3] nvmem: Add apple-spmi-nvmem driver
` [PATCH v3 3/3] arm64: dts: apple: Add PMIC NVMEM

[PATCH v4 0/3] Use proper printk format in appletbdrm
 2025-04-23 17:46 UTC  (30+ messages)
` [PATCH v4 1/3] lib/vsprintf: Add support for generic FourCCs by extending %p4cc

[PATCH v2 0/3] Generic SPMI NVMEM cell driver
 2025-04-23 16:24 UTC  (14+ messages)
` [PATCH v2 1/3] dt-bindings: spmi: Add generic SPMI NVMEM
` [PATCH v2 2/3] nvmem: Add spmi-nvmem driver
` [PATCH v2 3/3] arm64: dts: apple: Add PMU NVMEM

[GIT PULL] Apple SoC fixes for v6.15
 2025-04-23 14:50 UTC 

[PATCH v3 00/13] PCI: apple: Add support for t6020
 2025-04-22 17:49 UTC  (33+ messages)
` [PATCH v3 01/13] PCI: apple: Set only available ports up
` [PATCH v3 02/13] dt-bindings: pci: apple,pcie: Add t6020 compatible string
` [PATCH v3 03/13] PCI: host-generic: Extract an ecam bridge creation helper from pci_host_common_probe()
` [PATCH v3 04/13] PCI: ecam: Allow cfg->priv to be pre-populated from the root port device
` [PATCH v3 05/13] PCI: apple: Move over to standalone probing
` [PATCH v3 06/13] PCI: apple: Dynamically allocate RID-to_SID bitmap
` [PATCH v3 07/13] PCI: apple: Move away from INTMSK{SET,CLR} for INTx and private interrupts
` [PATCH v3 08/13] PCI: apple: Fix missing OF node reference in apple_pcie_setup_port
` [PATCH v3 09/13] PCI: apple: Move port PHY registers to their own reg items
` [PATCH v3 10/13] PCI: apple: Drop poll for CORE_RC_PHYIF_STAT_REFCLK
` [PATCH v3 11/13] PCI: apple: Use gpiod_set_value_cansleep in probe flow
` [PATCH v3 12/13] PCI: apple: Abstract register offsets via a SoC-specific structure
` [PATCH v3 13/13] PCI: apple: Add T602x PCIe support

[PATCH] mailmap: Update email for Asahi Lina
 2025-04-19  6:42 UTC  (2+ messages)

[PATCH] arm64: dts: apple: touchbar: Mark ps_dispdfr_be as always-on
 2025-04-19  6:42 UTC  (3+ messages)

[PATCH 0/3] Generic SPMI NVMEM cell driver
 2025-04-17 14:50 UTC  (16+ messages)
` [PATCH 1/3] dt-bindings: spmi: Add generic SPMI NVMEM
` [PATCH 2/3] nvmem: Add spmi-nvmem driver
` [PATCH 3/3] arm64: dts: apple: Add PMU NVMEM

[PATCH v4 00/23] iommu: Further abstract iommu-pages
 2025-04-17 14:40 UTC  (4+ messages)

[PATCH 0/4] Apple Display Pipe driver fixes
 2025-04-16 22:39 UTC  (12+ messages)
` [PATCH 1/4] drm: adp: Use spin_lock_irqsave for drm device event_lock
` [PATCH 2/4] drm: adp: Handle drm_crtc_vblank_get() errors
` [PATCH 3/4] drm: adp: Enable vblank interrupts in crtc's .atomic_enable
` [PATCH 4/4] drm: adp: Remove pointless irq_lock spin lock

[PATCH] cpufreq: apple-soc: Fix possible null pointer dereference
 2025-04-16 10:22 UTC  (6+ messages)

[PATCH v4 0/3] Driver for the Apple SPMI controller
 2025-04-15 15:05 UTC  (6+ messages)
` [PATCH v4 1/3] dt-bindings: spmi: Add "
` [PATCH v4 2/3] spmi: add a spmi driver for Apple SoC
` (subset) [PATCH v4 0/3] Driver for the Apple SPMI controller

[PATCH] pinctrl: apple: Make regmap_config static const and fix indentation
 2025-04-15  7:46 UTC  (2+ messages)

[PATCH v5 0/8] ASoC: tas27{64,70}: improve support for Apple codec variants
 2025-04-14 13:56 UTC  (2+ messages)

[PATCH v3 00/20] ASoC: tas27{64,70}: improve support for Apple codec variants
 2025-04-14 13:56 UTC  (2+ messages)
` (subset) "


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