1. 15 Jul, 2016 1 commit
  2. 14 Jul, 2016 7 commits
  3. 07 Jul, 2016 12 commits
  4. 02 Jul, 2016 2 commits
  5. 01 Jul, 2016 4 commits
  6. 30 Jun, 2016 1 commit
    • Arnd Bergmann's avatar
      extcon: link devres into core module · af61f961
      Arnd Bergmann authored
      Splitting the resource-managed functions into a separate module
      means that the extcon core now fails to build because the internal
      "extcon_dev_allocate" symbol is not exported:
      
      ERROR: extcon_dev_allocate [drivers/extcon/devres.ko] undefined!
      
      My guess is that the intention was not to have two separate
      modules (which could be fixed by adding an export, plus the
      normal MODULE_AUTHOR/MODULE_LICENSE/... fields), but have two
      source files in the same module.
      
      This fixes the Makefile accordingly, making the name of the
      module extcon_core.ko, which is created from building both
      extcon.c and devres.c.
      
      Fixes: b225d00f ("extcon: Split out the resource-managed functions from extcon core")
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
      af61f961
  7. 29 Jun, 2016 1 commit
  8. 27 Jun, 2016 3 commits
  9. 25 Jun, 2016 7 commits
  10. 23 Jun, 2016 1 commit
  11. 21 Jun, 2016 1 commit