linux设备模型

Linux内核的整体架构 

http://www.wowotech.net/linux_kenrel/11.html

Linux设备模型

Linux设备模型(1)_基本概念: http://www.wowotech.net/device_model/13.html

Linux设备模型(2)_Kobject: http://www.wowotech.net/device_model/kobject.html

Linux设备模型(3)_Uevent: http://www.wowotech.net/device_model/uevent.html

Linux设备模型(4)_sysfs: http://www.wowotech.net/device_model/dm_sysfs.html
Linux设备模型(5)_device和device driver: http://www.wowotech.net/device_model/device_and_driver.html
Linux设备模型(6)_Bus: http://www.wowotech.net/device_model/bus.html
Linux设备模型(7)_Class: http://www.wowotech.net/device_model/class.html
Linux设备模型(8)_platform设备: http://www.wowotech.net/device_model/platform_device.html
Linux设备模型(9)_device resource management: http://www.wowotech.net/device_model/device_resource_management.html

统一设备模型:kobj、kset分析: http://www.wowotech.net/device_model/421.html

Device Tree

Device Tree(一):背景介绍: http://www.wowotech.net/linux_kenrel/why-dt.html

Device Tree(二):基本概念: http://www.wowotech.net/device_model/dt_basic_concept.html

Device Tree(三):代码分析: http://www.wowotech.net/device_model/dt-code-analysis.html
Device Tree(四):文件结构解析: http://www.wowotech.net/device_model/dt-code-file-struct-parse.html

原文地址:https://www.cnblogs.com/wordchao/p/11379458.html