Re: [PATCH 3/4] mt9m001: allow setting of bus width from board code

2009-03-12 Thread Guennadi Liakhovetski
On Wed, 11 Mar 2009, Sascha Hauer wrote: > This patch removes the phytec specific setting of the bus width > and switches to the more generic query_bus_param/set_bus_param > hooks > > Signed-off-by: Sascha Hauer > --- > drivers/media/video/Kconfig |7 -- > drivers/media/video/mt9m001.c |

[PATCH 3/4] mt9m001: allow setting of bus width from board code

2009-03-11 Thread Sascha Hauer
This patch removes the phytec specific setting of the bus width and switches to the more generic query_bus_param/set_bus_param hooks Signed-off-by: Sascha Hauer --- drivers/media/video/Kconfig |7 -- drivers/media/video/mt9m001.c | 130 +--- 2 files cha