index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
soc
/
intel
/
common
/
block
/
gpio
/
gpio.c
Age
Commit message (
Expand
)
Author
2024-03-30
soc/intel: Remove blank lines before '}' and after '{'
Elyes Haouas
2024-02-08
mb/google/brox: Handle GPI_INT pin lower to GPI_WAKE
Ashish Kumar Mishra
2023-09-11
soc/intel: Remove space between function name and '('
Elyes Haouas
2023-02-09
soc/intel/common/block/gpio/gpio.c: Remove unnecessary line continuation
Elyes Haouas
2023-02-04
soc/intel/*: Fix dead bootstate code
Arthur Heymans
2023-01-25
soc/intel/common/gpio: Add function to read GPIO TX value
Cliff Huang
2022-06-27
soc/intel/common/block/gpio: Add gpio pad based function
Eric Lai
2022-06-03
intelblocks/gpio.c: Handle NULL return values from child functions
Maulik V Vaghela
2022-05-16
intelblocks/gpio: Optimize GPIO functions by passing group and pin info
Maulik V Vaghela
2022-05-16
intelblocks: Add function to program GPE_EN before GPIO locking
Maulik V Vaghela
2022-01-28
soc/intel/common/gpio: Skip GPIO PAD locking in recovery mode
Subrata Banik
2022-01-26
soc/intel/common/gpio: Rework PAD config macro to add lock support
Subrata Banik
2022-01-26
soc/intel/common/gpio: Perform GPIO PAD lock outside SMM
Subrata Banik
2022-01-21
soc/intel/common/gpio: Use const variable to get gpio bitmask
Subrata Banik
2022-01-16
soc/intel/common: Abstract the sideband access
John Zhao
2022-01-12
soc/intel/common/gpio: Fix cosmetic issue with `gpio_lock_pads`
Subrata Banik
2022-01-06
soc/intel/common/gpio: Skip GPP pad lock config if config is not set
Subrata Banik
2022-01-06
soc/intel/common/gpio: Rename struct gpio_lock_config.gpio to .pad
Subrata Banik
2021-12-07
soc/intel/common: add generic gpio lock mechanism
Nick Vaccaro
2021-07-28
Revert "soc/intel/common/block/gpio: Add support to program VCCIO selection"
Karthikeyan Ramasubramanian
2021-07-26
soc/intel/common/block/gpio: Add support to program VCCIO selection
Karthikeyan Ramasubramanian
2021-06-19
soc/intel/common/block/gpio: Add `gpio_lock_pad()`
Aseda Aboagye
2021-05-18
intelblocks/gpio: Add NAVFWE bit to PAD_CFG_DW0 mask definition
Maulik V Vaghela
2021-05-06
soc/intel/common: Add CPU Port ID field to GPIO communities
Tim Wawrzynczak
2021-05-06
soc/intel/common: Add virtual wire mapping entries to GPIO communities
Tim Wawrzynczak
2021-04-16
soc/intel/common/gpio: Implement GPIO snapshot/verify callbacks
Furquan Shaikh
2021-03-28
soc/intel/common/gpio: Add function to get GPIO index in group
Tim Wawrzynczak
2021-03-27
soc/intel: Rename and move MISCCFG_GPIO_PM_CONFIG_BITS definition to soc/gpio.h
Subrata Banik
2021-03-27
soc/intel/common/block/gpio: Fix typecasting issue
Subrata Banik
2021-03-01
soc/intel/common/gpio: Add gpio_routes_ioapic_irq function
Tim Wawrzynczak
2020-12-30
soc/intel: hook up new gpio device in the soc chips
Michael Niewöhner
2020-12-04
soc/intel/common/block/gpio: add code for NMI enabling
Michael Niewöhner
2020-12-04
intel/common/block/gpio: only reset configured SMI instead of all
Michael Niewöhner
2020-08-03
Change all assert(0) to BUG()
Julius Werner
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-06
treewide: replace GPLv2 long form headers with SPDX header
Patrick Georgi
2020-05-06
treewide: Move "is part of the coreboot project" line in its own comment
Patrick Georgi
2020-04-17
intel/common: add a macro to set ownership for GPI
Maxim Polyakov
2020-04-07
soc/intel/common: gpio: print error if pad is not found
Maxim Polyakov
2020-03-18
soc: Remove copyright notices
Patrick Georgi
2019-05-30
soc/intel/common/block/gpio: Fix the mask for gpio_pm_configure
Furquan Shaikh
2019-05-20
soc/intel/common/block/gpio: Add gpio_pm_configure() function
Subrata Banik
2019-04-29
soc/intel/common: Add support to clear GPI IS & IE registers
Karthikeyan Ramasubramanian
2019-04-23
src: Add missing include 'console.h'
Elyes HAOUAS
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-02-15
soc/intel/skylake: Avoid TOL_1V8 being set for GPP_F4 ~ GPP_F11
Kane Chen
2019-02-05
src/soc/intel/common: Clear GPIO driver ownership when not requested
Keith Short
2019-01-24
soc/intel/gpio: Enable configuring GPIO debounce duration
Karthikeyan Ramasubramanian
2018-12-14
soc/intel/common: Add support for GPIO group pad base
Duncan Laurie
2018-11-18
soc/intel/.../Kconfig: Move GPIO debug option into debug menu
Nico Huber
2018-10-11
soc/intel/common/block/gpio: check for NULL using if statement
Bora Guvendik
2018-07-26
soc/intel/common/block/gpio: Add API for gpio_configure_pads_with_override
Furquan Shaikh
2018-05-14
soc/intel/denverton_ns: port gpio to intelblock
Julien Viard de Galbert
2018-02-16
soc/intel/common/block/gpio: Change group offset calculation
Bora Guvendik
2017-09-05
soc/intel/common/block/gpio: Fix PAD_DW1_MASK
Hannah Williams
2017-07-20
soc/intel/common/gpio: add helpers for relative pin calcuations
Aaron Durbin
2017-07-20
soc/intel/common/gpio: fix gpi_status_get()
Aaron Durbin
2017-07-17
soc/intel/common/gpio: clean up logical to chipset mapping
Aaron Durbin
2017-07-17
soc/intel/common/gpio: distingiush single vs multi acpi devices
Aaron Durbin
2017-06-29
soc/intel/common/block/gpio: Port gpio code from Apollolake to common
Hannah Williams