1. 11 3月, 2012 2 次提交
    • S
      regmap: Fix future missing prototype of devres_alloc() and friends · f5d6eba7
      Stephen Warren 提交于
      [Fix for breakage which will be introduced during the merge window via
      header reworks in another tree, the regmap tree does include device.h
      but Paul's tree breaks that.  Reworded subject to reflect -- broonie]
      
      regmap.s uses devres_alloc() and others that are prototyped in device.h.
      Include that to solve the following:
      
      drivers/base/regmap/regmap.c: In function 'devm_regmap_init':
      drivers/base/regmap/regmap.c:331:2: error: implicit declaration of function 'devres_alloc' [-Werror=implicit-function-declaration]
      drivers/base/regmap/regmap.c:338:3: error: implicit declaration of function 'devres_add' [-Werror=implicit-function-declaration]
      drivers/base/regmap/regmap.c:340:3: error: implicit declaration of function 'devres_free' [-Werror=implicit-function-declaration]
      drivers/base/regmap/regmap.c: In function '_regmap_raw_write':
      drivers/base/regmap/regmap.c:421:5: error: implicit declaration of function 'dev_err' [-Werror=implicit-function-declaration]
      Signed-off-by: NStephen Warren <swarren@wwwdotorg.org>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      f5d6eba7
    • M
      regmap: Rejig struct declarations for stubbed API · b83d2ff0
      Mark Brown 提交于
      Ensure we have a forward declaration of struct regmap that isn't just
      the return value of regmap_init() and make the definition of the
      register defaults available.
      Reported-by: NRandy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      b83d2ff0
  2. 06 3月, 2012 1 次提交
  3. 01 3月, 2012 2 次提交
  4. 24 2月, 2012 2 次提交
  5. 22 2月, 2012 3 次提交
  6. 18 2月, 2012 2 次提交
  7. 07 2月, 2012 2 次提交
  8. 31 1月, 2012 2 次提交
  9. 30 1月, 2012 1 次提交
  10. 28 1月, 2012 1 次提交
  11. 27 1月, 2012 1 次提交
  12. 26 1月, 2012 1 次提交
  13. 20 1月, 2012 11 次提交
  14. 19 1月, 2012 9 次提交