summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/intel_broadwell_gpio.c
Commit message (Collapse)AuthorAgeFilesLines
* x86: broadwell: gpio: Remove the codes to set up pin controlBin Meng2016-06-121-7/+0
| | | | | | | | | Now that we have set up pin control in cpu_init_r(), remove the duplicated codes in the broadwell gpio driver. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
* gpio: intel_broadwell: remove gpio_xlate routineEric Nelson2016-05-171-10/+0
| | | | | | | | With the addition of GPIO_ACTIVE_LOW parsing in gpio-uclass, the intel_broadwell driver doesn't need a custom xlate routine. Signed-off-by: Eric Nelson <eric@nelint.com> Acked-by: Simon Glass <sjg@chromium.org>
* x86: broadwell: Add a GPIO driverSimon Glass2016-03-171-0/+198
Add a GPIO driver for the GPIO peripheral found on broadwell devices. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Bin Meng <bmeng.cn@gmail.com>
OpenPOWER on IntegriCloud