Message ID | 20240904023040.23352-1-Mariel.Tinaco@analog.com (mailing list archive) |
---|---|
Headers | show |
Series | Add support to AD8460 Waveform Generator DAC | expand |
On Wed, Sep 04, 2024 at 10:30:38AM +0800, Mariel Tinaco wrote: > Apply comments for adding support to AD8460 Waveform Generator DAC > > ad8460: > * Fixed errors detected by test bot > * Applied proper masking of fixed values > * Applied proper wrapping to get close to 80 chars > * Applied proper comment formatting > * Applied proper placement of breaks in switch cases > * Removed channel properties unused by IIO buffer interface > * Simplified property getting on probe function > * Fixed error handlings on probe function > * Fixed setting of overvoltage, overcurrent and overtemperature ranges; > If value provided is invalid, default state of the register will not > be rewritten > > Bindings: > * Dropped unnecessary descriptions > * Updated property descriptions to describe functionality properly > * Added multiple selection of values for adi,range-microvolt property > * Fixed formatting errors to follow DTS coding style > * Lifted GPIO naming from gpio-consumer-common yaml This all happened in v3? Or v2? Please write accurate changelogs. Best regards, Krzysztof
> -----Original Message----- > From: Krzysztof Kozlowski <krzk@kernel.org> > Sent: Wednesday, September 4, 2024 2:16 PM > To: Tinaco, Mariel <Mariel.Tinaco@analog.com> > Cc: linux-iio@vger.kernel.org; devicetree@vger.kernel.org; linux- > kernel@vger.kernel.org; Jonathan Cameron <jic23@kernel.org>; Lars-Peter > Clausen <lars@metafoo.de>; Rob Herring <robh@kernel.org>; Krzysztof > Kozlowski <krzk+dt@kernel.org>; Hennerich, Michael > <Michael.Hennerich@analog.com>; Conor Dooley <conor+dt@kernel.org>; > Marcelo Schmitt <marcelo.schmitt1@gmail.com>; Dimitri Fedrau > <dima.fedrau@gmail.com>; David Lechner <dlechner@baylibre.com>; Nuno Sá > <noname.nuno@gmail.com> > Subject: Re: [PATCH v3 0/2] Add support to AD8460 Waveform Generator > DAC > > [External] > > On Wed, Sep 04, 2024 at 10:30:38AM +0800, Mariel Tinaco wrote: > > Apply comments for adding support to AD8460 Waveform Generator DAC > > > > ad8460: > > * Fixed errors detected by test bot > > * Applied proper masking of fixed values > > * Applied proper wrapping to get close to 80 chars > > * Applied proper comment formatting > > * Applied proper placement of breaks in switch cases > > * Removed channel properties unused by IIO buffer interface > > * Simplified property getting on probe function > > * Fixed error handlings on probe function > > * Fixed setting of overvoltage, overcurrent and overtemperature ranges; > > If value provided is invalid, default state of the register will not > > be rewritten > > > > Bindings: > > * Dropped unnecessary descriptions > > * Updated property descriptions to describe functionality properly > > * Added multiple selection of values for adi,range-microvolt property > > * Fixed formatting errors to follow DTS coding style > > * Lifted GPIO naming from gpio-consumer-common yaml > > This all happened in v3? Or v2? Please write accurate changelogs. > > Best regards, > Krzysztof It seems I missed to put the version of the changelogs. These are all comments V2 and the changes were applied to the last release, v3. I'll keep this in mind the next time. Thanks! Best regards, Mariel