From: Muralidharan Karicheri Date: Wed, 13 Jan 2010 23:27:07 +0000 (-0300) Subject: V4L/DVB: vpfe-capture: converting dm644x ccdc driver to a platform driver X-Git-Tag: v2.6.34-rc1~280^2~196 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d1b5946bf53b2593e633caba2330863838b7bf7;p=pandora-kernel.git V4L/DVB: vpfe-capture: converting dm644x ccdc driver to a platform driver 1) clocks are configured using generic clock names 2) converting the driver to a platform driver 3) cleanup - consolidate all static variables inside a structure, ccdc_cfg The ccdc driver now uses generic names for clocks - master and slave. On individual platforms these clocks will inherit from the platform specific clock. This will allow re-use of the driver for the same IP across different SoCs. Reviewed-by: Kevin Hilman Reviewed-by: Vaibhav Hiremath Reviewed-by: Hans Verkuil Signed-off-by: Hans Verkuil Signed-off-by: Muralidharan Karicheri Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed