Summary
In this chapter, you learned how to deal with devices and drivers, as well as how they are tied to each other. We have also demystified the matching mechanism. Make sure you understand this before moving on to Chapter 7, Understanding the Concept of Platform Devices and Drivers, Chapter 8, Writing I2C Device Drivers, and Chapter 9, Writing SPI Device Drivers , which will deal with device driver development. This will involve working with devices, drivers, and bus structures.
In the next chapter, we will delve into platform driver development in detail.