Skip to content
Snippets Groups Projects
Select Git revision
  • 2f97c20e5f7c3582c7310f65a04465bfb0fd0e85
  • master default
  • android-container
  • nanopc-t4
  • for-kernelci
  • WIP-syscall
  • v4.16-rc5
  • v4.16-rc4
  • v4.16-rc3
  • v4.16-rc2
  • v4.16-rc1
  • v4.15
  • v4.15-rc9
  • v4.15-rc8
  • v4.15-rc7
  • v4.15-rc6
  • v4.15-rc5
  • v4.15-rc4
  • v4.15-rc3
  • v4.15-rc2
  • v4.15-rc1
  • v4.14
  • v4.14-rc8
  • v4.14-rc7
  • v4.14-rc6
  • v4.14-rc5
26 results

gpio

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Nicolas Saenz Julienne authored and Linus Walleij committed
    The gpio_chip operations receive a pointer the gpio_chip struct which is
    contained in the driver's private struct, yet the container_of call in those
    functions point to the mfd struct defined in include/linux/mfd/tps65912.h.
    
    Cc: Stable <stable@vger.kernel.org>
    Signed-off-by: default avatarNicolas Saenz Julienne <nicolassaenzj@gmail.com>
    Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
    2f97c20e
    History
    Name Last commit Last update
    ..