Re: [PATCH v4 1/2] mfd: Add anatop mfd driver

2012-03-01 Thread Ying-Chun Liu (PaulLiu)
(2012年02月21日 19:17), Samuel Ortiz wrote: > Hi Paul, > > I didn't get patch #2, so I don't get to see how the read/write functions ar > eused for example. > Hi Samuel, Sorry for late reply. I've sent out v5 today. >> +ioreg = ioremap(ofaddr, ofsize); >> +if (!ioreg) >> +retu

Re: [PATCH v4 1/2] mfd: Add anatop mfd driver

2012-02-21 Thread Samuel Ortiz
Hi Paul, I didn't get patch #2, so I don't get to see how the read/write functions ar eused for example. On Thu, Feb 09, 2012 at 04:51:25AM +0800, Ying-Chun Liu (PaulLiu) wrote: > From: "Ying-Chun Liu (PaulLiu)" > > Anatop is a mfd chip embedded in Freescale i.MX6Q SoC. > Anatop provides regula

Re: [PATCH v4 1/2] mfd: Add anatop mfd driver

2012-02-10 Thread Shawn Guo
On Thu, Feb 09, 2012 at 04:51:25AM +0800, Ying-Chun Liu (PaulLiu) wrote: > From: "Ying-Chun Liu (PaulLiu)" > > Anatop is a mfd chip embedded in Freescale i.MX6Q SoC. > Anatop provides regulators and thermal. > This driver handles the address space and the operation of the mfd device. > > Signed-

[PATCH v4 1/2] mfd: Add anatop mfd driver

2012-02-08 Thread Ying-Chun Liu (PaulLiu)
From: "Ying-Chun Liu (PaulLiu)" Anatop is a mfd chip embedded in Freescale i.MX6Q SoC. Anatop provides regulators and thermal. This driver handles the address space and the operation of the mfd device. Signed-off-by: Ying-Chun Liu (PaulLiu) Cc: Samuel Ortiz --- drivers/mfd/Kconfig|