Skip to content
Snippets Groups Projects
  1. Jul 04, 2019
  2. Apr 10, 2019
    • baujc's avatar
      wr_clocksource: Fix bug with WR clock adjustment(ns) · 9e682679
      baujc authored and Adam Wujek's avatar Adam Wujek committed
      The previous fix didn't solved completelly this issue: Negative nano WR
      time adjustement generate a big jump of the monotonic clock used in
      PPSI.
      The current fix solves this issue.
      9e682679
    • baujc's avatar
      wr_clocksource: Fix bug due to clock adjustment · 55c9e91e
      baujc authored and Adam Wujek's avatar Adam Wujek committed
      The WR time adjustment was not taken into account in the driver. The
      side effect was a big jump sometime of the monotonic clock used in PPSI
      for the calculation of the timeouts. The side effect was that many
      timeouts were firing too early.
      The driver registration take now into account the adjustment and also
      the calculation of the offset in the read() call.
      55c9e91e
  3. Nov 20, 2018
  4. Sep 21, 2018
  5. Dec 15, 2016
  6. Dec 01, 2016
  7. Aug 11, 2016
  8. Jul 20, 2016
  9. Jul 07, 2016
  10. Apr 05, 2016
    • Tjeerd Pinkert's avatar
      kernel/wb-regs: Added address offsets to endpoint-mdio.h · 35a63cd9
      Tjeerd Pinkert authored and Adam Wujek's avatar Adam Wujek committed
      FIXME: I know that this is not the place to add these definitions
          they should be added/fixed in the .wb files.
      
      FIXME:
      - fixed #ifndef statement, the dash makes the compiler ignore the MDIO_WB
        part, which does not allow the file to be #included together with the
        endpoint-regs.h file. This should be done in the .wb file.
      
      FIXME:
      - added register address constants. This should be done in the .wb file
      
      Note: I have no idea how to do this, someone who knows could probably fix
          the issues raised here.
      35a63cd9
    • Tjeerd Pinkert's avatar
      kernel/wb-regs: fix alignment of line in Makefile · d314de17
      Tjeerd Pinkert authored and Adam Wujek's avatar Adam Wujek committed
      d314de17
  11. Feb 25, 2016
  12. Feb 24, 2016
  13. Jan 07, 2016
  14. Aug 24, 2015
  15. Jul 17, 2015
  16. Jul 09, 2015
  17. May 04, 2015
  18. Dec 11, 2014
    • Alessandro Rubini's avatar
      kernel/wr_pistats: bugfix: read number of counters before registering · 2905bb85
      Alessandro Rubini authored
      
      Otherwise, the port files are empty, even if pstats/info is correct
      
        wrs-192.168.16.9#wc -c /proc/sys/pstats/*
            529 /proc/sys/pstats/description
              7 /proc/sys/pstats/info
              0 /proc/sys/pstats/port0
              0 /proc/sys/pstats/port1
              0 /proc/sys/pstats/port10
              0 /proc/sys/pstats/port11
              0 /proc/sys/pstats/port12
              0 /proc/sys/pstats/port13
              0 /proc/sys/pstats/port14
              0 /proc/sys/pstats/port15
              0 /proc/sys/pstats/port16
              0 /proc/sys/pstats/port17
              0 /proc/sys/pstats/port2
              0 /proc/sys/pstats/port3
              0 /proc/sys/pstats/port4
              0 /proc/sys/pstats/port5
              0 /proc/sys/pstats/port6
              0 /proc/sys/pstats/port7
              0 /proc/sys/pstats/port8
              0 /proc/sys/pstats/port9
            536 total
      
      Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
      2905bb85
  19. Dec 10, 2014