08 May, 2007

2 commits

  • Generalize tsi108_setup_pci to take the config space physical address and
    primary bus designator as a parameter.

    Signed-off-by: Josh Boyer
    Acked-by: Olof Johansson
    Signed-off-by: Paul Mackerras

    Josh Boyer
     
  • Add a phy_type field to the tsi108 ethernet structures to indicate which PHY
    is used on a board. This is derived from the "compatible" property in the
    ethernet-phy node of the device tree. The default remains the MV88E PHY.

    Also, convert the setup code to use of_get_mac_address instead of hard coding
    a lookup for the "address" property in the ethernet node.

    Signed-off-by: Josh Boyer
    Acked-by: Olof Johansson
    Signed-off-by: Paul Mackerras

    Josh Boyer
     

04 Dec, 2006

1 commit

  • "extern inline" generates a warning with -Wmissing-prototypes and I'm
    currently working on getting the kernel cleaned up for adding this to
    the CFLAGS since it will help us to avoid a nasty class of runtime
    errors.

    If there are places that really need a forced inline, __always_inline
    would be the correct solution.

    Signed-off-by: Adrian Bunk
    Signed-off-by: Paul Mackerras

    Adrian Bunk
     

23 Aug, 2006

1 commit


29 Jun, 2006

1 commit