All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 0/3] add DT endianness binding support
@ 2014-04-23  6:46 Xiubo Li
  2014-04-23  6:46 ` [PATCHv2 1/3] dt/bindings: Add the DT binding documentation for endianness Xiubo Li
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Xiubo Li @ 2014-04-23  6:46 UTC (permalink / raw)
  To: broonie, rob
  Cc: robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak,
	linux-doc, linux-kernel, Xiubo Li

Change in V2:
- Namespace the properties using the prefix sring.
- Add one binding ducomentation off regmap.

Xiubo Li (3):
  dt/bindings: Add the DT binding documentation for endianness
  regmap: Add the DT binding documentation for endianness
  regmap: add DT endianness binding support.

 .../devicetree/bindings/endianness/endianness.txt  | 55 +++++++++++++
 .../bindings/regmap/regmap-endianness.txt          | 48 +++++++++++
 drivers/base/regmap/regmap.c                       | 96 +++++++++++++++++++---
 3 files changed, 188 insertions(+), 11 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/endianness/endianness.txt
 create mode 100644 Documentation/devicetree/bindings/regmap/regmap-endianness.txt

-- 
1.8.4


^ permalink raw reply	[flat|nested] 12+ messages in thread
* [PATCHv2 0/3] regmap: add LE and DT binding for endianness
@ 2014-04-02 10:09 Xiubo Li
  2014-04-02 10:09 ` [PATCHv2 3/3] regmap: add DT endianness binding support Xiubo Li
  0 siblings, 1 reply; 12+ messages in thread
From: Xiubo Li @ 2014-04-02 10:09 UTC (permalink / raw)
  To: broonie; +Cc: linux-doc, linux-kernel, Xiubo Li


For this patch series has dependency, so resend them together.


Change in v2:
- resend 'regmap: implement LE formatting/parsing for 16/32-bit values.'
- resend 'regmap: Add the DT binding documentation for endianness'
- fix the commit message of 'regmap: add DT endianness binding support.'




Xiubo Li (3):
  regmap: implement LE formatting/parsing for 16/32-bit values.
  regmap: Add the DT binding documentation for endianness
  regmap: add DT endianness binding support.

 .../bindings/regmap/regmap-endianness.txt          |  49 +++++++
 drivers/base/regmap/regmap.c                       | 141 +++++++++++++++++++--
 2 files changed, 180 insertions(+), 10 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/regmap/regmap-endianness.txt

-- 
1.8.4



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-04-30  5:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-23  6:46 [PATCHv2 0/3] add DT endianness binding support Xiubo Li
2014-04-23  6:46 ` [PATCHv2 1/3] dt/bindings: Add the DT binding documentation for endianness Xiubo Li
2014-04-23  8:34   ` Mark Rutland
2014-04-30  5:08     ` Li.Xiubo
2014-04-23  6:46 ` [PATCHv2 2/3] regmap: " Xiubo Li
2014-04-23  8:40   ` Mark Rutland
2014-04-28  8:52     ` Li.Xiubo
2014-04-23  6:46 ` [PATCHv2 3/3] regmap: add DT endianness binding support Xiubo Li
  -- strict thread matches above, loose matches on Subject: below --
2014-04-02 10:09 [PATCHv2 0/3] regmap: add LE and DT binding for endianness Xiubo Li
2014-04-02 10:09 ` [PATCHv2 3/3] regmap: add DT endianness binding support Xiubo Li
2014-04-02 19:50   ` Mark Brown
2014-04-03  5:26     ` Li.Xiubo
2014-04-14 21:07       ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.