mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	mfd: da9052: Fix volatile register definition ommissions
Three of the PMIC registers have some bits that are changed autonomously by the PMIC itself (some time) after being set by some component driver of the DA9052 PMIC and hence they need to be marked as volatile so that the regmap API will not cache their values. Acked-by: David Dajun Chen <david.chen@diasemi.com> Signed-off-by: Anthony Olech <anthony.olech.opensource@diasemi.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
		
							parent
							
								
									ad09dd6a1f
								
							
						
					
					
						commit
						bcb5a7d335
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -279,6 +279,9 @@ static bool da9052_reg_volatile(struct device *dev, unsigned int reg) | |||
| 	case DA9052_EVENT_B_REG: | ||||
| 	case DA9052_EVENT_C_REG: | ||||
| 	case DA9052_EVENT_D_REG: | ||||
| 	case DA9052_CONTROL_B_REG: | ||||
| 	case DA9052_CONTROL_D_REG: | ||||
| 	case DA9052_SUPPLY_REG: | ||||
| 	case DA9052_FAULTLOG_REG: | ||||
| 	case DA9052_CHG_TIME_REG: | ||||
| 	case DA9052_ADC_RES_L_REG: | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 anthony.olech.opensource@diasemi.com
						anthony.olech.opensource@diasemi.com