summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/i2c (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-17LEON: move driver headers to bsp/ directoryDaniel Hellstrom1-1/+1
2015-04-17LEON: I2CMST driver warnings fixesDaniel Hellstrom1-1/+1
2015-04-17LEON: updated shared drivers to Driver Manger frameworkDaniel Hellstrom1-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.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2012-05-16LEON: moved register definitions into grlib header fileDaniel Hellstrom1-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>
2012-04-17LEON: updated drivers to use new AMBAPP LayerDaniel Hellstrom1-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>
2009-11-29Whitespace removal.Ralf Corsepius1-20/+20
2007-10-112007-10-11 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill1-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.