bootlin / training-materials

Bootlin embedded Linux and kernel training materials
https://bootlin.com/training/
Other
576 stars 174 forks source link

driver-architecture: bus infrastructure is itself a framework #243

Open arnout opened 2 months ago

arnout commented 2 months ago

This is explained much later in the training, but I think it's important to mention this early on already. Otherwise, things that are explained immediately afterwards don't make much sense (e.g. the fact that you have a struct device twice: once for the bus and once for the functional framewoek).

While using the bootlin materials for an internal training, there are a few improvements I made (at least, I consider them improvments myself). Since you probably don't agree with all of them, I'm making separate PRs for each. Feel free to close the PR if you disagree with the idea.