Home | History | Annotate | Download | only in i2c
History log of /src/sys/dev/i2c/anxedp.c
RevisionDateAuthorComments
 1.9  17-Sep-2025  thorpej These drivers blindly assume that i2c_attach_args::ia_cookie is an FDT / OF
phandle. Instead, extract the phandle from self's devhandle, both eliminating
the reference to ia_cookie and providing an assertion that it is, in fact,
an FDT / OF phandle.
 1.8  19-Dec-2021  riastradh Sort includes.
 1.7  19-Dec-2021  riastradh Get drm to build on arm64 again.


Author: Jared McNeill <jmcneill@NetBSD.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>
 1.6  27-Jan-2021  thorpej branches: 1.6.4; 1.6.14;
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  01-Jan-2020  thorpej branches: 1.3.8;
No need to use I2C_F_POLL here.
 1.2  03-Feb-2019  jmcneill branches: 1.2.4;
Broadcast PMF display on/off events when our connector is handling dpms so we can turn off the backlight
 1.1  03-Feb-2019  jmcneill Add basic support for Analogix eDP transmitters. This driver doesn't
know how to mode set yet -- it only knows how to read EDID from a panel.
 1.2.4.3  08-Apr-2020  martin Merge changes from current as of 20200406
 1.2.4.2  10-Jun-2019  christos Sync with HEAD
 1.2.4.1  03-Feb-2019  christos file anxedp.c was added on branch phil-wifi on 2019-06-10 22:07:09 +0000
 1.3.8.1  03-Apr-2021  thorpej Sync with HEAD.
 1.6.14.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.
 1.6.4.1  08-May-2021  thorpej ia->ia_cookie -> devhandle_to_of(device_handle(self))

RSS XML Feed