Linux on Apple ARM platform development
 help / color / mirror / Atom feed
 messages from 2023-10-09 07:48:22 to 2023-11-14 08:35:53 UTC [more...]

[REGRESSION] Bluetooth is not working on Macs with BCM4377 chip starting from kernel 6.5
 2023-11-14  8:35 UTC  (7+ messages)

[PATCH] Bluetooth: hci_bcm4377: Fix msgid release
 2023-11-14  7:05 UTC 

[PATCH RFC 00/17] Solve iommu probe races around iommu_fwspec
 2023-11-14  4:56 UTC  (55+ messages)
` [PATCH RFC 01/17] iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()
` [PATCH RFC 02/17] of: Do not return struct iommu_ops from of_iommu_configure()
` [PATCH RFC 03/17] of: Use -ENODEV consistently in of_iommu_configure()
` [PATCH RFC 04/17] acpi: Do not return struct iommu_ops from acpi_iommu_configure_id()
` [PATCH RFC 05/17] iommu: Make iommu_fwspec->ids a distinct allocation
` [PATCH RFC 06/17] iommu: Add iommu_fwspec_alloc/dealloc()
` [PATCH RFC 07/17] iommu: Add iommu_probe_device_fwspec()
` [PATCH RFC 08/17] of: Do not use dev->iommu within of_iommu_configure()
` [PATCH RFC 09/17] iommu: Add iommu_fwspec_append_ids()
` [PATCH RFC 10/17] acpi: Do not use dev->iommu within acpi_iommu_configure()
` [PATCH RFC 11/17] iommu: Hold iommu_probe_device_lock while calling ops->of_xlate
` [PATCH RFC 12/17] iommu: Make iommu_ops_from_fwnode() static
` [PATCH RFC 13/17] iommu: Remove dev_iommu_fwspec_set()
` [PATCH RFC 14/17] iommu: Remove pointless iommu_fwspec_free()
` [PATCH RFC 15/17] iommu: Add ops->of_xlate_fwspec()
` [PATCH RFC 16/17] iommu: Mark dev_iommu_get() with lockdep
` [PATCH RFC 17/17] iommu: Mark dev_iommu_priv_set() with a lockdep

[PATCH 1/2] dt-bindings: watchdog: re-order entries to match coding convention
 2023-11-08 16:41 UTC  (8+ messages)
` [PATCH 2/2] dt-bindings: watchdog: intel,keembay: reference common watchdog schema

[PATCH] wifi: brcmfmac: cfg80211: Use WSEC to set SAE password
 2023-11-08 11:12 UTC  (2+ messages)

Race between of_iommu_configure() and iommu_probe_device()
 2023-11-03 16:43 UTC  (3+ messages)

[PATCH 2/3] drm/scheduler: Fix UAF in drm_sched_fence_get_timeline_name
 2023-11-02 12:39 UTC  (17+ messages)
` [PATCH 0/3] DRM scheduler documentation & bug fixes

[PATCH] iommu/dart: Fix return code in apple_dart_domain_alloc_paging()
 2023-11-01  0:47 UTC  (5+ messages)

[RESEND PATCH] soc: apple: mailbox: Add explicit include of platform_device.h
 2023-10-31  0:00 UTC  (2+ messages)

[PATCH] usb: Ignore endpoints in non-zero altsettings
 2023-10-29 17:34 UTC  (5+ messages)

[PATCH 0/4] USB fixes: Mass Storage bugs & 64bit support
 2023-10-29 17:33 UTC  (12+ messages)
` [PATCH 1/4] scsi: Fix a bunch of SCSI definitions
` [PATCH 2/4] usb: storage: Increase read/write timeout
` [PATCH 3/4] usb: storage: Use the correct CBW lengths
` [PATCH 4/4] usb: storage: Implement 64-bit LBA support

[PATCH] dmaengine: apple-admac: Keep upper bits of REG_BUS_WIDTH
 2023-10-29 17:10 UTC  (2+ messages)

[PATCH v2] dmaengine: apple-admac: Keep upper bits of REG_BUS_WIDTH
 2023-10-29 17:07 UTC 

[PATCH v2 0/8] USB fixes: xHCI error handling
 2023-10-29 16:21 UTC  (18+ messages)
` [PATCH v2 1/8] usb: xhci: Guard all calls to xhci_wait_for_event
` [PATCH v2 2/8] usb: xhci: Better error handling in abort_td()
` [PATCH v2 3/8] usb: xhci: Allow context state errors when halting an endpoint
` [PATCH v2 4/8] usb: xhci: Recover from halted bulk endpoints
` [PATCH v2 5/8] usb: xhci: Fail on attempt to queue TRBs to a halted endpoint
` [PATCH v2 6/8] usb: xhci: Do not panic on event timeouts
` [PATCH v2 7/8] usb: xhci: Fix DMA address calculation in queue_trb
` [PATCH v2 8/8] usb: xhci: Add more debugging

[PATCH 0/2] USB fixes: Add missing timeout, ignore YubiKeys
 2023-10-29 14:34 UTC  (6+ messages)
` [PATCH 1/2] usb: kbd: Ignore Yubikeys
` [PATCH 2/2] usb: hub: Add missing reset recovery delay

[PATCH 0/2] USB fixes: (Re)implement timeouts
 2023-10-29 14:39 UTC  (8+ messages)
` [PATCH 1/2] usb: Pass through timeout to drivers
` [PATCH 2/2] usb: xhci: Hook up timeouts

[PATCH 0/8] USB fixes: xHCI error handling
 2023-10-27 19:42 UTC  (12+ messages)
` [PATCH 1/8] usb: xhci: Guard all calls to xhci_wait_for_event
` [PATCH 2/8] usb: xhci: Better error handling in abort_td()
` [PATCH 3/8] usb: xhci: Allow context state errors when halting an endpoint
` [PATCH 4/8] usb: xhci: Recover from halted non-control endpoints
` [PATCH 5/8] usb: xhci: Fail on attempt to queue TRBs to a halted endpoint
` [PATCH 6/8] usb: xhci: Do not panic on event timeouts
` [PATCH 7/8] usb: xhci: Fix DMA address calculation in queue_trb
` [PATCH 8/8] usb: xhci: Add more debugging

[PATCH v2 0/9] iommu: Convert dart & iommufd to the new domain_alloc_paging()
 2023-10-26 14:55 UTC  (7+ messages)
` [PATCH v2 4/9] iommufd: Convert to alloc_domain_paging()

[PATCH] rust: kernel: str: Implement Debug for CString
 2023-10-25 16:55 UTC  (5+ messages)

[PATCH RFC] dt-bindings: display: document display panel occlusions
 2023-10-25  8:31 UTC  (10+ messages)

[PATCH v2] watchdog: apple: Deactivate on suspend
 2023-10-24 18:04 UTC  (5+ messages)

[PATCH V2] dt-bindings: nvmem: move deprecated cells binding to its own file
 2023-10-24 15:41 UTC  (3+ messages)

[PATCH] Bluetooth: hci_bcm4377: Mark bcm4378/bcm4387 as BROKEN_LE_CODED
 2023-10-16 17:40 UTC  (4+ messages)

[PATCH v2 9/9] iommu/dart: Remove the force_bypass variable
 2023-10-16 11:44 UTC  (2+ messages)

[PATCH v3 0/2] Apple SIO driver
 2023-10-16  7:11 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: dma: apple,sio: Add schema
` [PATCH v3 2/2] dmaengine: apple-sio: Add Apple SIO driver

On brcm80211 maintenance and support
 2023-10-12 16:25 UTC  (12+ messages)

[PATCH] ASoC: apple: mca: Annotate struct mca_data with __counted_by
 2023-10-11 11:34 UTC  (7+ messages)

(No Subject)
 2023-10-11  6:29 UTC 

[PATCH] soc: apple: mailbox: Add explicit include of platform_device.h
 2023-10-10 20:56 UTC 


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