1. 09 7月, 2015 1 次提交
  2. 19 3月, 2015 1 次提交
  3. 14 9月, 2014 1 次提交
  4. 04 6月, 2014 1 次提交
  5. 01 6月, 2014 1 次提交
  6. 27 4月, 2014 10 次提交
  7. 26 4月, 2014 2 次提交
  8. 17 4月, 2014 1 次提交
  9. 22 3月, 2014 1 次提交
    • A
      ARM: orion5x: make dns323 independent of PHY support · 32ff4971
      Arnd Bergmann 提交于
      The D-Link DNS-323 machine tries to unconditionally select CONFIG_PHYLIB,
      but that has other dependencies that might not necessarily be enabled,
      causing random build errors.
      
      To work around this, this patch removes the 'select' statement and
      instead uses a compile-time check to skip the phy_register_fixup_for_uid()
      call if PHYLIB is not available in the kernel.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NJason Cooper <jason@lakedaemon.net>
      Cc: Andrew Lunn <andrew@lunn.ch>
      Cc: Gregory Clement <gregory.clement@free-electrons.com>
      Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
      32ff4971
  10. 22 2月, 2014 1 次提交
  11. 21 12月, 2013 1 次提交
  12. 24 11月, 2013 2 次提交
  13. 26 8月, 2013 3 次提交
  14. 06 8月, 2013 1 次提交
  15. 26 7月, 2013 1 次提交
  16. 12 7月, 2013 1 次提交
  17. 10 7月, 2013 1 次提交
  18. 14 5月, 2013 2 次提交
  19. 29 4月, 2013 1 次提交
  20. 15 4月, 2013 1 次提交
    • T
      arm: mach-orion5x: convert to use mvebu-mbus driver · 5d1190ea
      Thomas Petazzoni 提交于
      This commit migrates the mach-orion5x platforms to use the mvebu-mbus
      driver and therefore removes the Orion5x-specific addr-map code.
      
      The dove_init_early() function now initializes the mvebu-mbus driver
      by calling mvebu_mbus_init().
      
      We also convert a number of orion5x_setup_xyz_win() calls to the
      appropriate mvebu_mbus_add_window() calls, as each board was doing its
      own setup for the NOR window or other devices. Ultimately, those
      devices will be probed from the DT.
      
      The common address decoding windows are now registered in the
      orion5x_setup_wins() function. It is worth noting that the four PCIe
      address decoding windows will ultimately no longer have to be
      registered here: it will be done automatically by the PCIe driver once
      Dove has been migrated to use the upcoming mvebu PCIe driver.
      Signed-off-by: NThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NJason Cooper <jason@lakedaemon.net>
      5d1190ea
  21. 08 4月, 2013 1 次提交
  22. 18 3月, 2013 1 次提交
  23. 11 1月, 2013 1 次提交
  24. 04 1月, 2013 1 次提交
    • G
      ARM: drivers: remove __dev* attributes. · 351a102d
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Cc: Russell King <linux@arm.linux.org.uk>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      351a102d
  25. 25 12月, 2012 1 次提交
  26. 22 11月, 2012 1 次提交