summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
Commit message (Expand)AuthorAgeFilesLines
* gpiolib: Simplify code of gpio_request_one()Andrey Smirnov2017-07-301-9/+3
* gpiolib: Fix buggy flag detection codeAndrey Smirnov2017-07-301-9/+16
* gpio: fix null pointer exception when there is no oftreeSam Ravnborg2017-07-071-0/+3
* gpiolib: Add support for GPIO "hog" nodesAndrey Smirnov2017-06-061-1/+95
* gpiolib: Add code to support "active low" GPIOsAndrey Smirnov2017-06-061-4/+46
* gpio: Return -EPROBE_DEFER on gpio_get_num()Sebastian Hesselbarth2015-04-171-1/+4
* commands: rename "gpiolib" -> "gpioinfo"Holger Schurig2014-05-151-5/+3
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-7/+1
* commands: group 'help' outputHolger Schurig2014-05-141-0/+1
* gpiolib: gpiolib command: show label only for requested pinsAntony Pavlov2014-01-101-1/+1
* gpiolib: gpio_free: clear gpio's "label" field tooAntony Pavlov2014-01-101-0/+1
* gpiolib: gpio_request(): print message on errorAntony Pavlov2014-01-101-6/+17
* gpiolib: import gpio_request_array() from linux 3.7Antony Pavlov2013-11-221-0/+66
* gpio: unify gpio direction macros names with Linux kernelAntony Pavlov2013-11-221-1/+1
* gpiolib: make gpiolib command more verboseSebastian Hesselbarth2013-11-111-3/+21
* GPIO: Add gpio_to_desc helperAlexander Shiyan2013-05-171-44/+51
* GPIO: Rename "drivers/gpio.c" to "drivers/gpiolib.c"Alexander Shiyan2013-04-221-0/+251