summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/rtc/ds1375.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move libchip to bspsSebastian Huber2018-04-041-461/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* Make rtems/print.h independent of rtems/bspIo.hSebastian Huber2016-06-221-0/+1
|
* score: Merge sysstate API into one fileSebastian Huber2013-07-241-0/+1
|
* Include missing <string.h>Sebastian Huber2013-07-231-0/+1
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* 2011-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-071-3/+3
| | | | | | | | * libchip/display/disp_hcms29xx.c, libchip/flash/am29lv160.c, libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c, libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-memdrv.c, libchip/rtc/ds1375.c: Eliminate use of GNU old-style field designator extension as recommended by clang.
* 2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-251-3/+3
| | | | | | | * libchip/rtc/ds1375-rtc.h, libchip/rtc/ds1375.c, libchip/rtc/icm7170.c, libchip/rtc/icm7170_reg.c, libchip/rtc/m48t08_reg.c, libchip/rtc/rtc.h: Use uintptr_t instead of uint32_t.
* #include <unistd.h>.Ralf Corsepius2010-04-021-0/+2
|
* Whitespace removal.Ralf Corsepius2009-11-301-17/+17
|
* 2009-05-03 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-041-252/+266
| | | | | * libchip/rtc/ds1375.c, libchip/rtc/mc146818a.c: Fix warnings. Reformat as needed.
* Include <errno.h> instead of <sys/errno.h>.Ralf Corsepius2008-12-221-1/+1
|
* Convert to "bool".Ralf Corsepius2008-09-071-5/+5
|
* 2007-11-20 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-11-271-0/+2
| | | | | * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h: added CVS ID.
* 2007-11-20 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-11-211-3/+20
| | | | | | * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h: Avoid using 'stdio' before the system is up and fully initialized.
* 2007-11-20 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-11-201-0/+425
* libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h, * libchip/Makefile.am, libchip/preinstall.am: added new driver for Maxim DS1375 i2c RTC.