原创 Linux I2C bus driver

Linux I2C bus driver 在模塊加載函數中需要完成: 1) adapter硬件的初始化 2) i2c_add_adapter(&adapter); 在模塊卸載函數中需要完成: 1) 對應加載函數時硬件資源的釋放 2) i