Re: [PATCH] mci: imx-esdhc: resolve conflicting flags

2019-03-18 Thread Sascha Hauer
On Fri, Mar 15, 2019 at 10:27:17PM +, Alexander Kurz wrote: > From: Alexander Kurz > > With commit 3354adee3920 ("mci: imx-esdhc: Add bigendian register access > support") and commit 15b64fd520c2 ("mci: imx-esdhc: Add layerscape support") > two ESDHC_FLAGs got assigned to already existing val

[PATCH] mci: imx-esdhc: resolve conflicting flags

2019-03-15 Thread Alexander Kurz
From: Alexander Kurz With commit 3354adee3920 ("mci: imx-esdhc: Add bigendian register access support") and commit 15b64fd520c2 ("mci: imx-esdhc: Add layerscape support") two ESDHC_FLAGs got assigned to already existing values. This conflict made the imx6sl usdhc appear to be big endian. Resolve