summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/gpio
Commit message (Expand)AuthorAgeFilesLines
* mb/google/brox: Handle GPI_INT pin lower to GPI_WAKEAshish Kumar Mishra2024-02-081-2/+4
* soc/intel: Rename Makefiles from .inc to .mkMartin Roth2024-01-241-0/+0
* soc/intel: Remove space between function name and '('Elyes Haouas2023-09-111-3/+3
* soc/intel/common/block/gpio/gpio.c: Remove unnecessary line continuationElyes Haouas2023-02-091-2/+2
* soc/intel/*: Fix dead bootstate codeArthur Heymans2023-02-041-1/+1
* soc/intel/common/gpio: Add function to read GPIO TX valueCliff Huang2023-01-251-0/+12
* soc: Add SPDX license headers to MakefilesMartin Roth2022-10-311-0/+1
* soc/intel/common: Clean up includesElyes Haouas2022-10-251-1/+1
* soc/intel/skylake: Assign device ops in chipset devicetreeNico Huber2022-09-151-1/+1
* soc/intel/common/gpio: Support 4 bits GPIO pad mode configurationJamie Ryu2022-08-241-0/+8
* soc/intel/gpio: Update GPIO Lock configuration recommendationSubrata Banik2022-07-251-1/+3
* soc/intel/common/block/gpio: Add gpio pad based functionEric Lai2022-06-271-0/+32
* intelblocks/gpio.c: Handle NULL return values from child functionsMaulik V Vaghela2022-06-031-1/+13
* intelblocks/gpio: Optimize GPIO functions by passing group and pin infoMaulik V Vaghela2022-05-161-21/+13
* intelblocks: Add function to program GPE_EN before GPIO lockingMaulik V Vaghela2022-05-161-0/+33
* soc/intel/common/gpio: Skip GPIO PAD locking in recovery modeSubrata Banik2022-01-281-2/+3
* soc/intel/common/gpio: Rework PAD config macro to add lock supportSubrata Banik2022-01-261-8/+10
* soc/intel/common/gpio: Perform GPIO PAD lock outside SMMSubrata Banik2022-01-261-56/+114
* soc/intel/common/gpio: Add PCH `Pad Configuration Lock` optionsSubrata Banik2022-01-211-0/+15
* soc/intel/common/gpio: Use const variable to get gpio bitmaskSubrata Banik2022-01-211-1/+3
* soc/intel/common: Abstract the sideband accessJohn Zhao2022-01-161-2/+5
* soc/intel/common/gpio: Fix cosmetic issue with `gpio_lock_pads`Subrata Banik2022-01-121-3/+4
* soc/intel/common/gpio: Skip GPP pad lock config if config is not setSubrata Banik2022-01-061-0/+3
* soc/intel/common/gpio: Rename struct gpio_lock_config.gpio to .padSubrata Banik2022-01-061-2/+2
* soc/intel/common: add generic gpio lock mechanismNick Vaccaro2021-12-071-40/+77
* Revert "soc/intel/common/block/gpio: Add support to program VCCIO selection"Karthikeyan Ramasubramanian2021-07-282-9/+0
* soc/intel/common/block/gpio: Add support to program VCCIO selectionKarthikeyan Ramasubramanian2021-07-262-0/+9
* soc/intel/common/block/gpio: Add `gpio_lock_pad()`Aseda Aboagye2021-06-191-0/+79
* intelblocks/gpio: Add NAVFWE bit to PAD_CFG_DW0 mask definitionMaulik V Vaghela2021-05-181-1/+1
* soc/intel/common: Add CPU Port ID field to GPIO communitiesTim Wawrzynczak2021-05-061-0/+6
* soc/intel/common: Add virtual wire mapping entries to GPIO communitiesTim Wawrzynczak2021-05-061-0/+24
* soc/intel/common/gpio: Implement GPIO snapshot/verify callbacksFurquan Shaikh2021-04-162-0/+86
* soc/intel/common/gpio: Add function to get GPIO index in groupTim Wawrzynczak2021-03-281-0/+10
* soc/intel: Rename and move MISCCFG_GPIO_PM_CONFIG_BITS definition to soc/gpio.hSubrata Banik2021-03-271-1/+1
* soc/intel/common/block/gpio: Fix typecasting issueSubrata Banik2021-03-271-1/+1
* soc/intel/common/gpio: Add gpio_routes_ioapic_irq functionTim Wawrzynczak2021-03-011-5/+24
* soc/intel: hook up new gpio device in the soc chipsMichael Niewöhner2020-12-303-0/+31
* soc/intel/common/block/gpio: add code for NMI enablingMichael Niewöhner2020-12-041-0/+34
* intel/common/block/gpio: only reset configured SMI instead of allMichael Niewöhner2020-12-041-7/+7
* soc/intel,mb/*: get rid of legacy pad macrosMichael Niewöhner2020-10-211-5/+0
* soc/intel/common/block/*/Kconfig: Guard options with if-blocksAngel Pons2020-09-121-6/+4
* 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