aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/sandbox.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-1/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-02-18sandbox: Rename 'num-gpios' property to avoid dtc warningSimon Glass1-1/+2
2017-06-01dm: gpio: sandbox: Use dev_read...() functions to access DTSimon Glass1-6/+3
2017-06-01dm: gpio: Refactor to prepare for live tree supportSimon Glass1-1/+2
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-3/+3
2016-06-03dm: test: Add GPIO open drain testsmario.six@gdsys.cc1-0/+35
2015-04-16dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass1-3/+3
2015-01-29dm: gpio: Add better functions to request GPIOsSimon Glass1-0/+20
2014-10-23dm: gpio: sandbox: Drop request()/free() in the driverSimon Glass1-82/+0
2014-10-23dm: gpio: sandbox: Implement the remove() methodSimon Glass1-0/+8
2014-10-23dm: gpio: sandbox: Implement the get_function() methodSimon Glass1-1/+8
2014-06-20dm: Rename struct device_id to udevice_idSimon Glass1-1/+1
2014-05-27dm: rename device struct to udeviceHeiko Schocher1-17/+17
2014-03-04sandbox: Convert GPIOs to use driver modelSimon Glass1-78/+139
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-03-12sandbox: gpio: add basic driver for simulating GPIOsSimon Glass1-0/+209