summaryrefslogtreecommitdiff
path: root/drivers/power/supply/rt9471.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-21Merge tag 'for-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds1-22/+30
2026-07-22power: supply: rt9471: Remove superfluous unpacking of propvalWaqar Hameed1-20/+29
2026-07-18power: supply: rt9471: Remove redundant dev_err()/dev_err_probe()Pan Chuang1-2/+1
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)1-1/+0
2025-05-03power: supply: rt9471: Simplify definition of some struct linear_rangeChristophe JAILLET1-6/+6
2025-03-08power: supply: all: switch psy_cfg from of_node to fwnodeSebastian Reichel1-1/+1
2024-10-16power: supply: rt9471: Use IC status regfield to report real charger statusChiYuan Huang1-17/+31
2024-10-16power: supply: rt9471: Fix wrong WDT function regfield declarationChiYuan Huang1-2/+2
2024-09-03power: supply: Change usb_types from an array into a bitmaskHans de Goede1-10/+5
2023-06-04power: supply: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-02-13power: supply: rt9471: fix using wrong ce_gpio in rt9471_probe()Yang Yingliang1-2/+1
2023-02-03power: supply: rt9471: Add Richtek RT9471 charger driverChiYuan Huang1-0/+931