1. 14 9月, 2016 6 次提交
  2. 13 9月, 2016 7 次提交
  3. 12 9月, 2016 8 次提交
  4. 08 9月, 2016 6 次提交
  5. 07 9月, 2016 5 次提交
  6. 06 9月, 2016 3 次提交
  7. 27 8月, 2016 5 次提交
    • P
      pinctrl: sirf: make core support explicitly non-modular · a9784e56
      Paul Gortmaker 提交于
      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: NPaul Gortmaker <paul.gortmaker@windriver.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      a9784e56
    • P
      pinctrl: sirf: make atlas7 explicitly non-modular · 37e70b6a
      Paul Gortmaker 提交于
      The Makefile currently controlling compilation of this code is:
      
        drivers/pinctrl/sirf/pinctrl-atlas7.o
          ---> drivers/pinctrl/sirf/Makefile:obj-y += pinctrl-atlas7.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 delete the MODULE_LICENSE tag etc. since all that information
      is already contained at the top of the file in the comments.
      
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Cc: Barry Song <baohua@kernel.org>
      Cc: linux-gpio@vger.kernel.org
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      37e70b6a
    • P
      pinctrl: rockchip: make it explicitly non-modular · 2f436204
      Paul Gortmaker 提交于
      The Kconfig currently controlling compilation of this code is:
      
      drivers/pinctrl/Kconfig:config PINCTRL_ROCKCHIP
      drivers/pinctrl/Kconfig:        bool
      
      ...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.
      
      Note that MODULE_DEVICE_TABLE is a no-op for non-modular code.
      
      We also delete the MODULE_LICENSE tag etc. since all that information
      is already contained at the top of the file in the comments.
      
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Cc: Heiko Stuebner <heiko@sntech.de>
      Cc: linux-gpio@vger.kernel.org
      Cc: linux-rockchip@lists.infradead.org
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      2f436204
    • P
      pinctrl: nomadik: make core support explicitly non-modular · 6d6cc0d8
      Paul Gortmaker 提交于
      The Kconfig currently controlling compilation of this code is:
      
      drivers/pinctrl/nomadik/Kconfig:config PINCTRL_NOMADIK
      drivers/pinctrl/nomadik/Kconfig:        bool "Nomadik pin controller driver"
      
      ...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 delete the MODULE_LICENSE tag etc. since all that information
      is already contained at the top of the file in the comments.
      
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Cc: Alessandro Rubini <rubini@unipv.it>
      Cc: linux-gpio@vger.kernel.org
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      6d6cc0d8
    • P
      pinctrl: nomadik: make abx500 explicitly non-modular · 8b51fad0
      Paul Gortmaker 提交于
      The Kconfig currently controlling compilation of this code is:
      
       config PINCTRL_ABX500
             bool "ST-Ericsson ABx500 family Mixed Signal Circuit gpio functions"
      
      ...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.
      
      Note that MODULE_ALIAS is a no-op for non-modular code.
      
      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: Alessandro Rubini <rubini@unipv.it>
      Cc: Patrice Chotard <patrice.chotard@st.com>
      Cc: linux-gpio@vger.kernel.org
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      8b51fad0