Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'pwm/for-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm

Pull pwm fix from Thierry Reding:
"A single one-line fix to turn the regmap cache from an RB-tree to a
flat cache to avoid lockdep and abort issues"

* tag 'pwm/for-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm:
pwm: fsl-ftm: Use flat regmap cache

+1 -1
+1 -1
drivers/pwm/pwm-fsl-ftm.c
··· 392 392 393 393 .max_register = FTM_PWMLOAD, 394 394 .volatile_reg = fsl_pwm_volatile_reg, 395 - .cache_type = REGCACHE_RBTREE, 395 + .cache_type = REGCACHE_FLAT, 396 396 }; 397 397 398 398 static int fsl_pwm_probe(struct platform_device *pdev)