summaryrefslogtreecommitdiff
path: root/drivers/power/supply/cros_usbpd-charger.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-21Merge tag 'for-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds1-2/+15
2026-07-23power: supply: cros_usbpd: Limit port counts to EC_USB_PD_MAX_PORTSJameson Thies1-0/+10
2026-07-21power: supply: cros_usbpd-charger: bound the EC-reported port countBryam Vargas1-2/+5
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)1-1/+0
2026-06-02power: Drop unused assignment of platform_device_id driver dataUwe Kleine-König (The Capable Hub)1-2/+2
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2024-10-15power: supply: cros_usbpd-charger: register power supply with devm_power_supp...Thomas Weißschuh1-2/+2
2024-09-03power: supply: Change usb_types from an array into a bitmaskHans de Goede1-14/+8
2024-04-01power: supply: cros_usbpd: provide ID table for avoiding fallback matchTzung-Bi Shih1-2/+9
2023-03-10power: supply: cros_usbpd: reclassify "default case!" as debugGrant Grundler1-1/+1
2022-01-31power: supply: cros_usbpd: Use struct_size() helper in kzalloc()Gustavo A. R. Silva1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-02-10power: supply: cros-ec-usbpd-charger: Fix host eventsJon Flatley1-32/+18
2020-02-04Merge tag 'tag-chrome-platform-for-v5.6' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+0
2020-01-07cros_ec: treewide: Remove 'include/linux/mfd/cros_ec.h'Enric Balletbo i Serra1-1/+0
2019-12-19power: supply: cros_usbpd: Remove dev_err() getting the number of portsEnric Balletbo i Serra1-8/+2
2019-09-02mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra1-2/+3
2019-06-28power: supply: cros: allow to set input voltage and current limitEnric Balletbo i Serra1-0/+116
2018-09-16Merge tag 'psy-mfd-cros-immutable-for-v4.20-signed' into psy-nextSebastian Reichel1-14/+101
2018-09-16power: supply: cros: add support for dedicated portFabien Parent1-14/+101
2018-08-29power: supply: cros_usbpd: remove unused pointer 'dev'Colin Ian King1-2/+0
2018-07-23power: supply: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2018-07-05power: supply: add cros-ec USBPD charger driver.Sameer Nanda1-0/+544