Message ID | cover.1630632805.git.atafalla@dnyon.com (mailing list archive) |
---|---|
Headers | show |
Series | Add reset-gpios handling for max98927 | expand |
On Fri, Sep 3, 2021 at 4:51 AM Alejandro <atafalla@dnyon.com> wrote: > > The max98927 codec on some devices (i.e. Xiaomi Mi A2 Lite phone) require requires > hardware-resetting the codec by driving a reset-gpio. This series add adds > support for it through an optional reset-gpios property. Where is the changelog? > > Alejandro Tafalla (2): > ASoC: max98927: Handle reset gpio when probing i2c > dt-bindings: sound: max98927: Add reset-gpios optional property > > .../devicetree/bindings/sound/max9892x.txt | 3 +++ > sound/soc/codecs/max98927.c | 14 ++++++++++++++ > 2 files changed, 17 insertions(+) > > -- > 2.33.0 >
On 3/9/21 10:16 Andy Shevchenko wrote: > On Fri, Sep 3, 2021 at 4:51 AM Alejandro <atafalla@dnyon.com> wrote: > > The max98927 codec on some devices (i.e. Xiaomi Mi A2 Lite phone) require > > requires > > > hardware-resetting the codec by driving a reset-gpio. This series add > > adds > > > support for it through an optional reset-gpios property. > > Where is the changelog? I'll fix the typos and add previous changelogs in the next version. Thank you.