Message ID | 20210811073027.124619-1-puranjay12@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | iio: accel: add support for ADXL355 | expand |
On Wed, Aug 11, 2021 at 10:30 AM Puranjay Mohan <puranjay12@gmail.com> wrote: > > Add the dt-bindings and the driver for ADXL355 3-axis MEMS Accelerometer. > > Changes since v11: > 1. Add forward declaration of struct device in header. > 2. Use defines for power-of-10s. TWIMC, Wolfram applied patch against units.h to add the SI prefixes: https://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git/commit/?id=26471d4a6cf8d5d0bd0fb55c7169de7d67cc703a
On Wed, Aug 11, 2021 at 9:32 PM Andy Shevchenko <andy.shevchenko@gmail.com> wrote: > > On Wed, Aug 11, 2021 at 10:30 AM Puranjay Mohan <puranjay12@gmail.com> wrote: > > > > Add the dt-bindings and the driver for ADXL355 3-axis MEMS Accelerometer. > > > > Changes since v11: > > 1. Add forward declaration of struct device in header. > > > 2. Use defines for power-of-10s. > > TWIMC, Wolfram applied patch against units.h to add the SI prefixes: > https://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git/commit/?id=26471d4a6cf8d5d0bd0fb55c7169de7d67cc703a > I will change to this once this patch gets merged. > -- > With Best Regards, > Andy Shevchenko