Linux on Apple ARM platform development
 help / color / mirror / Atom feed
 messages from 2023-02-24 15:29:18 to 2023-03-09 08:34:30 UTC [more...]

[PATCH V2] nvmem: add explicit config option to read OF fixed cells
 2023-03-09  8:34 UTC  (9+ messages)

[PATCH RFC 00/18] Rust DRM subsystem abstractions (& preview AGX driver)
 2023-03-09  8:05 UTC  (60+ messages)
` [PATCH RFC 01/18] rust: drm: ioctl: Add DRM ioctl abstraction
` [PATCH RFC 02/18] rust: drm: Add Device and Driver abstractions
` [PATCH RFC 03/18] rust: drm: file: Add File abstraction
` [PATCH RFC 04/18] rust: drm: gem: Add GEM object abstraction
` [PATCH RFC 05/18] drm/gem-shmem: Export VM ops functions
` [PATCH RFC 06/18] rust: drm: gem: shmem: Add DRM shmem helper abstraction
` [PATCH RFC 07/18] rust: drm: mm: Add DRM MM Range Allocator abstraction
` [PATCH RFC 08/18] rust: dma_fence: Add DMA Fence abstraction
` [PATCH RFC 09/18] rust: drm: syncobj: Add DRM Sync Object abstraction
` [PATCH RFC 10/18] drm/scheduler: Add can_run_job callback
` [PATCH RFC 11/18] drm/scheduler: Clean up jobs when the scheduler is torn down
` [PATCH RFC 12/18] rust: drm: sched: Add GPU scheduler abstraction
` [PATCH RFC 13/18] drm/gem: Add a flag to control whether objects can be exported
` [PATCH RFC 14/18] rust: drm: gem: Add set_exportable() method
` [PATCH RFC 15/18] drm/asahi: Add the Asahi driver UAPI [DO NOT MERGE]
` [PATCH RFC 16/18] rust: bindings: Bind the Asahi DRM UAPI
` [PATCH RFC 17/18] rust: macros: Add versions macro
` [PATCH RFC 18/18] drm/asahi: Add the Asahi driver for Apple AGX GPUs

[PATCH RFC 0/4] Driver for Apple Z2 touchscreens
 2023-03-09  3:04 UTC  (19+ messages)
` [PATCH RFC 1/4] dt-bindings: input: touchscreen: Add Z2 controller bindings
` [PATCH RFC 2/4] input: apple_z2: Add a driver for Apple Z2 touchscreens

[PATCH v3 00/15] Device trees for Apple M2 (t8112) based devices
 2023-03-08 23:15 UTC  (17+ messages)
` [PATCH v3 01/15] dt-bindings: power: apple,pmgr-pwrstate: Add t8112 compatible
` [PATCH v3 02/15] dt-bindings: arm: apple: apple,pmgr: Add t8112-pmgr compatible
` [PATCH v3 03/15] dt-bindings: watchdog: apple,wdt: Add t8112-wdt compatible
` [PATCH v3 04/15] dt-bindings: arm: cpus: Add apple,avalanche & blizzard compatibles
` [PATCH v3 05/15] dt-bindings: interrupt-controller: apple,aic2: Add apple,t8112-aic compatible
` [PATCH v3 06/15] dt-bindings: iommu: apple,sart: Add apple,t8112-sart compatible string
` [PATCH v3 07/15] dt-bindings: mailbox: apple,mailbox: Add t8112 compatibles
` [PATCH v3 08/15] dt-bindings: nvme: apple: Add apple,t8112-nvme-ans2 compatible string
` [PATCH v3 09/15] dt-bindings: pci: apple,pcie: Add t8112 support
` [PATCH v3 10/15] dt-bindings: pinctrl: apple,pinctrl: Add apple,t8112-pinctrl compatible
` [PATCH v3 11/15] dt-bindings: i2c: apple,i2c: Add apple,t8112-i2c compatible
` [PATCH v3 12/15] dt-bindings: clock: apple,nco: Add t8112-nco compatible
` [PATCH v3 13/15] dt-bindings: dma: apple,admac: Add t8112-admac compatible
` [PATCH v3 14/15] dt-bindings: arm: apple: Add t8112 j413/j473/j493 compatibles
` [PATCH v3 15/15] arm64: dts: apple: t8112: Initial t8112 (M2) device trees

[PATCH 0/3] rust: Miscellaneous macro improvements
 2023-03-08 20:57 UTC  (12+ messages)
` [PATCH 1/3] rust: macros: Make expect_punct() return the Punct directly
` [PATCH 2/3] rust: macros: concat_idents: Allow :: paths in the first argument
` [PATCH 3/3] rust: macros: Allow specifying multiple module aliases

[PATCH v2 0/4] Apple M1 USB4/Thunderbolt DART support
 2023-03-08 19:31 UTC  (7+ messages)
` [PATCH v2 1/4] dt-bindings: iommu: dart: Add t8103-usb4-dart compatible
` [PATCH v2 2/4] iommu: dart: Add flag to override bypass support
` [PATCH v2 3/4] iommu: dart: Write to all DART_T8020_STREAM_SELECT
` [PATCH v2 4/4] iommu: dart: Add support for t8103 USB4 DART

[PATCH] PCI: apple: Set only available ports up
 2023-03-08 11:23 UTC  (4+ messages)

[PATCH 0/5] rust: error: Add missing wrappers to convert to/from kernel error codes
 2023-03-07 20:21 UTC  (27+ messages)
` [PATCH 1/5] rust: error: Add Error::to_ptr()
` [PATCH 2/5] rust: error: Add Error::from_kernel_errno()
` [PATCH 3/5] rust: error: Add to_result() helper
` [PATCH 4/5] rust: error: Add a helper to convert a C ERR_PTR to a `Result`
` [PATCH 5/5] rust: error: Add from_kernel_result!() macro

[PATCH v17 0/7] RISC-V IPI Improvements
 2023-03-07 17:32 UTC  (8+ messages)
` [PATCH v17 1/7] RISC-V: Clear SIP bit only when using SBI IPI operations
` [PATCH v17 2/7] irqchip/riscv-intc: Allow drivers to directly discover INTC hwnode
` [PATCH v17 3/7] RISC-V: Treat IPIs as normal Linux IRQs
` [PATCH v17 4/7] RISC-V: Allow marking IPIs as suitable for remote FENCEs
` [PATCH v17 5/7] RISC-V: Use IPIs for remote TLB flush when possible
` [PATCH v17 6/7] RISC-V: Use IPIs for remote icache "
` [PATCH v17 7/7] irqchip/riscv-intc: Add empty irq_eoi() for chained irq handlers

[PATCH 0/5] rust: Add io_pgtable and RTKit abstractions
 2023-03-05  6:52 UTC  (30+ messages)
` [PATCH 2/5] rust: device: Add a minimal RawDevice trait
` [PATCH 5/5] rust: device: Add a stub abstraction for devices

max_hw_sectors error caused by recent NVMe driver commit
 2023-03-03 16:44 UTC  (8+ messages)

[PATCH] cpufreq: apple-soc: Fix an IS_ERR() vs NULL check
 2023-03-01 18:36 UTC  (3+ messages)

[PATCH] rust: Enable the new_uninit feature for kernel and driver crates
 2023-03-01 17:24 UTC  (7+ messages)

[PATCH 0/2] rust: sync: Arc: Any downcasting and assume_init()
 2023-03-01 17:23 UTC  (9+ messages)
` [PATCH 1/2] rust: sync: arc: implement Arc<dyn Any + Send + Sync>::downcast()
` [PATCH 2/2] rust: sync: arc: Add UniqueArc<MaybeUninit<T>::assume_init()

[linux-next:master] BUILD REGRESSION 1716a175592aff9549a0c07aac8f9cadd03003f5
 2023-03-01 15:44 UTC 

[linux-next:master] BUILD REGRESSION 058f4df42121baadbb8a980c06011e912784dbd2
 2023-02-28 14:18 UTC 

[PATCH] brcmfmac: cfg80211: Use WSEC to set SAE password
 2023-02-27 17:52 UTC  (6+ messages)

[PATCH] brcmfmac: pcie: Add BCM4378B3 support
 2023-02-27 15:13 UTC  (2+ messages)
` wifi: "

[PATCH 01/10] brcmfmac: chip: Only disable D11 cores; handle an arbitrary number
 2023-02-27 15:00 UTC  (2+ messages)
` [01/10] wifi: "

[PATCH 1/2] brcmfmac: acpi: Add support for fetching Apple ACPI properties
 2023-02-27 10:41 UTC  (2+ messages)
` [1/2] wifi: "

[PATCH] drm/shmem-helper: Fix locking for drm_gem_shmem_get_pages_sgt()
 2023-02-27  9:20 UTC  (7+ messages)

[PATCH] soc: apple: rtkit: Fix buffer address field width
 2023-02-25 12:42 UTC  (2+ messages)

[PATCH] rust: ioctl: Add ioctl number manipulation functions
 2023-02-25  2:43 UTC  (5+ messages)

[PATCH 1/3] ASoC: apple: mca: Fix final status read on SERDES reset
 2023-02-24 18:19 UTC  (4+ messages)
` [PATCH 2/3] ASoC: apple: mca: Fix SERDES reset sequence
` [PATCH 3/3] ASoC: apple: mca: Improve handling of unavailable DMA channels

[PATCH] soc: apple: rtkit: Crop syslog messages
 2023-02-24 16:21 UTC 

[PATCH 1/3] dmaengine: apple-admac: Handle 'global' interrupt flags
 2023-02-24 15:22 UTC  (3+ messages)
` [PATCH 2/3] dmaengine: apple-admac: Fix 'current_tx' not getting freed
` [PATCH 3/3] dmaengine: apple-admac: Set src_addr_widths capability


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