summaryrefslogtreecommitdiff
path: root/drivers/gpio/sandbox.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: Add a method to convert a GPIO to ACPISimon Glass2020-07-171-0/+77
* core: add support for U_BOOT_DRIVER_ALIASWalter Lozano2020-07-091-0/+2
* drivers: rename drivers to match compatible stringWalter Lozano2020-07-091-2/+2
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* test: pinmux: add pincontrol-gpio for pin configurationPatrick Delaunay2020-04-161-0/+196
* test: dm: update test for pins configuration in gpioPatrick Delaunay2020-04-161-20/+66
* gpio: sandbox: cleanup binding supportPatrick Delaunay2020-04-161-5/+8
* gpio: remove the open_drain API and opsPatrick Delaunay2020-04-161-35/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-1/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* sandbox: Rename 'num-gpios' property to avoid dtc warningSimon Glass2018-02-181-1/+2
* dm: gpio: sandbox: Use dev_read...() functions to access DTSimon Glass2017-06-011-6/+3
* dm: gpio: Refactor to prepare for live tree supportSimon Glass2017-06-011-1/+2
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-3/+3
* dm: test: Add GPIO open drain testsmario.six@gdsys.cc2016-06-031-0/+35
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-161-3/+3
* dm: gpio: Add better functions to request GPIOsSimon Glass2015-01-291-0/+20
* dm: gpio: sandbox: Drop request()/free() in the driverSimon Glass2014-10-231-82/+0
* dm: gpio: sandbox: Implement the remove() methodSimon Glass2014-10-231-0/+8
* dm: gpio: sandbox: Implement the get_function() methodSimon Glass2014-10-231-1/+8
* dm: Rename struct device_id to udevice_idSimon Glass2014-06-201-1/+1
* dm: rename device struct to udeviceHeiko Schocher2014-05-271-17/+17
* sandbox: Convert GPIOs to use driver modelSimon Glass2014-03-041-78/+139
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* sandbox: gpio: add basic driver for simulating GPIOsSimon Glass2012-03-121-0/+209