summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* regulator: rtmv20: Fix wrong mask for strobe-polarity-highChiYuan Huang2021-06-281-1/+1
* regulator: bd9576: Fix uninitializes variable may_have_irqsColin Ian King2021-06-231-1/+1
* regulator: max8893: Select REGMAP_I2C to fix build errorAxel Lin2021-06-231-0/+1
* regulator: da9052: Ensure enough delay time for .set_voltage_time_selAxel Lin2021-06-231-1/+2
* regulator: hi6421v600: Fix setting wrong driver_dataAxel Lin2021-06-221-11/+15
* Merge series "regulator: qcom,rpmh-regulator: Add support for pmic available ...Mark Brown2021-06-211-12/+50
|\
| * regulator: qcom-rpmh: Add new regulator found on SA8155p adp boardBhupesh Sharma2021-06-211-0/+36
| * regulator: qcom-rpmh: Add terminator at the end of pm7325x_vreg_data[] arrayBhupesh Sharma2021-06-211-0/+2
| * regulator: qcom-rpmh: Cleanup terminator line commasBhupesh Sharma2021-06-211-12/+12
* | Merge series "Extend regulator notification support" from Matti Vaittinen <ma...Mark Brown2021-06-21445-2387/+5681
|\ \
| * | regulator: bd9576: Fix the driver name in id tableMatti Vaittinen2021-06-211-2/+2
| * | regulator: bd9576: Support error reportingMatti Vaittinen2021-06-211-124/+926
| * | regulator: add property parsing and callbacks to set protection limitsMatti Vaittinen2021-06-215-5/+211
| * | regulator: IRQ based event/error notification helpersMatti Vaittinen2021-06-214-8/+472
| * | regulator: move rdev_print helpers to internal.hMatti Vaittinen2021-06-212-11/+12
| * | thermal: Use generic HW-protection shutdown APIMatti Vaittinen2021-06-211-59/+4
| * | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-05-2918-28/+111
| |\ \
| | * | i2c: s3c2410: fix possible NULL pointer deref on read message after writeKrzysztof Kozlowski2021-05-281-0/+3
| | * | i2c: mediatek: Disable i2c start_en and clear intr_stat brfore resetQii Wang2021-05-281-0/+5
| | * | i2c: i801: Don't generate an interrupt on bus resetJean Delvare2021-05-271-4/+2
| | * | i2c: mpc: implement erratum A-004447 workaroundChris Packham2021-05-271-2/+79
| | * | i2c: busses: i2c-stm32f4: Remove incorrectly placed ' ' from function nameLee Jones2021-05-271-1/+1
| | * | i2c: busses: i2c-st: Fix copy/paste function misnaming issuesLee Jones2021-05-271-2/+2
| | * | i2c: busses: i2c-pnx: Provide descriptions for 'alg_data' data structureLee Jones2021-05-271-4/+4
| | * | i2c: busses: i2c-ocores: Place the expected function names into the documenta...Lee Jones2021-05-271-4/+4
| | * | i2c: busses: i2c-eg20t: Fix 'bad line' issue and provide description for 'msg...Lee Jones2021-05-271-1/+2
| | * | i2c: busses: i2c-designware-master: Fix misnaming of 'i2c_dw_init_master()'Lee Jones2021-05-271-1/+1
| | * | i2c: busses: i2c-cadence: Fix incorrectly documented 'enum cdns_i2c_slave_mode'Lee Jones2021-05-271-1/+1
| | * | i2c: busses: i2c-ali1563: File headers are not good candidates for kernel-docLee Jones2021-05-271-1/+1
| | * | i2c: muxes: i2c-arb-gpio-challenge: Demote non-conformant kernel-doc headersLee Jones2021-05-271-2/+2
| | * | i2c: busses: i2c-nomadik: Fix formatting issue pertaining to 'timeout'Lee Jones2021-05-271-1/+1
| | * | i2c: sh_mobile: Use new clock calculation formulas for RZ/G2EGeert Uytterhoeven2021-05-251-1/+1
| | * | i2c: I2C_HISI should depend on ACPIGeert Uytterhoeven2021-05-251-1/+1
| | * | i2c: icy: Remove unused variable new_fwnode in icy_probe()Geert Uytterhoeven2021-05-251-1/+0
| | * | i2c: qcom-geni: fix spelling mistake "unepxected" -> "unexpected"Colin Ian King2021-05-251-1/+1
| * | | Merge tag 'thermal-v5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-294-3/+7
| |\ \ \
| | * | | thermal/drivers/qcom: Fix error code in adc_tm5_get_dt_channel_data()Yang Yingliang2021-05-271-1/+1
| | * | | thermal/ti-soc-thermal: Fix kernel-docYang Li2021-05-241-1/+1
| | * | | thermal/drivers/intel: Initialize RW trip to THERMAL_TEMP_INVALIDSrinivas Pandruvada2021-05-142-1/+5
| * | | | Merge tag 'char-misc-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-05-295-5/+19
| |\ \ \ \
| | * | | | mei: request autosuspend after sending rx flow controlAlexander Usyskin2021-05-271-0/+3
| | * | | | Merge tag 'icc-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dja...Greg Kroah-Hartman2021-05-271-1/+3
| | |\ \ \ \
| | | * | | | interconnect: qcom: Add missing MODULE_DEVICE_TABLEZou Wei2021-05-111-0/+1
| | | * | | | interconnect: qcom: bcm-voter: add a missing of_node_put()Subbaraman Narayanamurthy2021-05-111-1/+2
| | | |/ / /
| | * | | | kgdb: fix gcc-11 warnings harderGreg Kroah-Hartman2021-05-211-1/+2
| | * | | | video: hgafb: correctly handle card detect failure during probeAnirudh Rayabharam2021-05-211-1/+1
| | * | | | Merge tag 'soundwire-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2021-05-211-2/+10
| | |\ \ \ \
| | | * | | | soundwire: qcom: fix handling of qcom,ports-block-pack-modeSrinivas Kandagatla2021-05-131-2/+10
| | | |/ / /
| * | | | | Merge tag 'driver-core-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-05-291-32/+36
| |\ \ \ \ \
| | * | | | | drivers: base: Reduce device link removal code duplicationRafael J. Wysocki2021-05-211-18/+13