First page Back Continue Last page Overview Graphics
Using resources
When a platform_device is added to the system using platform_add_device(), the probe() method of the platform driver gets called
This method is responsible for initializing the hardware, registering the device to the proper framework (in our case, the serial driver framework)
The platform driver has access to the I/O resources: