- Jul 26, 2015
-
-
Alessandro Rubini authored
This time I added -Wmissing-prototypes and fixed accordingly. Again, this used to be part of -Wall and I'm disgusted by it not being so any more. What does "all" mean, then? Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
I added -Wstrict-prototypes, that used to be included in -Wall settings but is not. Actually, I think it should be an error to not specify an argument list by now. If any, -traditional is there for old timers. Fortunately no bug was exposed by the missing prototypes. Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
-
- Jul 23, 2015
-
-
Otherwise we have a race condition with wr_date setting initial time on the switch.
-
- Nov 18, 2014
-
-
If the host wants a consistent view (*if* it wants it), it can wait for the sequence number to be even, read the lot and then check it did not change. If it is odd, it means the structure is being modified. If it changed after reading it means a new modification started. Not my invention: it's old stuff, though smart. See sequential locks in the kernel for example. Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
-
Signed-off-by: Alessandro Rubini <rubini@gnudd.com> Conflicts: arch/lm32/ram-wrs.ld
-
"char valid" in a structure of integer makes alignment problems (because we are accessing it from a different CPU we'd better not have holes). Also, there is no inherent consistency needed here, and this valid bit is racy anyways. We could solve it with a sequence number, if any, but let's avoid it altogether by now. Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
-
Grzegorz Daniluk authored
-
- Nov 17, 2014
-
-
Grzegorz Daniluk authored
-
- Oct 07, 2014
-
-
The previous version was compiled into a 64bit division by gcc. in this way it uses no division, but a bitshift. This reduces the compiled file by 4 bytes.
-
- Aug 07, 2014
-
-
Grzegorz Daniluk authored
-
- Aug 05, 2014
-
-
Alessandro Rubini authored
Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
-
Grzegorz Daniluk authored
-
-
- Feb 12, 2014
-
-
Alessandro Rubini authored
Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
This also removes an unsed function, that I found because it used timer_delay(). Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
-
- Nov 01, 2013
-
-
Grzegorz Daniluk authored
Tom's fix for helper PLL, in Slave mode it should use RX clock instead of REF clock.
-
Grzegorz Daniluk authored
Tom's fix for WR Switch makes ptracker much faster so that SPLL can handle all 18 ports.
-
- Oct 17, 2013
-
-
Alessandro Rubini authored
This is a bigger change than expected, as the width was defined in two places. So I moved the definition in <wrc.h>, whence everybody picks it. Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
-
- Oct 11, 2013
-
-
Alessandro Rubini authored
Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
-
- Aug 05, 2013
-
-
Tomasz Wlostowski authored
-
- Jul 30, 2013
-
-
Tomasz Wlostowski authored
-
- May 23, 2013
-
-
Alessandro Rubini authored
Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
-
- Mar 22, 2013
-
-
Tomasz Wlostowski authored
-
Tomasz Wlostowski authored
-
- Feb 19, 2013
-
-
Alessandro Rubini authored
Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
-
- Feb 14, 2013
-
-
Alessandro Rubini authored
After several back and forth, we agreed that softpll should live in wrpc-sw, even if it is also used on the wr switch. I don't pick up the history, because the tool got renamed and moved several times. This comes from commit 1e2c71d1f0e1094adc6c2eb46e30d4164262f85c, the current master of ptp-noposix (the one that is currently a subproject) Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
-
- Jul 26, 2012
-
-
Grzegorz Daniluk authored
-
- Jul 09, 2012
-
-
Wesley W. Terpstra authored
-
- Jun 06, 2012
-
-
Tomasz Wlostowski authored
-
- Jun 05, 2012
-
-
Tomasz Wlostowski authored
-
- May 31, 2012
-
-
Tomasz Wlostowski authored
-
- May 30, 2012
-
-
Tomasz Wlostowski authored
-
- May 18, 2012
-
-
Tomasz Wlostowski authored
-
- May 02, 2012
-
-
Tomasz Wlostowski authored
-
Tomasz Wlostowski authored
-
- Apr 30, 2012
-
-
Tomasz Wlostowski authored
Signed-off-by: Grzegorz Daniluk <g.daniluk@elproma.com.pl>
-
- Apr 27, 2012
-
-
Tomasz Wlostowski authored
-
- Apr 26, 2012
-
-
Grzegorz Daniluk authored
-
- Mar 21, 2012
-
-
Grzegorz Daniluk authored
-