随笔分类 -  驱动

摘要:一.device tree中的写法 二. mailbox框架 (driver/mailbox/mailbox.c) 三. mailbox client 流程 通过mbox_request_channel_byname 根据"mbox-names"申请channel 创建mbox设备 通过mbox设备 阅读全文
posted @ 2018-03-27 15:23 chencesc
摘要:http://www.cnblogs.com/pengdonglin137/p/3438001.html Nand_ECC_校验和纠错_详解 阅读全文
posted @ 2017-03-16 10:25 chencesc 阅读(117) 评论(0) 推荐(0)
摘要:字符设备,块设备书 一、register_chrdev_region, register_chrdev, misc_register misc device(杂项设备) 在 Linux 内核的include/linux目录下有miscdevice.h文件 所有这些设备采用主编号10 ,一起归于mis 阅读全文
posted @ 2016-12-21 18:36 chencesc 阅读(480) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/bob_fly1984/article/details/8820670 struct ov5640_data { struct ov5640_platform_data chip; bool use_smbus; /* * Lock protects aga 阅读全文
posted @ 2016-11-02 14:55 chencesc 阅读(377) 评论(0) 推荐(0)
摘要:i2c协议 http://blog.csdn.net/g_salamander/article/details/8016698 总线设备驱动模型 http://blog.csdn.net/u013952558/article/details/50175981 linux i2c 驱动编写 http: 阅读全文
posted @ 2016-11-02 14:40 chencesc 阅读(228) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/firege/p/5806121.html (驱动大神) http://blog.csdn.net/yanbixing123/article/details/52299519 ov5640作为外接摄像头设备,通过i2c与主板通信 先介绍一下摄像头相关的术 阅读全文
posted @ 2016-11-01 15:45 chencesc 阅读(15201) 评论(0) 推荐(0)