This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

BQ40Z50: Require driver for bq40z50 fuel gauge IC

Part Number: BQ40Z50

Tool/software:

Hi,


In my recent project, I’m using the BQ40Z50 I2C-compatible IC. I found a driver for it on GitHub (https://e2e.ti.com/support/power-management-group/power-management/f/power-management-forum/1207465/bq40z50-r2-firmware-driver) and added it under kernel/drivers/i2c/buses. However, after adding it, I encountered some errors. Upon investigation, I discovered that the driver was originally written for kernel version 4.4, while my current kernel version is 6.6.5.
Could someone help me by providing a version of the driver that is compatible with kernel 6.6.5?