index
:
u-boot-fsl-qoriq
master
scalys
Freescale u-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-uclass.c
Age
Commit message (
Expand
)
Author
2017-07-06
gpio: add static to get_function()
Masahiro Yamada
2017-06-01
dm: gpio: Add live tree support
Simon Glass
2017-06-01
dm: gpio: Refactor to prepare for live tree support
Simon Glass
2017-05-12
gpio-uclass.c: Fix comparison of unsigned expression warning
Tom Rini
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2016-06-04
dm: gpio: Add methods for open drain setting
mario.six@gdsys.cc
2016-05-17
dm: gpio: add a default gpio xlate routine
Eric Nelson
2016-03-17
gpio: Use const where possible
Simon Glass
2016-03-17
gpio: Add a function to obtain a GPIO vector value
Simon Glass
2016-01-25
bug.h: move BUILD_BUG_* defines to include/linux/bug.h
Masahiro Yamada
2016-01-21
dm: gpio: Allow the uclass to work without printf()
Simon Glass
2015-08-06
dm: gpio: Check a GPIO is valid before using it
Simon Glass
2015-07-21
dm: gpio: Add dm_gpio_request() to manually request a GPIO
Simon Glass
2015-07-21
dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO name
Simon Glass
2015-06-08
dm: gpio: uclass: Add flag to control sequence numbering
Bhuvanchandra DV
2015-05-13
dm: gpio: Add error handling and a function to claim vector GPIOs
Simon Glass
2015-04-18
dm: gpio: Add an implementation for gpio_get_number()
Simon Glass
2015-04-18
dm: gpio: request list: return the count if requests max_count reached
Przemyslaw Marczak
2015-04-17
dm: core: Add dev_get_uclass_priv() to access uclass private data
Simon Glass
2015-01-30
dm: gpio: Add better functions to request GPIOs
Simon Glass
2015-01-30
dm: gpio: Add a driver GPIO translation method
Simon Glass
2015-01-30
dm: gpio: Add a native driver model API
Simon Glass
2014-11-21
dm: gpio: Add a function to read an ID from a list of GPIOs
Simon Glass
2014-10-24
dm: gpio: Add gpio_requestf() helper for printf() strings
Simon Glass
2014-10-24
dm: Move the function for getting GPIO status into the uclass
Simon Glass
2014-10-24
dm: gpio: Add gpio_get_function() and friends
Simon Glass
2014-10-24
dm: gpio: Implement GPIO reservation in the uclass
Simon Glass
2014-10-24
dm: gpio: Support numbered GPIOs
Simon Glass
2014-06-20
dm: Use case-insensitive comparison for GPIO banks
Simon Glass
2014-05-27
dm: rename device struct to udevice
Heiko Schocher
2014-03-04
dm: Add GPIO support and tests
Simon Glass