Home | History | Annotate | Download | only in xscale
History log of /src/sys/arch/arm/xscale/i80321_i2c.c
RevisionDateAuthorComments
 1.6  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.5  10-Jan-2012  jakllsch branches: 1.5.48;
split iopi2c(4) device/softc
 1.4  01-Jul-2011  dyoung branches: 1.4.2; 1.4.6;
#include <sys/bus.h> instead of <machine/bus.h>.
 1.3  06-Dec-2007  ad lockmgr -> mutex
 1.2  11-Dec-2005  christos branches: 1.2.34; 1.2.46; 1.2.48; 1.2.50; 1.2.52; 1.2.58; 1.2.62;
merge ktrace-lwp.
 1.1  06-Oct-2003  thorpej branches: 1.1.4; 1.1.18;
Add support for the i80312 and i80321 I2C controllers.
 1.1.18.1  07-Dec-2007  yamt sync with head
 1.1.4.4  21-Sep-2004  skrll Fix the sync with head I botched.
 1.1.4.3  18-Sep-2004  skrll Sync with HEAD.
 1.1.4.2  03-Aug-2004  skrll Sync with HEAD
 1.1.4.1  06-Oct-2003  skrll file i80321_i2c.c was added on branch ktrace-lwp on 2004-08-03 10:32:58 +0000
 1.2.62.1  08-Dec-2007  ad Sync with head.
 1.2.58.1  08-Dec-2007  mjf Sync with HEAD.
 1.2.52.1  09-Jan-2008  matt sync with HEAD
 1.2.50.1  01-Jan-2008  chris Sync with HEAD.
 1.2.48.1  09-Dec-2007  jmcneill Sync with HEAD.
 1.2.46.1  26-Dec-2007  rjs Sync with HEAD.
 1.2.34.1  09-Dec-2007  reinoud Pullup to HEAD
 1.4.6.1  18-Feb-2012  mrg merge to -current.
 1.4.2.1  17-Apr-2012  yamt sync with head
 1.5.48.1  08-Apr-2020  martin Merge changes from current as of 20200406

RSS XML Feed