public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHv3 0/2] imx2-wdt: Add regmap-mmio support
@ 2014-04-01  4:46 Xiubo Li
  2014-04-01  4:46 ` [PATCHv3 1/2] watchdog: imx2_wdt: Sort the header files alphabetically Xiubo Li
  2014-04-01  4:46 ` [PATCHv3 2/2] watchdog: imx2_wdt: convert to use regmap API Xiubo Li
  0 siblings, 2 replies; 7+ messages in thread
From: Xiubo Li @ 2014-04-01  4:46 UTC (permalink / raw)
  To: linux, wim, shawn.guo, linux-watchdog; +Cc: linux-kernel, Xiubo Li


This patches are preparing for Vybird, LS1 and LS2. And on LS1 the IP will
in BE mode.

And this has been test on Vybird.

This patch series is based the following regmap patches:

1, https://patchwork.kernel.org/patch/3896321/   ===> <applied>
   regmap: mmio: add regmap_mmio_{regsize, count}_check. 
   https://patchwork.kernel.org/patch/3896331/   ===> <applied>
   regmap: mmio: Add support for 1/2/8 bytes wide register address.
   https://patchwork.kernel.org/patch/3901021/   ===> <applied>
   regmap: mmio: Add regmap_mmio_regbits_check.


2, The above three and this one are a must.
   https://patchwork.kernel.org/patch/3912671/   ===> <pending>
   regmap: mmio: Fix the bug of 'offset' value parsing.


3, The following ones are not a must, but will make the IMX2
   watchdog driver much simplifier and easy to use.
   https://patchwork.kernel.org/patch/3912401/   ===> <pending>
   regmap: implement LE formatting/parsing for 16/32-bit values.
   https://patchwork.kernel.org/patch/3912751/   ===> <pending>
   regmap: add DT endianness binding support.
   https://patchwork.kernel.org/patch/3912741/   ===> <pending>
   regmap: Add the DT binding documentation for endianness


The above all regmap patches have been test using SAI(32-bit
regmap-mmio), SGTL5000(codec 16-bit regmap-i2c) and IMX2 Watchdog
(16-bit regmap-mmio).


Changes in V3:
- convert to use regmap-mmio API.

Changes in V2:
- Add the detail information in the commit comment.
- 'big-endians' --> 'big-endian'.



Xiubo Li (2):
  watchdog: imx2_wdt: Sort the header files alphabetically
  watchdog: imx2_wdt: convert to use regmap API.

 drivers/watchdog/imx2_wdt.c | 62 +++++++++++++++++++++++++++------------------
 1 file changed, 38 insertions(+), 24 deletions(-)

-- 
1.8.4



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

end of thread, other threads:[~2014-04-03  1:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-01  4:46 [PATCHv3 0/2] imx2-wdt: Add regmap-mmio support Xiubo Li
2014-04-01  4:46 ` [PATCHv3 1/2] watchdog: imx2_wdt: Sort the header files alphabetically Xiubo Li
2014-04-02 14:08   ` Guenter Roeck
2014-04-01  4:46 ` [PATCHv3 2/2] watchdog: imx2_wdt: convert to use regmap API Xiubo Li
2014-04-02 13:08   ` Shawn Guo
2014-04-03  1:03     ` Li.Xiubo
2014-04-02 14:11   ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox