Skip to content
Snippets Groups Projects
  1. Aug 14, 2015
  2. Aug 13, 2015
  3. Aug 08, 2015
    • Marek Vasut's avatar
      arm: socfpga: misc: Reset ethernet from OF · 6ab00db2
      Marek Vasut authored
      
      Reset the GMAC ethernets based on the "resets" OF node instead of ad-hoc
      hardcoded values in the U-Boot code. Since we don't have a proper reset
      framework in place yet, we have to do this slightly ad-hoc parsing of the
      OF tree instead.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
      Cc: Joe Hershberger <joe.hershberger@ni.com>
      6ab00db2
  4. Aug 06, 2015
  5. Aug 05, 2015
  6. Jul 28, 2015
  7. Jul 22, 2015
  8. Jul 21, 2015
  9. Jul 20, 2015
  10. Jul 08, 2015
  11. Jun 29, 2015
  12. Jun 11, 2015
    • Masahiro Yamada's avatar
      blackfin: fix undefined reference to srand and rand · 3850dbe8
      Masahiro Yamada authored
      
      Commit 9ba9e85f (net: Fix NET_RANDOM_ETHADDR dependencies)
      accidentally dropped CONFIG_LIB_RAND defines for 14 Blackfin boards.
      
      Prior to that commit, those boards defined CONFIG_LIB_RAND, but not
      CONFIG_NET_RANDOM_ETHADDR.  So, commit 9ba9e85f should not have
      touched them, but in fact it ripped CONFIG_LIB_RAND off from all the
      header files, which caused undefined reference to srand and rand.
      CONFIG_LIB_RAND=y must be revived for such boards.
      
      BTW, this commit indeed makes it better, but even with this fix,
      three boards (bf533-stamp, bf538f-ezkit, cm-bf548) still can not
      build due to region 'ram' overflowed error.  This was cause by
      commit 6eed3786 (net: Move the CMD_NET config to defconfigs)
      because CMD_NET selects NET, and NET selects REGEX.  Eventually,
      some boards were newly enabled with CONFIG_REGEX, increasing the
      memory footprint.  A patch is expected to fix the build error.
      
      Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
      3850dbe8
    • Simon Glass's avatar
      dm: usb: tegra: Drop legacy USB code · 257bfd2e
      Simon Glass authored
      
      Drop the code that doesn't use driver model for USB.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      257bfd2e
  13. Jun 04, 2015
  14. Jun 01, 2015
  15. May 15, 2015
  16. May 13, 2015
Loading