Re: [PATCH 2/3 v2] pcm990-baseboard: don't use pxa_camera init() callback

2009-11-28 Thread Eric Miao
On Sat, Nov 28, 2009 at 4:31 AM, Antonio Ospite wrote: > pxa_camera init() is ambiguous, it's better to configure PXA CIF pins > statically in machine init function. > > Signed-off-by: Antonio Ospite I'll grab this and get it exposed to next -rc phase. -- To unsubscribe from this list: send the

[PATCH 2/3 v2] pcm990-baseboard: don't use pxa_camera init() callback

2009-11-27 Thread Antonio Ospite
pxa_camera init() is ambiguous, it's better to configure PXA CIF pins statically in machine init function. Signed-off-by: Antonio Ospite --- The only change from previous version is the commit message, we don't want to mention .init() removal yet. arch/arm/mach-pxa/pcm990-baseboard.c |8 +-