mbox series

[v4,0/4] iio: imu: fxos8700: fix bugs about ODR and changes for a good readability

Message ID 20221228093941.270046-1-carlos.song@nxp.com (mailing list archive)
Headers show
Series iio: imu: fxos8700: fix bugs about ODR and changes for a good readability | expand

Message

Carlos Song Dec. 28, 2022, 9:39 a.m. UTC
From: Carlos Song <carlos.song@nxp.com>

Thanks, Jonathan. I have to admit that this has bothered me about how to
modify it reasonably but at the same time make it have the ideal format.
In patch V4, I use ODR_MSK in the first place that I merged the first two
patches in V3 into the first patch in V4. There is no change on other
patches. And sorry about forgetting to add the dividing line above the
changes in V3, I have added it for every patch this time.

Carlos Song (4):
  iio: imu: fxos8700: fix incorrect ODR mode readback
  iio: imu: fxos8700: fix failed initialization ODR mode assignment
  iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MIN
  iio: imu: fxos8700: fix MAGN sensor scale and unit

 drivers/iio/imu/fxos8700_core.c | 26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)