summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/rtc/ds1375.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-04bsps: Move libchip to bspsSebastian Huber1-461/+0
This patch is a part of the BSP source reorganization. Update #3285.
2016-06-22Make rtems/print.h independent of rtems/bspIo.hSebastian Huber1-0/+1
2013-07-24score: Merge sysstate API into one fileSebastian Huber1-0/+1
2013-07-23Include missing <string.h>Sebastian Huber1-0/+1
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-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-072011-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-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-252010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-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.
2010-04-02#include <unistd.h>.Ralf Corsepius1-0/+2
2009-11-30Whitespace removal.Ralf Corsepius1-17/+17
2009-05-042009-05-03 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-252/+266
* libchip/rtc/ds1375.c, libchip/rtc/mc146818a.c: Fix warnings. Reformat as needed.
2008-12-22Include <errno.h> instead of <sys/errno.h>.Ralf Corsepius1-1/+1
2008-09-07Convert to "bool".Ralf Corsepius1-5/+5
2007-11-272007-11-20 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-0/+2
* libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h: added CVS ID.
2007-11-212007-11-20 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-3/+20
* libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h: Avoid using 'stdio' before the system is up and fully initialized.
2007-11-202007-11-20 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-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.