1. 19 9月, 2013 1 次提交
  2. 22 8月, 2013 3 次提交
  3. 21 8月, 2013 1 次提交
  4. 16 8月, 2013 5 次提交
  5. 10 7月, 2013 1 次提交
  6. 17 6月, 2013 3 次提交
  7. 12 4月, 2013 4 次提交
  8. 01 4月, 2013 1 次提交
  9. 11 3月, 2013 1 次提交
  10. 10 2月, 2013 1 次提交
  11. 30 1月, 2013 2 次提交
  12. 29 1月, 2013 2 次提交
  13. 13 1月, 2013 2 次提交
  14. 25 12月, 2012 1 次提交
  15. 16 11月, 2012 1 次提交
  16. 02 11月, 2012 1 次提交
  17. 15 10月, 2012 3 次提交
  18. 17 9月, 2012 1 次提交
  19. 14 9月, 2012 1 次提交
  20. 11 9月, 2012 2 次提交
  21. 24 8月, 2012 1 次提交
  22. 23 8月, 2012 1 次提交
    • A
      ARM: imx: fix ksz9021rn_phy_fixup · 9f9ba0fd
      Arnd Bergmann 提交于
      The ksz9021rn_phy_fixup and mx6q_sabrelite functions try to
      set up an ethernet phy if they can. They do check whether
      phylib is enabled, but unfortunately the functions can only
      be called from platform code if phylib is builtin, not
      if it is a module
      
      Without this patch, building with a modular phylib results in:
      
      arch/arm/mach-imx/mach-imx6q.c: In function 'imx6q_sabrelite_init':
      arch/arm/mach-imx/mach-imx6q.c:120:5: error: 'ksz9021rn_phy_fixup' undeclared (first use in this function)
      arch/arm/mach-imx/mach-imx6q.c:120:5: note: each undeclared identifier is reported only once for each function it appears in
      
      The bug was originally reported by Artem Bityutskiy but only
      partially fixed in ef441806 "ARM: imx6q: register phy fixup only when
      CONFIG_PHYLIB is enabled".
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NShawn Guo <shawn.guo@linaro.org>
      Cc: Artem Bityutskiy <dedekind1@gmail.com>
      Cc: Sascha Hauer <s.hauer@pengutronix.de>
      9f9ba0fd
  23. 12 7月, 2012 1 次提交