26 Jan, 2008

1 commit

  • The motivation for this change is to allow other chips, like the
    Marvell Orion ARM SoC family, to use the existing i2c-mv64xxx driver.

    Signed-off-by: Tzachi Perelstein
    Acked-by: Nicolas Pitre
    Acked-by: Dale Farnsworth
    Acked-by: Mark A. Greer
    Acked-by: Jean Delvare

    Tzachi Perelstein
     

23 Oct, 2007

2 commits


25 Jul, 2007

1 commit


11 Jul, 2007

1 commit


06 Mar, 2007

1 commit

  • We were using the platform_device.id field to identify which ethernet
    port is used for mv643xx_eth device. This is not generally correct.
    It will be incorrect, for example, if a hardware platform uses a single
    port but not the first port. Here, we add an explicit port_number field
    to struct mv643xx_eth_platform_data.

    This makes the mv643xx_eth_platform_data structure required, but that
    isn't an issue since all users currently provide it already.

    Signed-off-by: Dale Farnsworth
    Signed-off-by: Jeff Garzik

    Dale Farnsworth
     

03 Mar, 2007

1 commit


02 Dec, 2006

1 commit


19 Apr, 2006

1 commit


28 Jan, 2006

2 commits


05 Sep, 2005

1 commit

  • Updates and enhancement to the ppc32 mv64x60 code:
    - move code to get mem size from mem ctlr to bootwrapper
    - address some errata in the mv64360 pic code
    - some minor cleanups
    - export one of the bridge's regs via sysfs so user daemon can watch for
    extraction events

    Signed-off-by: Mark A. Greer
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Mark A. Greer
     

17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds