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
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