1. 29 7月, 2021 2 次提交
  2. 27 7月, 2021 1 次提交
  3. 08 7月, 2021 1 次提交
  4. 07 7月, 2021 2 次提交
  5. 17 6月, 2021 1 次提交
  6. 09 6月, 2021 1 次提交
  7. 26 5月, 2021 1 次提交
  8. 25 5月, 2021 1 次提交
    • D
      MIPS: remove deprecated qemu_mips board · 5308a71d
      Daniel Schwierzeck 提交于
      Remove qemu_mips boards because DM migration doesn't make sense.
      The board support for qemu_mips is already marked as deprecated
      in Qemu in favour of the Malta board. Also qemu_mips support
      has been removed from Linux a long time ago.
      
      The official replacement is the Malta board. The same Malta U-Boot
      image can be used with Qemu and on physical hardware.
      All combinations of Big Endian and Little Endian as well as 32 bit
      and 64 bit are supported.
      Signed-off-by: NDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
      5308a71d
  9. 15 5月, 2021 1 次提交
  10. 28 4月, 2021 1 次提交
  11. 27 4月, 2021 1 次提交
  12. 23 4月, 2021 1 次提交
  13. 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
  14. 15 4月, 2021 1 次提交
  15. 10 4月, 2021 2 次提交
  16. 08 4月, 2021 2 次提交
  17. 06 4月, 2021 1 次提交
  18. 15 3月, 2021 1 次提交
  19. 12 3月, 2021 1 次提交
  20. 05 3月, 2021 2 次提交
  21. 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
  22. 02 3月, 2021 1 次提交
  23. 20 2月, 2021 2 次提交
  24. 16 2月, 2021 1 次提交
  25. 30 1月, 2021 1 次提交
  26. 28 1月, 2021 1 次提交
  27. 16 12月, 2020 1 次提交
  28. 03 12月, 2020 1 次提交
  29. 02 12月, 2020 1 次提交
  30. 20 11月, 2020 1 次提交
  31. 04 11月, 2020 1 次提交
  32. 27 10月, 2020 1 次提交
  33. 22 10月, 2020 1 次提交
  34. 18 10月, 2020 1 次提交