1. 11 5月, 2022 6 次提交
  2. 10 5月, 2022 6 次提交
  3. 09 5月, 2022 9 次提交
  4. 29 4月, 2022 10 次提交
  5. 28 4月, 2022 7 次提交
  6. 27 4月, 2022 2 次提交
    • D
      Merge branch 'remove-virt_to_bus-drivers' · 03fa8fc9
      David S. Miller 提交于
      Jakub Kicinski says:
      
      ====================
      net: remove non-Ethernet drivers using virt_to_bus()
      
      Networking is currently the main offender in using virt_to_bus().
      Frankly all the drivers which use it are super old and unlikely
      to be used today. They are just an ongoing maintenance burden.
      
      In other words this series is using virt_to_bus() as an excuse
      to shed some old stuff. Having done the tree-wide dev_addr_set()
      conversion recently I have limited sympathy for carrying dead
      code.
      
      Obviously please scream if any of these drivers _is_ in fact
      still being used. Otherwise let's take the chance, we can always
      apologize and revert if users show up later.
      
      Also I should say thanks to everyone who contributed to this code!
      The work continues to be appreciated although realistically in more
      of a "history book" fashion...
      ====================
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      03fa8fc9
    • J
      net: hamradio: remove support for DMA SCC devices · 865e2eb0
      Jakub Kicinski 提交于
      Another incarnation of Z8530, looks like? Again, no real changes
      in the git history, and it needs VIRT_TO_BUS. Unlikely to have
      users, let's spend less time refactoring dead code...
      Signed-off-by: NJakub Kicinski <kuba@kernel.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      865e2eb0