aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/allwinner/axp81x.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: Move regulator code in dev/regulatorEmmanuel Vadot2024-01-101-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* arm allwinner: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-2/+1
* Remove unused gpioc_devclass.John Baldwin2022-05-091-2/+1
* Remove unused ofwgpiobus_devclass.John Baldwin2022-05-091-3/+3
* arm64: allwinner: axp81x: Plug set but not used variableEmmanuel Vadot2022-02-211-2/+0
* arm64: allwinner: axp81x: Add support for regnode_statusEmmanuel Vadot2021-05-211-0/+17
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* None of system, subsystem, or type may have spaces in them. Convert the spacesWarner Losh2020-08-181-2/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (13 of many)Pawel Biernacki2020-02-241-2/+2
* axp8xx: Add a regnode_init methodEmmanuel Vadot2020-01-161-0/+28
* axp8xx: Add missing voltage regulators offsetEmmanuel Vadot2020-01-161-0/+8
* Remove "all rights reserved" from copyright for the file I own.Emmanuel Vadot2019-12-031-1/+0
* regulator: Add regulator_check_voltage functionEmmanuel Vadot2019-11-061-0/+1
* axp81x: Use the default regnode_init methodEmmanuel Vadot2019-10-231-7/+0
* arm: allwinner: Add pnp info to axp81x and compile it as module tooEmmanuel Vadot2019-04-251-0/+1
* Add base to the warning threshold.Ganbold Tsagaankhuu2019-02-221-2/+4
* Clarify notifications when battery capacity ratioGanbold Tsagaankhuu2019-02-201-2/+2
* Add sysctl for setting battery charging current.Ganbold Tsagaankhuu2019-02-171-2/+43
* Add sensors support for AXP803/AXP813. Sensor values such asGanbold Tsagaankhuu2019-02-111-1/+267
* Enable necessary bits when activating interrupts. This allowsGanbold Tsagaankhuu2019-02-101-6/+144
* arm64: allwinner: axp81x: Fix double invertion for FLDO1Emmanuel Vadot2018-12-141-1/+1
* axp8xx: Rework the enable part and add the GPIOXLDO regulatorsEmmanuel Vadot2018-11-231-23/+82
* axp81x: Do not fail if regulators aren't properly definedEmmanuel Vadot2018-04-071-2/+3
* axp81x: Add support for AXP803Emmanuel Vadot2018-03-031-143/+474
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-2/+0
* Attach later so axp81x attaches after aw_nmi.Jared McNeill2016-09-071-2/+2
* Add support for setting DCDC2 voltage.Jared McNeill2016-09-011-3/+98
* Expose DC1SW as a regulator switch. On Pine64 this is used to control EMACJared McNeill2016-08-251-5/+176
* Reduce complexity of RSB by always using polling mode. UnfortunatelyJared McNeill2016-05-151-11/+0
* Add support for the AXP813/AXP818 power key and GPIO pins.Jared McNeill2016-05-151-1/+351
* Add a basic driver for X-Powers AXP813 and AXP818 power management ICs.Jared McNeill2016-05-141-0/+180