summaryrefslogtreecommitdiffstats
tag nameiio-for-5.9a (1b339821c6af0a6a51b206300197f7e3411a52b4)
tag date2020-07-12 14:50:45 +0100
tagged byJonathan Cameron <Jonathan.Cameron@huawei.com>
tagged objectcommit 77864b0663...
downloadiio-for-5.9a.tar.gz
First set of new device support, cleanups and features for IIO in the 5.9 cycle
Some new devices, but particularly good this time is the core rework coming from Alexandru. Some of this has been in Analog's tree a long time, but other parts are motivated by closing down common mistakes in new drivers. New device support * qcom pmic7 adc - New driver using common qcom-vadc library. Some associated cleanups and refactors. * invensense icm42600 - New driver supporting icm42600, icm42602, icm42605 and icm42622 via i2c or spi. These are all 6 axis IMUs with gyro and accelerometers. Driver supports buffered modes using the hardware fifo and interpolation for accurate timestamps. * sensirion scd30 - New driver for this carbon dioxide sensor including i2c and serial interfaces + bindings. Features * ak8975 - Add reset gpio support. * bma400 - Support SPI. * bmc150 - Document and add support for bmc156b and bmm150b, tidy up _magn endings. * bmi160 - Regulator and mount matrix support. * mxc4005 - Add ID for mxc6655 * rockchip-saradc - Triggered buffer support. DT bindings * qcom spmi-vadc converted to yaml + pmic7 bindings * ak8975 tidy up and convert to yaml + add reset-gpio binding * ingenic-adc -convert to yaml. Core rework all carried through by Alexandru Ardelean. * Assign parent device in the core rather than every driver. A few devices need to provide specific non standard parents, so there is support for overriding. * Start to take parts of struct iio_dev opaque to the drivers. This will be a long term job, but should reduce the number of drivers we get that use parts that are currently only 'internal' by documentation. * Move attach and detach of pollfunc to the core. Every triggered buffer using driver had to do the same thing, so lets do it in the core. The hard part here was getting all the drivers into canonical form so there would be no functional changes in this final patch. That's taken quite a lot of work over last couple of cycles! Cleanups and minor fixes. * docs - Improve IIO_CONCENTRATION channel type description in ABI docs. - Drop doubled word cases. - Http to Https conversion. * core - Make iio_device_get_drvdata take a const struct iio_dev * avoiding some nasty casts. * ADCs - Drop lots of users of of_match_ptr macro, includes of mod_devicetable.h and CONFIG_OF protections. These prevent use of ACPI PRP0001 with these drivers and get coppied into lots of new drivers. * ad5380 - Constify iio_chan_spec_ext_info * ad5592r - Constify iio_chan_spec_ext_info - Avoid use of iio_priv_to_dev (precursor to taking parts of iio_dev opaque) * ad8366 - Make gpio optional as doesn't matter if its there or not. * adis16480 - Use irq types instead of the flags. * atlas-ezo-sensor - Minimize scope of ret variable. * at91-adc - Add COMPILE_TEST dependency to driver to improve build coverage. - Avoid use of iio_priv_to_dev (precursor to taking parts of iio_dev opaque) * at91-sama5d2 - Avoid use of iio_priv_to_dev (precursor to taking parts of iio_dev opaque) - Drop Ludovic as a co-maintaienr. * cros_ec - Reapply the range after resume. - Add a read only frequency entry for legacy version. - Typo fixes * hts221 - Avoid use of iio_priv_to_dev (precursor to taking parts of iio_dev opaque) * ingenic - Add error checks on clk_neable calls - Add xlate callback to retrieve correct channel index. * inv_mpu - Drop double check on ACPI companion device. * iqs621 - Avoid use of iio_priv_to_dev (precursor to taking parts of iio_dev opaque) * iqs624 - Avoid use of iio_priv_to_dev (precursor to taking parts of iio_dev opaque) * max11100 - Constify iio_chan_spec * mmc35240 - Constify reg_default * rockchip-saradc - Move to managed allocators for everything in probe. - Use more distinctive prefix for channel macros. * stk3310 - Constify regmap_config. * stm32-adc - Avoid use of iio_priv_to_dev (precursor to taking parts of iio_dev opaque) * stm32-dfsdm-adc - Avoid use of iio_priv_to_dev (precursor to taking parts of iio_dev opaque) * ti-am335x - Use managed allocations where straight forward in probe function. * tsl2563 - Avoid use of iio_priv_to_dev (precursor to taking parts of iio_dev opaque) -----BEGIN PGP SIGNATURE----- iQJFBAABCAAvFiEEbilms4eEBlKRJoGxVIU0mcT0FogFAl8LFWMRHGppYzIzQGtl cm5lbC5vcmcACgkQVIU0mcT0FogFhQ//Q1+APPIVl9kGReYIyCft/Zd5TxLpLY/L HmyMsn5gkLlK6Sk2z8Mqfkfds/8nzzx8y0JrT80Qv8Ogvd+kFCN3TmpG0dxUEN/F 0yZ4Ud4BizrdeDPgUJzmlqMEneLnBaSsOlcGP8Ohc6k9qQcPjEhGkf084B9ygHoL 8XjA2ihYa8xX38LCVlwaHSQn6SDo3HKXILnzNqznve9LGuuQNpc4Cea5OFkvgSAA TqdynQ97APzePhFxou/lszDvdSbEsIt7ZWnUIRg++/ycpb1P4Kb0u2cyUvNjgT0j f0/ohnhr0S0nxIf+86460QBSptMw4b5tkuCVmTrE4y+yFkNDeZ8vCwJ+4Uhzkk5y qLaQyQLh49lfkPVA5k8c5MGKha/l9GFe8F97aQgju24dr9/hm/BKhcy/zUu5C6DN JY+wjoopwdluEQkj58liQmN/wvbECFXakJX7XXF7KUPAfdu70xea1CvIWXYwjUlC 8djpfQMC4w62UlUOgWSh0x4TCczxhWajaizaXsij4I5PaMqGWYHjs2Buw/AON0bZ +YufY5CN+/G69be87wzCzifwdIaeli+RsWZED4C0GvIPefVpsYxI46RPajkL/qHH +J4cvk40k5sTbrqEejsM3yP6c+mpvNWg7Gf9ZAwsmYSSYg/jFGCpuU2zcIOnk6zY ja62Rtb1Q68= =juJw -----END PGP SIGNATURE-----