public inbox for driver-core@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-02-14 21:25:18 to 2026-02-23 20:44:25 UTC [more...]

[PATCH v1 0/3] driver core: Split device.h even more
 2026-02-23 20:30 UTC  (3+ messages)
` [PATCH v1 1/3] driver core: Split device data types to device/types.h
` [PATCH v1 3/3] driver core: Split device related fwnode API to device/fwnode.h

[PATCH v2 0/2] driver core: provide and use device_match_fwnode_ext()
 2026-02-23 20:24 UTC  (20+ messages)
` [PATCH v2 1/2] driver core: make fwnode_is_primary() public
` [PATCH v2 2/2] gpiolib: match secondary fwnode too in gpio_device_find_by_fwnode()

[PATCH v2] clk: scu/imx8qxp: do not register driver in probe()
 2026-02-23 20:21 UTC  (2+ messages)

[PATCH v4 0/3] kernfs: Add inotify IN_DELETE_SELF, IN_IGNORED support
 2026-02-23 16:27 UTC  (17+ messages)
` [PATCH v4 1/3] kernfs: Don't set_nlink for directories being removed
` [PATCH v4 2/3] kernfs: Send IN_DELETE_SELF and IN_IGNORED
` [PATCH v4 3/3] selftests: memcg: Add tests for "
` [syzbot ci] Re: kernfs: Add inotify IN_DELETE_SELF, IN_IGNORED support

[PATCH 0/9] workqueue / drivers: Add device-managed allocate workqueue
 2026-02-23 15:42 UTC  (24+ messages)
` [PATCH 1/9] workqueue: devres: "
` [PATCH 2/9] power: supply: cw2015: Free allocated workqueue
` [PATCH 3/9] power: supply: max77705: Free allocated workqueue and fix removal order
` [PATCH 4/9] power: supply: mt6370: Simplify with devm_create_singlethread_workqueue
` [PATCH 5/9] power: supply: ipaq_micro: Simplify with devm
` [PATCH 6/9] mfd: ezx-pcap: Drop memory allocation error message
` [PATCH 7/9] mfd: ezx-pcap: Return directly instead of empty gotos
` [PATCH 8/9] mfd: ezx-pcap: Avoid rescheduling after destroying workqueue
` [PATCH 9/9] platform/chrome: cros_usbpd_logger: Simplify with devm

[PATCH v7 0/3] PCI: Add support for PCIe WAKE# interrupt
 2026-02-23 14:07 UTC  (10+ messages)
` [PATCH v7 1/3] PM: sleep: wakeirq: Add support for dedicated shared wake IRQ setup
` [PATCH v7 2/3] gpio: Add fwnode_gpiod_get() helper
` [PATCH v7 3/3] PCI: Add support for PCIe WAKE# interrupt

[PATCH v2 0/9] soc: remove direct accesses to of_root from drivers/soc/
 2026-02-23 13:37 UTC  (10+ messages)
` [PATCH v2 1/9] of: provide of_machine_read_compatible()
` [PATCH v2 2/9] of: provide of_machine_read_model()
` [PATCH v2 3/9] base: soc: order includes alphabetically
` [PATCH v2 4/9] base: soc: rename and export soc_device_get_machine()
` [PATCH v2 5/9] soc: fsl: guts: don't access of_root directly
` [PATCH v2 6/9] soc: imx8m: "
` [PATCH v2 7/9] soc: imx9: "
` [PATCH v2 8/9] soc: renesas: "
` [PATCH v2 9/9] soc: sunxi: mbus: "

[PATCH V2] driver core: auxiliary bus: Fix sysfs creation on bind
 2026-02-20 14:11 UTC  (8+ messages)

[PATCH v8 0/3] drivers/base: Introduce revocable
 2026-02-23  7:03 UTC  (4+ messages)
` [PATCH v8 1/3] revocable: Revocable resource management

[PATCH RFC 00/10] driver core: constify groups arrays in several structs
 2026-02-21 14:04 UTC  (16+ messages)
` [PATCH RFC 01/10] IB/core: Prepare for immutable device groups
` [PATCH RFC 02/10] rtc: prepare for struct device member groups becoming a constant array
` [PATCH RFC 03/10] sysfs: constify group arrays in function arguments
` [PATCH RFC 04/10] driver: core: constify groups array argument in device_add_groups and device_remove_groups
` [PATCH RFC 05/10] driver core: make struct device member groups a constant array
` [PATCH RFC 06/10] driver core: make struct device_type "
` [PATCH RFC 07/10] driver core: make struct bus_type groups members constant arrays
` [PATCH RFC 08/10] driver core: make struct class "
` [PATCH RFC 09/10] driver core: make struct device_driver groups members contact arrays
` [PATCH RFC 10/10] kobject: make struct kobject member default_groups a constant array

[PATCH 0/2] driver core: provide and use device_match_fwnode_ext()
 2026-02-20 16:03 UTC  (29+ messages)
` [PATCH 1/2] driver core: provide device_match_fwnode_ext()
` [PATCH 2/2] gpiolib: use device_match_fwnode_ext()

[PATCH v3 0/3] kernfs: Add inotify IN_DELETE_SELF, IN_IGNORED support for files
 2026-02-19 18:57 UTC  (15+ messages)
` [PATCH v3 1/3] kernfs: allow passing fsnotify event types
` [PATCH v3 2/3] kernfs: send IN_DELETE_SELF and IN_IGNORED on file deletion
` [PATCH v3 3/3] selftests: memcg: Add tests IN_DELETE_SELF and IN_IGNORED on memory.events

[RFC v2 PATCH 00/13] hwspinlock: move device alloc into core and refactor includes
 2026-02-18 19:56 UTC  (7+ messages)
` [RFC PATCH v2 13/13] hwspinlock: refactor consumer.h from public header

[PATCH v2 0/3] kernfs: Add inotify IN_DELETE_SELF, IN_IGNORED support for files
 2026-02-18 11:23 UTC  (15+ messages)
` [PATCH v2 1/3] kernfs: allow passing fsnotify event types
` [PATCH v2 2/3] kernfs: send IN_DELETE_SELF and IN_IGNORED on file deletion

[PATCH v2 00/10] rust: pci: add abstractions for SR-IOV capability
 2026-02-18  2:03 UTC  (4+ messages)
` [PATCH v2 10/10] samples: rust: add SR-IOV driver sample

[PATCH] rust: irq: add missing 'static bound to IRQ callback functions
 2026-02-17 22:56 UTC  (3+ messages)

[PATCH v2 0/6] rust: io: turn IoCapable into a functional trait
 2026-02-17 11:17 UTC  (12+ messages)
` [PATCH v2 1/6] "

[PATCH] rust: io: macro_export io_define_read!() and io_define_write!()
 2026-02-16 13:47 UTC  (6+ messages)

Mainline UML Rust stable io.rs unused imports
 2026-02-16 13:22 UTC  (4+ messages)

Consider backporting rustdoc fixes for 6.18.y
 2026-02-16  9:45 UTC  (2+ messages)

[PATCH v2 0/5] Use struct devres_node in Devres<T>
 2026-02-16  8:29 UTC  (3+ messages)
` [PATCH v2 5/5] rust: devres: embed struct devres_node directly

[syzbot] [kernfs?] KMSAN: uninit-value in inode_set_ctime_to_ts
 2026-02-15  5:42 UTC 

[PATCH AUTOSEL 6.19-6.18] driver core: faux: stop using static struct device
 2026-02-14 21:22 UTC 


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