summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/i2c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* LEON: move driver headers to bsp/ directoryDaniel Hellstrom2015-04-171-1/+1
|
* LEON: I2CMST driver warnings fixesDaniel Hellstrom2015-04-171-1/+1
|
* LEON: updated shared drivers to Driver Manger frameworkDaniel Hellstrom2015-04-171-150/+205
| | | | | | | Some bugfixes at the same time. After this patch the drivers may be used on RASTA systems having a big-endian PCI layout. Removed not up to date changelogs, rely on git log instead.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* LEON: moved register definitions into grlib header fileDaniel Hellstrom2012-05-161-2/+3
| | | | | | | | | | | | Some register layout definitions for LEON3 reside in ambapp.h which does not really has anything to do with device registers. The register structures has been incorrectly named LEON3_*, the cores are not only used on LEON3 but on LEON4 and perhaps on LEON5 when that day comes. Some structures has been renamed according to the GRLIB core name instead, which CPU that actually use it is not relevant. Drivers has been updated with the new names. Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
* LEON: updated drivers to use new AMBAPP LayerDaniel Hellstrom2012-04-171-7/+7
| | | | | | | The drivers are updated to use the new AMBA layer, however the backwards-compatibility interface (ambapp_old) is used. Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
* Whitespace removal.Ralf Corsepius2009-11-291-20/+20
|
* 2007-10-11 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill2007-10-111-0/+358
* Makefile.am, shared/can/occan.c, shared/include/ambapp.h: Add initial i2c and update OC-CAN support. * shared/i2c/i2cmst.c, shared/include/i2cmst.h: New files.