summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* power: supply: twl4030-charger: move allocation of iio channel to the beginningH. Nikolaus Schaller2017-06-141-6/+6
* power: supply: twl4030-charger: allocate iio by devm_iio_channel_get() and fi...H. Nikolaus Schaller2017-06-141-8/+2
* power: supply: core: constify psy_tcd_ops.Arvind Yadav2017-06-141-1/+1
* power: supply: twl4030_charger: Use sysfs_match_string() helperAndy Shevchenko2017-06-121-9/+5
* Merge branch 'psy-reboot-mode-immutable' into psy-nextSebastian Reichel2017-06-083-20/+2
|\
| * power: reset: reboot-mode: Make include file globalBjorn Andersson2017-06-083-20/+2
* | power: supply: axp20x_battery: add DT support for battery max constant charge...Quentin Schulz2017-06-081-8/+70
* | power: supply: axp20x_battery: add support for DT batteryQuentin Schulz2017-06-081-0/+10
* | power: supply: bq27xxx: Add power_supply_battery_info supportLiam Breck2017-06-082-1/+214
* | power: supply: bq27xxx: Add chip data memory read/write supportLiam Breck2017-06-081-0/+265
* | power: supply: bq27xxx: Add bulk transfer bus methodsMatt Ranostay2017-06-082-3/+146
* | power: supply: core: Add power_supply_prop_prechargeLiam Breck2017-06-081-0/+1
* | power: supply: core: Add power_supply_battery_info and APILiam Breck2017-06-081-0/+57
* | power: supply: cpcap-battery: Add a battery driverTony Lindgren2017-06-083-0/+817
* | power: reset: Default POWER_RESET_BRCMSTB to BMIPS_GENERICFlorian Fainelli2017-06-081-1/+1
* | power: reset: Allow selecting POWER_RESET_BRCMSTB on ARM64Florian Fainelli2017-06-081-1/+1
* | power: reset: at91-sama5d2_shdwc: fix clobber listAlexandre Belloni2017-06-081-1/+1
* | power: reset: at91-poweroff: fix clobber listAlexandre Belloni2017-06-081-1/+1
* | power: supply: twl4030-charger: remove nonstandard max_current sysfs attributeH. Nikolaus Schaller2017-06-081-63/+0
* | power: supply: ltc3651-charger: fix some error codes in probeDan Carpenter2017-06-081-3/+3
* | power: supply: sysfs: parse string as enum when writing propertyDavid Lechner2017-06-081-39/+85
* | power: supply: Add Apple Brick ID power supply typeBenson Leung2017-06-081-1/+1
* | power: supply: core: Add support for supplied-from device-propertyHans de Goede2017-05-151-1/+23
* | power: supply: axp20x_usb_power: Drop unnecessary staticJulia Lawall2017-05-151-1/+1
* | power: supply: Add ltc3651-charger driverMike Looijmans2017-05-153-0/+218
* | power: supply: cpcap-charger: Fix charger voltages based on ADC valuesTony Lindgren2017-05-141-10/+14
* | power: supply: cpcap-charger: Update charge current table and add commentsTony Lindgren2017-05-141-24/+35
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-05-135-7/+445
|\
| * Input: cros_ec_keyb - remove extraneous 'const'Arnd Bergmann2017-05-121-1/+1
| * Input: add support for PlayStation 1/2 joypads connected via SPITomohiro Yoshidomi2017-05-103-0/+423
| * Input: xpad - add USB IDs for Mad Catz Brawlstick and Razer SabertoothBenjamin Valentin2017-05-071-0/+2
| * Input: xpad - sync supported devices with xboxdrvBenjamin Valentin2017-05-071-0/+13
| * Input: xpad - sort supported devices by USB IDBenjamin Valentin2017-05-071-6/+6
* | Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2017-05-133-10/+159
|\ \
| * | ubi: Add debugfs file for tracking PEB stateBen Shelton2017-05-081-1/+125
| * | ubi: fastmap: Fix slab corruptionRabin Vincent2017-05-081-4/+29
| * | ubi: Make mtd parameter readableAndy Shevchenko2017-05-081-1/+1
| * | ubi: Fix section mismatchAndy Shevchenko2017-05-081-4/+4
* | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-138-57/+166
|\ \ \
| * | | libnvdimm, btt: ensure that initializing metadata clears poisonVishal Verma2017-05-111-7/+47
| * | | libnvdimm: add an atomic vs process context flag to rw_bytesVishal Verma2017-05-116-37/+46
| * | | device-dax: kill NR_DEV_DAXDan Williams2017-05-092-13/+3
| * | | block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams2017-05-081-0/+70
| * | | device-dax: Tell kbuild DEV_DAX_PMEM depends on DEV_DAXMike Galbraith2017-05-081-1/+1
* | | | Merge tag 'for-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds2017-05-1215-172/+945
|\ \ \ \
| * | | | power: supply: cpcap-charger: Keep trickle charger bits disabledTony Lindgren2017-05-041-2/+1
| * | | | power: supply: cpcap-charger: Fix enable for 3.8V charge settingTony Lindgren2017-05-041-1/+1
| * | | | power: supply: cpcap-charger: Fix charge voltage configurationTony Lindgren2017-05-041-2/+2
| * | | | power: supply: cpcap-charger: Fix charger nameTony Lindgren2017-05-041-1/+1
| * | | | power: supply: twl4030-charger: make twl4030_bci_property_is_writeable staticSebastian Reichel2017-05-041-1/+1