messages from 2026-03-22 23:37:05 to 2026-03-25 20:20:38 UTC [more...]
[PATCH v6 00/27] lan966x pci device: Add support for SFPs
2026-03-25 20:20 UTC (31+ messages)
` [PATCH v6 01/27] Revert "treewide: Fix probing of devices in DT overlays"
` [PATCH v6 02/27] of: dynamic: Fix overlayed devices not probing because of fw_devlink
` [PATCH v6 03/27] driver core: Avoid warning when removing a device while its supplier is unbinding
` [PATCH v6 04/27] bus: simple-pm-bus: Remove child devices when the bus is unbound
` [PATCH v6 05/27] bus: simple-pm-bus: Populate child nodes at probe
` [PATCH v6 06/27] driver core: fw_devlink: Introduce fw_devlink_set_device()
` [PATCH v6 07/27] drivers: core: Use fw_devlink_set_device()
` [PATCH v6 08/27] pinctrl: cs42l43: "
` [PATCH v6 09/27] cxl/test: Use device_set_node()
` [PATCH v6 10/27] cxl/test: Use fw_devlink_set_device()
` [PATCH v6 11/27] PCI: of: "
` [PATCH v6 12/27] PCI: of: Set fwnode device of newly created PCI device nodes
` [PATCH v6 13/27] PCI: of: Remove fwnode_dev_initialized() call for a PCI root bridge node
` [PATCH v6 14/27] i2c: core: Introduce i2c_get_adapter_physdev()
` [PATCH v6 15/27] i2c: mux: Set adapter physical device
` [PATCH v6 16/27] i2c: mux: Create missing devlink between mux and "
` [PATCH v6 17/27] of: property: Allow fw_devlink device-tree on x86
` [PATCH v6 18/27] clk: lan966x: Add MCHP_LAN966X_PCI dependency
` [PATCH v6 19/27] i2c: busses: at91: "
` [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 v3] PCI: dw-rockchip: Enable async probe by default
2026-03-25 18:24 UTC (15+ messages)
[PATCH] software node: allow referencing software nodes by name
2026-03-25 18:11 UTC (7+ messages)
[PATCH 00/12] treewide: Convert buses to use generic driver_override
2026-03-25 17:28 UTC (24+ 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 07/12] rpmsg: "
` [PATCH 08/12] vdpa: "
` [PATCH 09/12] s390/cio: "
` [PATCH 10/12] s390/ap: "
` [PATCH 11/12] spi: "
` [PATCH 12/12] driver core: remove driver_set_override()
` (subset) [PATCH 00/12] treewide: Convert buses to use generic driver_override
[PATCH 1/2] rust: dma: remove DMA_ATTR_NO_KERNEL_MAPPING from public attrs
2026-03-25 17:18 UTC (6+ messages)
` [PATCH 2/2] rust: dma: add CoherentHandle for DMA allocations without kernel mapping
[PATCH 0/4] Fix handling of GPIO keys and LEDs on geode
2026-03-25 16:24 UTC (11+ 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 1/3] rust: uaccess: generalize write_dma() to accept any Coherent<T>
2026-03-25 14:55 UTC (7+ 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
[syzbot] [kernfs?] possible deadlock in kernfs_iop_setattr
2026-03-25 12:43 UTC
[PATCH] driver core: simplify __device_set_driver_override() clearing logic
2026-03-25 9:09 UTC
[PATCH 0/7] rust: dma: add from-slice constructors and use them in nova-core
2026-03-25 2:14 UTC (12+ 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 4/7] gpu: nova-core: falcon: "
Re: [PATCH v2 0/3] Inline helpers into Rust without full LTO
2026-03-25 1:58 UTC (3+ messages)
` "
[PATCH v3 0/7] Introduce Synology Microp driver
2026-03-24 17:39 UTC (7+ messages)
` [PATCH v3 3/7] acpi: add acpi_of_match_device_ids
[PATCH v2 0/8] dma::Coherent & dma::CoherentBox API
2026-03-24 15:40 UTC (16+ messages)
` [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 1/8] rust: dma: use "kernel vertical" style for imports
[RFC PATCH] driver core: Don't link the device to the bus until we're ready to probe
2026-03-24 15:21 UTC (10+ messages)
[PATCH 00/10] Remove class_find_device_by_of_node in favor of finding by firmware node
2026-03-24 13:50 UTC (40+ 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()
[PATCH 0/8] dma::Coherent & dma::CoherentInit API
2026-03-24 12:51 UTC (5+ messages)
[PATCH v8 0/3] PCI: Add support for PCIe WAKE# interrupt
2026-03-24 12:03 UTC (4+ messages)
` [PATCH v8 3/3] "
[PATCH v2 0/9] soc: remove direct accesses to of_root from drivers/soc/
2026-03-24 10:24 UTC (3+ messages)
` [PATCH v2 6/9] soc: imx8m: don't access of_root directly
[PATCH 0/4] platform/x86: x86-android-tablets: use real firmware node references with intel drivers
2026-03-23 22:01 UTC (13+ messages)
` [PATCH 1/4] software node: support automatic secondary fwnode assignment
` [PATCH 2/4] pinctrl: intel: expose software nodes for baytrail GPIO devices
[PATCH v1 0/2] *** Support BPF traversal of wakeup sources ***
2026-03-23 16:20 UTC (3+ messages)
[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 (4+ messages)
` [PATCH 3/5] driver core: async device shutdown infrastructure
[PATCH v1 1/2] PM: wakeup: Add kfuncs to lock/unlock wakeup_sources
2026-03-23 12:33 UTC (2+ messages)
[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)
[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 (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox