summaryrefslogtreecommitdiff
path: root/board/digsy_mtc/digsy_mtc.c
Commit message (Collapse)AuthorAgeLines
* ppc: Remove board-specific command table relocation fixupsPeter Tyser2009-10-03-2/+0
| | | | Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
* digsy MTC: Add 'mtc' command.Grzegorz Bernacki2009-06-14-0/+2
| | | | | | | | | | New command allows to: o check FW version o set LED status o set digital output status o get digital input status Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
* digsy MTC: Add SPI support.Grzegorz Bernacki2009-06-14-0/+10
| | | | Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
* Update CHANGELOG, coding style cleanup.Wolfgang Denk2009-04-05-1/+0
|
* Add support for the digsy MTC board.Grzegorz Bernacki2009-03-20-0/+307
This is the InterControl custom device based on the MPC5200B chip. Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>