28 Feb, 2013
1 commit
-
Convert to the much saner new idr interface.
Signed-off-by: Tejun Heo
Acked-by: Anton Vorontsov
Cc: David Woodhouse
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
17 Feb, 2013
1 commit
-
* Renamed mode BQ2415X_MODE_NONE to BQ2415X_MODE_OFF because this mode
turning chaging completly off* Added new mode BQ2415X_MODE_NONE which enable charging with maximal
current limit 100mA (this is minimal safe value for bq2415x chips)Signed-off-by: Pali Rohár
Signed-off-by: Anton Vorontsov
06 Jan, 2013
3 commits
-
devm_kzalloc is device managed and makes error handling and code cleanup a
bit simpler.Signed-off-by: Sachin Kamat
Signed-off-by: Anton Vorontsov -
module_i2c_driver() makes the code simpler by eliminating module_init and
module_exit calls.Signed-off-by: Sachin Kamat
Signed-off-by: Anton Vorontsov -
is not required here.
Signed-off-by: Sachin Kamat
Signed-off-by: Anton Vorontsov
19 Nov, 2012
2 commits
-
I hate doing these style fixups myself, but I also hate inconsitent code.
Normally I just ask to resubmit the patch with the issues fixed, but N900
is special: I have a selfish interest in it. :)Signed-off-by: Anton Vorontsov
-
The bq2415x charger driver is needed for example on Nokia N900 for
charging battery. Driver is part of open source project to replace
proprietary battery management.Signed-off-by: Pali Rohár
Signed-off-by: Anton Vorontsov