[PATCH v4 0/2] staging: iio: frequency: ad9832: Fix and

Gabriel Shahrouzi posted 2 patches 9 months, 2 weeks ago
drivers/staging/iio/frequency/ad9832.c | 69 +++++++++++++++++++-------
1 file changed, 51 insertions(+), 18 deletions(-)
[PATCH v4 0/2] staging: iio: frequency: ad9832: Fix and
Posted by Gabriel Shahrouzi 9 months, 2 weeks ago
Patch 1 includes the initial fix.

Patch 2 refactors the code to use the out_altvoltage_powerdown ABI via
an extended attribute.

Gabriel Shahrouzi (2):
  iio: frequency: Use SLEEP bit instead of RESET to disable output
  staging: iio: ad9832: Refactor powerdown control

 drivers/staging/iio/frequency/ad9832.c | 69 +++++++++++++++++++-------
 1 file changed, 51 insertions(+), 18 deletions(-)

-- 
2.43.0
Re: [PATCH v4 0/2] staging: iio: frequency: ad9832: Fix and
Posted by Gabriel Shahrouzi 9 months, 2 weeks ago
On Thu, Apr 24, 2025 at 6:34 PM Gabriel Shahrouzi <gshahrouzi@gmail.com> wrote:
>
> Patch 1 includes the initial fix.
>
> Patch 2 refactors the code to use the out_altvoltage_powerdown ABI via
> an extended attribute.
>
> Gabriel Shahrouzi (2):
>   iio: frequency: Use SLEEP bit instead of RESET to disable output
>   staging: iio: ad9832: Refactor powerdown control
>
>  drivers/staging/iio/frequency/ad9832.c | 69 +++++++++++++++++++-------
>  1 file changed, 51 insertions(+), 18 deletions(-)
>
> --
> 2.43.0
>
Whoops. Didn't realize reformatting the title on the cover letter so
it fits within the width requirement would cause part of title to be
omitted. Title should be: Subject: [PATCH v4 0/2] staging: iio:
frequency: ad9832: Fix and refactor output disable logic.