public inbox for driver-core@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-02-26 09:56:46 to 2026-03-05 20:17:06 UTC [more...]

[PATCH 0/9] workqueue / drivers: Add device-managed allocate workqueue
 2026-03-05 20:16 UTC  (4+ messages)
` [PATCH 1/9] workqueue: devres: "

[PATCH] regmap: Simplify devres handling
 2026-03-05 20:13 UTC 

[PATCH v3 00/15] hwspinlock: move device alloc into core and refactor includes
 2026-03-05 19:05 UTC  (3+ messages)
` [PATCH v3 15/15] hwspinlock/treewide: refactor consumer.h from public header

[PATCH v2 0/4] driver core: generalize driver_override infrastructure
 2026-03-05 12:42 UTC  (17+ messages)
` [PATCH v2 1/4] driver core: generalize driver_override in struct device
` [PATCH v2 2/4] docs: driver-model: document driver_override
` [PATCH v2 3/4] hwmon: axi-fan: don't use driver_override as IRQ name
` [PATCH v2 4/4] driver core: platform: use generic driver_override infrastructure

[PATCH v6 0/3] regcache: Avoid accessing non-initialised cache
 2026-03-05  8:53 UTC  (4+ messages)
` [PATCH v6 1/3] regcache: Move count check and cache_bypass assignment to the caller
` [PATCH v6 2/3] regcache: Allocate and free reg_defaults on the same level
` [PATCH v6 3/3] regcache: Move HW readback after cache initialisation

[PATCH v3 00/10] rust: pci: add abstractions for SR-IOV capability
 2026-03-04 18:30 UTC  (21+ messages)
` [PATCH v3 01/10] PCI: add driver flag to opt into disabling SR-IOV on remove()
` [PATCH v3 02/10] fpga: dfl-pci: set driver flag to disable "
` [PATCH v3 03/10] rust: pci: add {enable,disable}_sriov(), to control SR-IOV capability
` [PATCH v3 04/10] rust: pci: add vtable attribute to pci::Driver trait
` [PATCH v3 05/10] rust: pci: add bus callback sriov_configure(), to control SR-IOV from sysfs
` [PATCH v3 06/10] rust: pci: add is_virtfn(), to check for VFs
` [PATCH v3 07/10] rust: pci: add is_physfn(), to check for PFs
` [PATCH v3 08/10] rust: pci: add num_vf(), to return number of VFs
` [PATCH v3 09/10] rust: pci: add physfn(), to return PF device for VF device
` [PATCH v3 10/10] samples: rust: add SR-IOV driver sample

[PATCH v4 0/3] kernfs: Add inotify IN_DELETE_SELF, IN_IGNORED support
 2026-03-04 13:26 UTC  (12+ messages)
` [PATCH v4 2/3] kernfs: Send IN_DELETE_SELF and IN_IGNORED

[PATCH v5 0/2] regcache: Avoid accessing non-initialised cache
 2026-03-03 19:20 UTC  (6+ messages)
` [PATCH v5 1/2] regcache: Factor out regcache_hw_exit() helper
` [PATCH v5 2/2] regcache: Move HW readback after cache initialisation

[PATCH 0/8] dma::Coherent & dma::CoherentInit API
 2026-03-03 17:33 UTC  (12+ messages)
` [PATCH 1/8] rust: dma: use "kernel vertical" style for imports
` [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 5/8] rust: dma: add Coherent:init() and Coherent::init_with_attrs()
` [PATCH 6/8] gpu: nova-core: use Coherent::init to initialize GspFwWprMeta
` [PATCH 7/8] gpu: nova-core: convert Gsp::new() to use CoherentInit
` [PATCH 8/8] gpu: nova-core: convert to new dma::Coherent API

[PATCH v5 00/28] lan966x pci device: Add support for SFPs
 2026-03-03 15:24 UTC  (41+ messages)
` [PATCH v5 01/28] Revert "treewide: Fix probing of devices in DT overlays"
` [PATCH v5 02/28] driver core: Rename get_dev_from_fwnode() wrapper to get_device_from_fwnode()
` [PATCH v5 03/28] of: dynamic: Fix overlayed devices not probing because of fw_devlink
` [PATCH v5 04/28] driver core: Avoid warning when removing a device while its supplier is unbinding
` [PATCH v5 05/28] bus: simple-pm-bus: Remove child devices when the bus is unbound
` [PATCH v5 06/28] bus: simple-pm-bus: Populate child nodes at probe
` [PATCH v5 07/28] driver core: fw_devlink: Introduce fw_devlink_set_device()
` [PATCH v5 08/28] drivers: core: Use fw_devlink_set_device()
` [PATCH v5 09/28] pinctrl: cs42l43: "
` [PATCH v5 10/28] cxl/test: Use device_set_node()
` [PATCH v5 11/28] cxl/test: Use fw_devlink_set_device()
` [PATCH v5 12/28] PCI: of: "
` [PATCH v5 13/28] PCI: of: Set fwnode device of newly created PCI device nodes
` [PATCH v5 14/28] PCI: of: Remove fwnode_dev_initialized() call for a PCI root bridge node
` [PATCH v5 15/28] i2c: core: Introduce i2c_get_adapter_physdev()
` [PATCH v5 16/28] i2c: mux: Set adapter physical device
` [PATCH v5 17/28] i2c: mux: Create missing devlink between mux and "
` [PATCH v5 18/28] of: property: Allow fw_devlink device-tree on x86
` [PATCH v5 19/28] clk: lan966x: Add MCHP_LAN966X_PCI dependency
` [PATCH v5 20/28] i2c: busses: at91: "
` [PATCH v5 21/28] misc: lan966x_pci: Fix dtso nodes ordering
` [PATCH v5 22/28] misc: lan966x_pci: Split dtso in dtsi/dtso
` [PATCH v5 23/28] misc: lan966x_pci: Rename lan966x_pci.dtso to lan966x_evb_lan9662_nic.dtso
` [PATCH v5 24/28] PCI: Add Microchip LAN9662 PCI Device ID
` [PATCH v5 25/28] misc: lan966x_pci: Introduce board specific data
` [PATCH v5 26/28] misc: lan966x_pci: Add dtsi/dtso nodes in order to support SFPs
` [PATCH v5 27/28] misc: lan966x_pci: Sort the drivers list in Kconfig help
` [PATCH v5 28/28] misc: lan966x_pci: Add drivers needed to support SFPs "

[PATCH] Revert "driver core: enforce device_lock for driver_match_device()"
 2026-03-03 12:18 UTC  (5+ messages)

[PATCH v4 0/3] regcache: Avoid accessing non-initialised cache
 2026-03-03 11:20 UTC  (7+ messages)
` [PATCH v4 1/3] regcache: Move HW readback after cache initialisation
` [PATCH v4 2/3] regcache: Define iterator inside for-loop and align their types
` [PATCH v4 3/3] regcache: Amend printf() specifiers when printing registers

[PATCH v3 0/3] regcache: Avoid accessing non-initialised cache
 2026-03-03 11:20 UTC  (9+ messages)
` [PATCH v3 1/3] regcache: Move HW readback after cache initialisation
` [PATCH v3 2/3] regcache: Define iterator inside for-loop and align their types
` [PATCH v3 3/3] regcache: Amend printf() specifiers when printing registers

[CRASH] kunit failures in platform-device-devm
 2026-03-03 10:32 UTC  (10+ messages)

[GIT PULL] Driver core changes for 7.0-rc1
 2026-03-02 19:19 UTC  (10+ messages)

[PATCH v5 1/1] regmap: Synchronize cache for the page selector
 2026-03-02 19:03 UTC  (2+ messages)

[PATCH v2 0/9] soc: remove direct accesses to of_root from drivers/soc/
 2026-03-02 17:18 UTC  (4+ messages)
` [PATCH v2 8/9] soc: renesas: don't access of_root directly

[PATCH v4 3/3] rust: dma: use pointer projection infra for `dma_{read,write}` macro
 2026-03-02 16:42 UTC 

[PATCH 0/3] driver core: generalize driver_override infrastructure
 2026-03-02 16:28 UTC  (21+ messages)
` [PATCH 1/3] driver core: generalize driver_override in struct device
` [PATCH 2/3] hwmon: axi-fan: don't use driver_override as IRQ name
` [PATCH 3/3] driver core: platform: use generic driver_override infrastructure

[PATCH v3 2/2] rust: dma: use pointer projection infra for `dma_{read,write}` macro
 2026-03-02 14:42 UTC  (2+ messages)
  ` [PATCH v3 2/2] rust: dma: use pointer projection infra for `dma_{read, write}` macro

[PATCH 0/3] driver core: constify groups arrays in few functions and struct class
 2026-03-01 12:31 UTC  (4+ messages)
` [PATCH 1/3] sysfs: constify group arrays in function arguments
` [PATCH 2/3] driver: core: constify groups array argument in device_add_groups and device_remove_groups
` [PATCH 3/3] driver core: make struct class groups members constant arrays

[GIT PULL] Driver core fixes for 7.0-rc2
 2026-03-01  4:04 UTC  (2+ messages)

FAILED: Patch "driver core: enforce device_lock for driver_match_device()" failed to apply to 5.10-stable tree
 2026-03-01  2:00 UTC 

FAILED: Patch "driver core: enforce device_lock for driver_match_device()" failed to apply to 5.15-stable tree
 2026-03-01  1:50 UTC 

FAILED: Patch "driver core: enforce device_lock for driver_match_device()" failed to apply to 6.1-stable tree
 2026-03-01  1:42 UTC 

[PATCH] firmware_loader: Add null pointer checks in request_firmware_nowait()
 2026-02-28 13:28 UTC  (2+ messages)

[PATCH v4] gpiolib: match secondary fwnode too in gpio_device_find_by_fwnode()
 2026-02-27  8:58 UTC  (3+ messages)

[PATCH v2] clk: scu/imx8qxp: do not register driver in probe()
 2026-02-27  0:55 UTC  (4+ messages)

[PATCH v2 2/2] rust: dma: use pointer projection infra for `dma_{read,write}` macro
 2026-02-26 15:46 UTC 

[PATCH] treewide: fix duplicated word "the" in comments
 2026-02-26 14:13 UTC  (2+ messages)

[PATCH v2 0/5] regcache: Avoid accessing non-initialised cache
 2026-02-26 13:57 UTC  (11+ messages)
` [PATCH v2 3/5] regcache: Move HW readback after cache initialisation
` [PATCH v2 5/5] regcache: Amend printf() specifiers when printing registers
` (subset) [PATCH v2 0/5] regcache: Avoid accessing non-initialised cache

[PATCH v3] gpiolib: match secondary fwnode too in gpio_device_find_by_fwnode()
 2026-02-26 12:09 UTC  (5+ messages)


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