10 Aug, 2015

2 commits


31 Mar, 2015

1 commit

  • Fix the use of __raw IO accessor with the readl/writel_relaxed()
    versions to allow the code to be used on a system running in big
    endian mode.

    Signed-off-by: Ben Dooks
    Signed-off-by: Daniel Lezcano
    Acked-by: Nicolas Ferre
    Cc: Andrew Victor
    Cc: Jean-Christophe Plagniol-Villard
    Cc: Linux ARM Kernel
    Cc: Thomas Gleixner
    Cc: digetx@gmail.com
    Cc: hdegoede@redhat.com
    Cc: laurent.pinchart+renesas@ideasonboard.com
    Cc: maxime.ripard@free-electrons.com
    Cc: viresh.kumar@linaro.org
    Link: http://lkml.kernel.org/r/1427746633-9137-7-git-send-email-daniel.lezcano@linaro.org
    Signed-off-by: Ingo Molnar

    Ben Dooks
     

03 Dec, 2014

1 commit


15 Sep, 2014

1 commit

  • Now that we don't depend on anyting in the mach-at91 directory, we can just
    move the driver to where it belongs.

    Signed-off-by: Maxime Ripard
    Acked-by: Boris BREZILLON
    Acked-by: Alexandre Belloni
    Acked-by: Daniel Lezcano
    Signed-off-by: Nicolas Ferre

    Conflicts:
    arch/arm/mach-at91/Kconfig
    arch/arm/mach-at91/Makefile

    Maxime Ripard