diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-04-09 21:53:39 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-04-14 14:03:27 +0200 |
commit | 811a1882b12bbbcbd447ad8c4d16d170e196c58f (patch) | |
tree | 28d67527a578012c121f32edc79ab9e10750b95a /drivers/phy/phy-omap-usb2.c | |
parent | f90c6bdb690bb12f3dbe8eaa5650a9ce952d0290 (diff) | |
download | linux-811a1882b12bbbcbd447ad8c4d16d170e196c58f.tar.bz2 |
gpio: menz127: use the new open drain callback
The menz127 driver tries to support open drain by detecting it
at request time. However: without the new callbacks from the
gpiolib it is not really working: the core will still just emulate
the open drain mode by switching the line to an input.
By adding a hook into the new .set_single_ended() call rather than
trying to autodetect at request() time, proper open drain can be
supported.
Cc: Andreas Werner <andy@wernerandy.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/phy/phy-omap-usb2.c')
0 files changed, 0 insertions, 0 deletions