1. Feb 08, 2017
  2. Feb 02, 2017
    • Paul Gortmaker's avatar
      reset: make zx2967 explicitly non-modular · 7a1ca76d
      Paul Gortmaker authored
      
      
      The Kconfig currently controlling compilation of this code is:
      
         config RESET_ZX2967
                bool "ZTE ZX2967 Reset 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.
      
      Since builtin_platform_driver() was already in use, the init ordering
      remains unchanged with this commit.
      
      Also 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.
      
      We don't replace module.h with init.h since the file does not appear
      to use __init prefix anywhere.
      
      Cc: Jun Nie <jun.nie@linaro.org>
      Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
      Reviewed-by: default avatarBaoyou Xie <baoyou.xie@linaro.org>
      Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
      7a1ca76d
  3. Feb 01, 2017
  4. Jan 30, 2017
  5. Jan 27, 2017
  6. Jan 25, 2017
  7. Jan 21, 2017
  8. Jan 20, 2017
  9. Jan 19, 2017
  10. Jan 17, 2017