staging: fsl-mc/dpio: Skip endianness conversion in portal config
authorBogdan Purcareata <bogdan.purcareata@nxp.com>
Thu, 20 Jul 2017 14:48:28 +0000 (14:48 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 30 Jul 2017 15:25:04 +0000 (08:25 -0700)
commit2584f3857f27c63c9dd6403184d3fe8e9911ffbe
tree619e098038078fb5e13f3ad3e3da2ba9ba2c9f30
parentfb9f6a19d9b1fa44a9bef35783e9ae052289f446
staging: fsl-mc/dpio: Skip endianness conversion in portal config

Writing to the register using writel does the CPU to LE conversion down the
line, so it's not required here. Doing it breaks portal configuration on
big endian kernels.

Signed-off-by: Bogdan Purcareata <bogdan.purcareata@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fsl-mc/bus/dpio/qbman-portal.c