Tag: 7cbb753701d11f3c71e8543e1ae0fc0772edac06

staging:iio: Streamline API function naming

Author: Lars-Peter Clausen <lars@metafoo.de> Currently we use two different naming schemes in the IIO API, iio_verb_object and iio_object_verb. E.g iio_device_register and iio_allocate_device. This patches renames instances of the later to the former. The patch also renames allocate to alloc as this seems to be the preferred form throughout the kernel. In particular the following renames …

Continue reading