mbox series

[v3,0/2] Introduce the TLV320ADCx140 codec family

Message ID 20200219125942.22013-1-dmurphy@ti.com (mailing list archive)
Headers show
Series Introduce the TLV320ADCx140 codec family | expand

Message

Dan Murphy Feb. 19, 2020, 12:59 p.m. UTC
Hello

Introducing the Texas Instruments TLV320ADCx140 quad channel audio ADC.
This device supports 4 analog inputs, 8 digital inputs or a combination of
analog and digital microphones.

TLV320ADC3140 - http://www.ti.com/lit/gpn/tlv320adc3140
TLV320ADC5140 - http://www.ti.com/lit/gpn/tlv320adc5140
TLV320ADC6140 - http://www.ti.com/lit/gpn/tlv320adc6140

Dan Murphy (2):
  dt-bindings: sound: Add TLV320ADCx140 dt bindings
  ASoC: tlv320adcx140: Add the tlv320adcx140 codec driver family

 .../bindings/sound/tlv320adcx140.yaml         |  83 ++
 sound/soc/codecs/Kconfig                      |   9 +
 sound/soc/codecs/Makefile                     |   2 +
 sound/soc/codecs/tlv320adcx140.c              | 849 ++++++++++++++++++
 sound/soc/codecs/tlv320adcx140.h              | 130 +++
 5 files changed, 1073 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/tlv320adcx140.yaml
 create mode 100644 sound/soc/codecs/tlv320adcx140.c
 create mode 100644 sound/soc/codecs/tlv320adcx140.h

Comments

Dan Murphy Feb. 20, 2020, 7:24 p.m. UTC | #1
Hello

On 2/19/20 6:59 AM, Dan Murphy wrote:
> Hello
>
> Introducing the Texas Instruments TLV320ADCx140 quad channel audio ADC.
> This device supports 4 analog inputs, 8 digital inputs or a combination of
> analog and digital microphones.
>
> TLV320ADC3140 - http://www.ti.com/lit/gpn/tlv320adc3140
> TLV320ADC5140 - http://www.ti.com/lit/gpn/tlv320adc5140
> TLV320ADC6140 - http://www.ti.com/lit/gpn/tlv320adc6140

Please let me know if there are any additional review comments on this 
code I have 2 more feature add patches on top of this patch that I 
developed a couple days ago and don't want to submit them for review 
until this driver is integrated.

Dan
Mark Brown Feb. 20, 2020, 7:44 p.m. UTC | #2
On Thu, Feb 20, 2020 at 01:24:14PM -0600, Dan Murphy wrote:
> On 2/19/20 6:59 AM, Dan Murphy wrote:

> > TLV320ADC3140 - http://www.ti.com/lit/gpn/tlv320adc3140
> > TLV320ADC5140 - http://www.ti.com/lit/gpn/tlv320adc5140
> > TLV320ADC6140 - http://www.ti.com/lit/gpn/tlv320adc6140

> Please let me know if there are any additional review comments on this code
> I have 2 more feature add patches on top of this patch that I developed a
> couple days ago and don't want to submit them for review until this driver
> is integrated.

You posted this just a bit over 24 hours ago...