Loading drivers/mfd/wcd9335-regmap.c +4 −0 Original line number Diff line number Diff line Loading @@ -1376,6 +1376,10 @@ static bool wcd9335_is_volatile_register(struct device *dev, unsigned int reg) case WCD9335_CPE_SS_SS_ERROR_INT_STATUS: case WCD9335_CPE_SS_STATUS: case WCD9335_CPE_SS_BACKUP_INT: case WCD9335_CPE_SS_CFG: case WCD9335_SOC_MAD_MAIN_CTL_1: case WCD9335_SOC_MAD_AUDIO_CTL_3: case WCD9335_SOC_MAD_AUDIO_CTL_4: return true; default: return false; Loading Loading
drivers/mfd/wcd9335-regmap.c +4 −0 Original line number Diff line number Diff line Loading @@ -1376,6 +1376,10 @@ static bool wcd9335_is_volatile_register(struct device *dev, unsigned int reg) case WCD9335_CPE_SS_SS_ERROR_INT_STATUS: case WCD9335_CPE_SS_STATUS: case WCD9335_CPE_SS_BACKUP_INT: case WCD9335_CPE_SS_CFG: case WCD9335_SOC_MAD_MAIN_CTL_1: case WCD9335_SOC_MAD_AUDIO_CTL_3: case WCD9335_SOC_MAD_AUDIO_CTL_4: return true; default: return false; Loading