随笔分类 - linux驱动
基于百问网最新驱动大全
摘要:## 前言 整体结构  ## 1. pinctrl dirver于pinctrl client platform\
阅读全文
摘要:## 前言 一些使用技巧 * 查看设备支持的pinctrl ```c ls /sys/kernel/debug/pinctrl/ ```  ## 2. pinctrl driver ini
阅读全文
摘要:[04 Pincontrl子系统和GPIO子系统](https://www.cnblogs.com/burnk/p/16908703.html)
阅读全文
摘要:## 1. 简介 pinctrl: 即pin controller引脚控制。对应设备的iomux和config模块  ## 1. 设备树 gpio模拟iic ```c i2c_gpio: i2c-gpio { /* gpio模拟iiccompati
阅读全文
摘要:[代码](https://gitee.com/super_glob/linux-driver-code/tree/master/2023.06.23_i2c_adapter) ## 1 iic adapter驱动架构 i2c adapter设备是挂载于platform bus 整体重点架构如下 *
阅读全文
摘要:[源码](https://gitee.com/super_glob/linux-driver-code/tree/master/2023.06.04_AP3216C) ## 1. iic client创建方法 ### 1.1 通过设备树直接创建 只需要在对应i2c总线下指定设备信息即可 示例: 、i2c总线驱动、i2c设备驱动  ## 1. AT24C02简介 设备使用AT24C02芯片(EEPROM) 
浙公网安备 33010602011771号