index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
i2c
/
axp20x.c
Age
Commit message (
Expand
)
Author
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2021-01-27
Use DEVICE_COMPAT_EOL.
thorpej
2021-01-25
Since we're using designated initialisers for compat data, we should
thorpej
2021-01-17
Use designated initializers and a consistent termination style in
thorpej
2020-02-16
- Don't use I2C_F_POLL.
thorpej
2019-12-23
- Don't read/write the device if iic_acquire_bus() fails.
thorpej
2019-12-23
No need to do the poll-during-autoconfiguration dance; the i2c code
thorpej
2018-06-26
In my quest to make device_compatible_entry (and associated goo)
thorpej
2018-06-18
- Rename iic_compat_match() to iic_compatible_match() and change it
thorpej
2018-06-16
More cleanup to i2c autoconfiguration:
thorpej
2017-10-22
AXP209 isn't an SMBus device, so don't use iic_smbus_* APIs.
jmcneill
2017-10-09
Change aprint_verbose on voltage change to aprint_debug to prevent dmesg
jmcneill
2017-10-07
Hook axp20x into fdt regulator api
jmcneill
2017-08-29
Add powerdown support and hook it in to FDT
jmcneill
2017-08-29
Add direct configuration support.
jmcneill
2017-05-14
define control register and associated bits for RTC supercap charger
tnn
2015-10-15
Fix dcdc3 voltage settings (s/dcdc2/dcdc3/g).
bouyer
2015-10-15
Implement sensor reports for power supplies (voltage and intensities).
bouyer
2014-09-09
fix a sizeof typo
jmcneill
2014-09-09
AXP20x Power Management Unit driver, pretty basic at the moment -- only acts ...
jmcneill