summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop log.h from common headerSimon Glass2020-05-181-1/+2
* gpio: emulate open drain & open source in dm_gpio_set_value()Neil Armstrong2020-05-111-0/+15
* gpio: add ops to set dir flagsPatrick Delaunay2020-04-161-5/+12
* gpio: add ops to get dir flagsPatrick Delaunay2020-04-161-6/+25
* gpio: add support of new GPIO direction flagPatrick Delaunay2020-04-161-0/+30
* gpio: update dir_flags managementPatrick Delaunay2020-04-161-2/+25
* gpio: add helper GPIOD_FLAGS_OUTPUTPatrick Delaunay2020-04-161-6/+3
* gpio: add function check_dir_flagsPatrick Delaunay2020-04-161-0/+25
* gpio: add function _dm_gpio_set_dir_flagsPatrick Delaunay2020-04-161-13/+25
* gpio: add function _gpio_get_valuePatrick Delaunay2020-04-161-4/+10
* gpio: add gpio descriptor initialization helperPatrick Delaunay2020-04-161-8/+19
* gpio: remove the open_drain API and opsPatrick Delaunay2020-04-161-36/+0
* gpio: Rename free() to rfree()Simon Glass2020-02-051-4/+4
* spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass2019-10-081-2/+2
* gpio: fixes for gpio-hog supportHeiko Schocher2019-07-291-28/+75
* gpio: add gpio-hog supportHeiko Schocher2019-07-131-16/+165
* gpio: dm: Support manual relocation for gpioMichal Simek2018-07-191-0/+35
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* gpio: uclass: Fix debug stringMario Six2018-04-061-1/+1
* gpio: add static to get_function()Masahiro Yamada2017-07-061-2/+2
* dm: gpio: Add live tree supportSimon Glass2017-06-011-28/+23
* dm: gpio: Refactor to prepare for live tree supportSimon Glass2017-06-011-21/+30
* gpio-uclass.c: Fix comparison of unsigned expression warningTom Rini2017-05-121-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-3/+3
* dm: gpio: Add methods for open drain settingmario.six@gdsys.cc2016-06-031-0/+32
* dm: gpio: add a default gpio xlate routineEric Nelson2016-05-171-7/+23
* gpio: Use const where possibleSimon Glass2016-03-171-5/+5
* gpio: Add a function to obtain a GPIO vector valueSimon Glass2016-03-171-0/+18
* bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada2016-01-251-0/+1
* dm: gpio: Allow the uclass to work without printf()Simon Glass2016-01-201-0/+8
* dm: gpio: Check a GPIO is valid before using itSimon Glass2015-08-051-1/+5
* dm: gpio: Add dm_gpio_request() to manually request a GPIOSimon Glass2015-07-211-1/+1
* dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO nameSimon Glass2015-07-211-8/+26
* dm: gpio: uclass: Add flag to control sequence numberingBhuvanchandra DV2015-06-081-0/+1
* dm: gpio: Add error handling and a function to claim vector GPIOsSimon Glass2015-05-131-3/+35
* dm: gpio: Add an implementation for gpio_get_number()Simon Glass2015-04-181-0/+12
* dm: gpio: request list: return the count if requests max_count reachedPrzemyslaw Marczak2015-04-181-5/+1
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-161-11/+11
* dm: gpio: Add better functions to request GPIOsSimon Glass2015-01-291-2/+164
* dm: gpio: Add a driver GPIO translation methodSimon Glass2015-01-291-0/+16
* dm: gpio: Add a native driver model APISimon Glass2015-01-291-71/+147
* dm: gpio: Add a function to read an ID from a list of GPIOsSimon Glass2014-11-211-0/+19
* dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass2014-10-231-0/+21
* dm: Move the function for getting GPIO status into the uclassSimon Glass2014-10-231-0/+39
* dm: gpio: Add gpio_get_function() and friendsSimon Glass2014-10-231-0/+47
* dm: gpio: Implement GPIO reservation in the uclassSimon Glass2014-10-231-14/+78
* dm: gpio: Support numbered GPIOsSimon Glass2014-10-231-12/+25
* dm: Use case-insensitive comparison for GPIO banksSimon Glass2014-06-201-1/+1
* dm: rename device struct to udeviceHeiko Schocher2014-05-271-14/+14
* dm: Add GPIO support and testsSimon Glass2014-03-041-0/+266