RE: [PATCHv5 0/2] imx2-wdt: Add regmap-mmio support

2014-05-26 Thread li.xi...@freescale.com
> > Xiubo Li (2): > > watchdog: imx2_wdt: Sort the header files alphabetically > > watchdog: imx2_wdt: convert to use regmap API. > > > > drivers/watchdog/Kconfig| 1 + > > drivers/watchdog/imx2_wdt.c | 62 +++--- > --- > > 2 files changed, 39 insertio

Re: [PATCHv5 0/2] imx2-wdt: Add regmap-mmio support

2014-05-26 Thread Wim Van Sebroeck
Hi Xiubo, > This patches are preparing for Vybird, LS1 and LS2. And on LS1 the IP will > in BE mode. > > Changes in V5: > - Select the REGMAP_MMIO default for IMX2 Watchdog. > > Changes in V4: > - Add the explanation why uing the regmap APIs. > > Changes in V3: > - convert to use regmap-mmio AP

[PATCHv5 0/2] imx2-wdt: Add regmap-mmio support

2014-04-03 Thread Xiubo Li
This patches are preparing for Vybird, LS1 and LS2. And on LS1 the IP will in BE mode. Changes in V5: - Select the REGMAP_MMIO default for IMX2 Watchdog. Changes in V4: - Add the explanation why uing the regmap APIs. Changes in V3: - convert to use regmap-mmio API. Changes in V2: - Add the deta