summaryrefslogtreecommitdiffstats
path: root/drivers/iio/chemical/scd30.h
Commit message (Collapse)AuthorAgeFilesLines
* iio: chemical: scd30: Export dev_pm_ops instead of suspend() and resume()Jonathan Cameron2022-04-051-4/+1
| | | | | | | | | | Whilst here move to the new infrastructure using pm_sleep_ptr() and EXPORT_DEV_PM_OPS() so as to let the compiler remove the unused code if CONFIG_SLEEP is not defined. Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Cc: Tomasz Duszynski <tomasz.duszynski@octakon.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
* iio: chemical: scd30: add core driverTomasz Duszynski2020-06-271-0/+78
Add Sensirion SCD30 carbon dioxide core driver. Signed-off-by: Tomasz Duszynski <tomasz.duszynski@octakon.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>