diff options
author | Manjunath Hadli <manjunath.hadli@ti.com> | 2012-04-13 04:44:00 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-07-30 19:00:49 -0300 |
commit | 0a63172a8abc135791c73fc418a20ea379745ae6 (patch) | |
tree | 2d7fc1bbedc43167eefb244aa8daf3cba74c320f /drivers/media/video/davinci/vpif.c | |
parent | b1fc42302b75bb9c4940317e3bf2f1e2efdb3a1a (diff) | |
download | lwn-0a63172a8abc135791c73fc418a20ea379745ae6.tar.gz lwn-0a63172a8abc135791c73fc418a20ea379745ae6.zip |
[media] davinci: vpif: make generic changes to re-use the vpif drivers on da850/omap-l138 soc
change the dm646x specific strings in the driver to make
them generic across platforms. In this case change all the
strings which have a dm646x connotation to vpif which is a
platform independent ip.
Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com>
Signed-off-by: Lad, Prabhakar <prabhakar.lad@ti.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/davinci/vpif.c')
-rw-r--r-- | drivers/media/video/davinci/vpif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/davinci/vpif.c b/drivers/media/video/davinci/vpif.c index af9680273ff9..774bcd3cf50c 100644 --- a/drivers/media/video/davinci/vpif.c +++ b/drivers/media/video/davinci/vpif.c @@ -1,5 +1,5 @@ /* - * vpif - DM646x Video Port Interface driver + * vpif - Video Port Interface driver * VPIF is a receiver and transmitter for video data. It has two channels(0, 1) * that receiveing video byte stream and two channels(2, 3) for video output. * The hardware supports SDTV, HDTV formats, raw data capture. |