Linux on Apple ARM platform development
 help / color / mirror / Atom feed
 messages from 2025-04-08 16:54:31 to 2025-04-24 19:16:42 UTC [more...]

[PATCH v2 00/34] drm: convert all bridges to devm_drm_bridge_alloc()
 2025-04-24 19:16 UTC  (35+ 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 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  (37+ messages)
` [PATCH v4 1/3] lib/vsprintf: Add support for generic FourCCs by extending %p4cc
` [PATCH v4 2/3] printf: add tests for generic FourCCs

[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] iommu: apple-dart: Remove unnecessary NULL check before free_io_pgtable_ops()
 2025-04-22  7:25 UTC 

[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  (15+ messages)
` [PATCH v4 05/23] iommu/pages: Remove the order argument to iommu_free_pages()
` [PATCH v4 07/23] iommu/pages: De-inline the substantial functions
` [PATCH v4 08/23] iommu/pages: Formalize the freelist API
` [PATCH v4 10/23] iommu/amd: Convert to use struct iommu_pages_list
` [PATCH v4 11/23] iommu: Change iommu_iotlb_gather to use iommu_page_list
` [PATCH v4 13/23] iommu/pages: Move from struct page to struct ioptdesc and folio
` [PATCH v4 14/23] iommu/pages: Move the __GFP_HIGHMEM checks into the common code
` [PATCH v4 18/23] iommu/riscv: Update to use iommu_alloc_pages_node_lg2()
` [PATCH v4 20/23] iommu/pages: Remove iommu_alloc_page/pages()
` [PATCH v4 21/23] iommu/pages: Remove iommu_alloc_page_node()
` [PATCH v4 22/23] iommu/amd: Use iommu_alloc_pages_node_sz() for the IRT

[PATCH v2 0/6] Apple/PASemi i2c error recovery fixes
 2025-04-17 13:16 UTC  (16+ 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 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  (8+ messages)
` [PATCH v4 1/3] dt-bindings: spmi: Add "
` [PATCH v4 2/3] spmi: add a spmi driver for Apple SoC
` [PATCH v4 3/3] arm64: dts: apple: Add SPMI controller nodes
` (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) "

[PATCH v2] cpufreq: apple-soc: Fix null-ptr-deref in apple_soc_cpufreq_get_rate()
 2025-04-10  4:37 UTC  (2+ messages)

[PATCH v2 2/2] cpufreq: scpi: Fix null-ptr-deref in scpi_cpufreq_get_rate()
 2025-04-09 12:52 UTC  (2+ messages)

[PATCH v7] drm: Add UAPI for the Asahi driver
 2025-04-08 21:26 UTC  (3+ messages)

[PATCH v6] drm: Add UAPI for the Asahi driver
 2025-04-08 20:20 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox