搭建一个和linux开发者知识共享和学习的平台
发布时间:2023-07-05 10:51:08
arm generic timer驱动代码分析一、前言关注arm平台上timer driver(clocksource chip driver和clockevent chip driver)的驱动工程师应该会注意到timer硬件的演化过程。在单核时代,各个soc vendor厂商购买arm core的ip,然后自己设计soc上的peripherals,这里面就包括了timer的硬件。由于没有统一的标准,各个厂商.........【阅读全文】
发布时间:2023-05-31 11:12:49
dmaengine 框架2.1.基本概述dmaengine 是 linux 内核 dma 驱动框架,针对 dma 驱动的混乱局面内核社区提出了一个全新的框架驱动,目标在统一 dma api 让各个模块使用 dma 时不用关心硬件细节,同时代码复用提高。并且实现异步的数据传输,降低机器负载。2.1.1.术语约定? dma: direct memory access(直接内存存取).........【阅读全文】
发布时间:2023-05-06 15:05:28
/*drivers/spi/spi-rockchip-test.c -spi test driver * * * this program is distributed in the hope that it will be useful, * but without any warranty; without even the implied warranty of * merchantability or fitness for a particular purpose. see the * gnu gen.........【阅读全文】