summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-08-28power: bq27xxx: Update to SPDX licensingDan Murphy3-25/+3
2020-08-28power: supply: pm2301_charger: fix spelling mistake "chargind" -> "charging"Colin Ian King1-1/+1
2020-08-27power: supply: sbs-battery: combine get_presence_and_healthIkjoon Jang1-37/+36
2020-08-27power: supply: sbs-battery: remove unused enable_detection flagsIkjoon Jang1-9/+2
2020-08-27power: supply: gpio-charger: add charge-current-limit featureSebastian Reichel1-0/+140
2020-08-27Merge tag 'psy-arm-gpio-charger-immutable-for-5.10-signed' into psy-nextSebastian Reichel1-25/+1
2020-08-27power: supply: gpio-charger: Convert to GPIO descriptorsLinus Walleij1-25/+1
2020-08-26power: supply: lego_ev3: Simplify with dev_err_probe()Krzysztof Kozlowski1-15/+9
2020-08-26power: supply: ingenic: Simplify with dev_err_probe()Krzysztof Kozlowski1-5/+3
2020-08-26power: supply: gpio-charger: Simplify with dev_err_probe()Krzysztof Kozlowski1-4/+2
2020-08-26power: supply: cpcap: Simplify with dev_err_probe()Krzysztof Kozlowski1-5/+2
2020-08-26power: supply: bq27xxx: Simplify with dev_err_probe()Krzysztof Kozlowski1-7/+3
2020-08-26power: supply: add wireless typeSubbaraman Narayanamurthy1-0/+1
2020-08-26power: supply: smb347-charger: Replace mutex with IRQ disable/enableDmitry Osipenko1-18/+20
2020-08-26power: supply: smb347-charger: Remove virtual smb347-batteryDavid Heidelberg1-146/+60
2020-08-25power: supply: smb347-charger: Support SMB345 and SMB358David Heidelberg2-53/+62
2020-08-25power: supply: smb347-charger: Implement device-tree supportDavid Heidelberg1-14/+137
2020-08-25power: supply: Support battery temperature device-tree propertiesDmitry Osipenko1-0/+19
2020-08-25power: supply: smb347-charger: Use resource-managed APIDavid Heidelberg1-46/+29
2020-08-25power: supply: bq2515x: Constify static variablesRikard Falkeborn1-6/+6
2020-08-25power: supply: Add dependency to lego-ev3-battery Kconfig optionsAlex Dewar1-1/+1
2020-08-15Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-blockLinus Torvalds6-64/+44
2020-08-15Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds1-2/+0
2020-08-15Merge tag 'edac_updates_for_5.9_pt2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+47
2020-08-15Merge tag 'acpi-5.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds5-86/+115
2020-08-15Merge tag 'pm-5.9-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-67/+184
2020-08-15Merge tag 'mfd-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds57-431/+1232
2020-08-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-35/+16
2020-08-14virtio: pci: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski1-3/+3
2020-08-14ntb: intel: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski3-3/+3
2020-08-14rtl818x: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski1-3/+3
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski2-2/+2
2020-08-14sh: clkfwk: remove r8/r16/r32Kuninori Morimoto1-19/+4
2020-08-14mm: add thp_sizeMatthew Wilcox (Oracle)2-7/+3
2020-08-14input: i8042 - Remove special Cayman handlingGeert Uytterhoeven1-2/+0
2020-08-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds16-97/+164
2020-08-14Merge tag 'pwm/for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds20-38/+50
2020-08-14Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-14/+24
2020-08-14Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+4
2020-08-14Merge branch 'pm-cpufreq'Rafael J. Wysocki2-67/+184
2020-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds14-47/+72
2020-08-13Merge branch 'i2c/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds33-247/+379
2020-08-13Merge tag 's390-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-2/+2
2020-08-13drm/xen-front: Pass dumb buffer data offset to the backendOleksandr Andrushchenko3-4/+7
2020-08-13drm/xen-front: Add YUYV to supported formatsOleksandr Andrushchenko1-0/+1
2020-08-13drm/xen-front: Fix misused IS_ERR_OR_NULL checksOleksandr Andrushchenko3-7/+7
2020-08-13xen/gntdev: Fix dmabuf import with non-zero sgt offsetOleksandr Andrushchenko1-0/+8
2020-08-13mfd: syscon: Use a unique name with regmap_configSuman Anna1-1/+3
2020-08-13mfd: Replace HTTP links with HTTPS onesAlexander A. Klimov12-12/+12
2020-08-13mfd: dln2: Run event handler loop under spinlockAndy Shevchenko1-0/+4