summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-14power_supply: Move run-time configuration to separate structureKrzysztof Kozlowski69-167/+224
2015-03-14power_supply: Add driver private dataKrzysztof Kozlowski2-0/+10
2015-03-14compal-laptop: Check return value of power_supply_registerKrzysztof Kozlowski1-1/+3
2015-03-14compal-laptop: Fix leaking hwmon deviceKrzysztof Kozlowski1-3/+3
2015-03-09power: generic-adc-battery: Fix power_supply_property returned valueNicolas Saenz Julienne1-1/+1
2015-03-07ab8500_fg.c: only request threaded IRQs when necessaryValentin Rothberg1-13/+33
2015-03-07X-Power AXP288 PMIC Fuel Gauge DriverTodd Brandt3-0/+1161
2015-03-07mfd/axp20x: change battery cell name to fuel gaugeTodd Brandt1-4/+4
2015-03-07bq2415x_charger: Add support for bq24157sAnda-Maria Nicolae1-0/+8
2015-03-07bq2415x_charger: Remove unnecessary else after returnAnda-Maria Nicolae1-16/+8
2015-03-02power/smb347-charger.c: set IRQF_ONESHOT flag to ensure IRQ requestValentin Rothberg1-1/+2
2015-02-28power: bq27x00_battery: add bq27510 supportAlexandre Belloni1-5/+45
2015-02-26power_supply core: support use of devres to register/unregister a power supply.NeilBrown2-0/+49
2015-02-26bq2415x_charger, bq27x00_battery.c: comment cleanupsPavel Machek2-10/+1
2015-02-26ab8500_fg: use jiffies_to_msecs for jiffies conversionNicholas Mc Guire1-2/+2
2015-02-26ab8500_fg: match return type of wait_for_completion_timeoutNicholas Mc Guire1-2/+2
2015-02-26power_supply: ab8500_fg: Simplify creation and removal of sysfs entriesKrzysztof Kozlowski1-18/+11
2015-02-26Merge branch 'fixes' into nextSebastian Reichel3-5/+28
2015-02-26power_supply: lp8788-charger: Fix leaked power supply on probe failKrzysztof Kozlowski1-1/+3
2015-02-26power_supply: ipaq_micro_battery: Check return values in probeKrzysztof Kozlowski1-2/+19
2015-02-26power_supply: ipaq_micro_battery: Fix leaking workqueueKrzysztof Kozlowski1-0/+1
2015-02-26power_supply: twl4030_madc: Check return value of power_supply_registerKrzysztof Kozlowski1-2/+5
2015-02-25power_supply: max17042: Use regmap_update_bits instead read and writeKrzysztof Kozlowski1-6/+4
2015-02-25power_supply: max17040: Use system efficient workqueuesKrzysztof Kozlowski1-3/+6
2015-02-25power_supply: max14577: Properly handle error conditionsKrzysztof Kozlowski1-36/+73
2015-02-25power_supply: max14577: Don't store charging and battery states for laterKrzysztof Kozlowski1-5/+0
2015-02-25power_supply: max77693: Properly handle error conditionsKrzysztof Kozlowski1-44/+55
2015-02-25power: Use subdir-ccflags-* to inherit debug flagGeert Uytterhoeven1-1/+1
2015-02-25bq27x00_battery: register as non-wakeup power supply.NeilBrown1-1/+1
2015-02-25power_supply: rt5033: Constify struct regmap_configKrzysztof Kozlowski1-1/+1
2015-02-25MAINTAINERS: Include DA9150 files in Dialog Semiconductor support list.Adam Thomson1-0/+4
2015-02-25power: da9150: Add DT binding documentation for chargerAdam Thomson1-0/+26
2015-02-25power: Add support for DA9150 ChargerAdam Thomson3-0/+701
2015-02-25Merge branch 'da9150-charger-fuelgauge' into nextSebastian Reichel4-0/+433
2015-02-25power: ltc2941-battery-gauge: Fix typo in conversion formula (58 instead of 85)Mike Looijmans1-1/+1
2015-02-25iio: da9150: Add DT binding documentation for GPADCAdam Thomson1-0/+16
2015-02-25iio: Add support for DA9150 GPADCAdam Thomson3-0/+417
2015-02-25power: ltc2941-battery-gauge: Fix typo in conversion formula (58 instead of 85)Mike Looijmans1-1/+1
2015-02-23Linux 4.0-rc1Linus Torvalds1-4/+4
2015-02-23Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds5-56/+108
2015-02-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds70-758/+907
2015-02-22Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2015-02-22autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro1-2/+6
2015-02-22procfs: fix race between symlink removals and traversalsAl Viro3-12/+22
2015-02-22debugfs: leave freeing a symlink body until inode evictionAl Viro1-17/+17
2015-02-22Documentation/filesystems/Locking: ->get_sb() is long goneAl Viro1-2/+0
2015-02-22trylock_super(): replacement for grab_super_passive()Konstantin Khlebnikov3-26/+22
2015-02-22fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells1-1/+1
2015-02-22Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells4-9/+9
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells34-71/+71