]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
watchdog: imx2_wdt: adds big endianness support.
authorXiubo Li <Li.Xiubo@freescale.com>
Tue, 3 Jun 2014 02:45:14 +0000 (10:45 +0800)
committerWim Van Sebroeck <wim@iguana.be>
Tue, 5 Aug 2014 20:43:11 +0000 (22:43 +0200)
commitf728f4bfc495a588abda4661c09595112677be25
tree40d1b38ae81dd8a979d44eef44508883cb8d3bdc
parent2cdf25bb574c20efde0340ffa90f08d1609ef97c
watchdog: imx2_wdt: adds big endianness support.

This watchdog driver will be working on IMX2+, Vybrid, LS1, LS2+
platforms, and will be in different endianness mode in those SoCs:

    SoCs       WDT endian mode
------------------------------------
    IMX2+           LE
    Vybird          LE
    LS1             BE
    LS2             LE

Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.txt
drivers/watchdog/imx2_wdt.c