mbox series

[0/3] staging: iio: ad7780: pattern generation and gain update

Message ID cover.1541615978.git.giuliano.belinassi@usp.br (mailing list archive)
Headers show
Series staging: iio: ad7780: pattern generation and gain update | expand

Message

Giuliano Belinassi Nov. 7, 2018, 6:49 p.m. UTC
This series of patches fixes a bug in ad717x chips where the PAT2 bit
was wrongly read as a GAIN bit. It also refactors the pattern_mask
generation with the PAT bits.

Giuliano Belinassi (3):
  staging: iio: ad7780: Add is_ad778x flag chip info
  staging: iio: ad7780: check if ad778x before gain update
  staging: iio: ad7780: generates pattern_mask from PAT bits

 drivers/staging/iio/adc/ad7780.c | 25 +++++++++++++++++--------
 1 file changed, 17 insertions(+), 8 deletions(-)