summaryrefslogtreecommitdiff
path: root/drivers/media
diff options
context:
space:
mode:
authorSandor Yu <R01008@freescale.com>2015-03-05 10:13:43 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-04-14 14:02:37 -0500
commita2d4b432d081c151b19da98813f5b787fbff0dc8 (patch)
tree4eb2461e094d195885e9644200baa6de9c7c2b50 /drivers/media
parenta5dca04d32b827ec952585fe709d910a643ccb42 (diff)
MLK-10371: ov5640: Rename int-device ov5640 driver to ov564x
There are two ov5640 driver in kernel, one is subdev ov5640 driver, the other is int-device ov5640 driver. Rename int-device ov5640 driver to ov564x. Signed-off-by: Sandor Yu <R01008@freescale.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/platform/mxc/capture/ov5640.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/platform/mxc/capture/ov5640.c b/drivers/media/platform/mxc/capture/ov5640.c
index 2f7253c3c186..ec8b8090201d 100644
--- a/drivers/media/platform/mxc/capture/ov5640.c
+++ b/drivers/media/platform/mxc/capture/ov5640.c
@@ -575,7 +575,7 @@ MODULE_DEVICE_TABLE(i2c, ov5640_id);
static struct i2c_driver ov5640_i2c_driver = {
.driver = {
.owner = THIS_MODULE,
- .name = "ov5640",
+ .name = "ov564x",
},
.probe = ov5640_probe,
.remove = ov5640_remove,
@@ -1797,7 +1797,7 @@ static struct v4l2_int_slave ov5640_slave = {
static struct v4l2_int_device ov5640_int_device = {
.module = THIS_MODULE,
- .name = "ov5640",
+ .name = "ov564x",
.type = v4l2_int_type_slave,
.u = {
.slave = &ov5640_slave,