summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* regulator: core: Allow for regulators that can't be read at bootupDouglas Anderson2018-05-171-0/+12
* regulator: add support for SY8106A regulatorOndrej Jirman2018-05-093-1/+175
* regulator: add dummy function of_find_regulator_by_nodeChangbin Du2018-05-051-2/+7
* Merge branch 'topic/bd9571mwv' of https://git.kernel.org/pub/scm/linux/kernel...Mark Brown2018-05-022-1/+128
|\
| * regulator: bd9571mwv: Add support for backup modeGeert Uytterhoeven2018-04-231-1/+126
| * mfd: bd9571mwv: Allow DDR Backup Power register accessGeert Uytterhoeven2018-04-231-0/+2
* | regulator: axp20x: add drivevbus support for axp803Jagan Teki2018-04-231-0/+2
* | regulator: wm8350: fix missing increment of loop index iColin Ian King2018-04-231-0/+1
* | regulator: Don't return or expect -errno from of_map_mode()Douglas Anderson2018-04-203-8/+9
* | regulator: tps6586x: Add support for TPS658624ryang2018-04-201-0/+1
* | regulator: pfuze100: update voltage setting for pfuze3000 sw1aAnson Huang2018-04-181-1/+8
* | regulator: lp87565: Enable LP87565_BUCK_CTRL_1_FPWM_MP_0_2Keerthy2018-04-171-1/+2
* | regulator: lp87565: Add margin while populating ramp_delayKeerthy2018-04-171-6/+10
* | regulator: ab8500: Drop AB8540/9540 supportLinus Walleij2018-04-161-1406/+1
|/
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-04-1518-82/+109
|\
| * scsi: devinfo: Add Microsoft iSCSI target to 1024 sector blacklistRoss Lagerwall2018-04-091-1/+1
| * scsi: cxgb4i: silence overflow warning in t4_uld_rx_handler()Dan Carpenter2018-04-091-4/+4
| * scsi: dpt_i2o: Use after free in I2ORESETCMD ioctlDan Carpenter2018-04-091-5/+8
| * scsi: core: Make scsi_result_to_blk_status() recognize CONDITION METBart Van Assche2018-04-091-0/+9
| * scsi: core: Rename __scsi_error_from_host_byte() into scsi_result_to_blk_stat...Bart Van Assche2018-04-091-9/+9
| * Revert "scsi: core: return BLK_STS_OK for DID_OK in __scsi_error_from_host_by...Bart Van Assche2018-04-091-2/+0
| * scsi: aacraid: Insure command thread is not recursively stoppedDave Carroll2018-04-092-1/+4
| * scsi: qla2xxx: Correct setting of SAM_STAT_CHECK_CONDITIONJohannes Thumshirn2018-04-091-3/+3
| * scsi: qla2xxx: correctly shift host byteJohannes Thumshirn2018-04-091-1/+1
| * scsi: qla2xxx: Fix race condition between iocb timeout and initialisationBen Hutchings2018-04-098-31/+45
| * scsi: qla2xxx: Avoid double completion of abort commandBen Hutchings2018-04-091-2/+2
| * scsi: qla2xxx: Fix small memory leak in qla2x00_probe_one on probe failureBill Kuzeja2018-04-091-23/+21
| * scsi: scsi_dh: Don't look for NULL devices handlers by nameJohannes Thumshirn2018-04-091-0/+3
| * scsi: core: remove redundant assignment to shost->use_blk_mqColin Ian King2018-04-091-1/+0
* | Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-04-152-7/+0
|\ \
| * | kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada2018-04-071-4/+0
| * | .gitignore: move *-asn1.[ch] patterns to the top-level .gitignoreMasahiro Yamada2018-04-071-1/+0
| * | kbuild: add %.dtb.S and %.dtb to 'targets' automaticallyMasahiro Yamada2018-04-071-2/+0
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2018-04-136-5/+251
|\ \ \
| * \ \ Merge branches 'thermal-core' and 'thermal-soc' into nextZhang Rui2018-04-131-3/+3
| |\ \ \
| | * | | thermal: imx: Fix race condition in imx_thermal_probe()Mikhail Lappo2018-03-141-3/+3
| * | | | thermal: Add cooling device's statistics in sysfsViresh Kumar2018-04-025-2/+248
| |/ / /
* | | | Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-131-4/+12
|\ \ \ \
| * | | | firmware: dmi_scan: Use lowercase letters for UUIDJean Delvare2018-04-131-2/+2
| * | | | firmware: dmi_scan: Add DMI_OEM_STRING support to dmi_matchesAlex Hung2018-04-131-1/+9
| * | | | firmware: dmi_scan: Fix UUID length safety checkJean Delvare2018-04-131-1/+1
* | | | | Merge tag 'chrome-platform-for-linus-4.17' of git://git.kernel.org/pub/scm/li...Linus Torvalds2018-04-136-607/+784
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/ib-chrome-platform-cros-ec-sysfs-debugfs...Benson Leung2018-04-103-59/+189
| |\ \ \ \ \
| | * | | | | platform/chrome: mfd/cros_ec_dev: Add sysfs entry to set keyboard wake lid angleGwendal Grignou2018-04-102-18/+94
| | * | | | | platform/chrome: cros_ec_debugfs: Add PD port info to debugfsShawn Nematbakhsh2018-04-101-0/+72
| | * | | | | platform/chrome: cros_ec_debugfs: Use octal permissions '0444'Enric Balletbo i Serra2018-04-101-2/+2
| | * | | | | platform/chrome: cros_ec_sysfs: use permission-specific DEVICE_ATTR variantsEnric Balletbo i Serra2018-04-101-12/+12
| | * | | | | platform/chrome: cros_ec_sysfs: introduce to_cros_ec_dev define.Enric Balletbo i Serra2018-04-101-6/+5
| | * | | | | platform/chrome: cros_ec_sysfs: Modify error handlingGwendal Grignou2018-04-101-21/+4
| * | | | | | Merge remote-tracking branch 'chrome-platform-stop-being-a-platform-driver-pl...Benson Leung2018-04-092-548/+579
| |\ \ \ \ \ \