Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rx51_battery: Fix reporting temperature | Pali Rohár | 2013-04-17 | 1 | -2/+2 |
| | | | | | | | This patch fixing units (1/10 °C) in which is temperature reported. Signed-off-by: Pali Rohár <pali.rohar@gmail.com> Signed-off-by: Anton Vorontsov <anton@enomsg.org> | ||||
* | rx51_battery: Use devm_kzalloc() | Jingoo Han | 2013-04-01 | 1 | -3/+1 |
| | | | | | | | Use devm_kzalloc() to make cleanup paths more simple. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Anton Vorontsov <anton@enomsg.org> | ||||
* | Drivers: power: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-04 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | CONFIG_HOTPLUG is going away as an option. As a result, the __dev* markings need to be removed. This change removes the use of __devinit, __devexit_p, __devinitconst, and __devexit from these drivers. Based on patches originally written by Bill Pemberton, but redone by me in order to handle some of the coding style issues better, by hand. Cc: Bill Pemberton <wfp5p@virginia.edu> Cc: Anton Vorontsov <cbou@mail.ru> Cc: David Woodhouse <dwmw2@infradead.org> Cc: Andrew Lunn <andrew@lunn.ch> Cc: Jamie Lentin <jm@lentin.co.uk> Cc: Jason Cooper <jason@lakedaemon.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | ||||
* | power_supply: Add new Nokia RX-51 (N900) power supply battery driver | Pali Rohár | 2012-11-19 | 1 | -0/+251 |
This driver exporting battery design capacity, temperature and voltage for battery in Nokia RX-51. This driver is needed for open source battery management on Nokia RX-51 (N900). Signed-off-by: Pali Rohár <pali.rohar@gmail.com> Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org> |