Jeremy Soller uploaded patch set #3 to this change.

View Change

drivers/i2c/tas5825m: Add driver for TI TAS5825M amplifier

This adds a driver for the TI TAS5825M, documentation can be found
here: https://www.ti.com/product/TAS5825M

This driver expects the mainboard using it to define tas5825m_setup,
which uses the tas5825m_* functions to set configuration data. Each
mainboard may have very different configuration data, depending on
its audio hardware.

Tested on system76/addw2 and system76/oryp6, which will be added in
a future patch.

Signed-off-by: Jeremy Soller <jeremy@system76.com>
Change-Id: I896e8f272f18e64bfc90f406e7d4163010800aaf
---
A src/drivers/i2c/tas5825m/Kconfig
A src/drivers/i2c/tas5825m/Makefile.inc
A src/drivers/i2c/tas5825m/tas5825m.c
A src/drivers/i2c/tas5825m/tas5825m.h
4 files changed, 93 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/43614/3

To view, visit change 43614. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I896e8f272f18e64bfc90f406e7d4163010800aaf
Gerrit-Change-Number: 43614
Gerrit-PatchSet: 3
Gerrit-Owner: Jeremy Soller <jeremy@system76.com>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Angel Pons <th3fanbus@gmail.com>
Gerrit-MessageType: newpatchset