Re: [PATCH 3/4 v4] video, sm501: add OF binding to support SM501

2011-01-31 Thread Samuel Ortiz
Hi Heiko, On Mon, Jan 24, 2011 at 10:57:38AM +0100, Heiko Schocher wrote: > - add binding to OF, compatible name "smi,sm501" The MFD part looks fine to me: Acked-by: Samuel Ortiz Cheers, Samuel. -- Intel Open Source Technology Centre http://oss.intel.com/ __

Re: [PATCH 3/4 v4] video, sm501: add OF binding to support SM501

2011-01-25 Thread Heiko Schocher
Hello Paul, Paul Mundt wrote: > On Tue, Jan 25, 2011 at 08:20:31AM +0100, Heiko Schocher wrote: >> @@ -1934,7 +1943,29 @@ static int __devinit sm501fb_probe(struct >> platform_device *pdev) >> } >> >> if (info->pdata == NULL) { >> -dev_info(dev, "using default configuratio

Re: [PATCH 3/4 v4] video, sm501: add OF binding to support SM501

2011-01-24 Thread Paul Mundt
On Tue, Jan 25, 2011 at 08:20:31AM +0100, Heiko Schocher wrote: > @@ -1934,7 +1943,29 @@ static int __devinit sm501fb_probe(struct > platform_device *pdev) > } > > if (info->pdata == NULL) { > - dev_info(dev, "using default configuration data\n"); > + int foun

[PATCH 3/4 v4] video, sm501: add OF binding to support SM501

2011-01-24 Thread Heiko Schocher
- add binding to OF, compatible name "smi,sm501" Signed-off-by: Heiko Schocher cc: linux-fb...@vger.kernel.org cc: devicetree-disc...@ozlabs.org cc: Ben Dooks cc: Vincent Sanders cc: Samuel Ortiz cc: linux-ker...@vger.kernel.org cc: Randy Dunlap cc: Paul Mundt --- - changes since v1: add

Re: [PATCH 3/4 v4] video, sm501: add OF binding to support SM501

2011-01-24 Thread Paul Mundt
On Mon, Jan 24, 2011 at 10:57:38AM +0100, Heiko Schocher wrote: > - changes since v1: > add Ben Dooks, Vincent Sanders and Samuel Ortiz to cc, as suggested from > Paul Mundt. > - changes since v2: > add comments from Randy Dunlap: > - move parameter documentation to Documentation/fb/sm501.t

[PATCH 3/4 v4] video, sm501: add OF binding to support SM501

2011-01-24 Thread Heiko Schocher
- add binding to OF, compatible name "smi,sm501" Signed-off-by: Heiko Schocher cc: linux-fb...@vger.kernel.org cc: devicetree-disc...@ozlabs.org cc: Ben Dooks cc: Vincent Sanders cc: Samuel Ortiz cc: linux-ker...@vger.kernel.org cc: Randy Dunlap cc: Paul Mundt --- - changes since v1: add