aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-13power_supply: Add driver private dataKrzysztof Kozlowski
2015-03-13compal-laptop: Check return value of power_supply_registerKrzysztof Kozlowski
2015-03-13compal-laptop: Fix leaking hwmon deviceKrzysztof Kozlowski
2015-03-09power: generic-adc-battery: Fix power_supply_property returned valueNicolas Saenz Julienne
2015-03-07ab8500_fg.c: only request threaded IRQs when necessaryValentin Rothberg
2015-03-07X-Power AXP288 PMIC Fuel Gauge DriverTodd Brandt
2015-03-07mfd/axp20x: change battery cell name to fuel gaugeTodd Brandt
2015-03-07bq2415x_charger: Add support for bq24157sAnda-Maria Nicolae
2015-03-07bq2415x_charger: Remove unnecessary else after returnAnda-Maria Nicolae
2015-03-02power/smb347-charger.c: set IRQF_ONESHOT flag to ensure IRQ requestValentin Rothberg
2015-02-28power: bq27x00_battery: add bq27510 supportAlexandre Belloni
2015-02-26power_supply core: support use of devres to register/unregister a power supply.NeilBrown
2015-02-25bq2415x_charger, bq27x00_battery.c: comment cleanupsPavel Machek
2015-02-25ab8500_fg: use jiffies_to_msecs for jiffies conversionNicholas Mc Guire
2015-02-25ab8500_fg: match return type of wait_for_completion_timeoutNicholas Mc Guire
2015-02-25power_supply: ab8500_fg: Simplify creation and removal of sysfs entriesKrzysztof Kozlowski
2015-02-25Merge branch 'fixes' into nextSebastian Reichel
2015-02-25power_supply: lp8788-charger: Fix leaked power supply on probe failKrzysztof Kozlowski
2015-02-25power_supply: ipaq_micro_battery: Check return values in probeKrzysztof Kozlowski
2015-02-25power_supply: ipaq_micro_battery: Fix leaking workqueueKrzysztof Kozlowski
2015-02-25power_supply: twl4030_madc: Check return value of power_supply_registerKrzysztof Kozlowski
2015-02-25power_supply: max17042: Use regmap_update_bits instead read and writeKrzysztof Kozlowski
2015-02-25power_supply: max17040: Use system efficient workqueuesKrzysztof Kozlowski
2015-02-25power_supply: max14577: Properly handle error conditionsKrzysztof Kozlowski
2015-02-25power_supply: max14577: Don't store charging and battery states for laterKrzysztof Kozlowski
2015-02-25power_supply: max77693: Properly handle error conditionsKrzysztof Kozlowski
2015-02-25power: Use subdir-ccflags-* to inherit debug flagGeert Uytterhoeven
2015-02-25bq27x00_battery: register as non-wakeup power supply.NeilBrown
2015-02-25power_supply: rt5033: Constify struct regmap_configKrzysztof Kozlowski
2015-02-25MAINTAINERS: Include DA9150 files in Dialog Semiconductor support list.Adam Thomson
2015-02-25power: da9150: Add DT binding documentation for chargerAdam Thomson
2015-02-25power: Add support for DA9150 ChargerAdam Thomson
2015-02-25Merge branch 'da9150-charger-fuelgauge' into nextSebastian Reichel
2015-02-25power: ltc2941-battery-gauge: Fix typo in conversion formula (58 instead of 85)Mike Looijmans
2015-02-25iio: da9150: Add DT binding documentation for GPADCAdam Thomson
2015-02-25iio: Add support for DA9150 GPADCAdam Thomson
2015-02-25power: ltc2941-battery-gauge: Fix typo in conversion formula (58 instead of 85)Mike Looijmans
2015-02-22Linux 4.0-rc1v4.0-rc1Linus Torvalds
2015-02-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-02-22Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-02-22Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2015-02-22autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro
2015-02-22procfs: fix race between symlink removals and traversalsAl Viro
2015-02-22debugfs: leave freeing a symlink body until inode evictionAl Viro
2015-02-22Documentation/filesystems/Locking: ->get_sb() is long goneAl Viro
2015-02-22trylock_super(): replacement for grab_super_passive()Konstantin Khlebnikov
2015-02-22fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells
2015-02-22Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2015-02-22SELinux: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells