public inbox for driver-core@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-03-26 12:20:13 to 2026-04-03 15:44:29 UTC [more...]

[PATCH v3 0/9] driver core: Fix some race conditions
 2026-04-03 15:44 UTC  (16+ messages)
` [PATCH v3 1/9] driver core: Don't let a device probe until it's ready
` [PATCH v3 2/9] driver core: Replace dev->can_match with DEV_FLAG_CAN_MATCH
` [PATCH v3 3/9] driver core: Replace dev->dma_iommu with DEV_FLAG_DMA_IOMMU
` [PATCH v3 4/9] driver core: Replace dev->dma_skip_sync with DEV_FLAG_DMA_SKIP_SYNC
` [PATCH v3 5/9] driver core: Replace dev->dma_ops_bypass with DEV_FLAG_DMA_OPS_BYPASS
` [PATCH v3 6/9] driver core: Replace dev->state_synced with DEV_FLAG_STATE_SYNCED
` [PATCH v3 7/9] driver core: Replace dev->dma_coherent with DEV_FLAG_DMA_COHERENT
` [PATCH v3 8/9] driver core: Replace dev->of_node_reused with DEV_FLAG_OF_NODE_REUSED
` [PATCH v3 9/9] driver core: Replace dev->offline + ->offline_disabled with DEV_FLAGs

[PATCH v3 0/2] driver core: make references to unregistered software nodes a special case
 2026-04-03 13:51 UTC  (3+ messages)
` [PATCH v3 1/2] software node: return -ENOTCONN when referenced swnode is not registered yet
` [PATCH v3 2/2] gpio: swnode: defer probe on references to unregistered software nodes

[PATCH v2 0/4] platform/x86: x86-android-tablets: use real firmware node references with intel drivers
 2026-04-03 13:44 UTC  (18+ messages)
` [PATCH v2 1/4] software node: return -ENXIO when referenced swnode is not registered yet
` [PATCH v2 2/4] gpio: swnode: defer probe on references to unregistered software nodes
` [PATCH v2 3/4] ACPI: bus: export the acpi_bus_type symbol
` [PATCH v2 4/4] platform/x86: x86-android-tablets: enable fwnode matching of GPIO chips

[PATCH] PM / wakeup: Allocate class wakeup_class statically
 2026-04-03 11:02 UTC  (7+ messages)

[PATCH v3 0/2] Support BPF traversal of wakeup sources
 2026-04-03 10:04 UTC  (10+ messages)
` [PATCH v3 1/2] PM: wakeup: Add kfuncs to traverse over wakeup_sources
` [PATCH v3 2/2] selftests/bpf: Add tests for wakeup_sources kfuncs

[PATCH v5 0/4] ARM: omap1: use real firmware node lookup for GPIOs on Nokia 770
 2026-04-03  7:23 UTC  (14+ messages)
` [PATCH v5 1/4] kernel: ksysfs: initialize kernel_kobj earlier
` [PATCH v5 2/4] software node: remove software_node_exit()
` [PATCH v5 3/4] driver core: make software nodes available earlier
` [PATCH v5 4/4] ARM: omap1: enable real software node lookup of GPIOs on Nokia 770

[PATCH] devcoredump: Remove exit call
 2026-04-02 21:17 UTC 

[PATCH v7 0/2] firmware_loader: allow firmware_class.path to take multiple paths
 2026-04-02 19:23 UTC  (3+ messages)
` [PATCH v7 1/2] firmware_loader: add search_path= module option for multi-path firmware lookup
` [PATCH v7 2/2] selftests/firmware: add search path test for firmware_class.search_path=

[PATCH v6 0/2] firmware_loader: allow firmware_class.path to take multiple paths
 2026-04-02 16:51 UTC  (5+ messages)
` [PATCH v6 1/2] firmware_loader: add search_path= module option for multi-path firmware lookup
` [PATCH v6 2/2] selftests/firmware: add search path test for firmware_class.search_path=

[PATCH 0/3] driver core: make struct device_driver and bus_type groups members constant arrays
 2026-04-02 16:25 UTC  (4+ messages)
` [PATCH 1/3] driver core: constify group arrays arguments in driver_add_groups and driver_remove_groups

[PATCH] drivers: base: Fix typo 'interupt' -> 'interrupt' in platform_get_irq_affinity()
 2026-04-02 15:01 UTC  (2+ messages)

[PATCH v2 0/6] soc: qcom: socinfo: Convert to Rust
 2026-04-02 13:46 UTC  (3+ messages)
` [PATCH v2 3/6] rust: device: Support testing devices for equality

[PATCH 1/8] rust: io: generalize `MmioRaw` to pointer to arbitrary type
 2026-04-02 13:01 UTC  (23+ messages)
  ` [PATCH 2/8] rust: io: generalize `Mmio` "
  ` [PATCH 3/8] rust: io: use pointer types instead of address
  ` [PATCH 4/8] rust: io: add view type
  ` [PATCH 5/8] rust: dma: add methods to unsafely create reference from subview
  ` [PATCH 6/8] rust: io: add `read_val` and `write_val` function on I/O view
  ` [PATCH 8/8] rust: dma: drop `dma_read!` and `dma_write!` API

[PATCH] rust: ACPI: fix missing match data for PRP0001
 2026-04-02 12:31 UTC  (5+ messages)

[PATCH v2] driver core: Don't let a device probe until it's ready
 2026-04-01 21:09 UTC  (7+ messages)

[PATCH 00/12] treewide: Convert buses to use generic driver_override
 2026-03-31 19:18 UTC  (18+ messages)
` [PATCH 02/12] bus: fsl-mc: use generic driver_override infrastructure
` [PATCH 05/12] PCI: "
` [PATCH 06/12] platform/wmi: "

[PATCH v4 0/3] ARM: omap1: use real firmware node lookup for GPIOs on Nokia 770
 2026-03-31 14:28 UTC  (19+ messages)
` [PATCH v4 1/3] kernel: ksysfs: initialize kernel_kobj earlier
` [PATCH v4 2/3] driver core: make software nodes available earlier
` [PATCH v4 3/3] ARM: omap1: enable real software node lookup of GPIOs on Nokia 770

[PATCH] software node: allow referencing software nodes by name
 2026-03-31 12:18 UTC  (11+ messages)

[PATCH 05/10] leds: led-class: switch to using class_find_device_by_fwnode()
 2026-03-31 10:29 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/4] Fix handling of GPIO keys and LEDs on geode
 2026-03-31  8:33 UTC  (13+ messages)
` [PATCH v2 1/4] x86/geode: fix on-stack property data usage
` [PATCH v2 2/4] software node: allow passing reference args to PROPERTY_ENTRY_REF
` [PATCH v2 3/4] software node: verify that property data is not on stack
` [PATCH v2 4/4] x86/geode: use PROPERTY_ENTRY_REF for GPIO properties

[RFC PATCH] driver core: Don't link the device to the bus until we're ready to probe
 2026-03-30 14:31 UTC  (15+ messages)

[PATCH] driver core: simplify __device_set_driver_override() clearing logic
 2026-03-30 13:55 UTC  (2+ messages)

[PATCH] rust: replace `build_assert!` with `const_assert!`
 2026-03-30 10:06 UTC 

[PATCH v2 0/7] rust: dma: add from-slice constructors and use them in nova-core
 2026-03-28 14:52 UTC  (11+ messages)
` [PATCH v2 1/7] rust: dma: add from-slice constructors for Coherent and CoherentBox
` [PATCH v2 2/7] gpu: nova-core: firmware: riscv: use dma::Coherent
` [PATCH v2 3/7] gpu: nova-core: firmware: fwsec: "
` [PATCH v2 4/7] gpu: nova-core: falcon: "
` [PATCH v2 5/7] gpu: nova-core: fb: use dma::CoherentHandle
` [PATCH v2 6/7] gpu: nova-core: firmware: gsp: use dma::Coherent for signatures
` [PATCH v2 7/7] gpu: nova-core: firmware: gsp: use dma::Coherent for level0 table

[PATCH 1/2] rust: dma: remove DMA_ATTR_NO_KERNEL_MAPPING from public attrs
 2026-03-28 14:51 UTC  (8+ messages)
` [PATCH 2/2] rust: dma: add CoherentHandle for DMA allocations without kernel mapping

[PATCH 0/7] rust: dma: add from-slice constructors and use them in nova-core
 2026-03-28 13:03 UTC  (11+ messages)
` [PATCH 1/7] rust: dma: add from-slice constructors for Coherent and CoherentBox
` [PATCH 4/7] gpu: nova-core: falcon: use dma::Coherent

[PATCH 1/3] rust: uaccess: generalize write_dma() to accept any Coherent<T>
 2026-03-27 20:58 UTC  (8+ messages)
` [PATCH 2/3] rust: dma: generalize BinaryWriter impl for Coherent<T>
` [PATCH 3/3] gpu: nova-core: use sized array for GSP log buffers

[PATCH v3 4/4] rust: make `build_assert` module the home of related macros
 2026-03-27 18:42 UTC  (3+ messages)

[PATCH v5 00/15] hwspinlock: move device alloc into core and refactor includes
 2026-03-27 11:43 UTC  (2+ messages)

[PATCH v1] driver core: auxiliary bus: Drop auxiliary_dev_pm_ops
 2026-03-27  9:51 UTC 

Re: [PATCH v2 0/3] Inline helpers into Rust without full LTO
 2026-03-27  8:16 UTC  (4+ messages)
  `  "

[PATCH v2] device property: Make modifications of fwnode "flags" thread safe
 2026-03-26 21:03 UTC  (2+ messages)

[PATCH v2 0/2] Support BPF traversal of wakeup sources
 2026-03-26 16:30 UTC  (6+ messages)


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