Home | History | Annotate | Download | only in usb
History log of /src/sys/dev/usb/emdtv_i2c.c
RevisionDateAuthorComments
 1.2  22-Dec-2019  thorpej Cleanup i2c bus acquire / release, centralizing all of the logic into
iic_acquire_bus() / iic_release_bus(). "acquire" and "release" hooks
no longer need to be provided by back-end controller drivers (only if
they need special handling, e.g. powering on the i2c controller).
This results in the removal of a bunch of rendundant code from each
back-end controller driver.

Assert that we are not in hard interrupt context in iic_acquire_bus(),
iic_exec(), and iic_release_bus().
 1.1  11-Jul-2011  jmcneill branches: 1.1.56;
add emdtv(4), a dtv(4) driver for Empia Technology EM28XX DTV devices
 1.1.56.1  08-Apr-2020  martin Merge changes from current as of 20200406

RSS XML Feed