Skip to content

Commit

Permalink
gpio: sch: Consolidate core and resume banks
Browse files Browse the repository at this point in the history
This is actually a single device with two sets of identical registers,
which just happen to start from a different offset. Instead of having
separate GPIO chips created we consolidate them to be single GPIO chip.

In addition having a single GPIO chip allows us to handle ACPI GPIO
translation in the core in a more generic way, since the two GPIO chips
share the same parent ACPI device.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Grant Likely <grant.likely@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Mika Westerberg authored and Rafael J. Wysocki committed Nov 4, 2014
1 parent 0d9a693 commit c479ff0
Showing 1 changed file with 112 additions and 181 deletions.
Loading

0 comments on commit c479ff0

Please sign in to comment.