Home | History | Annotate | Download | only in i2c
History log of /src/sys/dev/i2c/ssdfb_i2c.c
RevisionDateAuthorComments
 1.11  05-Aug-2021  tnn ssdfb: revert rev 1.14

Can't run the worker thread MPSAFE with spi(4) yet because most controller
drivers still lack MP safety. Cause issues when using multiple displays.
 1.10  30-Jul-2021  tnn ssdfb(4): remove code for dealing with non-MPSAFE attachment

spi(4) was marked MPSAFE some time ago, so we're always on an
MPSAFE parent device.
 1.9  28-Jan-2021  thorpej branches: 1.9.4;
Use iic_compatible_lookup() in ssdfb_i2c_attach().
 1.8  27-Jan-2021  thorpej Use DEVICE_COMPAT_EOL.
 1.7  25-Jan-2021  thorpej Since we're using designated initialisers for compat data, we should
use a completely empty initializer for the sentinel.
 1.6  17-Jan-2021  thorpej Use designated initializers and a consistent termination style in
compat_data[].
 1.5  05-Nov-2019  tnn branches: 1.5.8;
ssdfb: fix i2c transfer error with some controllers

If the controller doesn't support the full 128 byte transfer size we need,
then split the write across multiple transactions.
 1.4  02-Nov-2019  tnn set flag to indicate that worker thread should be created mpsafe

iic(4) is mpsafe, unlike spi(4) which hasn't been made mpsafe yet.
 1.3  28-May-2019  tnn branches: 1.3.2;
remove superfluous parentheses
 1.2  17-Mar-2019  tnn delete unused variable
 1.1  17-Mar-2019  tnn add i2c attachment for ssdfb
 1.3.2.3  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.3.2.2  10-Jun-2019  christos Sync with HEAD
 1.3.2.1  28-May-2019  christos file ssdfb_i2c.c was added on branch phil-wifi on 2019-06-10 22:07:09 +0000
 1.5.8.1  03-Apr-2021  thorpej Sync with HEAD.
 1.9.4.1  01-Aug-2021  thorpej Sync with HEAD.

RSS XML Feed