gpio: driver for AMD Promontory
authorYD Tseng <ltyu101@gmail.com>
Mon, 19 Oct 2015 03:07:37 +0000 (11:07 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 26 Oct 2015 13:45:26 +0000 (14:45 +0100)
commit6057d40f41a30f234533e5cf28810dd3fd2b6995
tree255c564993bdd56065c549935ab95ca0d900717f
parent83ea24fd45f8793706b9a259842ab3f144661e25
gpio: driver for AMD Promontory

This patch adds a new GPIO driver for AMD Promontory chip.

This GPIO controller is enumerated by ACPI and the ACPI compliant
hardware ID is AMDF030.

Change history:

v2: 1. fix coding style
    2. registers renaming
v3: 1. change include file
    2. fix coding style
    3. remove module_init/exit, add module_platform_driver
    4. remove MODULE_ALIAS
v4: 1. change TOTAL_GPIO_PINS to PT_TOTAL_GPIO
    2. remove PCI dependency in Kconfig
    3. fix subject line

Signed-off-by: YD Tseng <Yd_Tseng@asmedia.com.tw>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-amdpt.c [new file with mode: 0644]
This page took 0.025625 seconds and 5 git commands to generate.