An error occurred fetching the project authors.
- 10 Sep, 2012 1 commit
-
-
Mark Brown authored
Doing so generates a warning as the first field is a pointer but we use 0 to initalize it. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 12 Jul, 2012 2 commits
-
-
Axel Lin authored
Both min_uV and max_uV are not used in the code, remove them. Signed-off-by:
Axel Lin <axel.lin@gmail.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
Axel Lin authored
Signed-off-by:
Axel Lin <axel.lin@gmail.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 23 Apr, 2012 1 commit
-
-
Axel Lin authored
All the drivers that need delay for the regulator voltage output voltage to stabilize after being enabled or after being set to a new value has been converted to implement enable_time and set_voltage_time_sel callbacks. Then regulator core will take care of the necessary delay. For the drivers that don't need the delay, don't need to include linux/delay.h. This patch removes the unneeded include of linux/delay.h in regulator drivers. Signed-off-by:
Axel Lin <axel.lin@gmail.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 09 Apr, 2012 1 commit
-
-
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:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 04 Apr, 2012 1 commit
-
-
Mark Brown authored
Not that it's ever likely to get used. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by:
Jin Park <jinyoungp@nvidia.com>
-
- 11 Mar, 2012 1 commit
-
-
Axel Lin authored
The reason we add *pdev in struct aat2870_regulator is to use it to get a pointer to struct aat2870_data. Save a pointer to struct aat2870_data instead of pdev in struct aat2870_regulator, this change makes the intention more clear. Signed-off-by:
Axel Lin <axel.lin@gmail.com> Acked-by:
Jin Park <jinyoungp@nvidia.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 28 Nov, 2011 2 commits
-
-
Axel Lin authored
The implementation in aat2870_update() already did the bitwise and operation against mask parameter. Signed-off-by:
Axel Lin <axel.lin@gmail.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
Axel Lin authored
In current implementation, the pointer ri is not NULL if no id is matched. Fix it by checking i == ARRAY_SIZE(aat2870_regulators) if no id is matched. Signed-off-by:
Axel Lin <axel.lin@gmail.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Cc: stable@kernel.org
-
- 23 Nov, 2011 1 commit
-
-
Rajendra Nayak authored
With device tree support for regulators, its needed that the regulator_dev->dev device has the right of_node attached. To be able to do this add an additional parameter to the regulator_register() api, wherein the dt-adapted driver can then pass this additional info onto the regulator core. Signed-off-by:
Rajendra Nayak <rnayak@ti.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 31 Oct, 2011 1 commit
-
-
Paul Gortmaker authored
Another group of drivers that are taking advantage of the implicit presence of module.h -- and will break when we pull the carpet out from under them during a cleanup. Fix 'em now. Signed-off-by:
Paul Gortmaker <paul.gortmaker@windriver.com>
-
- 08 Aug, 2011 1 commit
-
-
Randy Dunlap authored
aat2870-regulator.c needs to include linux/module.h to fix multiple build errors. drivers/regulator/aat2870-regulator.c:145: error: 'THIS_MODULE' undeclared here (not in a function) drivers/regulator/aat2870-regulator.c:230: warning: type defaults to 'int' in declaration of 'MODULE_DESCRIPTION' drivers/regulator/aat2870-regulator.c:231: warning: type defaults to 'int' in declaration of 'MODULE_LICENSE' drivers/regulator/aat2870-regulator.c:232: warning: type defaults to 'int' in declaration of 'MODULE_AUTHOR' Signed-off-by:
Randy Dunlap <rdunlap@xenotime.net> Signed-off-by:
Liam Girdwood <lrg@slimlogic.co.uk>
-
- 31 Jul, 2011 1 commit
-
-
Jin Park authored
Add regulator driver for AnalogicTech AAT2870. Signed-off-by:
Jin Park <jinyoungp@nvidia.com> Acked-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by:
Samuel Ortiz <sameo@linux.intel.com>
-