Merge tag 'regmap-seq-delay-api' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorMark Brown <broonie@kernel.org>
Fri, 17 Jul 2015 18:32:04 +0000 (19:32 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 17 Jul 2015 18:32:04 +0000 (19:32 +0100)
regmap: Create a new struct reg_sequence for register sequences

In order to allow us to start adding extra annotations for sequences
without bloating register default tables duplicate the structure under
the new name reg_sequence and update the APIs to use that instead of
reg_default.

Conflicts:
sound/soc/codecs/da7210.c
sound/soc/codecs/rt5651.c
sound/soc/codecs/wm8993.c

1  2 
sound/soc/codecs/da7210.c
sound/soc/codecs/rt5651.c
sound/soc/codecs/wm2200.c
sound/soc/codecs/wm8962.c
sound/soc/codecs/wm8993.c

index a44ead615b675902dd945d207e3113c1d9e5ad17,bf0fb3d4df22724923b307dbd6336576da6f3368..d4c0a324a03e1648974c738282dacd18cfdcbde0
@@@ -1182,7 -1182,7 +1182,7 @@@ static struct snd_soc_codec_driver soc_
  
  #if IS_ENABLED(CONFIG_I2C)
  
- static const struct reg_default da7210_regmap_i2c_patch[] = {
 -static struct reg_sequence da7210_regmap_i2c_patch[] = {
++static const struct reg_sequence da7210_regmap_i2c_patch[] = {
  
        /* System controller master disable */
        { DA7210_STARTUP1, 0x00 },
@@@ -1269,7 -1269,7 +1269,7 @@@ static struct i2c_driver da7210_i2c_dri
  
  #if defined(CONFIG_SPI_MASTER)
  
- static const struct reg_default da7210_regmap_spi_patch[] = {
 -static struct reg_sequence da7210_regmap_spi_patch[] = {
++static const struct reg_sequence da7210_regmap_spi_patch[] = {
        /* Dummy read to give two pulses over nCS for SPI */
        { DA7210_AUX2, 0x00 },
        { DA7210_AUX2, 0x00 },
index 3ee0574794db44922830189aac7ed88e969b8f38,db9b8667f136bcd5fa41949a6a09aea61f2a6ada..383c3f065d302346c40bfead82b5772f982950bb
@@@ -46,7 -46,7 +46,7 @@@ static const struct regmap_range_cfg rt
          .window_len = 0x1, },
  };
  
- static const struct reg_default init_list[] = {
 -static struct reg_sequence init_list[] = {
++static const struct reg_sequence init_list[] = {
        {RT5651_PR_BASE + 0x3d, 0x3e00},
  };
  
Simple merge
Simple merge
index f2d5211a9a96a2a8738284f4918aaf3d16e9e41b,52ec64d8502d2fa82117634ec7390ff755470048..06ff4943e7cc13fdbf8c2e9310ec71ffdbc89b65
@@@ -1595,7 -1595,7 +1595,7 @@@ static int wm8993_resume(struct snd_soc
  #endif
  
  /* Tune DC servo configuration */
- static const struct reg_default wm8993_regmap_patch[] = {
 -static struct reg_sequence wm8993_regmap_patch[] = {
++static const struct reg_sequence wm8993_regmap_patch[] = {
        { 0x44, 3 },
        { 0x56, 3 },
        { 0x44, 0 },