Skip to content
Snippets Groups Projects
Select Git revision
  • bd2bc2b8e63f872f8aa0f3536a40ffce6e1840bb
  • vme-testing default
  • ci-test
  • master
  • remoteproc
  • am625-sk-ov5640
  • pcal6534-upstreaming
  • lps22df-upstreaming
  • msc-upstreaming
  • imx8mp
  • iio/noa1305
  • vme-next
  • vme-next-4.14-rc4
  • v4.14-rc4
  • v4.14-rc3
  • v4.14-rc2
  • v4.14-rc1
  • v4.13
  • vme-next-4.13-rc7
  • v4.13-rc7
  • v4.13-rc6
  • v4.13-rc5
  • v4.13-rc4
  • v4.13-rc3
  • v4.13-rc2
  • v4.13-rc1
  • v4.12
  • v4.12-rc7
  • v4.12-rc6
  • v4.12-rc5
  • v4.12-rc4
  • v4.12-rc3
32 results

gpio

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Keno Fischer authored and Linus Walleij committed
    This option was added in 6a89a314 to
    allow use of the devm_gpio_* functions without CONFIG_GPIOLIB.
    
    However, only a few months later in
    b69ac524, CONFIG_GPIOLIB was added
    as a dependency, defeating the original purpose of this option.
    Instead of that patch, the original commit could have just been
    reverted (and in fact was partially so in
    403c1d0b). Further, since this
    option has a dependency on HAS_IOMEM, even though it does not
    require it, it causes build failures when !HAS_IOMEM (e.g. in a
    uml build).
    
    Fix that by completely removing the option, in essence completing
    the reversion of the original commit.
    
    Signed-off-by: default avatarKeno Fischer <keno@juliacomputing.com>
    Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
    f9c22ec6
    History
    Name Last commit Last update
    ..