index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
fdt
/
axppmic.c
Age
Commit message (
Expand
)
Author
2024-10-06
remove unused axppmic_rsb_cd, axppmic at rsb uses axppmic_cd
Jonathan Gray
2023-08-02
add axp313a support
SASANO Takayoshi
2023-07-31
Add AXP15060 support.
Mark Kettenis
2023-07-31
Make the RSB interface optional such that we can use this driver in kernels
Mark Kettenis
2023-07-06
- fix voltage range defined by base2 and delta2 works correctly
SASANO Takayoshi
2022-09-03
Make sure we don't suspend if we have no way to wake up the machine.
Mark Kettenis
2022-07-16
Add support for using the power button to wake up from suspend.
Mark Kettenis
2022-06-28
constify miscellaneous arm64 pin and clock tables
Christian Weisgerber
2022-01-09
spelling
Jonathan Gray
2021-12-03
support AXP805 PMIC
SASANO Takayoshi
2021-10-24
Constify struct cfattach.
Martin Pieuchot
2021-09-06
Accompany some functions wich are marked inline with the static keyword
Patrick Wildt
2020-01-23
Fix the mask that we applied when setting the voltage.
Mark Kettenis
2019-08-12
Fix typo; spotted by Krystian Lewandowski.
Mark Kettenis
2019-08-11
Add battery sensors for the AXP803. A somewhat recent Linux DT is needed
Mark Kettenis
2018-02-10
Add AXP803 support.
Mark Kettenis
2018-01-05
Add support for AXP221/223.
Mark Kettenis
2017-12-26
Correct register numbers for AXP809.
Mark Kettenis
2017-12-18
Add sensors for the AXP809.
Mark Kettenis
2017-12-18
Add i2c interface code to the new axppmic(4) code and add support for the
Mark Kettenis
2017-12-17
Make axppmic(4) attach to a Reduced Serial Bus, and support the AXP806
Mark Kettenis