linux i2c子系统 Read More
posted @ 2014-04-10 15:28 randyqiu Views(1786) Comments(0) Diggs(0) Edit
现在的Linux内核中,mmc不仅是一个驱动,而是一个子系统。这里通过分析Linux3.2.0内核,结合TI的arm335x平台及omap_hsmmcd host分析下mmc子系统,重点关注sdio及架构在其上的具体sdio IP驱动实现。 Read More
posted @ 2014-03-18 10:46 randyqiu Views(9385) Comments(0) Diggs(1) Edit
系统调用 中断处理 异同 Read More
posted @ 2014-01-16 16:00 randyqiu Views(3580) Comments(0) Diggs(0) Edit
lisp web 开始旅程 Hunchentoot Read More
posted @ 2013-12-10 21:56 randyqiu Views(509) Comments(0) Diggs(0) Edit
bus,device,driver三个很重要的概念贯穿Linux内核驱动架构,特转载一篇博文:(转载自http://blog.csdn.net/gdt_a20/article/details/6425894)内核的开发者将总线,设备,驱动这三者用软件思想抽象了出来,巧妙的建立了其间的关系,使之更形象化。结合前面所学的知识,总的来说其三者间的关系为bus有两条链表,分别用于挂接设备和驱动,指定了其自身bus的device或者driver最后都会分别连接到对应bus的这两条链表上,而总线又有其始端,为bus_kset,一个driver可以对应于几个设备,因此driver同样有其设备链表,用于挂接可 Read More
posted @ 2013-12-04 14:24 randyqiu Views(1717) Comments(0) Diggs(0) Edit
kobject,kset,ktype Read More
posted @ 2013-12-04 14:15 randyqiu Views(473) Comments(0) Diggs(0) Edit
中断模型 eCos interrupt workflow 中断处理 注意事项 Read More
posted @ 2013-04-14 19:45 randyqiu Views(1349) Comments(0) Diggs(0) Edit
eCos下针对MIPS指令集的backtrace Read More
posted @ 2013-04-13 13:22 randyqiu Views(1150) Comments(0) Diggs(0) Edit
GPL Read More
posted @ 2011-10-22 10:18 randyqiu Views(410) Comments(0) Diggs(0) Edit