summaryrefslogtreecommitdiffstats
path: root/drivers/power/max17042_battery.c
Commit message (Expand)AuthorAgeFilesLines
* power_supply: max17042: Add OF support for setting thresholdsKrzysztof Kozlowski2015-06-101-0/+9
* power: max17042_battery: add HEALTH and TEMP_* properties supportRamakrishna Pallala2015-05-231-11/+179
* power: max17042_battery: add missed blankBeomho Seo2015-04-061-0/+2
* power: max17042_battery: Use reg type instead of chip typeBeomho Seo2015-04-061-23/+10
* power_supply: Change ownership from driver to coreKrzysztof Kozlowski2015-03-131-16/+29
* power_supply: Move run-time configuration to separate structureKrzysztof Kozlowski2015-03-131-1/+1
* power_supply: max17042: Use regmap_update_bits instead read and writeKrzysztof Kozlowski2015-02-251-6/+4
* power: max17042: Constify struct regmap_configKrzysztof Kozlowski2015-01-201-1/+1
* max17042_battery: Add IRQF_ONESHOT flag to use default irq handlerJonghwa Lee2013-12-231-3/+3
* max17042_battery: Support regmap to access device's registersJonghwa Lee2013-10-251-183/+174
* max17042_battery: Use SIMPLE_DEV_PM_OPSManish Badarkhe2013-10-251-11/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxAnton Vorontsov2012-12-111-3/+3
|\
| * power: remove use of __devexitBill Pemberton2012-11-281-1/+1
| * power: remove use of __devinitBill Pemberton2012-11-281-1/+1
| * power: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* | max17042_battery: Fix missing verify_model_lock() return value checkAlan Cox2012-11-181-1/+2
|/
* max17042_battery: Support CHARGE_COUNTER power supply attributeRamakrishna Pallala2012-06-191-0/+8
* max17042_battery: Add support for max17047/50 chipRamakrishna Pallala2012-05-051-11/+58
* max17042_battery: Handle irq request failure caseRamakrishna Pallala2012-05-051-1/+3
* max17042_battery: Fix power supply and irq registration orderingRamakrishna Pallala2012-05-041-5/+7
* power_supply: Add voltage_ocv property and use it for max17042 driverRamakrishna Pallala2012-05-041-0/+8
* max17042_battery: Move dev_pm_ops struct under CONFIG_PMAnton Vorontsov2012-05-041-9/+11
* max17042_battery: Add suspend/resume hooksRamakrishna Pallala2012-05-041-0/+41
* max17042_battery: Fix driver exit functionRamakrishna Pallala2012-05-041-0/+2
* max17042_battery: Fix a couple buffer overflowsDan Carpenter2012-05-041-6/+4
* max17042_battery: Clean up interrupt handlingRamakrishna Pallala2012-03-261-11/+7
* max17042_battery: Fix CHARGE_FULL representation.MyungJoo Ham2012-03-261-5/+2
* power_supply: Convert i2c drivers to module_i2c_driverAxel Lin2012-03-261-12/+1
* max17042_battery: Make it possible to instantiate driver from DTKarol Lewandowski2012-03-261-1/+49
* max17042_battery: Use devm_kzalloc() where applicableKarol Lewandowski2012-03-261-5/+2
* max17042: Change capacity property to use reported SOC registerDirk Brandewie2012-03-261-1/+1
* max17042: Add support for signalling change in SOCRamakrishna Pallala2012-03-261-0/+53
* max17042: Add POR init procedure from Maxim appnoteRamakrishna Pallala2012-03-261-10/+376
* Merge branch 'power-supply-scope' of git://git.kernel.org/pub/scm/linux/kerne...Anton Vorontsov2012-01-041-0/+1
|\
| * drivers/power: Add module.h to the actual modules in drivers/powerPaul Gortmaker2011-10-311-0/+1
* | max17042_battery: Fix error handlingRamakrishna Pallala2011-11-261-27/+58
* | max17042_battery: Bugfix of incorrect voltage register value interpretationMyungJoo Ham2011-08-191-4/+4
* | max17042_battery: Do not lose accuracy calculating current_nowPhilip Rakity2011-08-191-2/+1
* | max17042_battery: Divide by 0 crash because r_sns init too latePhilip Rakity2011-08-191-3/+3
|/
* power_supply: MAX17042: Support additional propertiesDonggeun Kim2011-07-081-68/+105
* max17042_battery: Remove obsolete cleanup for clientdataWolfram Sang2011-07-081-2/+0
* power_supply: Add MAX17042 Fuel Gauge DriverMyungJoo Ham2011-01-141-0/+239
OpenPOWER on IntegriCloud