summaryrefslogtreecommitdiff
path: root/drivers/gpio/sandbox.c
Commit message (Expand)AuthorAgeLines
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-16-3/+3
* dm: gpio: Add better functions to request GPIOsSimon Glass2015-01-29-0/+20
* dm: gpio: sandbox: Drop request()/free() in the driverSimon Glass2014-10-23-82/+0
* dm: gpio: sandbox: Implement the remove() methodSimon Glass2014-10-23-0/+8
* dm: gpio: sandbox: Implement the get_function() methodSimon Glass2014-10-23-1/+8
* dm: Rename struct device_id to udevice_idSimon Glass2014-06-20-1/+1
* dm: rename device struct to udeviceHeiko Schocher2014-05-27-17/+17
* sandbox: Convert GPIOs to use driver modelSimon Glass2014-03-04-78/+139
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* sandbox: gpio: add basic driver for simulating GPIOsSimon Glass2012-03-12-0/+209