26 Aug, 2011

2 commits


24 Aug, 2011

1 commit


27 Jul, 2011

2 commits

  • On the recent i.mx (mx25/50/53), there is a gasket inside fec
    controller which needs to be enabled no matter phy works in MII
    or RMII mode.

    The current code enables the gasket only when phy interface is RMII.
    It's broken when the driver works with a MII phy. The patch uses
    platform_device_id to distinguish the SoCs that have the gasket and
    enables it on these SoCs for both MII and RMII mode.

    Signed-off-by: Shawn Guo
    Reported-by: Troy Kisky
    Cc: David S. Miller
    Cc: Sascha Hauer
    Acked-by: David S. Miller

    Shawn Guo
     
  • The patch removes all the uses of cpu_is_mx1(). Instead, it uses
    the .id_table of platform_driver to distinguish the uart device type,
    IMX1_UART and IMX21_UART. The IMX21_UART type runs on all i.mx
    except i.mx1.

    A couple of !cpu_is_mx1 logic gets turned into is_imx21_uart,
    as the codes wrapped there are really IMX21 type uart specific.

    It also removes macro MX1_UCR3_REF25 and MX1_UCR3_REF30 which are
    not used anywhere.

    Signed-off-by: Shawn Guo
    Cc: Sascha Hauer
    Cc: Alan Cox
    Cc: Greg Kroah-Hartman
    Acked-by: Grant Likely

    Shawn Guo
     

07 Jan, 2011

1 commit


14 Dec, 2010

1 commit


29 Nov, 2010

1 commit


26 Nov, 2010

1 commit


01 Oct, 2010

2 commits


26 Jul, 2010

1 commit

  • There are some more conflicts than detected by git, namely support for
    the newly added cpuimx machines needed to be converted to dynamic device
    registration.

    Signed-off-by: Uwe Kleine-König

    Conflicts:
    arch/arm/mach-imx/Makefile
    arch/arm/mach-imx/devices.c
    arch/arm/mach-imx/devices.h
    arch/arm/mach-imx/eukrea_mbimx27-baseboard.c
    arch/arm/mach-mx2/Kconfig
    arch/arm/mach-mx25/Makefile
    arch/arm/mach-mx25/devices.c
    arch/arm/plat-mxc/include/mach/mx25.h
    arch/arm/plat-mxc/include/mach/mxc_nand.h

    Uwe Kleine-König
     

24 Jun, 2010

1 commit