Home | History | Annotate | Download | only in dev
History log of /src/sys/arch/macppc/dev/psoc.c
RevisionDateAuthorComments
 1.9  17-Sep-2025  thorpej Don't get the OF phandle from i2c_attach_args::ia_cookie; get it from
self's devhandle.
 1.8  18-Jun-2021  macallan branches: 1.8.6;
do ii2 locking dance in psoc_dump()
 1.7  18-Jun-2021  macallan use opt_psoc.h, suppress some debug output in !PSOC_DEBUG
 1.6  27-Jan-2021  thorpej branches: 1.6.4;
Use DEVICE_COMPAT_EOL.
 1.5  25-Jan-2021  thorpej Since we're using designated initialisers for compat data, we should
use a completely empty initializer for the sentinel.
 1.4  17-Jan-2021  thorpej Use designated initializers and a consistent termination style in
compat_data[].
 1.3  23-Nov-2019  macallan branches: 1.3.8; 1.3.10;
don't invalidate sensors every time we fail to read fan speeds
 1.2  22-Nov-2019  macallan report fan speeds
disclaimer:
this is guesswork obtained from watching temperatures, listening to fan noise
and staring at register dumps. Use with caution.
 1.1  01-Nov-2019  macallan the beginning of a driver for the 'Psoc' fan controller found in my 1GHz
TiBook. So far it does:
- initialize the fan controller via OF
- report temperatures to envsys
there is no documentation, only guesswork from looking at OF methods

With this my TiBook doesn't seem to overheat anymore.
 1.3.10.1  03-Apr-2021  thorpej Sync with HEAD.
 1.3.8.2  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.3.8.1  23-Nov-2019  martin file psoc.c was added on branch phil-wifi on 2020-04-13 08:03:58 +0000
 1.6.4.2  01-Aug-2021  thorpej Sync with HEAD.
 1.6.4.1  09-May-2021  thorpej ia->ia_cookie -> devhandle_to_of(device_handle(self))
 1.8.6.1  09-Aug-2021  thorpej Port over the changes from thorpej-i2c-spi-conf to thorpej-i2c-spi-conf2,
which is based on a newer HEAD revision.

RSS XML Feed