asahi.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-02 10:21:06 to 2022-11-28 11:35:22 UTC [more...]

[PATCH] soc: apple: sart: Stop casting function pointer signatures
 2022-11-28 11:35 UTC  (2+ messages)

dwc3_set_mode vs. __dwc3_set_mode race
 2022-11-27 23:12 UTC  (2+ messages)

[PATCH RESEND v3 0/4] PWM and keyboard backlight driver for ARM Macs
 2022-11-23  2:37 UTC  (8+ messages)
` [PATCH RESEND v3 1/4] dt-bindings: pwm: Add Apple PWM controller
` [PATCH RESEND v3 2/4] "
` [PATCH RESEND v3 3/4] arm64: dts: apple: t8103: Add "
` [PATCH RESEND v3 4/4] MAINTAINERS: Add entries for Apple PWM driver

[PATCH] arm64: dts: apple: Add t600x L1/L2 cache properties and nodes
 2022-11-22 22:06 UTC 

[PATCH 0/6] Add Apple Mac System Management Controller GPIOs
 2022-11-22 14:49 UTC  (40+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 1/7] mfd: Add core Apple Mac SMC driver
  ` [PATCH v3 2/7] lib/vsprintf: Add support for generic FOURCCs by extending %p4cc
  ` [PATCH v3 3/7] dt-bindings: mfd: add binding for Apple Mac System Management Controller
  ` [PATCH v3 4/7] platform/apple: Add new Apple Mac SMC driver
  ` [PATCH v3 5/7] arm64: dts: apple: Add SMC node to t8103 devicetrees
  ` [PATCH v3 6/7] dt-bindings: gpio: add binding for the GPIO block for Apple Mac SMC
  ` [PATCH v3 7/7] gpio: Add new gpio-macsmc driver for Apple Macs

nvme-pci: split the probe and reset handlers v2
 2022-11-21 10:28 UTC  (22+ messages)
` [PATCH 01/13] nvme: don't call nvme_init_ctrl_finish from nvme_passthru_end
` [PATCH 02/13] nvme: move OPAL setup from PCIe to core
` [PATCH 03/13] nvme: simplify transport specific device attribute handling
` [PATCH 04/13] nvme-pci: put the admin queue in nvme_dev_remove_admin
` [PATCH 05/13] nvme-pci: move more teardown work to nvme_remove
` [PATCH 06/13] nvme-pci: factor the iod mempool creation into a helper
` [PATCH 07/13] nvme-pci: factor out a nvme_pci_alloc_dev helper
` [PATCH 08/13] nvme-pci: set constant paramters in nvme_pci_alloc_ctrl
` [PATCH 09/13] nvme-pci: call nvme_pci_configure_admin_queue from nvme_pci_enable
` [PATCH 10/13] nvme-pci: simplify nvme_dbbuf_dma_alloc
` [PATCH 11/13] nvme-pci: move the HMPRE check into nvme_setup_host_mem
` [PATCH 12/13] nvme-pci: split the initial probe from the rest path
` [PATCH 13/13] nvme-pci: don't unbind the driver on reset failure

[PATCH v12 0/4] iommu: Support mappings/reservations in reserved-memory regions
 2022-11-20 18:00 UTC  (6+ messages)
` [PATCH v12 1/4] of: Introduce of_translate_dma_region()
` [PATCH v12 2/4] dt-bindings: reserved-memory: Document iommu-addresses
` [PATCH v12 3/4] iommu: Implement of_iommu_get_resv_regions()
` [PATCH v12 4/4] iommu: dma: Use of_iommu_get_resv_regions()

[PATCH v11 0/5] iommu: Support mappings/reservations in reserved-memory regions
 2022-11-19  9:39 UTC  (7+ messages)
` [PATCH v11 1/5] of: Introduce support for #dma-{address,size}-cells
` [PATCH v11 2/5] of: Introduce of_translate_dma_region()
` [PATCH v11 3/5] dt-bindings: reserved-memory: Document iommu-addresses
` [PATCH v11 4/5] iommu: Implement of_iommu_get_resv_regions()
` [PATCH v11 5/5] iommu: dma: Use of_iommu_get_resv_regions()

[PATCH v3 0/4] PWM and keyboard backlight driver for ARM Macs
 2022-11-17 16:59 UTC  (7+ messages)
` [PATCH v3 1/4] dt-bindings: pwm: Add Apple PWM controller
` [PATCH v3 2/4] "
` [PATCH v3 3/4] arm64: dts: apple: t8103: Add "
` [PATCH v3 4/4] MAINTAINERS: Add entries for Apple PWM driver

[PATCH] dt-bindings: Drop type from 'cpus' property
 2022-11-16 20:22 UTC  (5+ messages)

[PATCH] nvme: rename the queue quiescing helpers
 2022-11-15 15:36 UTC  (3+ messages)

[PATCH] scripts: subarch.include: fix SUBARCH on MacOS hosts
 2022-11-15  4:12 UTC  (2+ messages)

[PATCH v3 0/5] Apple SoC cpufreq driver
 2022-11-14 19:49 UTC  (15+ messages)
` [PATCH v3 4/5] cpufreq: apple-soc: Add new driver to control Apple SoC CPU P-states

RFC: nvme-pci: split the probe and reset handlers
 2022-11-13 16:19 UTC  (40+ messages)
` [PATCH 01/12] nvme-pci: don't call nvme_init_ctrl_finish from nvme_passthru_end
` [PATCH 02/12] nvme: move OPAL setup from PCIe to core
` [PATCH 03/12] nvme: simplify transport specific device attribute handling
` [PATCH 04/12] nvme-pci: put the admin queue in nvme_dev_remove_admin
` [PATCH 05/12] nvme-pci: move more teardown work to nvme_remove
` [PATCH 06/12] nvme-pci: factor the iod mempool creation into a helper
` [PATCH 07/12] nvme-pci: factor out a nvme_pci_alloc_ctrl helper
` [PATCH 08/12] nvme-pci: set constant paramters in nvme_pci_alloc_ctrl
` [PATCH 09/12] nvme-pci: call nvme_pci_configure_admin_queue from nvme_pci_enable
` [PATCH 10/12] nvme-pci: split nvme_dbbuf_dma_alloc
` [PATCH 11/12] nvme-pci: split the initial probe from the rest path
` [PATCH 12/12] nvme-pci: don't unbind the driver on reset failure

[PATCH v4] i2c/pasemi: PASemi I2C controller IRQ enablement
 2022-11-12 20:33 UTC  (4+ messages)

[PATCH v10 0/5] iommu: Support mappings/reservations in reserved-memory regions
 2022-11-09 14:25 UTC  (11+ messages)
` [PATCH v10 1/5] of: Introduce of_translate_dma_region()
` [PATCH v10 2/5] of: Stop DMA translation at last DMA parent
` [PATCH v10 3/5] dt-bindings: reserved-memory: Document iommu-addresses
` [PATCH v10 4/5] iommu: Implement of_iommu_get_resv_regions()
` [PATCH v10 5/5] iommu: dma: Use of_iommu_get_resv_regions()

[PATCH v5 0/7] Broadcom/Apple Bluetooth driver for Apple Silicon
 2022-11-08  1:00 UTC  (9+ messages)
` [PATCH v5 1/7] dt-bindings: net: Add generic Bluetooth controller
` [PATCH v5 2/7] dt-bindings: net: Add Broadcom BCM4377 family PCIe Bluetooth
` [PATCH v5 3/7] arm64: dts: apple: t8103: Add Bluetooth controller
` [PATCH v5 4/7] Bluetooth: hci_event: Ignore reserved bits in LE Extended Adv Report
` [PATCH v5 5/7] Bluetooth: Add quirk to disable extended scanning
` [PATCH v5 6/7] Bluetooth: Add quirk to disable MWS Transport Configuration
` [PATCH v5 7/7] Bluetooth: hci_bcm4377: Add new driver for BCM4377 PCIe boards

[PATCH v2 0/4] PWM and keyboard backlight driver for ARM Macs
 2022-11-06 15:49 UTC  (14+ messages)
` [PATCH v2 1/4] dt-bindings: pwm: Add Apple PWM controller
` [PATCH v2 2/4] "
` [PATCH v2 3/4] arm64: dts: apple: t8103: Add "
` [PATCH v2 4/4] MAINTAINERS: Add entries for Apple PWM driver

[PATCH] soc: apple: rtkit: Stop casting function pointer signatures
 2022-11-04 15:41 UTC 

[PATCH] usb: typec: tipd: Prevent uninitialized event{1,2} in IRQ handler
 2022-11-03 15:43 UTC  (4+ messages)

[PATCH v2] OPP: decouple dt properties in opp_parse_supplies()
 2022-11-03 11:04 UTC  (3+ messages)

[PATCH 4/6] platform/apple: Add new Apple Mac SMC driver
 2022-11-02 15:54 UTC  (12+ 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).