1. 31 3月, 2011 1 次提交
  2. 26 3月, 2011 4 次提交
  3. 12 1月, 2011 22 次提交
  4. 30 11月, 2010 7 次提交
  5. 29 10月, 2010 2 次提交
  6. 02 10月, 2010 2 次提交
  7. 06 8月, 2010 1 次提交
  8. 25 5月, 2010 1 次提交
    • S
      regulator: return set_mode is same mode is requested · 500b4ac9
      Sundar R Iyer 提交于
      On Mon, 2010-05-17 at 17:34 +0200, Mark Brown wrote:
      > This doesn't seem like the right error handling - if the driver has a
      > set_mode() you'd *expect* it to have a get_mode() but there's no need
      > for it to be a strict requirement.
      True. In such a case, even a valid request would be lost! So now
      in the updated patch:
       - check if get_mode is present to avoid oops;
       - if get_mode is not present, proceed anyways for the request.
      
      Here is the updated patch:
      
      >From bad0d5eb51ef84be5b100e3dd0f5a590ea0529b6 Mon Sep 17 00:00:00 2001
      From: Sundar R Iyer <sundar.iyer@stericsson.com>
      Date: Fri, 14 May 2010 15:14:17 +0530
      Subject: [PATCH 1/1] regulator: return set_mode when same mode is requested
      
      save I/O costs by returning when the same mode is
      requested for the regulator
      
      Cc: Liam Girdwood <lrg@slimlogic.co.uk>
      Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
      Acked-by: NLinus Walleij <linus.walleij@stericsson.com>
      Signed-off-by: NSundar R Iyer <sundar.iyer@stericsson.com>
      Acked-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Signed-off-by: NLiam Girdwood <lrg@slimlogic.co.uk>
      500b4ac9