1. 19 May, 2020 1 commit
  2. 18 May, 2020 13 commits
  3. 15 May, 2020 7 commits
  4. 13 May, 2020 4 commits
  5. 07 May, 2020 2 commits
  6. 06 May, 2020 1 commit
  7. 05 May, 2020 5 commits
  8. 04 May, 2020 2 commits
  9. 28 Apr, 2020 1 commit
  10. 24 Apr, 2020 1 commit
    • Jyri Sarha's avatar
      phy: ti: j721e-wiz: Implement DisplayPort mode to the wiz driver · 7ae14cf5
      Jyri Sarha authored
      For DisplayPort use we need to set WIZ_CONFIG_LANECTL register's
      P_STANDARD_MODE bits to "mode 3". In the DisplayPort use also the
      P_ENABLE bits of the same register are set to P_ENABLE instead of
      P_ENABLE_FORCE, so that the DisplayPort driver can enable and disable
      the lane as needed. The DisplayPort mode is selected according to
      "cdns,phy-type"-properties found in link subnodes under the managed
      serdes (see "ti,sierra-phy-t0" and "ti,j721e-serdes-10g" devicetree
      bindings for details). All other values of "cdns,phy-type"-property
      but PHY_TYPE_DP will set P_STANDARD_MODE bits to 0 and P_ENABLE bits
      to force enable.
      Signed-off-by: default avatarJyri Sarha <jsarha@ti.com>
      Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
      7ae14cf5
  11. 12 Apr, 2020 3 commits
    • Linus Torvalds's avatar
      Linux 5.7-rc1 · 8f3d9f35
      Linus Torvalds authored
      8f3d9f35
    • Linus Torvalds's avatar
      MAINTAINERS: sort field names for all entries · 3b50142d
      Linus Torvalds authored
      This sorts the actual field names too, potentially causing even more
      chaos and confusion at merge time if you have edited the MAINTAINERS
      file.  But the end result is a more consistent layout, and hopefully
      it's a one-time pain minimized by doing this just before the -rc1
      release.
      
      This was entirely scripted:
      
        ./scripts/parse-maintainers.pl --input=MAINTAINERS --output=MAINTAINERS --order
      Requested-by: default avatarJoe Perches <joe@perches.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      3b50142d
    • Linus Torvalds's avatar
      MAINTAINERS: sort entries by entry name · 4400b7d6
      Linus Torvalds authored
      They are all supposed to be sorted, but people who add new entries don't
      always know the alphabet.  Plus sometimes the entry names get edited,
      and people don't then re-order the entry.
      
      Let's see how painful this will be for merging purposes (the MAINTAINERS
      file is often edited in various different trees), but Joe claims there's
      relatively few patches in -next that touch this, and doing it just
      before -rc1 is likely the best time.  Fingers crossed.
      
      This was scripted with
      
        /scripts/parse-maintainers.pl --input=MAINTAINERS --output=MAINTAINERS
      
      but then I also ended up manually upper-casing a few entry names that
      stood out when looking at the end result.
      Requested-by: default avatarJoe Perches <joe@perches.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      4400b7d6