summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'qcom-drivers-for-4.19' of git://git.kernel.org/pub/scm/linux/kerne...Mark Brown2018-08-1010-7/+1873
|\
| * soc: qcom: rmtfs-mem: fix memleak in probe error pathsJohan Hovold2018-07-211-2/+1
| * soc: qcom: llc-slice: Add missing MODULE_LICENSE()Niklas Cassel2018-07-211-0/+3
| * drivers: qcom: rpmh: fix unwanted error check for get_tcs_of_type()Raju P.L.S.S.S.N2018-07-211-4/+2
| * drivers: qcom: rpmh-rsc: fix the loop index check in get_req_from_tcsRaju P.L.S.S.S.N2018-07-211-1/+1
| * drivers: qcom: rpmh-rsc: Check cmd_db_ready() to help childrenDouglas Anderson2018-07-211-0/+13
| * drivers: qcom: rpmh-rsc: allow active requests from wake TCSLina Iyer2018-07-211-2/+21
| * drivers: qcom: rpmh: add support for batch RPMH requestLina Iyer2018-07-213-2/+160
| * drivers: qcom: rpmh: allow requests to be sent asynchronouslyLina Iyer2018-07-212-0/+53
| * drivers: qcom: rpmh: cache sleep/wake state requestsLina Iyer2018-07-213-7/+205
| * drivers: qcom: rpmh-rsc: allow invalidation of sleep/wake TCSLina Iyer2018-07-211-0/+44
| * drivers: qcom: rpmh-rsc: write sleep/wake requests to TCSLina Iyer2018-07-212-0/+129
| * drivers: qcom: rpmh: add RPMH helper functionsLina Iyer2018-07-214-3/+154
| * drivers: qcom: rpmh-rsc: log RPMH requests in FTRACELina Iyer2018-07-213-1/+93
| * drivers: qcom: rpmh-rsc: add RPMH controller for QCOM SoCsLina Iyer2018-07-214-0/+561
| * drivers: soc: Add LLCC driverRishabh Bhatnagar2018-07-214-0/+448
| * soc: qcom: smem: Correct check for global partitionBjorn Andersson2018-07-211-5/+5
* | regulator: samsung: Add SPDX license identifiersKrzysztof Kozlowski2018-08-083-39/+12
* | regulator: maxim: Add SPDX license identifiersKrzysztof Kozlowski2018-08-086-127/+51
* | regulator: bd71837: adobt MFD changes to regulator driverMatti Vaittinen2018-07-303-9/+4
* | regulator: tps65217: Fix NULL pointer dereference on probeAnton Vasilyev2018-07-301-0/+2
* | regulator: Add support for CPCAP regulators on Motorola Xoom devices.Peter Geis2018-07-241-0/+80
* | regulator: Add sw2_sw4 voltage table to cpcap regulator.Peter Geis2018-07-241-0/+23
* | regulator: bd9571mwv: Make symbol 'dev_attr_backup_mode' staticWei Yongjun2018-07-241-1/+1
* | regulator: pfuze100: add support to en-/disable switch regulatorsMarco Felsch2018-07-231-0/+36
* | regulator: qcom_spmi: Indent with tabs instead of spacesNiklas Cassel2018-07-201-1/+1
* | regulator: qcom_spmi: Do not initialise static to NULLNiklas Cassel2018-07-201-1/+1
* | regulator: qcom_spmi: Use correct regmap when checking for errorNiklas Cassel2018-07-201-1/+1
* | regulator: qcom_spmi: Fix warning Bad of_node_put()Niklas Cassel2018-07-201-12/+20
* | regulator: bd9571mwv: Add support for toggle power switchesGeert Uytterhoeven2018-07-181-0/+20
* | regulator: bd9571mwv: Use "backup_mode" sysfs file instead of "wake_up"Geert Uytterhoeven2018-07-181-5/+47
* | regulator: uniphier: add regulator driver for UniPhier SoCKunihiko Hayashi2018-07-113-0/+222
* | regulator: max8997: clean up a condition in max8997_list_voltage()Dan Carpenter2018-07-091-2/+1
* | regulator: core: Link consumer with regulator driverpascal paillet2018-07-051-2/+16
* | driver core: Add device_link_remove functionpascal paillet2018-07-051-0/+30
* | regulator: core: Change suspend_late to suspendpascal paillet2018-07-051-13/+13
* | regulator: Revert "regulator: pfuze100: add enable/disable for switch"Fabio Estevam2018-07-021-8/+0
* | regulator: bd71837: Editorial cleanups.Matti Vaittinen2018-06-281-15/+10
* | regulator: bd71837: Simplify bd71837_set_voltage_sel_restricted implementationAxel Lin2018-06-271-8/+4
* | regulator: bd71837: Staticize ldo_2_voltsAxel Lin2018-06-271-1/+1
* | regulator: pfuze100: add pfuze3001 supportStefan Wahren2018-06-182-9/+73
|/
* Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-169-193/+154
|\
| * Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linusJens Axboe2018-06-159-193/+154
| |\
| | * nvme-fabrics: fix and refine state checks in __nvmf_check_readyChristoph Hellwig2018-06-151-20/+19
| | * nvme-fabrics: handle the admin-only case properly in nvmf_check_readyChristoph Hellwig2018-06-151-1/+2
| | * nvme-fabrics: refactor queue ready checkChristoph Hellwig2018-06-155-50/+45
| | * nvme: remove nvme_reinit_tagsetChristoph Hellwig2018-06-142-12/+0
| | * nvme-fc: fix nulling of queue data on reconnectJames Smart2018-06-141-6/+5
| | * nvme-fc: remove reinit_request routineJames Smart2018-06-141-20/+0
| | * nvme-fc: change controllers first connect to use reconnect pathJames Smart2018-06-141-57/+47