Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-18 | backport changes at arch/arm and mmc | Mauro Carvalho Chehab | |
From: Mauro Carvalho Chehab <mchehab@redhat.com> kernel-sync: Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> | |||
2009-06-16 | backport some files that are maintained elsewhere | Mauro Carvalho Chehab | |
From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> | |||
2009-04-03 | mx3-camera: adapt the clock definition and the driver to the new clock naming | Guennadi Liakhovetski | |
From: Guennadi Liakhovetski <lg@denx.de> With the i.MX31 transition to clkdev clock names have changed, but mistakenly the "mx3-camera.0" has been registered with a non-NULL connection ID, which is not necessary, since this is the only clock, used by the capture interface driver. Fix the clock definition and the driver to use NULL as a connection ID. Signed-off-by: Guennadi Liakhovetski <lg@denx.de> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> --- arch/arm/mach-mx3/clock.c | 2 +- drivers/media/video/mx3_camera.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) | |||
2009-04-03 | sync: add files needed for the following two commits | Guennadi Liakhovetski | |
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> kernel-sync: |