Messages in this thread |  | | Date | Sat, 3 Dec 2022 17:20:47 +0000 | From | Jonathan Cameron <> | Subject | Re: [PATCH v6 3/3] iio: magnetometer: add ti tmag5273 driver |
| |
On Thu, 1 Dec 2022 08:22:20 +0100 Gerald Loacker <gerald.loacker@wolfvision.net> wrote:
> Add support for TI TMAG5273 Low-Power Linear 3D Hall-Effect Sensor. > Additionally to temperature and magnetic X, Y and Z-axes the angle and > magnitude are reported. > The sensor is operating in continuous measurement mode and changes to sleep > mode if not used for 5 seconds. > > Datasheet: https://www.ti.com/lit/gpn/tmag5273 > Signed-off-by: Gerald Loacker <gerald.loacker@wolfvision.net> > Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> + case IIO_ANGL: > + /* > + * Angle is in degrees and has four fractional bits, > + * therefore use 1/16 * pi/180 to convert to radiants. typo. radians
I'll fix whilst applying. > + */
> +}
|  |