An error occurred fetching the project authors.
  1. 22 Jul, 2016 2 commits
  2. 08 Jun, 2016 1 commit
  3. 07 Jun, 2016 1 commit
  4. 02 May, 2016 4 commits
  5. 29 Apr, 2016 1 commit
    • Arnd Bergmann's avatar
      gpio/qoriq: select IRQ_DOMAIN · a8fa91a7
      Arnd Bergmann authored
      The gpio-mpc8xxx driver requires IRQ domains but can be built
      without them, resulting on a failure to build certain randconfigs
      on ARM:
      
      drivers/gpio/gpio-mpc8xxx.c: In function 'mpc8xxx_gpio_to_irq':
      drivers/gpio/gpio-mpc8xxx.c:92:10: error: implicit declaration of function 'irq_create_mapping' [-Werror=implicit-function-declaration]
         return irq_create_mapping(mpc8xxx_gc->irq, offset);
      
      This selects IRQ_DOMAIN from the driver to ensure we can build it.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Fixes: 5df7fd46 ("gpio/qoriq: Add qoriq platforms support")
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      a8fa91a7
  6. 26 Apr, 2016 1 commit
    • Linus Walleij's avatar
      gpio: remove deps on ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB · 296ad4ac
      Linus Walleij authored
      The GPIOLIB symbol currently require that
      ARCH_WANT_OPTIONAL_GPIOLIB or ARCH_REQUIRE_GPIOLIB is selected
      to be selectable.
      
      The ARCH_REQUIRE_GPIOLIB does only one thing: select GPIOLIB.
      
      This is just confusing: architectures that want GPIOLIB should
      be able to configure it in no matter what, and those who
      require it should just select GPIOLIB.
      
      It also creates problems for drivers that need to state
      "select GPIOLIB" to get dependencies: those depend on the
      selected architecture to select
      ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB first, and will cause
      compile errors for the few archs that state neither.
      
      These intermediary symbols need to go.
      
      As a first step, remove the dependencies so that:
      
      - ARCH_WANT_OPTIONAL_GPIOLIB becomes a noop (GPIOLIB will be
        available for everyone) and
      
      - "select ARCH_REQUIRE_GPIOLIB" can be replaced by just
        "select GPIOLIB"
      
      After this patch we can follow up with patches cleaning up the
      architectures one-by one and eventually remove the
      ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB symbols altogether.
      Reported-by: default avatarMichael Hennerich <michael.hennerich@analog.com>
      Cc: Michael Büsch <m@bues.ch>
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      296ad4ac
  7. 14 Apr, 2016 2 commits
  8. 09 Apr, 2016 1 commit
  9. 31 Mar, 2016 2 commits
  10. 30 Mar, 2016 2 commits
  11. 16 Mar, 2016 2 commits
  12. 09 Mar, 2016 1 commit
  13. 08 Mar, 2016 1 commit
  14. 07 Mar, 2016 1 commit
  15. 25 Feb, 2016 3 commits
  16. 11 Feb, 2016 3 commits
  17. 10 Feb, 2016 5 commits
  18. 05 Feb, 2016 1 commit
  19. 28 Jan, 2016 4 commits
  20. 07 Jan, 2016 1 commit
  21. 10 Dec, 2015 1 commit