1. 26 Dec, 2019 3 commits
  2. 17 Dec, 2019 35 commits
  3. 16 Dec, 2019 2 commits
    • Heiner Kallweit's avatar
      r8169: check that Realtek PHY driver module is loaded · f3259377
      Heiner Kallweit authored
      Some users complained about problems with r8169 and it turned out that
      the generic PHY driver was used instead instead of the dedicated one.
      In all cases reason was that r8169.ko was in initramfs, but realtek.ko
      not. Manually adding realtek.ko to initramfs fixed the issues.
      Root cause seems to be that tools like dracut and genkernel don't
      consider softdeps. Add a check for loaded Realtek PHY driver module
      and provide the user with a hint if it's not loaded.
      Signed-off-by: default avatarHeiner Kallweit <hkallweit1@gmail.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      f3259377
    • David S. Miller's avatar
      Merge branch 'dpaa2-ptp-support-external-trigger-event' · 02477432
      David S. Miller authored
      Yangbo Lu says:
      
      ====================
      dpaa2-ptp: support external trigger event
      
      This patch-set is to add external trigger event support for
      dpaa2-ptp driver since MC firmware has supported external
      trigger interrupt with a new v2 dprtc_set_irq_mask() API.
      And extts_clean_up() function in ptp_qoriq driver needs to be
      exported with minor fixes for dpaa2-ptp reusing.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      02477432