commit | 59986c72da1e48388405d965a1bc8621e2d44eb3 | [log] [tgz] |
---|---|---|
author | Junjie Wu <junjiew@codeaurora.org> | Thu May 02 13:39:15 2013 -0700 |
committer | Junjie Wu <junjiew@codeaurora.org> | Tue May 07 09:45:45 2013 -0700 |
tree | 44be978a0ff96fe6007b6049e30356e2d08f2523 | |
parent | f9227c4b0329b6c22e8bb255cf415a722346871b [diff] |
msm_eeprom: change ioctl config name Previously, EEPROM_READ_DATA and EEPROM_GET_DATA is used to read only calibration data. These names are too generic. Soon we will read many different types of data, and even a true read data API for reading arbitrary range of data. This name change is needed so that our enum does not confuse userspace. Change-Id: Ic16b322bcdea2d4c5f267efc086602ae86911281 Signed-off-by: Junjie Wu <junjiew@codeaurora.org>