summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/gpio
Commit message (Expand)AuthorAgeFilesLines
* Change all assert(0) to BUG()Julius Werner2020-08-031-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-12/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* intel/common: add a macro to set ownership for GPIMaxim Polyakov2020-04-171-1/+1
* soc/intel/common: gpio: print error if pad is not foundMaxim Polyakov2020-04-071-1/+2
* soc: Remove copyright noticesPatrick Georgi2020-03-181-1/+0
* soc/intel/common/block/gpio: Fix the mask for gpio_pm_configureFurquan Shaikh2019-05-301-1/+1
* soc/intel/common/block/gpio: Add gpio_pm_configure() functionSubrata Banik2019-05-201-0/+18
* soc/intel/common: Add support to clear GPI IS & IE registersKarthikeyan Ramasubramanian2019-04-291-0/+27
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-231-0/+2
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-6/+6
* soc/intel/skylake: Avoid TOL_1V8 being set for GPP_F4 ~ GPP_F11Kane Chen2019-02-151-0/+9
* src/soc/intel/common: Clear GPIO driver ownership when not requestedKeith Short2019-02-051-10/+18
* soc/intel/gpio: Enable configuring GPIO debounce durationKarthikeyan Ramasubramanian2019-01-241-1/+1
* soc/intel/common: Add support for GPIO group pad baseDuncan Laurie2018-12-141-2/+18
* soc/intel/.../Kconfig: Move GPIO debug option into debug menuNico Huber2018-11-182-9/+3
* soc/intel: Enable GPIO functions in verstageDuncan Laurie2018-11-021-0/+1
* soc/intel/common/block/gpio: Allow GPI to be dual-routedFurquan Shaikh2018-10-231-0/+7
* soc/intel/common/block/gpio: check for NULL using if statementBora Guvendik2018-10-111-1/+2
* soc/intel/common/pch: Select Kconfig for ITSS polarity configurationSubrata Banik2018-10-091-2/+4
* soc/intel/common/block/gpio: Add API for gpio_configure_pads_with_overrideFurquan Shaikh2018-07-261-0/+37
* soc/intel/denverton_ns: port gpio to intelblockJulien Viard de Galbert2018-05-141-1/+0
* soc/intel/common/block/gpio: Change group offset calculationBora Guvendik2018-02-161-7/+27
* soc/intel/common/block/gpio: Fix PAD_DW1_MASKHannah Williams2017-09-051-0/+7
* soc/intel/common/gpio: add helpers for relative pin calcuationsAaron Durbin2017-07-201-21/+45
* soc/intel/common/gpio: fix gpi_status_get()Aaron Durbin2017-07-201-1/+2
* soc/intel/common/gpio: clean up logical to chipset mappingAaron Durbin2017-07-171-2/+1
* soc/intel/common/gpio: distingiush single vs multi acpi devicesAaron Durbin2017-07-172-1/+12
* soc/intel/common/block/gpio: Port gpio code from Apollolake to commonHannah Williams2017-06-293-0/+496