summaryrefslogtreecommitdiffstats
path: root/src/lib/gpio.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: Pull down HiZ pins after reading tristate GPIO strappingJulius Werner2020-08-061-4/+6
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/lib: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-231-1/+0
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* lib/gpio.c: Fix _gpio_base3_value invalid shiftRichard Spiegel2018-09-071-2/+13
* lib/gpio.c: Validate num_gpioRichard Spiegel2018-08-281-1/+2
* gpio: Change gpio_baseX_value() function return types to unsignedJulius Werner2018-08-031-9/+10
* compiler.h: add __weak macroAaron Durbin2018-04-241-2/+3
* lib/gpio: constify array inputsAaron Durbin2017-10-201-5/+5
* src/lib: Add space before (Lee Leahy2017-03-091-1/+1
* lib/gpio: add pullup & pulldown gpio_base2_value() variantsAaron Durbin2016-07-071-4/+31
* gpio: Add support for translating gpio_t into ACPI pinDuncan Laurie2016-07-021-0/+6
* gpio: Add a function to map GPIO to ACPI pathDuncan Laurie2016-05-211-0/+6
* gpio: Add support for binary_first base3 number systemJulius Werner2016-03-221-2/+47
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* arm, arm64, mips: Add rough static stack size checks with -Wstack-usageJulius Werner2015-07-291-1/+3
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* Add delay before reading GPIOs in gpio_base2_value()David Hendricks2015-04-171-2/+6
* gpio: add a function to read GPIO array as base-2 valueDavid Hendricks2015-04-101-0/+12
* gpio: cosmetic changes to tristate_gpios.cDavid Hendricks2015-04-101-0/+82