Commit c2a44a02d785 for kernel

commit c2a44a02d785b5dc06d68060079e2daf67a67e5a
Merge: 7a2c1b27cd6b 471e998c0e31
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Jan 16 09:55:09 2026 -0800

    Merge tag 'gpio-fixes-for-v6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux

    Pull gpio fixes from Bartosz Golaszewski:
     "Two more GPIO fixes addressing an issue uncovered by the shared GPIO
      management changes in v6.19:

       - implement the missing .get_direction() callback for gpio-davinci

       - remove redundant check in GPIO core which can also propagate an
         invalid errno to user-space"

    * tag 'gpio-fixes-for-v6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux:
      gpiolib: remove redundant callback check
      gpio: davinci: implement .get_direction()