summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-02-22regulator: da9121: Fix DA914x current valuesAdam Ward1-5/+5
2022-02-08regulator: core: fix false positive in regulator_late_cleanup()Oliver Barta1-10/+3
2022-01-19regulator: MAX20086: add gpio/consumer.hRandy Dunlap1-0/+1
2022-01-11regulator: max20086: fix error code in max20086_parse_regulators_dt()Dan Carpenter1-1/+1
2022-01-07regulator: Add MAX20086-MAX20089 driverWatson Chow3-1/+342
2022-01-06regulator: qcom_smd: Align probe function with rpmh-regulatorKonrad Dybcio1-30/+70
2022-01-04regulator: remove redundant ret variableMinghao Chi1-4/+2
2021-12-24regulator: qcom-labibb: OCP interrupts are not a failure while disabledMarijn Suijten1-1/+1
2021-12-16regulator: Introduce tps68470-regulator driverHans de Goede3-0/+211
2021-12-16Merge tag 'platform-drivers-x86-int3472-1' of git://git.kernel.org/pub/scm/li...Mark Brown11-156/+421
2021-12-13drivers/regulator: remove redundant ret variableMinghao Chi1-8/+2
2021-12-13platform/x86: int3472: Deal with probe ordering issuesHans de Goede2-0/+7
2021-12-13platform/x86: int3472: Pass tps68470_regulator_platform_data to the tps68470-...Hans de Goede4-1/+199
2021-12-13platform/x86: int3472: Pass tps68470_clk_platform_data to the tps68470-regula...Hans de Goede1-7/+28
2021-12-13platform/x86: int3472: Add get_sensor_adev_and_name() helperHans de Goede3-18/+35
2021-12-13platform/x86: int3472: Split into 2 driversHans de Goede7-120/+105
2021-12-13i2c: acpi: Add i2c_acpi_new_device_by_fwnode() functionHans de Goede1-6/+11
2021-12-13i2c: acpi: Use acpi_dev_ready_for_enumeration() helperHans de Goede1-1/+4
2021-12-13ACPI: delay enumeration of devices with a _DEP pointing to an INT3472 deviceHans de Goede1-4/+33
2021-12-01regulator: qcom-rpmh: Add support for PM8450 regulatorsVinod Koul1-0/+18
2021-11-30regulator: da9121: Add DA914x supportAdam Ward2-5/+124
2021-11-30regulator: da9121: Prevent current limit change when enabledAdam Ward1-0/+5
2021-11-29regulator: qcom-rpmh: Add PMG1110 regulatorsSatya Priya1-0/+9
2021-11-26regulator: qcom_spmi: Add pm8226 regulatorsDominik Kobinski1-0/+39
2021-11-24regulator: irq_helper: Provide helper for trivial IRQ notificationsMatti Vaittinen1-1/+40
2021-11-18regulator: bd718x7: Use rohm generic restricted voltage settingMatti Vaittinen1-25/+4
2021-11-18regulator: rohm-regulator: add helper for restricted voltage settingMatti Vaittinen1-0/+16
2021-11-16regulator: da9121: Emit only one error message in .remove()Uwe Kleine-König1-2/+2
2021-11-14Merge tag 'sh-for-5.16' of git://git.libc.org/linux-shLinus Torvalds1-1/+4
2021-11-14Merge tag 'devicetree-fixes-for-5.16-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds9-11/+19
2021-11-14Merge tag 'irq-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-25/+55
2021-11-14Merge tag 'sched_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+2
2021-11-14Merge tag 'irqchip-fixes-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner3-8/+27
2021-11-14Merge tag 'virtio-mem-for-5.16' of git://github.com/davidhildenbrand/linuxLinus Torvalds1-0/+1
2021-11-14Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds16-47/+94
2021-11-13Merge tag 's390-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds4-5/+29
2021-11-13Merge tag 'mips_5.16_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds2-2/+3
2021-11-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds31-371/+913
2021-11-12Merge tag 'pwm/for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-31/+43
2021-11-12Merge tag 'drm-next-2021-11-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds130-1485/+1608
2021-11-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds39-433/+1760
2021-11-12Merge tag 'rtc-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds26-760/+890
2021-11-12Merge tag 'libata-5.16-rc1-p2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-5/+22
2021-11-12thermal: int340x: fix build on 32-bit targetsLinus Torvalds1-0/+1
2021-11-12of/irq: Don't ignore interrupt-controller when interrupt-map failedMarc Zyngier1-3/+16
2021-11-12irqchip/sifive-plic: Fixup EOI failed when maskedGuo Ren1-1/+7
2021-11-12irqchip/csky-mpintc: Fixup mask/unmask implementationGuo Ren1-4/+4
2021-11-12Merge branch 'next' into for-linusDmitry Torokhov39-433/+1760
2021-11-12clk: versatile: clk-icst: Ensure clock names are uniqueRob Herring1-2/+4
2021-11-12of: Support using 'mask' in making device bus idRob Herring1-2/+8