1. 12 12月, 2008 1 次提交
  2. 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
  3. 22 8月, 2008 1 次提交
  4. 07 8月, 2008 1 次提交
  5. 23 6月, 2008 7 次提交
  6. 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
  7. 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
  8. 29 4月, 2008 2 次提交
  9. 28 3月, 2008 3 次提交
  10. 06 3月, 2008 1 次提交
  11. 09 2月, 2008 1 次提交
  12. 26 1月, 2008 1 次提交