An error occurred fetching the project authors.
  1. 10 Apr, 2012 1 commit
    • Axel Lin's avatar
      regulator: Fix a typo in da903x.c · fe53d18d
      Axel Lin authored
      Fix below build errors which is introduced by commit c172708d
      "regulator: core: Use a struct to pass in regulator runtime configuration".
      
        CC      drivers/regulator/da903x.o
      drivers/regulator/da903x.c: In function 'da903x_regulator_probe':
      drivers/regulator/da903x.c:541: error: 'conifg' undeclared (first use in this function)
      drivers/regulator/da903x.c:541: error: (Each undeclared identifier is reported only once
      drivers/regulator/da903x.c:541: error: for each function it appears in.)
      make[2]: *** [drivers/regulator/da903x.o] Error 1
      make[1]: *** [drivers/regulator] Error 2
      make: *** [drivers] Error 2
      Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
      Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      fe53d18d
  2. 09 Apr, 2012 1 commit
    • Mark Brown's avatar
      regulator: core: Use a struct to pass in regulator runtime configuration · c172708d
      Mark Brown authored
      Rather than adding new arguments to regulator_register() every time we
      want to add a new bit of dynamic information at runtime change the function
      to take these via a struct. By doing this we avoid needing to do further
      changes like the recent addition of device tree support which required each
      regulator driver to be updated to take an additional parameter.
      
      The regulator_desc which should (mostly) be static data is still passed
      separately as most drivers are able to configure this statically at build
      time.
      Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      c172708d
  3. 11 Mar, 2012 1 commit
  4. 23 Nov, 2011 1 commit
  5. 31 Oct, 2011 1 commit
  6. 12 Jan, 2011 1 commit
  7. 17 Dec, 2009 1 commit
  8. 22 Sep, 2009 7 commits
  9. 15 Jun, 2009 1 commit
  10. 18 May, 2009 1 commit
  11. 31 Mar, 2009 1 commit
  12. 08 Jan, 2009 2 commits
  13. 30 Oct, 2008 1 commit
  14. 13 Oct, 2008 1 commit