1. 01 11月, 2011 1 次提交
  2. 19 8月, 2011 1 次提交
    • T
      net: fix IBM EMAC driver after rename. · 3b3bceef
      Tony Breeds 提交于
      In commit 9aa32835 (ehea/ibm*: Move the
      IBM drivers) the IBM_NEW_EMAC* were renames to IBM_EMAC*
      
      The conversion was incomplete so that even if the driver was added to
      the .config it wasn't built, but there were no errors).  In this commit
      we also update the various defconfigs that use EMAC to use the new
      Kconfig symbol, and explicitly add the NET_VENDOR_IBM guard.
      
      We do not explicitly select the Kconfig dependencies, as this would force
      EMAC on.  Doing it in the defconfig allows more flexibility.
      
      Tested on a canyondlands board.
      Signed-off-by: NTony Breeds <tony@bakeyournoodle.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      3b3bceef
  3. 12 8月, 2011 1 次提交
  4. 12 7月, 2011 1 次提交
  5. 26 5月, 2011 1 次提交
  6. 02 1月, 2011 1 次提交
  7. 26 7月, 2010 1 次提交
  8. 31 8月, 2009 1 次提交
  9. 07 6月, 2009 1 次提交
  10. 04 6月, 2009 2 次提交
  11. 15 5月, 2009 1 次提交
  12. 16 12月, 2008 1 次提交
  13. 28 10月, 2008 1 次提交
  14. 18 10月, 2008 2 次提交
  15. 17 10月, 2008 1 次提交
    • J
      powerpc/40x: Add PowerPC 40x simple platform support · 8105fa88
      Josh Boyer 提交于
      This adds a common board file for almost all of the "simple" PowerPC 40x
      boards that exist today.  This is intended to be a single place to add
      support for boards that do not differ in platform support from most of the
      evaluation boards that are used as reference platforms.  Boards that have
      specific requirements or custom hardware setup should still have their own
      board.c file.
      
      The first board ported to this is the AMCC PowerPC 405EZ Acadia board.
      Signed-off-by: NJosh Boyer <jwboyer@linux.vnet.ibm.com>
      8105fa88
  16. 03 4月, 2008 1 次提交
  17. 07 2月, 2008 2 次提交
  18. 25 1月, 2008 1 次提交
    • D
      [POWERPC] Enable RTC for Ebony and Walnut (v2) · 22258fa4
      David Gibson 提交于
      This patch extends the Ebony and Walnut platform code to instantiate
      the existing ds1742 RTC class driver for the DS1743 RTC/NVRAM chip
      found on both those boards.  The patch uses a helper function to scan
      the device tree and instantiate the appropriate platform_device based
      on it, so it should be easy to extend for other boards which have mmio
      mapped RTC chips.
      
      Along with this, the device tree binding for the ds1743 chips is
      tweaked, based on the existing DS1385 OF binding found at:
      	http://playground.sun.com/1275/proposals/Closed/Remanded/Accepted/346-it.txt
      Although that document covers the NVRAM portion of the chip, whereas
      here we're interested in the RTC portion, so it's not entirely clear
      if that's a good model.
      
      This implements only RTC class driver support - that is /dev/rtc0, not
      /dev/rtc, and the low-level get/set time callbacks remain
      unimplemented.  That means in order to get at the clock you will
      either need a modified version of hwclock which will look at
      /dev/rtc0, or you'll need to configure udev to symlink rtc0 to rtc.
      Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
      Signed-off-by: NJosh Boyer <jwboyer@linux.vnet.ibm.com>
      22258fa4
  19. 09 1月, 2008 1 次提交
  20. 25 12月, 2007 1 次提交
  21. 24 12月, 2007 7 次提交
  22. 19 11月, 2007 1 次提交
  23. 20 10月, 2007 1 次提交
  24. 12 10月, 2007 1 次提交
  25. 11 10月, 2007 1 次提交
  26. 03 10月, 2007 2 次提交
  27. 07 9月, 2007 1 次提交
  28. 20 8月, 2007 2 次提交