1. 11 Feb, 2016 1 commit
  2. 05 Feb, 2016 1 commit
  3. 28 Jan, 2016 1 commit
    • Arnd Bergmann's avatar
      pinctrl: nomadik: hide unused functions · 39178bb2
      Arnd Bergmann authored
      The nomadik pinctrl driver has two functions that are only used
      for debugfs output and are otherwise unused:
      
      drivers/pinctrl/nomadik/pinctrl-abx500.c:194:12: error: 'abx500_get_pull_updown' defined but not used
      drivers/pinctrl/nomadik/pinctrl-abx500.c:471:12: error: 'abx500_get_mode' defined but not used
      
      This makes the function definitions conditional to avoid the
      harmless warnings.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      39178bb2
  4. 27 Jan, 2016 1 commit
  5. 24 Jan, 2016 36 commits