aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/include/asm/gpio.h
Commit message (Expand)AuthorAgeFilesLines
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-6/+6
* WS cleanup: remove SPACE(s) followed by TABWolfgang Denk2021-09-301-1/+1
* gpio: Add a way to read 3-way strapping pinsSimon Glass2021-03-031-1/+4
* gpio: sandbox: Track whether a GPIO is drivenSimon Glass2021-03-031-1/+2
* gpio: sandbox: Use a separate flag for the valueSimon Glass2021-03-031-0/+5
* gpio: sandbox: Rename GPIO dir_flags to flagsSimon Glass2021-03-031-4/+4
* test: dm: update test for pins configuration in gpioPatrick Delaunay2020-04-161-0/+20
* gpio: remove the open_drain API and opsPatrick Delaunay2020-04-161-20/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-1/+1
* sandbox: gpio: doc: Fix parameter documentationmario.six@gdsys.cc2016-06-191-6/+10
* dm: test: Add GPIO open drain testsmario.six@gdsys.cc2016-06-031-0/+20
* dm: rename device struct to udeviceHeiko Schocher2014-05-271-4/+4
* sandbox: Convert GPIOs to use driver modelSimon Glass2014-03-041-9/+5
* 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/+81