]> git.baikalelectronics.ru Git - kernel.git/commit
[media] nuvoton-cir: use request_muxed_region for accessing EFM registers
authorHeiner Kallweit <hkallweit1@gmail.com>
Wed, 30 Dec 2015 16:39:22 +0000 (14:39 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 25 Jan 2016 17:44:06 +0000 (15:44 -0200)
commit84b21a9a7f0d47d7ed67693f85f66fbc380234ba
tree5b5ec10b24709bf6fb471efb19ae17c05a4f0aee
parent03d427b8b008dac77c3e955df18c726256300e05
[media] nuvoton-cir: use request_muxed_region for accessing EFM registers

The two EFM ioports are accessed by drivers for other parts of the Nuvoton
Super-IO chips too. Therefore access to these ioports needs to be
protected by using request_muxed_region (like it's implemented e.g. in
hwmon/nct6775 already).

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/rc/nuvoton-cir.c