summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-19gpio: dm: Support manual relocation for gpioMichal Simek1-0/+35
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-07gpio: uclass: Fix debug stringMario Six1-1/+1
2017-07-06gpio: add static to get_function()Masahiro Yamada1-2/+2
2017-06-01dm: gpio: Add live tree supportSimon Glass1-28/+23
2017-06-01dm: gpio: Refactor to prepare for live tree supportSimon Glass1-21/+30
2017-05-12gpio-uclass.c: Fix comparison of unsigned expression warningTom Rini1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-3/+3
2016-06-04dm: gpio: Add methods for open drain settingmario.six@gdsys.cc1-0/+32
2016-05-17dm: gpio: add a default gpio xlate routineEric Nelson1-7/+23
2016-03-17gpio: Use const where possibleSimon Glass1-5/+5
2016-03-17gpio: Add a function to obtain a GPIO vector valueSimon Glass1-0/+18
2016-01-25bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada1-0/+1
2016-01-21dm: gpio: Allow the uclass to work without printf()Simon Glass1-0/+8
2015-08-06dm: gpio: Check a GPIO is valid before using itSimon Glass1-1/+5
2015-07-22dm: gpio: Add dm_gpio_request() to manually request a GPIOSimon Glass1-1/+1
2015-07-22dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO nameSimon Glass1-8/+26
2015-06-08dm: gpio: uclass: Add flag to control sequence numberingBhuvanchandra DV1-0/+1
2015-05-13dm: gpio: Add error handling and a function to claim vector GPIOsSimon Glass1-3/+35
2015-04-18dm: gpio: Add an implementation for gpio_get_number()Simon Glass1-0/+12
2015-04-18dm: gpio: request list: return the count if requests max_count reachedPrzemyslaw Marczak1-5/+1
2015-04-17dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass1-11/+11
2015-01-30dm: gpio: Add better functions to request GPIOsSimon Glass1-2/+164
2015-01-30dm: gpio: Add a driver GPIO translation methodSimon Glass1-0/+16
2015-01-30dm: gpio: Add a native driver model APISimon Glass1-71/+147
2014-11-21dm: gpio: Add a function to read an ID from a list of GPIOsSimon Glass1-0/+19
2014-10-24dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass1-0/+21
2014-10-24dm: Move the function for getting GPIO status into the uclassSimon Glass1-0/+39
2014-10-24dm: gpio: Add gpio_get_function() and friendsSimon Glass1-0/+47
2014-10-24dm: gpio: Implement GPIO reservation in the uclassSimon Glass1-14/+78
2014-10-24dm: gpio: Support numbered GPIOsSimon Glass1-12/+25
2014-06-20dm: Use case-insensitive comparison for GPIO banksSimon Glass1-1/+1
2014-05-27dm: rename device struct to udeviceHeiko Schocher1-14/+14
2014-03-04dm: Add GPIO support and testsSimon Glass1-0/+266