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/
__
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
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
- 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
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
- 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