summaryrefslogtreecommitdiff
path: root/drivers/input/misc/vl53L0 (follow)
Commit message (Collapse)AuthorAge
* input: stm: Fix NULL dereference in laser driverWei Ding2017-05-05
| | | | | | | | Fix issues where we are referring to a null pointer and uninitialized variable. Change-Id: I9289a41fdef57a916781ad246ca06bfd2e031807 Signed-off-by: Wei Ding <weiding@codeaurora.org>
* input: laser: disable laser sensor when camera crashWei Ding2017-04-18
| | | | | | | | Disable the laser sensor when camera crash to avoid call CCI funciton after CCI released. Change-Id: Ic9654730f936da68a74c0d9fa41801c7a1470971 Signed-off-by: Wei Ding <weiding@codeaurora.org>
* Input: stm: optimize the laser sensor driverWei Ding2017-03-30
| | | | | | | | Enable laser sensor IRQ mode and change I2C speed 400K to improve laser performance and quality. Change-Id: I2b2b8ca964e6b031ceacff674104f9ae75f7ee0f Signed-off-by: Wei Ding <weiding@codeaurora.org>
* input: vl53l0: Enable laser sensor Kconfig and Makefile entriesBikas Gurung2017-03-16
| | | | | | | | | | Laser sensor is connected using CCI interface. Add support to configure and enable laser sensor driver. CRs-fixed: 1051771 Change-Id: Ia9eab96862b1c2a657d40272867f015a0a91e0ed Signed-off-by: Bikas Gurung <bgurung@codeaurora.org>
* stm: laser: STM laser sensor driver.Bikas Gurung2017-01-16
Add STM laser sensor driver to configure and access laser data using i2c and cci configuration. This is a squash of the following commits from https://github.com/STFlightSenseLinuxDrivers/vl53l0-driver: commit ee84aaad0cc1b7b195dcade15b201829dd87d537 Author: Kalyan Vadlamudi <kalyan-kumar.vadlamudireddy@st.com> Date: Wed Jan 11 09:27:48 2017 -0800 STM Laser: Remove Proprietary License header in vl53l0_i2c_platform.c. Description: vl53l0_i2c_platform.c mentions Proprietary/Confidential information. Remove this and commit 3355587f03c25fbdd7febd68172d3d4339762665 Author: Kalyan Vadlamudi <kalyan-kumar.vadlamudireddy@st.com> Date: Thu Dec 8 15:11:32 2016 -0800 STM Laser: Fix compliation issue in stmvl53l0_module-cci.c. Description: Missing ending brace in stmvl53l0_cci_init() for the cci_client->cci_subdev check commit f85423250c4df248c15ffeddf35ec43d01751793 Author: Kalyan Vadlamudi <kalyan-kumar.vadlamudireddy@st.com> Date: Thu Nov 3 16:55:33 2016 -0700 STM Laser: Fix checkpatch warnings and errors. Description: Use checkpatch script from 4.4 kernel and fix the errors and errors. There are still few typedef related warning in the header files commit 6b3796838d66acb6dbcbdf004b554468f3dc1218 Author: Kalyan Vadlamudi <kalyan-kumar.vadlamudireddy@st.com> Date: Tue Aug 16 17:50:44 2016 -0700 STM Laser : Fix Laser initialization failure Description : Revert the code which powers up Laser device during module init time. CCI probe can happen after STM laser driver probe, which is causing issues during device initialization. Code has been modified to not power up the device during STM laser driver probe. commit 93b6897a2a8c6828169c2501690df7cccf8221c6 Author: Kalyan Vadlamudi <kalyan-kumar.vadlamudireddy@st.com> Date: Tue Aug 2 10:38:23 2016 -0700 Set Default build to USE_CCI commit 357b47b5d809334e8e7bdcad73950ac2bf817043 Author: Kalyan Vadlamudi <kalyan-kumar.vadlamudireddy@st.com> Date: Mon Aug 1 14:27:24 2016 -0700 Update stmvl53l0-cci.h with new fields in cci_data commit 95d072e03e5724445aba17c3a055c1518be9fc7e Author: Kalyan Vadlamudi <kalyan-kumar.vadlamudireddy@st.com> Date: Mon Aug 1 13:55:29 2016 -0700 Add support in CCI driver to read device tree files for gpios information and configure them if present. Power up the device before calling stmvl53l0_setupAPIFunctions commit 1a86a1fcfbbd55059a243588fde8691e1f9ae106 Author: Kalyan Vadlamudi <kalyan-kumar.vadlamudireddy@st.com> Date: Thu Jul 21 14:05:09 2016 -0700 first commit CRs-fixed: 1051771 Change-Id: I47d33f99e264d17549b0d0de174462796cf61978 Git-repo: https://github.com/STFlightSenseLinuxDrivers/vl53l0-driver Git-commit: 1a86a1fcfbbd55059a243588fde8691e1f9ae106 Git-commit: 95d072e03e5724445aba17c3a055c1518be9fc7e Git-commit: 357b47b5d809334e8e7bdcad73950ac2bf817043 Git-commit: 93b6897a2a8c6828169c2501690df7cccf8221c6 Git-commit: 6b3796838d66acb6dbcbdf004b554468f3dc1218 Git-commit: f85423250c4df248c15ffeddf35ec43d01751793 Git-commit: 3355587f03c25fbdd7febd68172d3d4339762665 Git-commit: ee84aaad0cc1b7b195dcade15b201829dd87d537 [bgurung@codeaurora.org: removed license and readme text files. Also removed executable permissions from files.] Signed-off-by: Bikas Gurung <bgurung@codeaurora.org>