Fix spelling errors in Documentation/devicetreeSigned-off-by: Otto Kekäläinen <otto@seravo.fi>Signed-off-by: Rob Herring <robh@kernel.org>
regmap: fix documentation to match codeThe regmap binding talks about one thing, which is registerendianess, and it gets almost every aspect of it wrong.This replaces the current text of the fil
regmap: fix documentation to match codeThe regmap binding talks about one thing, which is registerendianess, and it gets almost every aspect of it wrong.This replaces the current text of the file with a versionthat makes more sense and that matches what we implementnow.Signed-off-by: Arnd Bergmann <arnd@arndb.de>Fixes: a06c488da0b0 ("regmap: Add explict native endian flag to DT bindings")Fixes: 275876e208e2 ("regmap: Add the DT binding documentation for endianness")Signed-off-by: Mark Brown <broonie@kernel.org>
show more ...
regmap: Add explict native endian flag to DT bindingsCurrently the binding document says that if no endianness is configuredwe use native endian but this is not in fact true for all binding types
regmap: Add explict native endian flag to DT bindingsCurrently the binding document says that if no endianness is configuredwe use native endian but this is not in fact true for all binding typesand we do have some devices that really want native endianness such asBroadcom MIPS SoCs where switching the endianness of the CPU alsoswitches the endianness of external IPs.Provide an explicit option for this.Signed-off-by: Mark Brown <broonie@kernel.org>
regmap: Add the DT binding documentation for endiannessDevice-Tree binding for device endiannessIndex Device Endianness properties---------------------------------------------------1
regmap: Add the DT binding documentation for endiannessDevice-Tree binding for device endiannessIndex Device Endianness properties---------------------------------------------------1 BE 'big-endian'2 LE 'little-endian'For one device driver, which will run in different scenarios aboveon different SoCs using the devicetree, we need one way to simplifythis.Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com>Signed-off-by: Mark Brown <broonie@linaro.org>