summaryrefslogtreecommitdiff
path: root/drivers/media/platform/tegra/max77665-flash.c
AgeCommit message (Collapse)Author
2014-01-23media: platform: tegra: compat support for cameraRakesh Sharma
Based on CONFIG_COMPAT register ioctl call Bug 1433531 Change-Id: I6a3fe2dd1d1ba6fa00228c053dad02b9e9a779c5 Signed-off-by: Rakesh Sharma <rasharma@nvidia.com> Reviewed-on: http://git-master/r/352226 (cherry picked from commit 24c387137f65e34d0cabcd398ffb16b1d6708611) Signed-off-by: Rakesh Sharma <rasharma@nvidia.com> Reviewed-on: http://git-master/r/358033 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Thomas Cherry <tcherry@nvidia.com> Tested-by: Thomas Cherry <tcherry@nvidia.com>
2014-01-07EDP: remove old system EDP framework (camera flash drivers)Timo Alho
Revised system edp software framework has been put in place. This patch removes old system edp client code from as364x, lm3565, max77387, and max77665 flash drivers. Bug 1431977 Change-Id: I7bbe058ce5ffd1e6e44a0cef9f5d09879c46d379 Signed-off-by: Timo Alho <talho@nvidia.com> Reviewed-on: http://git-master/r/350406 Reviewed-by: Charlie Huang <chahuang@nvidia.com> Reviewed-by: Juha Tukkinen <jtukkinen@nvidia.com>
2013-11-25media: tegra: fix regulator_get return value checkMallikarjun Kasoju
regulator_get() returns either error pointer or valid pointers. It never returns NULL. Hence it is not a correct to check the return pointer as IS_ERR_OR_NULL(). It should be only IS_ERR(). Bug 1410234 Signed-off-by: Mallikarjun Kasoju <mkasoju@nvidia.com> Change-Id: Ic1caa1433f4ee9b49eca3309970cac82d1ab7d6a Reviewed-on: http://git-master/r/334473 Reviewed-by: Mallikarjun Kasoju <mkasoju@nvidia.com> Tested-by: Mallikarjun Kasoju <mkasoju@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
2013-10-28media: tegra: fix miscdevice regist. nameShreshtha Sahu
Allocate driver name string in info struct, rather than passing a pointer to a stack allocated array when registering a miscdevice. This prevents 'cat /proc/misc' from dereferencing a dangling pointer. Drivers of following devices were updated - ad5816, as364x, dw9718, imx091, max77387, max77665-flash, ov5693, ov9772, sh532u, ssl3250a and tps61050. In addition to above copyright statement were also updated. Bug 1331357 Change-Id: I1599f790f3892a5874264b90f312176aabf097be Signed-off-by: Shreshtha Sahu <ssahu@nvidia.com> Reviewed-on: http://git-master/r/302698 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
2013-09-14video: tegra: Move from video/tegra to platform/tegraAjay Nandakumar
Moving the drivers/media/video/tegra to drivers/media/platform/tegra. This is done with respect with the upstream version of kernel 3.8. Bug 1319074 Change-Id: Id30bc8616ed77aa7777394e153330969647112ed Signed-off-by: Ajay Nandakumar <anandakumarm@nvidia.com> Reviewed-on: http://git-master/r/267209 GVS: Gerrit_Virtual_Submit Reviewed-by: Sachin Nikam <snikam@nvidia.com>