platform-device-model
Installation
SKILL.md
Platform Device Model
Purpose
Explain the Linux driver model for platform (and similar) buses: struct device, device_driver, probe/remove, resource acquisition, sysfs, and deferred probe — the glue between device tree and driver code.
When to Use
- Implementing or debugging
platform_driverlifecycle - Exposing driver state via sysfs
- Understanding uevent /
udevdevice node creation - Before
skills/kernel-dev/writing-char-drivers