aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-sim.c
diff options
context:
space:
mode:
authorMark Featherston <mark@embeddedTS.com>2022-03-09 17:16:16 -0800
committerBartosz Golaszewski <brgl@bgdev.pl>2022-03-10 10:00:27 +0100
commit03fe003547975680fdb9ff5ab0e41cb68276c4f2 (patch)
tree81d8f01cbc76e3bbe1fca4a3189f72b94a00fb95 /drivers/gpio/gpio-sim.c
parentgpio: sim: Declare gpio_sim_hog_config_item_ops static (diff)
downloadlinux-dev-03fe003547975680fdb9ff5ab0e41cb68276c4f2.tar.xz
linux-dev-03fe003547975680fdb9ff5ab0e41cb68276c4f2.zip
gpio: ts4900: Do not set DAT and OE together
This works around an issue with the hardware where both OE and DAT are exposed in the same register. If both are updated simultaneously, the harware makes no guarantees that OE or DAT will actually change in any given order and may result in a glitch of a few ns on a GPIO pin when changing direction and value in a single write. Setting direction to input now only affects OE bit. Setting direction to output updates DAT first, then OE. Fixes: 9c6686322d74 ("gpio: add Technologic I2C-FPGA gpio support") Signed-off-by: Mark Featherston <mark@embeddedTS.com> Signed-off-by: Kris Bahnsen <kris@embeddedTS.com> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Diffstat (limited to 'drivers/gpio/gpio-sim.c')
0 files changed, 0 insertions, 0 deletions