[PATCHv2 0/2] gpio: mvebu: fixes for PWM/blink

From: Richard Genoud
Date: Thu Jun 01 2017 - 08:19:09 EST


These are 2 fixes for gpio-mvebu, related to the PWM support introduced
by commit 757642f9a584 ("gpio: mvebu: Add limited PWM support")
As that commit was merged in 4.12-rc1, I guess these commits are 4.12
material.

Changes from v1:
- Add tags Fixes: and Reviewed-by:
- Add some comments to motivate the mvpwm->chip->base = -1 choice
instead of mvpwm->chip->base = mvchip->chip.base

Richard Genoud (2):
gpio: mvebu: fix blink counter register selection
gpio: mvebu: fix gpio bank registration when pwm is used

drivers/gpio/gpio-mvebu.c | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)