1. 27 Sep, 2021 2 commits
    • Min Li's avatar
      ptp: clockmatrix: use rsmu driver to access i2c/spi bus · 930dfa56
      Min Li authored
      rsmu (Renesas Synchronization Management Unit ) driver is located in
      drivers/mfd and responsible for creating multiple devices including
      clockmatrix phc, which will then use the exposed regmap and mutex
      handle to access i2c/spi bus.
      Signed-off-by: default avatarMin Li <min.li.xe@renesas.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      930dfa56
    • Petr Machata's avatar
      selftests: net: fib_nexthops: Wait before checking reported idle time · b69c9946
      Petr Machata authored
      The purpose of this test is to verify that after a short activity passes,
      the reported time is reasonable: not zero (which could be reported by
      mistake), and not something outrageous (which would be indicative of an
      issue in used units).
      
      However, the idle time is reported in units of clock_t, or hundredths of
      second. If the initial sequence of commands is very quick, it is possible
      that the idle time is reported as just flat-out zero. When this test was
      recently enabled in our nightly regression, we started seeing spurious
      failures for exactly this reason.
      
      Therefore buffer the delay leading up to the test with a sleep, to make
      sure there is no legitimate way of reporting 0.
      Signed-off-by: default avatarPetr Machata <petrm@nvidia.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      b69c9946
  2. 26 Sep, 2021 3 commits
  3. 25 Sep, 2021 7 commits
  4. 24 Sep, 2021 28 commits