summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/axppmic.c
AgeCommit message (Expand)Author
2024-10-06remove unused axppmic_rsb_cd, axppmic at rsb uses axppmic_cdJonathan Gray
2023-08-02add axp313a supportSASANO Takayoshi
2023-07-31Add AXP15060 support.Mark Kettenis
2023-07-31Make the RSB interface optional such that we can use this driver in kernelsMark Kettenis
2023-07-06- fix voltage range defined by base2 and delta2 works correctlySASANO Takayoshi
2022-09-03Make sure we don't suspend if we have no way to wake up the machine.Mark Kettenis
2022-07-16Add support for using the power button to wake up from suspend.Mark Kettenis
2022-06-28constify miscellaneous arm64 pin and clock tablesChristian Weisgerber
2022-01-09spellingJonathan Gray
2021-12-03support AXP805 PMICSASANO Takayoshi
2021-10-24Constify struct cfattach.Martin Pieuchot
2021-09-06Accompany some functions wich are marked inline with the static keywordPatrick Wildt
2020-01-23Fix the mask that we applied when setting the voltage.Mark Kettenis
2019-08-12Fix typo; spotted by Krystian Lewandowski.Mark Kettenis
2019-08-11Add battery sensors for the AXP803. A somewhat recent Linux DT is neededMark Kettenis
2018-02-10Add AXP803 support.Mark Kettenis
2018-01-05Add support for AXP221/223.Mark Kettenis
2017-12-26Correct register numbers for AXP809.Mark Kettenis
2017-12-18Add sensors for the AXP809.Mark Kettenis
2017-12-18Add i2c interface code to the new axppmic(4) code and add support for theMark Kettenis
2017-12-17Make axppmic(4) attach to a Reduced Serial Bus, and support the AXP806Mark Kettenis