RE: [PATCH V6] iio: magnetometer: mag3110: add vdd/vddio regulator operation support

2019-01-08 Thread Anson Huang
rg; > linux-kernel@vger.kernel.org; dl-linux-imx > Subject: Re: [PATCH V6] iio: magnetometer: mag3110: add vdd/vddio > regulator operation support > > On Sun, 23 Dec 2018 06:12:30 + > Anson Huang wrote: > > > The magnetometer's power supplies could be controll

Re: [PATCH V6] iio: magnetometer: mag3110: add vdd/vddio regulator operation support

2019-01-05 Thread Jonathan Cameron
On Sun, 23 Dec 2018 06:12:30 + Anson Huang wrote: > The magnetometer's power supplies could be controllable on some platforms, > such as i.MX6Q-SABRESD board, the mag3110's power supplies are controlled > by a GPIO fixed regulator, need to make sure the regulators are enabled > before any com

[PATCH V6] iio: magnetometer: mag3110: add vdd/vddio regulator operation support

2018-12-22 Thread Anson Huang
The magnetometer's power supplies could be controllable on some platforms, such as i.MX6Q-SABRESD board, the mag3110's power supplies are controlled by a GPIO fixed regulator, need to make sure the regulators are enabled before any communication with mag3110, this patch adds vdd/vddio regulator ope