summaryrefslogtreecommitdiffstats
path: root/c/src/libchip (follow)
Commit message (Expand)AuthorAgeFilesLines
* SPI SD-Card: adapt common driver code to block devices core API changes.Pavel Pisa2014-11-271-3/+3
* SPI SD-Card: setup valid CRC-7 for STOP_TRANSMISSION command.Pavel Pisa2013-10-081-0/+5
* Backport of development SPI SD-card patches to RTEMS 4.10.Pavel Pisa2013-10-082-47/+176
* PR 2011/networking - GRETH: performance improvements and one bugfixJoel Sherrill2012-02-021-179/+316
* PR 2011/networking GRETH: Moved print to remove potential deadlockJoel Sherrill2012-02-021-2/+11
* Add .git ignore. Remove .cvsignoreJoel Sherrill2012-02-021-14/+0
* 2011-11-09 Jennifer Averett <jennifer.averett@oarcorp.com>Joel Sherrill2011-11-091-1/+1
* 2011-01-19 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-01-191-1/+1
* 2010-06-14 Arnout Vandecappelle <arnout@mind.be>Sebastian Huber2010-06-141-0/+1
* 2010-06-03 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-06-031-5/+1
* 2010-05-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-311-6/+13
* 2010-05-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-311-0/+9
* 2010-05-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-311-5/+6
* 2010-05-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-311-4/+4
* 2010-05-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-311-4/+15
* 010-05-18 Chris Johns <chrisj@rtems.org>Chris Johns2010-05-182-2/+2
* 2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-281-1/+0
* 2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-266-20/+20
* 2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-256-24/+23
* Add extern "C".Ralf Corsepius2010-04-101-1/+8
* adapt _write_ functions to new prototypeThomas Doerfler2010-04-097-27/+27
* 2010-04-08 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-081-1/+1
* 2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-04-071-19/+7
* #include <unistd.h>.Ralf Corsepius2010-04-021-0/+2
* 2010-03-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-03-121-1/+1
* 2010-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-03-111-3/+2
* 2010-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-03-111-1/+1
* 2010-02-19 Chris Johns <chrisj@rtems.org>Chris Johns2010-02-191-6/+5
* tqm8xx BSP fixesThomas Doerfler2010-01-194-44/+126
* libblock API updateThomas Doerfler2010-01-193-31/+23
* Update for block device API changeThomas Doerfler2009-12-182-2/+2
* 2009-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-171-8/+8
* 2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-111-1/+1
* Move #include <rtems/pci.h> into #if *_SUPPORTED-guarded code sections.Ralf Corsepius2009-12-113-3/+3
* 2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-083-10/+15
* Whitespace removal.Ralf Corsepius2009-11-3034-507/+507
* 2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-11-231-41/+38
* 2009-11-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-121-3/+4
* 2009-11-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-121-1/+1
* 2009-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-061-4/+4
* 2009-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-061-2/+2
* 2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-221-4/+4
* Use hex-constants to avoid implicit int-casts.Ralf Corsepius2009-10-221-4/+4
* Use hex-constants to avoid implicit int-casts.Ralf Corsepius2009-10-222-8/+8
* interrupt handler type changeThomas Doerfler2009-10-211-8/+1
* Regenerate.Ralf Corsepius2009-10-211-16/+7
* Remove AM_CONDITIONAL LIBCHIP.Ralf Corsepius2009-10-211-18/+0
* Enable interrupts during open to avoid NULL pointer access in interrupt handler.Thomas Doerfler2009-10-131-2/+9
* Update for block device API change.Thomas Doerfler2009-10-132-8/+9
* 2009-10-08 Chris Johns <chrisj@rtems.org>Chris Johns2009-10-085-148/+127