Skip to content
  1. Sep 13, 2014
  2. Jun 04, 2014
  3. Jun 01, 2014
  4. Apr 26, 2014
  5. Apr 17, 2014
  6. Mar 21, 2014
    • Arnd Bergmann's avatar
      ARM: orion5x: make dns323 independent of PHY support · 32ff4971
      Arnd Bergmann authored
      
      
      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: default avatarArnd Bergmann <arnd@arndb.de>
      Acked-by: default avatarJason 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
  7. Feb 22, 2014
  8. Dec 20, 2013
  9. Nov 24, 2013
  10. Aug 25, 2013
  11. Aug 06, 2013
  12. Jul 25, 2013
  13. Jul 11, 2013
  14. Jul 09, 2013
  15. May 13, 2013
  16. Apr 29, 2013
  17. Apr 15, 2013
    • Thomas Petazzoni's avatar
      arm: mach-orion5x: convert to use mvebu-mbus driver · 5d1190ea
      Thomas Petazzoni authored
      
      
      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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
      5d1190ea
  18. Apr 08, 2013
  19. Mar 17, 2013
  20. Jan 11, 2013
  21. Jan 03, 2013
    • Greg Kroah-Hartman's avatar
      ARM: drivers: remove __dev* attributes. · 351a102d
      Greg Kroah-Hartman authored
      
      
      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: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      351a102d
  22. Dec 24, 2012
  23. Nov 21, 2012
  24. Sep 28, 2012
Loading