CVS commit: src/sys/arch/evbarm/dev

2020-10-19 Thread Tobias Nygren
Module Name:src
Committed By:   tnn
Date:   Mon Oct 19 17:00:02 UTC 2020

Modified Files:
src/sys/arch/evbarm/dev: plcom.c

Log Message:
remove superfluous parentheses in PREAD4/PWRITE4 macros


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/evbarm/dev/plcom.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/evbarm/dev

2020-04-25 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Apr 25 21:34:08 UTC 2020

Modified Files:
src/sys/arch/evbarm/dev: plcom.c

Log Message:
plcom_common_putc: do not wait for FIFO to train after writing data


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/evbarm/dev/plcom.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/evbarm/dev

2018-10-12 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Fri Oct 12 23:57:00 UTC 2018

Modified Files:
src/sys/arch/evbarm/dev: plcom.c

Log Message:
Don't write FBRD/IBRD if ref clk frequency is unknown


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/evbarm/dev/plcom.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/evbarm/dev

2018-10-12 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Fri Oct 12 22:18:38 UTC 2018

Modified Files:
src/sys/arch/evbarm/dev: plcom.c

Log Message:
If rate or frequency are unspecified, assume "use firmware configuration" for 
clocks


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/evbarm/dev/plcom.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/evbarm/dev

2017-11-06 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Tue Nov  7 07:21:13 UTC 2017

Modified Files:
src/sys/arch/evbarm/dev: plcom.c

Log Message:
Fix the "wait for any pending transmission to finish" - doesn't really
matter at the moment as the fifo is disabled.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/evbarm/dev/plcom.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/evbarm/dev

2017-10-12 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Thu Oct 12 20:05:42 UTC 2017

Modified Files:
src/sys/arch/evbarm/dev: plcomvar.h

Log Message:
G/C unused struct


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbarm/dev/plcomvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/evbarm/dev

2014-02-21 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri Feb 21 16:08:19 UTC 2014

Modified Files:
src/sys/arch/evbarm/dev: plcomvar.h

Log Message:
No need to include sys/simplelock.h here.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbarm/dev/plcomvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/evbarm/dev

2013-12-14 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sat Dec 14 09:52:33 UTC 2013

Modified Files:
src/sys/arch/evbarm/dev: plcom.c

Log Message:
Sprinkle __unused.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/evbarm/dev/plcom.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/evbarm/dev

2013-09-05 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Thu Sep  5 07:09:14 UTC 2013

Modified Files:
src/sys/arch/evbarm/dev: plcom.c

Log Message:
Whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/evbarm/dev/plcom.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/evbarm/dev

2013-05-01 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Wed May  1 07:33:24 UTC 2013

Modified Files:
src/sys/arch/evbarm/dev: plcomvar.h

Log Message:
Fix prototype


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/dev/plcomvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/evbarm/dev

2013-03-03 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sun Mar  3 10:26:19 UTC 2013

Modified Files:
src/sys/arch/evbarm/dev: plcom.c

Log Message:
fix build for KGDB


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/evbarm/dev/plcom.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/evbarm/dev

2012-10-24 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Wed Oct 24 21:23:45 UTC 2012

Modified Files:
src/sys/arch/evbarm/dev: plcomreg.h

Log Message:
Add the ifls register.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/dev/plcomreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/evbarm/dev

2012-10-10 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Wed Oct 10 21:54:14 UTC 2012

Modified Files:
src/sys/arch/evbarm/dev: plcom.c

Log Message:
Fix #if 0'ed code.

>From chuq


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/evbarm/dev/plcom.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/evbarm/dev

2012-08-17 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri Aug 17 09:38:52 UTC 2012

Modified Files:
src/sys/arch/evbarm/dev: plcom.c plcomvar.h

Log Message:
Backout previous - it breaks rpi console for me and jak.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/evbarm/dev/plcom.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbarm/dev/plcomvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/evbarm/dev

2012-08-12 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Sun Aug 12 10:13:17 UTC 2012

Modified Files:
src/sys/arch/evbarm/dev: plcom.c plcomvar.h

Log Message:
Improve support for transmit fifo support for plcom.

As Nick, Michiel and I concluded this driver needs a big overhaul since its
logic is modelled on the standard com.c driver which doesn't have the plcom's
treshold interrupt at al.

On Nicks request, the HW FIFO support hasn't been enabled by default on the
RPi though.

Tested with the RPi.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/evbarm/dev/plcom.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbarm/dev/plcomvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/evbarm/dev

2012-07-05 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Thu Jul  5 10:56:52 UTC 2012

Modified Files:
src/sys/arch/evbarm/dev: plcom.c

Log Message:
Fix locking botch introduced in 1.36.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/evbarm/dev/plcom.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/evbarm/dev

2012-05-20 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun May 20 07:57:34 UTC 2012

Modified Files:
src/sys/arch/evbarm/dev: plcom.c

Log Message:
DOH.  Replace a line that got accidently deleted in the last commit.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/evbarm/dev/plcom.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/evbarm/dev

2012-05-20 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun May 20 07:54:40 UTC 2012

Modified Files:
src/sys/arch/evbarm/dev: plcom.c plcomvar.h

Log Message:
Replace the simple_lock with a kmutex_t.  Update the locking to match
com(4) in the few places it didn't already.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/evbarm/dev/plcom.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbarm/dev/plcomvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/evbarm/dev

2012-04-05 Thread Hiroyuki Bessho
Module Name:src
Committed By:   bsh
Date:   Fri Apr  6 01:35:58 UTC 2012

Modified Files:
src/sys/arch/evbarm/dev: plcomreg.h

Log Message:
don't mix #define and #define in a file.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/dev/plcomreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.