[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <E1aK8xj-0005Tc-HJ@debutante>
Date: Fri, 15 Jan 2016 18:19:03 +0000
From: Mark Brown <broonie@...nel.org>
To: Xiubo Li <lixiubo@...s.chinamobile.com>,
Mark Brown <broonie@...nel.org>
Cc: linux-kernel@...r.kernel.org
Subject: Applied "regmap: dt-binding: simplify the doc and make it more readable" to the regmap tree
The patch
regmap: dt-binding: simplify the doc and make it more readable
has been applied to the regmap tree at
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
>From cadd5972c764006bee45a46315a0a88cecbd6058 Mon Sep 17 00:00:00 2001
From: Xiubo Li <lixiubo@...s.chinamobile.com>
Date: Wed, 13 Jan 2016 16:27:02 +0800
Subject: [PATCH] regmap: dt-binding: simplify the doc and make it more
readable
Signed-off-by: Xiubo Li <lixiubo@...s.chinamobile.com>
Signed-off-by: Mark Brown <broonie@...nel.org>
---
Documentation/devicetree/bindings/regmap/regmap.txt | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/regmap/regmap.txt b/Documentation/devicetree/bindings/regmap/regmap.txt
index b494f8b8ef72..22cd9ad84abd 100644
--- a/Documentation/devicetree/bindings/regmap/regmap.txt
+++ b/Documentation/devicetree/bindings/regmap/regmap.txt
@@ -11,9 +11,10 @@ on different SoCs using the devicetree, we need one way to simplify
this.
Required properties:
-- {big,little}-endian: these are boolean properties, if absent
- meaning that the CPU and the Device are in the same endianness mode,
- these properties are for register values and all the buffers only.
+- {big,little}-endian: boolean properties, if absent the CPU and
+ the Device will be in the same endianness mode.
+ Note: they are only used for the device register values and the
+ buffers.
Examples:
Scenario 1 : CPU in LE mode & device in LE mode.
--
2.7.0.rc3
Powered by blists - more mailing lists