| Commit message (Expand) | Author | Age | Files | Lines |
* | power:lp8727_charger: parsing child node after getting debounce-ms | Milo Kim | 2015-09-22 | 1 | -4/+4 |
* | power:lp8727_charger: use the private data instead of updating I2C device pla... | Milo Kim | 2015-09-22 | 1 | -12/+13 |
* | power_supply: Change ownership from driver to core | Krzysztof Kozlowski | 2015-03-13 | 1 | -39/+49 |
* | power_supply: Move run-time configuration to separate structure | Krzysztof Kozlowski | 2015-03-13 | 1 | -7/+7 |
* | lp8727_charger: Support the device tree feature | Kim, Milo | 2013-06-06 | 1 | -0/+68 |
* | lp8727_charger: Small cleanup in naming | Dan Carpenter | 2013-02-02 | 1 | -4/+4 |
* | power: remove use of __devexit | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | power: remove use of __devexit_p | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | lp8727_charger: More pure cosmetic improvements | Kim, Milo | 2012-09-20 | 1 | -1/+2 |
* | lp8727_charger: Fix checkpatch warning | Kim, Milo | 2012-09-20 | 1 | -2/+1 |
* | lp8727_charger: Add description in the private data | Kim, Milo | 2012-09-20 | 1 | -4/+8 |
* | lp8727_charger: Fix a typo - chg_parm to chg_param | Kim, Milo | 2012-09-20 | 1 | -8/+8 |
* | lp8727_charger: Make some cosmetic changes in lp8727_delayed_func() | Kim, Milo | 2012-09-20 | 1 | -3/+5 |
* | lp8727_charger: Clean up lp8727_charger_changed() | Kim, Milo | 2012-09-20 | 1 | -9/+13 |
* | lp8727_charger: Return if the battery is discharging | Kim, Milo | 2012-09-20 | 1 | -6/+7 |
* | lp8727_charger: Make lp8727_charger_get_propery() simpler | Kim, Milo | 2012-09-20 | 1 | -3/+4 |
* | lp8727_charger: Make lp8727_ctrl_switch() inline | Kim, Milo | 2012-09-20 | 1 | -1/+1 |
* | lp8727_charger: Make lp8727_init_device() shorter | Kim, Milo | 2012-09-20 | 1 | -5/+1 |
* | lp8727_charger: Clean up lp8727_is_charger_attached() | Kim, Milo | 2012-09-20 | 1 | -8/+6 |
* | lp8727_charger: Use specific definition | Kim, Milo | 2012-09-20 | 1 | -3/+6 |
* | lp8727_charger: Clean up lp8727 definitions | Kim, Milo | 2012-09-20 | 1 | -66/+64 |
* | lp8727_charger: Use the definition rather than enum | Kim, Milo | 2012-09-20 | 1 | -11/+5 |
* | lp8727_charger: Fix code for getting battery temp | Kim, Milo | 2012-09-20 | 1 | -5/+26 |
* | lp8727_charger: Clear interrrupts at inital time | Kim, Milo | 2012-09-20 | 1 | -0/+8 |
* | lp8727_charger: Clean up the interrupt handler | Kim, Milo | 2012-09-20 | 1 | -9/+28 |
* | lp8727_charger: Remove unnecessary workqueue thread | Kim, Milo | 2012-09-20 | 1 | -12/+1 |
* | lp8727_charger: Add configurable debouce timer | Kim, Milo | 2012-09-20 | 1 | -3/+9 |
* | lp8727_charger: Fix buggy code of NULL pdata | Kim, Milo | 2012-09-20 | 1 | -7/+21 |
* | lp8727_charger: Cleanup _probe() and _remove() | Kim, Milo | 2012-09-20 | 1 | -11/+9 |
* | lp8727_charger: Use devm_kzalloc() | Kim, Milo | 2012-09-20 | 1 | -6/+2 |
* | lp8727_charger: Use IRQF_ONESHOT | Fengguang Wu | 2012-09-20 | 1 | -1/+1 |
* | lp8727_charger: Unregister power supply at error path of lp8727_register_psy | Devendra Naga | 2012-08-22 | 1 | -7/+9 |
* | lp8727_charger: Move header file into platform_data directory | Kim, Milo | 2012-07-14 | 1 | -1/+1 |
* | power_supply: Convert i2c drivers to module_i2c_driver | Axel Lin | 2012-03-26 | 1 | -13/+1 |
* | lp8727_charger: Add MODULE_DEVICE_TABLE | Axel Lin | 2012-03-26 | 1 | -0/+1 |
* | lp8727_charger: Correct typos on the comment | Kim, Milo | 2012-03-26 | 1 | -1/+1 |
* | lp8727_charger: Fix wrong code style | Kim, Milo | 2012-03-26 | 1 | -5/+5 |
* | lp8727_charger: Change i2c functions | Kim, Milo | 2012-03-26 | 1 | -28/+20 |
* | lp8727_charger: Add error check routine on probe() | Kim, Milo | 2012-03-26 | 1 | -18/+39 |
* | lp8727_charger: Add company name and description | Kim, Milo | 2012-03-26 | 1 | -1/+2 |
* | lp8727_charger: Add terminating entry for i2c_device_id table | Axel Lin | 2012-02-01 | 1 | -0/+1 |
* | lp8727_charger: Coding style changes | Kim, Milo | 2012-01-04 | 1 | -25/+25 |
* | lp8727_charger: Add supported i2c functionality check routine | Kim, Milo | 2012-01-04 | 1 | -0/+3 |
* | power_supply: Add LP8727 charger driver | Woogyom Kim | 2012-01-04 | 1 | -0/+491 |