v4: - added one more patch to move the firmware download, for more clarity. - postpone the firmware download to the first call of hw_params(), so we don't need to pass a default pll div in DT. - drop adi,pll-clkdiv entirely
v3: - fixed documentation for adi,pll-clkdiv - droped implicit I2C_M_STOP - moved regcache_sync() to adau1761_reset() - added regcache_mark_dirty() - made gpio_pll_mode and array - dropped ADAU1701_CLKDIV_MCLK_LRCLK
Daniel Mack (4): ASoC: codecs: adau1701: move firmware download to adau1701_reset() ASoC: codecs: adau1701: allow configuration of PLL mode pins ASoC: codecs: adau1701: switch to direct regmap API usage ASoC: codecs: adau1701: add support for pin muxing
.../devicetree/bindings/sound/adi,adau1701.txt | 12 + sound/soc/codecs/adau1701.c | 277 ++++++++++++++++----- 2 files changed, 232 insertions(+), 57 deletions(-)