/linux//drivers/smba/
1. The AMBA core layer registers each detected AMBA bus using bus_register().
2. When an AMBA client device is probed and detected, its existence is recorded via device_register().
3. Finally, the client driver registers itself using driver_register().
No comments:
Post a Comment