1. 17 7月, 2010 1 次提交
    • M
      [ARM] orion5x: Set links to solid on D-Link DNS-323 · f8e00530
      Martin Michlmayr 提交于
      Among other changes, commit b2a731aa ("D-link DNS-323 revision A1 power
      LED") changed the default behaviour of the power LED from solid to
      blinking.  This was done to match the original DNS-323 firmware which
      blinks during the boot process and sets the LED to solid when booting
      has completed.  However, the downside of this behaviour is that it
      requires userland code to change the LED, even for those who don't
      care about the behaviour of the original firmware.  Therefore, change
      it to solid again and let those who care about the original behaviour
      change the behaviour from userland.
      Signed-off-by: NMartin Michlmayr <tbm@cyrius.com>
      Signed-off-by: NNicolas Pitre <nico@fluxnic.net>
      f8e00530
  2. 26 5月, 2010 1 次提交
  3. 04 5月, 2010 1 次提交
  4. 11 2月, 2010 1 次提交
    • L
      [ARM] orion5x: D-link DNS-323 revision A1 power LED · b2a731aa
      Laurie Bradshaw 提交于
      This patch fixes the power LED on DNS-323 revision A1, and adds timer
      support for (hopefully) both A1 and B1 revisions.
      
      Power LED on revision A1 is active low and also requires GPIO 4 to be
      low to work.
      
      Tested on my DNS-323 revision A1.
      
      I have set the default trigger to timer as that replicates the
      behaviour of the original firmware, userspace can change the trigger
      at the end of the boot process providing a useful indication that
      booting has completed.
      Signed-off-by: NNicolas Pitre <nico@marvell.com>
      b2a731aa
  5. 25 1月, 2010 1 次提交
  6. 11 3月, 2009 1 次提交
  7. 12 12月, 2008 2 次提交
  8. 05 9月, 2008 1 次提交
    • L
      mv643xx_eth: remove force_phy_addr field · ac840605
      Lennert Buytenhek 提交于
      Currently, there are two different fields in the
      mv643xx_eth_platform_data struct that together describe the PHY
      address -- one field (phy_addr) has the address of the PHY, but if
      that address is zero, a second field (force_phy_addr) needs to be
      set to distinguish the actual address zero from a zero due to not
      having filled in the PHY address explicitly (which should mean
      'use the default PHY address').
      
      If we are a bit smarter about the encoding of the phy_addr field,
      we can avoid the need for a second field -- this patch does that.
      Signed-off-by: NLennert Buytenhek <buytenh@marvell.com>
      ac840605
  9. 22 8月, 2008 1 次提交
  10. 07 8月, 2008 1 次提交
  11. 23 6月, 2008 7 次提交
  12. 18 5月, 2008 1 次提交
    • L
      [ARM] 5037/1: Orion: fix DNS323/Kurobox Pro PCI initialisation · bbdf1c1e
      Lennert Buytenhek 提交于
      Whereas most Orion 5x machine support code would initialise the PCI
      subsystem with nr_controllers in their struct hw_pci set to 2, the
      DNS323 and Kurobox Pro machine support code had nr_controllers set
      to 1.
      
      This was presumably done because on those two machines, the PCI(-X)
      controller (nr == 1) isn't used, requiring initialisation of only
      the PCIe controller (nr == 0.)  However, not initialising the PCI(-X)
      controller on boards that don't use it leads to a situation where
      both the PCIe and the PCI(-X) controller think that their root bus is
      zero, and it messes up IRQ assignment.
      
      This patch changes the DNS323 and Kurobox Pro support code to always
      use nr_controllers == 2.
      Signed-off-by: NLennert Buytenhek <buytenh@marvell.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      bbdf1c1e
  13. 30 4月, 2008 1 次提交
    • J
      i2c: Convert most new-style drivers to use module aliasing · 3760f736
      Jean Delvare 提交于
      Based on earlier work by Jon Smirl and Jochen Friedrich.
      
      Update most new-style i2c drivers to use standard module aliasing
      instead of the old driver_name/type driver matching scheme. I've
      left the video drivers apart (except for SoC camera drivers) as
      they're a bit more diffcult to deal with, they'll have their own
      patch later.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Jon Smirl <jonsmirl@gmail.com>
      Cc: Jochen Friedrich <jochen@scram.de>
      3760f736
  14. 29 4月, 2008 2 次提交
  15. 28 3月, 2008 3 次提交
  16. 06 3月, 2008 1 次提交
  17. 09 2月, 2008 1 次提交
  18. 26 1月, 2008 1 次提交