public inbox for driver-core@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-03-19 12:17:53 to 2026-03-24 01:00:30 UTC [more...]

[PATCH 00/12] treewide: Convert buses to use generic driver_override
 2026-03-24  0:59 UTC  (7+ messages)
` [PATCH 01/12] amba: use generic driver_override infrastructure
` [PATCH 02/12] bus: fsl-mc: "
` [PATCH 03/12] cdx: "
` [PATCH 04/12] hv: vmbus: "
` [PATCH 05/12] PCI: "
` [PATCH 06/12] platform/wmi: "

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

[PATCH 00/10] Remove class_find_device_by_of_node in favor of finding by firmware node
 2026-03-24  0:17 UTC  (39+ messages)
` [PATCH net-next 01/10] net: wan: framer: switch to using class_find_device_by_fwnode()
` [PATCH 02/10] phy: core: "
` [PATCH 03/10] spi: "
` [PATCH 04/10] regulator: of: "
` [PATCH 05/10] leds: led-class: "
` [PATCH 06/10] mux: "
` [PATCH net-next 07/10] net: phy: "
` [PATCH 08/10] fpga: bridge: "
` [PATCH 09/10] fpga: manager: "
` [PATCH 10/10] driver core: class: remove class_find_device_by_of_node()

[RFC PATCH] driver core: Don't link the device to the bus until we're ready to probe
 2026-03-23 22:24 UTC  (9+ messages)

[PATCH 0/4] platform/x86: x86-android-tablets: use real firmware node references with intel drivers
 2026-03-23 22:01 UTC  (16+ messages)
` [PATCH 1/4] software node: support automatic secondary fwnode assignment
` [PATCH 2/4] pinctrl: intel: expose software nodes for baytrail GPIO devices
` [PATCH 3/4] pinctrl: intel: expose software nodes for cherryiew "
` [PATCH 4/4] platform/x86: x86-android-tablets: enable fwnode matching of GPIO chips

[PATCH v2 0/8] dma::Coherent & dma::CoherentBox API
 2026-03-23 21:56 UTC  (22+ messages)
` [PATCH v2 1/8] rust: dma: use "kernel vertical" style for imports
` [PATCH v2 2/8] rust: dma: add generalized container for types other than slices
` [PATCH v2 3/8] rust: dma: add zeroed constructor to `Coherent`
` [PATCH v2 4/8] rust: dma: introduce dma::CoherentBox for memory initialization
` [PATCH v2 5/8] rust: dma: add Coherent:init() and Coherent::init_with_attrs()
` [PATCH v2 6/8] gpu: nova-core: use Coherent::init to initialize GspFwWprMeta
` [PATCH v2 7/8] gpu: nova-core: convert Gsp::new() to use CoherentBox
` [PATCH v2 8/8] gpu: nova-core: convert to new dma::Coherent API

[PATCH v3 0/7] Introduce Synology Microp driver
 2026-03-23 19:57 UTC  (3+ messages)
` [PATCH v3 3/7] acpi: add acpi_of_match_device_ids

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

[PATCH v1 0/2] *** Support BPF traversal of wakeup sources ***
 2026-03-23 16:20 UTC  (8+ messages)
` [PATCH v1 1/2] PM: wakeup: Add kfuncs to lock/unlock wakeup_sources
` [PATCH v1 2/2] PM: Add config flag to gate sysfs wakeup_sources

[PATCH 1/8] rust: io: generalize `MmioRaw` to pointer to arbitrary type
 2026-03-23 15:38 UTC  (7+ 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 v5 0/2] firmware_loader: allow firmware_class.path to take multiple paths
 2026-03-23 14:45 UTC  (4+ messages)
` [PATCH v5 1/2] firmware_loader: add search= module option for multi-path firmware lookup
` [PATCH v5 2/2] selftests/firmware: add search path test for firmware_class.search=

[PATCH v12 0/5] shut down devices asynchronously
 2026-03-23 14:07 UTC  (10+ messages)
` [PATCH 1/5] driver core: separate function to shutdown one device
` [PATCH 2/5] driver core: do not always lock parent in shutdown
` [PATCH 3/5] driver core: async device shutdown infrastructure
` [PATCH 4/5] PCI: enable async shutdown support
` [PATCH 5/5] scsi: "

[PATCH v2 0/3] debugfs: disallow NULL string creation and fix callers
 2026-03-23  8:58 UTC  (4+ messages)
` [PATCH v2 1/3] debugfs: check for NULL pointer in debugfs_create_str()
` [PATCH v2 2/3] debugfs: fix placement of EXPORT_SYMBOL_GPL for debugfs_create_str()
` [PATCH v2 3/3] soundwire: debugfs: initialize firmware_file to empty string

[PATCH] drivers/base/memory: fix stale reference to memory_block_add_nid()
 2026-03-23  8:56 UTC  (3+ messages)

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

[PATCH v2 1/1] device property: Document how to check for the property presence
 2026-03-23  8:42 UTC  (2+ messages)

[PATCH v3 4/4] rust: make `build_assert` module the home of related macros
 2026-03-23  1:50 UTC  (11+ messages)

[GIT PULL] Driver core fixes for 7.0-rc5
 2026-03-22 18:04 UTC  (4+ messages)

[PATCH 1/2] rust: dma: remove DMA_ATTR_NO_KERNEL_MAPPING from public attrs
 2026-03-22 15:21 UTC  (7+ messages)
` [PATCH 2/2] rust: dma: add CoherentHandle for DMA allocations without kernel mapping

Sashiko for driver-core
 2026-03-21 20:26 UTC 

[PATCH] drivers: base: Fix typo 'interupt' -> 'interrupt' in platform_get_irq_affinity()
 2026-03-21 16:44 UTC 

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

[PATCH v3 0/4] rust: add basic serial device bus abstractions
 2026-03-20 21:08 UTC  (12+ messages)
` [PATCH v3 2/4] serdev: add rust private data to serdev_device

[PATCH v4] firmware_loader: add search= module option for multi-path firmware lookup
 2026-03-20 16:23 UTC  (3+ messages)

[PATCH 0/8] dma::Coherent & dma::CoherentInit API
 2026-03-20 15:05 UTC  (15+ messages)
` [PATCH 2/8] rust: dma: add generalized container for types other than slices
` [PATCH 3/8] rust: dma: add zeroed constructor to `Coherent`
` [PATCH 4/8] rust: dma: introduce dma::CoherentInit for memory initialization
` [PATCH 6/8] gpu: nova-core: use Coherent::init to initialize GspFwWprMeta
` [PATCH 8/8] gpu: nova-core: convert to new dma::Coherent API

[PATCH/RFC] PM: domains: Call pm_runtime_barrier() before dev_pm_domain_{attach*,detach}()
 2026-03-20  9:47 UTC  (3+ messages)

[PATCH v2 00/10] workqueue / drivers: Add device-managed allocate workqueue
 2026-03-20  3:06 UTC  (3+ messages)
` (subset) "

[PATCH v3] firmware_loader: allow firmware_class.path to take multiple paths
 2026-03-19 15:51 UTC  (8+ messages)


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