index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
sandbox.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: pinmux: add pincontrol-gpio for pin configuration
Patrick Delaunay
2020-04-16
1
-0
/
+196
*
test: dm: update test for pins configuration in gpio
Patrick Delaunay
2020-04-16
1
-20
/
+66
*
gpio: sandbox: cleanup binding support
Patrick Delaunay
2020-04-16
1
-5
/
+8
*
gpio: remove the open_drain API and ops
Patrick Delaunay
2020-04-16
1
-35
/
+0
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-1
/
+1
*
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-04-27
1
-2
/
+0
*
sandbox: Rename 'num-gpios' property to avoid dtc warning
Simon Glass
2018-02-18
1
-1
/
+2
*
dm: gpio: sandbox: Use dev_read...() functions to access DT
Simon Glass
2017-06-01
1
-6
/
+3
*
dm: gpio: Refactor to prepare for live tree support
Simon Glass
2017-06-01
1
-1
/
+2
*
dm: core: Replace of_offset with accessor
Simon Glass
2017-02-08
1
-3
/
+3
*
dm: test: Add GPIO open drain tests
mario.six@gdsys.cc
2016-06-03
1
-0
/
+35
*
dm: core: Add dev_get_uclass_priv() to access uclass private data
Simon Glass
2015-04-16
1
-3
/
+3
*
dm: gpio: Add better functions to request GPIOs
Simon Glass
2015-01-29
1
-0
/
+20
*
dm: gpio: sandbox: Drop request()/free() in the driver
Simon Glass
2014-10-23
1
-82
/
+0
*
dm: gpio: sandbox: Implement the remove() method
Simon Glass
2014-10-23
1
-0
/
+8
*
dm: gpio: sandbox: Implement the get_function() method
Simon Glass
2014-10-23
1
-1
/
+8
*
dm: Rename struct device_id to udevice_id
Simon Glass
2014-06-20
1
-1
/
+1
*
dm: rename device struct to udevice
Heiko Schocher
2014-05-27
1
-17
/
+17
*
sandbox: Convert GPIOs to use driver model
Simon Glass
2014-03-04
1
-78
/
+139
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
1
-17
/
+1
*
sandbox: gpio: add basic driver for simulating GPIOs
Simon Glass
2012-03-12
1
-0
/
+209