linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [v1 0/7] Add support for ast2600 ADC
@ 2021-07-19  8:06 Billy Tsai
  2021-07-19  8:06 ` [v1 1/7] dt-bindings: iio: adc: rename the aspeed adc yaml Billy Tsai
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Billy Tsai @ 2021-07-19  8:06 UTC (permalink / raw)
  To: jic23, lars, pmeerw, robh+dt, joel, andrew, p.zabel, billy_tsai,
	linux-iio, devicetree, linux-arm-kernel, linux-aspeed, raltherr
  Cc: BMC-SW

This patch serials make aspeed_adc.c can support ast2600.
In additional,
patch #6 is used to improve the adc accurate and 
patch #7 is used to fix the clock issue in the original code.

Billy Tsai (7):
  dt-bindings: iio: adc: rename the aspeed adc yaml
  dt-bindings: iio: adc: Binding ast2600 adc.
  iio: adc: aspeed: completes the bitfield declare.
  iio: adc: aspeed: Allow driver to support ast2600
  iio: adc: aspeed: Add func to set sampling rate.
  iio: adc: aspeed: Add compensation phase.
  iio: adc: aspeed: Fix the calculate error of clock.

 ...speed,ast2400-adc.yaml => aspeed,adc.yaml} |  23 +-
 drivers/iio/adc/aspeed_adc.c                  | 313 ++++++++++++++----
 2 files changed, 266 insertions(+), 70 deletions(-)
 rename Documentation/devicetree/bindings/iio/adc/{aspeed,ast2400-adc.yaml => aspeed,adc.yaml} (53%)

-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-07-24 16:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-19  8:06 [v1 0/7] Add support for ast2600 ADC Billy Tsai
2021-07-19  8:06 ` [v1 1/7] dt-bindings: iio: adc: rename the aspeed adc yaml Billy Tsai
2021-07-19  8:06 ` [v1 2/7] dt-bindings: iio: adc: Binding ast2600 adc Billy Tsai
2021-07-19  8:06 ` [v1 3/7] iio: adc: aspeed: completes the bitfield declare Billy Tsai
2021-07-19  8:06 ` [v1 4/7] iio: adc: aspeed: Allow driver to support ast2600 Billy Tsai
2021-07-19  8:06 ` [v1 5/7] iio: adc: aspeed: Add func to set sampling rate Billy Tsai
2021-07-19  8:06 ` [v1 6/7] iio: adc: aspeed: Add compensation phase Billy Tsai
2021-07-19  8:06 ` [v1 7/7] iio: adc: aspeed: Fix the calculate error of clock Billy Tsai
2021-07-24 16:24 ` [v1 0/7] Add support for ast2600 ADC Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).