Home | History | Annotate | Download | only in s3c2xx0
History log of /src/sys/arch/arm/s3c2xx0/s3c2800_clk.c
RevisionDateAuthorComments
 1.18  29-May-2020  rin For struct timecounter, use C99 initializers.
Compile tested. No functional changes intended.
 1.17  07-Feb-2012  nisimura - add MBR editing menu to sysinst.
- fix typos in timecounter names.
- make sure to drain Tx FIFO to avoid clobbering
kernel boot messages.
- allow to have the 3rd UART.
- add missing time-of-day clock support.

Ok by releng.
 1.16  01-Jul-2011  dyoung branches: 1.16.2; 1.16.6;
#include <sys/bus.h> instead of <machine/bus.h>.
 1.15  18-Mar-2009  cegger Ansify function definitions w/o arguments. Generated with sed.
 1.14  04-Jul-2008  bsh branches: 1.14.4; 1.14.10;
fix slow TOD clock.
 1.13  22-Jan-2008  joerg branches: 1.13.6; 1.13.10; 1.13.12; 1.13.14;
Fix up my last commit. statintr and a misnamed variable slipped through.
 1.12  20-Jan-2008  joerg Convert evbarm to timecounter. Only one of the systems was tested, the
rest of the patch is compile-time tested only.
 1.11  06-Jan-2008  matt Cleanup softint lossage.
 1.10  06-Jan-2007  christos branches: 1.10.20; 1.10.24; 1.10.26; 1.10.32; 1.10.38;
Add generic TOD support. From Bucky Katz.
 1.9  24-Dec-2005  perry branches: 1.9.20; 1.9.24;
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
 1.8  11-Dec-2005  christos merge ktrace-lwp.
 1.7  05-Jun-2005  he branches: 1.7.2;
Fix a shadowing warning by renaming an (unused) function parameter.
 1.6  01-Aug-2003  bsh delete an incorrecct comment
delete unused definitions
 1.5  15-Jul-2003  lukem __KERNEL_RCSID()
 1.4  13-May-2003  bsh branches: 1.4.2;
+ use system's real PCLK frequency for calculation, instead of a compile
time constant.

+ make delay() more accurate.
 1.3  12-May-2003  bsh add an arg to s3c2800_intr_establish() for interrupt type.
 1.2  02-Jan-2003  thorpej Don't need to explicitly include <arm/s3c2xx0/s3c2xx0_intr.h>.
 1.1  20-Nov-2002  bsh branches: 1.1.2;
Samsung S3C2800 is a CPU with ARM920T core.
 1.1.2.3  03-Jan-2003  thorpej Sync with HEAD.
 1.1.2.2  11-Dec-2002  thorpej Sync with HEAD.
 1.1.2.1  20-Nov-2002  thorpej file s3c2800_clk.c was added on branch nathanw_sa on 2002-12-11 05:53:14 +0000
 1.4.2.4  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.4.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.4.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.4.2.1  03-Aug-2004  skrll Sync with HEAD
 1.7.2.4  04-Feb-2008  yamt sync with head.
 1.7.2.3  21-Jan-2008  yamt sync with head
 1.7.2.2  26-Feb-2007  yamt sync with head.
 1.7.2.1  21-Jun-2006  yamt sync with head.
 1.9.24.1  30-Apr-2007  bouyer Pull up following revision(s) (requested by rearnsha in ticket #592):
sys/arch/arm/footbridge/footbridgevar.h: revision 1.5
sys/arch/arm/ep93xx/epclk.c: revision 1.10
sys/arch/arm/ixp12x0/ixp12x0_clk.c: revision 1.11
sys/arch/arm/footbridge/footbridge.c: revision 1.17
sys/arch/arm/footbridge/isa/dsrtc.c: revision 1.10
sys/arch/arm/s3c2xx0/s3c2800_clk.c: revision 1.10
sys/arch/arm/xscale/ixp425_timer.c: revision 1.13
sys/arch/arm/xscale/becc_timer.c: revision 1.11
sys/arch/arm/xscale/i80321_timer.c: revision 1.16
sys/arch/arm/s3c2xx0/s3c24x0_clk.c: revision 1.7
Add generic TOD support. From Bucky Katz.
 1.9.20.1  12-Jan-2007  ad Sync with head.
 1.10.38.3  23-Jan-2008  bouyer Sync with HEAD.
 1.10.38.2  20-Jan-2008  bouyer Sync with HEAD
 1.10.38.1  08-Jan-2008  bouyer Sync with HEAD
 1.10.32.1  18-Feb-2008  mjf Sync with HEAD.
 1.10.26.2  23-Mar-2008  matt sync with HEAD
 1.10.26.1  09-Jan-2008  matt sync with HEAD
 1.10.24.2  27-Jan-2008  chris Sync to HEAD.
 1.10.24.1  20-Jan-2008  chris Sync to HEAD.
 1.10.20.1  28-Feb-2008  rjs Sync with HEAD.
 1.13.14.1  18-Jul-2008  simonb Sync with head.
 1.13.12.1  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.13.10.1  04-May-2009  yamt sync with head.
 1.13.6.1  28-Sep-2008  mjf Sync with HEAD.
 1.14.10.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.14.4.1  28-Apr-2009  skrll Sync with HEAD.
 1.16.6.1  18-Feb-2012  mrg merge to -current.
 1.16.2.1  17-Apr-2012  yamt sync with head

RSS XML Feed