public inbox for driver-core@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-03-25 14:42:30 to 2026-04-02 16:30:00 UTC [more...]

[PATCH v5 0/4] ARM: omap1: use real firmware node lookup for GPIOs on Nokia 770
 2026-04-02 16:29 UTC  (9+ 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 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 v2 0/4] platform/x86: x86-android-tablets: use real firmware node references with intel drivers
 2026-04-02 16:18 UTC  (13+ 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] 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] PM / wakeup: Allocate class wakeup_class statically
 2026-04-02 13:05 UTC  (5+ messages)

[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 v6 0/2] firmware_loader: allow firmware_class.path to take multiple paths
 2026-04-02  4:13 UTC  (4+ 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 v3 0/2] Support BPF traversal of wakeup sources
 2026-04-02  4:06 UTC  (8+ 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 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  (24+ messages)
` [PATCH 02/12] bus: fsl-mc: use generic driver_override infrastructure
` [PATCH 04/12] hv: vmbus: "
` [PATCH 05/12] PCI: "
` [PATCH 06/12] platform/wmi: "
` [PATCH 07/12] rpmsg: "
` [PATCH 09/12] s390/cio: "

[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  (15+ 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  (12+ 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  (4+ 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  (9+ messages)
` [PATCH v2 1/2] PM: wakeup: Add kfuncs to traverse over wakeup_sources
` [PATCH v2 2/2] selftests/bpf: Add tests for wakeup_sources kfuncs

[PATCH 0/4] Fix handling of GPIO keys and LEDs on geode
 2026-03-26 11:19 UTC  (7+ messages)
` [PATCH 3/4] software node: verify that property data is not on stack

[PATCH v6 00/27] lan966x pci device: Add support for SFPs
 2026-03-26 10:33 UTC  (10+ messages)
` [PATCH v6 20/27] misc: lan966x_pci: Fix dtso nodes ordering
` [PATCH v6 21/27] misc: lan966x_pci: Split dtso in dtsi/dtso
` [PATCH v6 22/27] misc: lan966x_pci: Rename lan966x_pci.dtso to lan966x_evb_lan9662_nic.dtso
` [PATCH v6 23/27] PCI: Add Microchip LAN9662 PCI Device ID
` [PATCH v6 24/27] misc: lan966x_pci: Introduce board specific data
` [PATCH v6 25/27] misc: lan966x_pci: Add dtsi/dtso nodes in order to support SFPs
` [PATCH v6 26/27] misc: lan966x_pci: Sort the drivers list in Kconfig help
` [PATCH v6 27/27] misc: lan966x_pci: Add drivers needed to support SFPs "

[PATCH v6 13/27] PCI: of: Remove fwnode_dev_initialized() call for a PCI root bridge node
 2026-03-25 20:20 UTC  (2+ messages)

[PATCH v6 12/27] PCI: of: Set fwnode device of newly created PCI device nodes
 2026-03-25 20:13 UTC  (2+ messages)

[PATCH v6 11/27] PCI: of: Use fw_devlink_set_device()
 2026-03-25 20:10 UTC  (2+ messages)

[PATCH v3] PCI: dw-rockchip: Enable async probe by default
 2026-03-25 18:24 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