| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
| |
mma8451 sensor driver on i.MX6Q/DL SabreSD/AUTO doesn't provide the
interface to set sensor scale. The new sys interface name is "scalemode".
The mode is defined as:
MODE_2G : 0, MODE_4G : 1, MODE_8G : 2
Signed-off-by: Luwei Zhou <b45643@freescale.com>
|
|
|
|
|
|
| |
Change the string tranform warning to error.
Signed-off-by: Luwei Zhou <b45643@freescale.com>
|
|
Add mxa-mma8451.c to support mma8451 sensor. Copy
the file from 3.0.35_4.1.0. Modificaiton List:
1.Remove __devinit,__devexit out of code
2.Support device tree.
3.Replace simple_strtoul with strict_strtoul.
Signed-off-by: Luwei Zhou <b45643@freescale.com>
|