Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | iio: replace strict_strtoul() with kstrtoul() | Jingoo Han | 2013-06-04 | 1 | -2/+2 | |
| | | | | | | | | | The usage of strict_strtoul() is not preferred, because strict_strtoul() is obsolete. Thus, kstrtoul() should be used. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org> | |||||
* | iio:trigger:sysfs Move out of staging. | Jonathan Cameron | 2013-05-22 | 3 | -0/+249 | |
This simple driver is rather useful. No issues about its interface have been raised for some time hence the proposal to move it out of staging. Signed-off-by: Jonathan Cameron <jic23@kernel.org> |