1. 15 Sep, 2016 4 commits
  2. 14 Sep, 2016 4 commits
  3. 13 Sep, 2016 9 commits
  4. 12 Sep, 2016 8 commits
  5. 07 Sep, 2016 11 commits
  6. 05 Sep, 2016 3 commits
  7. 27 Aug, 2016 1 commit
    • Paul Gortmaker's avatar
      pinctrl: sirf: make core support explicitly non-modular · a9784e56
      Paul Gortmaker authored
      The Makefile currently controlling compilation of this code is:
      
        drivers/pinctrl/sirf/pinctrl-sirf.o
            --> drivers/pinctrl/sirf/Makefile:obj-y += pinctrl-sirf.o
      
      ...meaning that it currently is not being built as a module by anyone.
      
      Lets remove the couple traces of modular infrastructure use, so that
      when reading the driver there is no doubt it is builtin-only.
      
      We also delete the MODULE_LICENSE tag etc. since all that information
      was (or is now) contained at the top of the file in the comments.
      
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Cc: Rongjun Ying <rongjun.ying@csr.com>
      Cc: Yuping Luo <yuping.luo@csr.com>
      Cc: Barry Song <baohua@kernel.org>
      Cc: linux-gpio@vger.kernel.org
      Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      a9784e56