History log of /openbsd-current/sys/dev/fdt/fanpwr.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.10 26-May-2024 kettenis

Revert bits that got accidentally committed.

spotted by patrick@


# 1.9 26-May-2024 kettenis

Clear interrupt status to prevent power down after resume initiated by
pressing the power button.

ok patrick@


Revision tags: OPENBSD_7_5_BASE
# 1.8 12-Nov-2023 patrick

Add support for the Rockchip RK8602 and RK8603 voltage regulators.

ok dlg@


Revision tags: OPENBSD_7_4_BASE
# 1.7 10-Apr-2023 jsg

spelling


Revision tags: OPENBSD_7_3_BASE
# 1.6 13-Feb-2023 kettenis

Add support for the Shenzhen Tangcheng Technology TCS4525 voltage
regulator.

ok patrick@


Revision tags: OPENBSD_7_1_BASE OPENBSD_7_2_BASE
# 1.5 24-Oct-2021 mpi

Constify struct cfattach.

ok visa@ a long time ago, ok patrick@


Revision tags: OPENBSD_6_9_BASE OPENBSD_7_0_BASE
# 1.4 12-Nov-2020 patrick

FDT-based I2C drivers should not use OF_* API in the match code, since
on machines with ACPI ia->ia_cookie will be an ACPI node instead of an
OF node. We'll still get into trouble with APCI devices that provide
a string that matches, but we'll worry when that happens.

ok kettenis@


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.3 24-May-2019 kettenis

Configure pins.


Revision tags: OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.2 31-Jul-2018 kettenis

Fix setting the voltage; the code was using the wrong variable as a step size.
Includes some cosmetic fixes as well.


# 1.1 02-Jun-2018 kettenis

Add fanpwr(4), a driver for the Fairchild FAN53555 voltage regulator.


# 1.8 12-Nov-2023 patrick

Add support for the Rockchip RK8602 and RK8603 voltage regulators.

ok dlg@


Revision tags: OPENBSD_7_4_BASE
# 1.7 10-Apr-2023 jsg

spelling


Revision tags: OPENBSD_7_3_BASE
# 1.6 13-Feb-2023 kettenis

Add support for the Shenzhen Tangcheng Technology TCS4525 voltage
regulator.

ok patrick@


Revision tags: OPENBSD_7_1_BASE OPENBSD_7_2_BASE
# 1.5 24-Oct-2021 mpi

Constify struct cfattach.

ok visa@ a long time ago, ok patrick@


Revision tags: OPENBSD_6_9_BASE OPENBSD_7_0_BASE
# 1.4 12-Nov-2020 patrick

FDT-based I2C drivers should not use OF_* API in the match code, since
on machines with ACPI ia->ia_cookie will be an ACPI node instead of an
OF node. We'll still get into trouble with APCI devices that provide
a string that matches, but we'll worry when that happens.

ok kettenis@


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.3 24-May-2019 kettenis

Configure pins.


Revision tags: OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.2 31-Jul-2018 kettenis

Fix setting the voltage; the code was using the wrong variable as a step size.
Includes some cosmetic fixes as well.


# 1.1 02-Jun-2018 kettenis

Add fanpwr(4), a driver for the Fairchild FAN53555 voltage regulator.


# 1.7 10-Apr-2023 jsg

spelling


Revision tags: OPENBSD_7_3_BASE
# 1.6 13-Feb-2023 kettenis

Add support for the Shenzhen Tangcheng Technology TCS4525 voltage
regulator.

ok patrick@


Revision tags: OPENBSD_7_1_BASE OPENBSD_7_2_BASE
# 1.5 24-Oct-2021 mpi

Constify struct cfattach.

ok visa@ a long time ago, ok patrick@


Revision tags: OPENBSD_6_9_BASE OPENBSD_7_0_BASE
# 1.4 12-Nov-2020 patrick

FDT-based I2C drivers should not use OF_* API in the match code, since
on machines with ACPI ia->ia_cookie will be an ACPI node instead of an
OF node. We'll still get into trouble with APCI devices that provide
a string that matches, but we'll worry when that happens.

ok kettenis@


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.3 24-May-2019 kettenis

Configure pins.


Revision tags: OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.2 31-Jul-2018 kettenis

Fix setting the voltage; the code was using the wrong variable as a step size.
Includes some cosmetic fixes as well.


# 1.1 02-Jun-2018 kettenis

Add fanpwr(4), a driver for the Fairchild FAN53555 voltage regulator.


# 1.6 13-Feb-2023 kettenis

Add support for the Shenzhen Tangcheng Technology TCS4525 voltage
regulator.

ok patrick@


Revision tags: OPENBSD_7_1_BASE OPENBSD_7_2_BASE
# 1.5 24-Oct-2021 mpi

Constify struct cfattach.

ok visa@ a long time ago, ok patrick@


Revision tags: OPENBSD_6_9_BASE OPENBSD_7_0_BASE
# 1.4 12-Nov-2020 patrick

FDT-based I2C drivers should not use OF_* API in the match code, since
on machines with ACPI ia->ia_cookie will be an ACPI node instead of an
OF node. We'll still get into trouble with APCI devices that provide
a string that matches, but we'll worry when that happens.

ok kettenis@


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.3 24-May-2019 kettenis

Configure pins.


Revision tags: OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.2 31-Jul-2018 kettenis

Fix setting the voltage; the code was using the wrong variable as a step size.
Includes some cosmetic fixes as well.


# 1.1 02-Jun-2018 kettenis

Add fanpwr(4), a driver for the Fairchild FAN53555 voltage regulator.


# 1.5 24-Oct-2021 mpi

Constify struct cfattach.

ok visa@ a long time ago, ok patrick@


Revision tags: OPENBSD_6_9_BASE OPENBSD_7_0_BASE
# 1.4 12-Nov-2020 patrick

FDT-based I2C drivers should not use OF_* API in the match code, since
on machines with ACPI ia->ia_cookie will be an ACPI node instead of an
OF node. We'll still get into trouble with APCI devices that provide
a string that matches, but we'll worry when that happens.

ok kettenis@


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.3 24-May-2019 kettenis

Configure pins.


Revision tags: OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.2 31-Jul-2018 kettenis

Fix setting the voltage; the code was using the wrong variable as a step size.
Includes some cosmetic fixes as well.


# 1.1 02-Jun-2018 kettenis

Add fanpwr(4), a driver for the Fairchild FAN53555 voltage regulator.


# 1.4 12-Nov-2020 patrick

FDT-based I2C drivers should not use OF_* API in the match code, since
on machines with ACPI ia->ia_cookie will be an ACPI node instead of an
OF node. We'll still get into trouble with APCI devices that provide
a string that matches, but we'll worry when that happens.

ok kettenis@


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.3 24-May-2019 kettenis

Configure pins.


Revision tags: OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.2 31-Jul-2018 kettenis

Fix setting the voltage; the code was using the wrong variable as a step size.
Includes some cosmetic fixes as well.


# 1.1 02-Jun-2018 kettenis

Add fanpwr(4), a driver for the Fairchild FAN53555 voltage regulator.


# 1.3 24-May-2019 kettenis

Configure pins.


Revision tags: OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.2 31-Jul-2018 kettenis

Fix setting the voltage; the code was using the wrong variable as a step size.
Includes some cosmetic fixes as well.


# 1.1 02-Jun-2018 kettenis

Add fanpwr(4), a driver for the Fairchild FAN53555 voltage regulator.


# 1.2 31-Jul-2018 kettenis

Fix setting the voltage; the code was using the wrong variable as a step size.
Includes some cosmetic fixes as well.


# 1.1 02-Jun-2018 kettenis

Add fanpwr(4), a driver for the Fairchild FAN53555 voltage regulator.


# 1.1 02-Jun-2018 kettenis

Add fanpwr(4), a driver for the Fairchild FAN53555 voltage regulator.