04 Apr, 2013

1 commit


01 Apr, 2013

5 commits


17 Aug, 2012

3 commits


04 Aug, 2012

1 commit

  • With this patch ocotp support will always be build into the kernel on mxs.
    Otherwise a DT-only kernel fails to link with:

    arch/arm/mach-mxs/mach-mxs.c:169: undefined reference to `mxs_get_ocotp'

    Signed-off-by: Marc Kleine-Budde
    Signed-off-by: Shawn Guo

    Marc Kleine-Budde
     

12 May, 2012

1 commit


09 May, 2012

1 commit


04 Feb, 2012

1 commit


02 Nov, 2011

1 commit

  • * 'next/board' of git://git.linaro.org/people/arnd/arm-soc: (34 commits)
    ep93xx: add support Vision EP9307 SoM
    ARM: mxs: Add initial support for DENX MX28
    ARM: EXYNOS4: Add support SMDK4412 Board
    ARM: EXYNOS4: Add MCT support for EXYNOS4412
    ARM: EXYNOS4: Add functions for gic interrupt handling
    ARM: EXYNOS4: Add support clock for EXYNOS4412
    ARM: EXYNOS4: Add support new EXYNOS4412 SoC
    ARM: EXYNOS4: Add support MCT PPI for EXYNOS4212
    ARM: EXYNOS4: Add support PPI in external GIC
    ARM: EXYNOS4: convert boot_params to atag_offset
    ixp4xx: support omicron ixp425 based boards
    ARM: EXYNOS4: Add support SMDK4212 Board
    ARM: EXYNOS4: Add support PM for EXYNOS4212
    ARM: EXYNOS4: Add support clock for EXYNOS4212
    ARM: EXYNOS4: Add support new EXYNOS4212 SoC
    at91: USB-A9G20 C01 & C11 board support
    at91: merge board USB-A9260 and USB-A9263 together
    at91: add support for RSIs EWS board
    ARM: SAMSUNG: Fix mask value for S5P64X0 CPU IDs
    ARM: SAMSUNG: Fix mask for S3C64xx CPU IDs
    ...

    Linus Torvalds
     

13 Oct, 2011

1 commit


04 Oct, 2011

1 commit


06 Jun, 2011

1 commit

  • GPIO drivers are getting moved to drivers/gpio for cleanup and
    consolidation. This patch moves the mxs driver. Follow up patches
    will clean it up and make it a fine upstanding example of a gpio
    driver.

    v2: Removed header file entirely and put struct definition directly
    into driver. The struct isn't used anywhere else in the kernel.

    Signed-off-by: Grant Likely
    Tested-by: Shawn Guo
    Acked-by: Sascha Hauer

    Grant Likely
     

03 May, 2011

1 commit

  • STMP378x and MX23 are the same and just relabeled. There is a
    mach-stmp378x, however, it has a lot of reinvented interfaces, leaking
    all sorts of mach-specific functions into the drivers. One example is
    the dmaengine which does not use the linux dmaengine-API but some
    privately exported symbols. This makes generic use of the drivers
    impossible. mach-mxs does it better, so convert the board to mach-mxs.
    After that, it is possible to delete all stmp-specific code which should
    ease further ARM-consolidation.

    Compile tested only due to no hardware (seems not available anymore).

    Signed-off-by: Wolfram Sang
    Acked-by: Shawn Guo
    Signed-off-by: Russell King

    Wolfram Sang
     

08 Mar, 2011

1 commit


26 Jan, 2011

1 commit


21 Jan, 2011

1 commit


21 Dec, 2010

1 commit