1. 20 4月, 2021 1 次提交
    • A
      net: calxedagmac: Convert to DM_ETH · debb07bf
      Andre Przywara 提交于
      To squash that nasty warning message and make better use of the newly
      gained OF_CONTROL feature, let's convert the calxedagmac driver to the
      "new" driver model.
      The conversion is pretty straight forward, mostly just adjusting the
      use of the involved data structures.
      The only actual change is the required split of the receive routine into
      a receive and free_pkt part.
      Also this allows us to get rid of the hardcoded platform information and
      explicit init calls.
      
      This also uses the opportunity to wrap the code decoding the MMIO
      register base address, to make it safe for using PHYS_64BIT later.
      Signed-off-by: NAndre Przywara <andre.przywara@arm.com>
      Reviewed-by: NRamon Fried <rfried.dev@gmail.com>
      debb07bf
  2. 15 4月, 2021 1 次提交
  3. 10 4月, 2021 2 次提交
  4. 08 4月, 2021 2 次提交
  5. 06 4月, 2021 1 次提交
  6. 15 3月, 2021 1 次提交
  7. 12 3月, 2021 1 次提交
  8. 05 3月, 2021 2 次提交
  9. 03 3月, 2021 1 次提交
    • J
      video: sunxi_display: Convert to DM_VIDEO · 5d235324
      Jagan Teki 提交于
      DM_VIDEO migration deadline is already expired, but around
      80 Allwinner boards are still using video in a legacy way:
      
      ===================== WARNING ======================
      This board does not use CONFIG_DM_VIDEO Please update
      the board to use CONFIG_DM_VIDEO before the v2019.07 release.
      Failure to update by the deadline may result in board removal.
      See doc/driver-model/migration.rst for more info.
      ====================================================
      
      Convert the legacy video driver over to the DM_VIDEO framework. This is
      a minimal conversion: it doesn't use the DT for finding its resources,
      nor does it use DM clocks or DM devices for the outputs (LCD, HDMI, CVBS).
      
      Tested in Bananapi M1+ Plus 1920x1200 HDMI out. (Jagan)
      Signed-off-by: NJagan Teki <jagan@amarulasolutions.com>
      [Andre: rebase and smaller fixes]
      Signed-off-by: NAndre Przywara <andre.przywara@arm.com>
      Acked-by: NMaxime Ripard <mripard@kernel.org>
      Reviewed-by: NJernej Skrabec <jernej.skrabec@siol.net>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      5d235324
  10. 02 3月, 2021 1 次提交
  11. 20 2月, 2021 2 次提交
  12. 16 2月, 2021 1 次提交
  13. 30 1月, 2021 1 次提交
  14. 28 1月, 2021 1 次提交
  15. 16 12月, 2020 1 次提交
  16. 03 12月, 2020 1 次提交
  17. 02 12月, 2020 1 次提交
  18. 20 11月, 2020 1 次提交
  19. 04 11月, 2020 1 次提交
  20. 27 10月, 2020 1 次提交
  21. 22 10月, 2020 1 次提交
  22. 18 10月, 2020 3 次提交
  23. 15 10月, 2020 1 次提交
  24. 06 10月, 2020 1 次提交
  25. 27 8月, 2020 1 次提交
  26. 24 8月, 2020 2 次提交
  27. 08 8月, 2020 1 次提交
  28. 07 8月, 2020 3 次提交
  29. 29 7月, 2020 3 次提交