1. 29 3月, 2016 1 次提交
    • J
      regulator: Rename files for Maxim PMIC drivers · 86cf635a
      Javier Martinez Canillas 提交于
      Most Maxim PMIC regulator drivers are for sub-devices of Multi-Function
      Devices with drivers under drivers/mfd. But for many of these, the same
      object file name was used for both the MFD and the regulator drivers.
      
      Having 2 different drivers with the same name causes a lot of confusion
      to Kbuild, specially if these are built as module since only one module
      will be installed and also exported symbols will be undefined due being
      overwritten by the other module during modpost.
      
      For example, it fixes the following issue when both drivers are module:
      
      $ make M=drivers/regulator/
        ...
        CC [M]  drivers/regulator//max14577.o
        Building modules, stage 2.
        MODPOST 1 modules
      WARNING: "maxim_charger_calc_reg_current" [drivers/regulator//max14577.ko] undefined!
      WARNING: "maxim_charger_currents" [drivers/regulator//max14577.ko] undefined!
      Reported-by: NChanwoo Choi <cw00.choi@samsung.com>
      Signed-off-by: NJavier Martinez Canillas <javier@osg.samsung.com>
      Reviewed-by: NChanwoo Choi <cw00.choi@samsung.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      86cf635a
  2. 22 8月, 2015 1 次提交
  3. 17 7月, 2015 3 次提交
  4. 29 4月, 2015 1 次提交
  5. 30 3月, 2015 1 次提交
  6. 03 11月, 2014 1 次提交
  7. 28 10月, 2014 1 次提交
  8. 20 10月, 2014 1 次提交
  9. 17 6月, 2014 1 次提交
  10. 10 3月, 2014 1 次提交
  11. 18 2月, 2014 1 次提交
  12. 15 2月, 2014 1 次提交
  13. 24 12月, 2013 1 次提交
  14. 17 9月, 2013 2 次提交
  15. 01 7月, 2013 2 次提交
  16. 25 6月, 2013 1 次提交