]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: axp20x: Fix axp288 PEK_DBR and PEK_DBF irqs being swapped
authorHans de Goede <hdegoede@redhat.com>
Wed, 14 Dec 2016 13:52:07 +0000 (14:52 +0100)
committerLee Jones <lee.jones@linaro.org>
Mon, 13 Feb 2017 09:29:41 +0000 (09:29 +0000)
commitba3f76afd5d7e2fa8e2e4873d16243cae8f173f6
treedb4fe3b63fea6cdf306464c33ea366bbc5fc2170
parentc63ff19c7bcc7539899f4a124424a4e3673cd36c
mfd: axp20x: Fix axp288 PEK_DBR and PEK_DBF irqs being swapped

The R in PEK_DBR stands for rising, so it should be mapped to
AXP288_IRQ_POKP where the last P stands for positive edge.

Likewise PEK_DBF should be mapped to the falling edge, aka the
_N_egative edge, so it should be mapped to AXP288_IRQ_POKN.

This fixes the inverted powerbutton status reporting by the
axp20x-pek driver.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/axp20x.c