summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/arch-apollolake/gpio.h
Commit message (Collapse)AuthorAgeFilesLines
* x86: apl: Move priv/plat structs to headersSimon Glass2021-01-051-0/+18
| | | | | | | With the new of-platdata, these need to be available to dt_platdata.c so must be in header files. Move them. Signed-off-by: Simon Glass <sjg@chromium.org>
* x86: Add wake sources for the acpi_gpe driverSimon Glass2020-09-251-0/+3
| | | | | | | | | | Some devices can wake the system from sleep, e.g opening the lid on a clamshell or moving a USB mouse. Add a wake to specify this for USB devices and add the settings for Apollo Lake. Signed-off-by: Simon Glass <sjg@chromium.org>
* x86: apl: Add pinctrl driverSimon Glass2019-12-151-0/+485
Add a driver for the Apollo Lake pinctrl. This mostly makes use of the common Intel pinctrl support. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>