aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/sandbox.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-15gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate functionPatrice Chotard1-0/+5
2021-09-25dm: gpio: Add of-platdata supportSimon Glass1-4/+10
2021-03-03gpio: Add a way to read 3-way strapping pinsWIP/2021-03-03-gpio-improvementsSimon Glass1-4/+9
2021-03-03gpio: sandbox: Track whether a GPIO is drivenSimon Glass1-6/+15
2021-03-03gpio: sandbox: Make sandbox_gpio_set_flags() set all flagsSimon Glass1-9/+12
2021-03-03gpio: sandbox: Fully separate pin value from output valueSimon Glass1-4/+20
2021-03-03gpio: sandbox: Use a separate flag for the valueSimon Glass1-23/+24
2021-03-03gpio: sandbox: Rename GPIO dir_flags to flagsSimon Glass1-26/+34
2021-03-03dm: gpio: Rename get_dir_flags() method to get_flags()Simon Glass1-4/+4
2021-03-03dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass1-3/+3
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass1-1/+1
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass1-1/+1
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-2/+4
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-10-14drivers: gpio: keep output value for input on sandboxHeinrich Schuchardt1-1/+9
2020-07-17gpio: Add a method to convert a GPIO to ACPISimon Glass1-0/+77
2020-07-09core: add support for U_BOOT_DRIVER_ALIASWalter Lozano1-0/+2
2020-07-09drivers: rename drivers to match compatible stringWalter Lozano1-2/+2
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-04-16test: pinmux: add pincontrol-gpio for pin configurationPatrick Delaunay1-0/+196
2020-04-16test: dm: update test for pins configuration in gpioPatrick Delaunay1-20/+66
2020-04-16gpio: sandbox: cleanup binding supportPatrick Delaunay1-5/+8
2020-04-16gpio: remove the open_drain API and opsPatrick Delaunay1-35/+0
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