summaryrefslogtreecommitdiff
path: root/driver/bc12
Commit message (Expand)AuthorAgeFilesLines
* driver: Sort header filesJeremy Bettis2022-11-293-4/+4
* Update license boilerplate text in source code filesMike Frysinger2022-09-128-8/+8
* util: remove unused includesYuval Peress2022-08-052-0/+2
* pi3usb9201: add flag to only run as BC1.2 clientlschyi2022-07-271-1/+9
* driver/bc12/pi3usb9281.c: Format with clang-formatJack Rosenthal2022-07-011-18/+16
* driver/bc12/mt6360.c: Format with clang-formatJack Rosenthal2022-07-011-38/+20
* driver/bc12/pi3usb9201.h: Format with clang-formatJack Rosenthal2022-07-011-2/+2
* driver/bc12/max14637.h: Format with clang-formatJack Rosenthal2022-06-291-3/+3
* driver/bc12/max14637.c: Format with clang-formatJack Rosenthal2022-06-291-11/+11
* driver/bc12/pi3usb9201.c: Format with clang-formatJack Rosenthal2022-06-281-25/+22
* driver/bc12/pi3usb9281.h: Format with clang-formatJack Rosenthal2022-06-281-39/+39
* chipset: introduce CONFIG_AP_POWER_CONTROLPeter Marheine2022-06-152-4/+4
* bc12: split task handler in init and eventFabio Baltieri2022-05-274-170/+158
* usbc: wrap task_set_event to have an explicit port argumentFabio Baltieri2022-05-272-3/+2
* bc12: pi3usb9201: drop cycle with no effectFabio Baltieri2022-05-231-4/+2
* pi3usb9201: set DCP current limit 1500mAEric Yilun Lin2022-04-071-11/+1
* util: align the IN_RANGE implementation with zephyrTing Shen2022-03-231-3/+3
* gpio: cleanup header usage for i2cKeith Short2022-02-251-0/+1
* mt6360: enable high impedance mode to save powerTing Shen2021-12-232-1/+12
* mt6360/rt1718s: prevent BC1.2 trigger after PD establishedTing Shen2021-12-011-1/+5
* mt6360: Don't clear negative number supplier's charge port infoDino Li2021-08-241-1/+3
* Create a public header for mt6360.cSimon Glass2021-06-092-52/+2
* COIL: Rename variables in MT6360 driverDiana Z2021-01-292-10/+10
* max14637: call bc12_detect in VBUS off can't update charge as availableMarco Chen2021-01-281-23/+45
* max14637: Switch should not be kept open when PD adapter is disconnectedyu-an.chen2021-01-251-0/+1
* Create a public header for pi3usb9201Simon Glass2021-01-091-15/+5
* tcpm: Move tcpm.h into an include directorySimon Glass2020-12-221-1/+1
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-142-2/+2
* max14637: add a config to define delay in ms from power off to onMarco Chen2020-12-071-1/+1
* power: move headers to include/powerJack Rosenthal2020-12-031-1/+1
* crc8: rename crc8 to cros_crc8 to to avoid zephyr conflictJett Rink2020-11-131-1/+1
* Revert "crc8: rename crc8 to cros_crc8 to to avoid zephyr conflict"Jett Rink2020-11-111-1/+1
* crc8: rename crc8 to cros_crc8 to to avoid zephyr conflictJett Rink2020-11-111-1/+1
* pi3usb9201: clean up the includesDawid Niedzwiecki2020-11-071-1/+0
* mt6360: fix LDO6/LDO7 regulator vosel tableEric Yilun Lin2020-09-301-0/+2
* mt6360: fix ldo set.Pi-Hsun Shih2020-09-181-7/+5
* mt6360: support buck regulatorEric Yilun Lin2020-09-162-9/+107
* mt6360: support regulator LDO6/LDO7Eric Yilun Lin2020-09-162-70/+139
* asurada: rev1: update led controlTing Shen2020-09-152-0/+10
* pi3usb9201: Switch to SDP while DFP is connectedEdward Hill2020-08-291-7/+35
* mt6360: revise vbus presence detection logicTing Shen2020-08-191-12/+28
* driver/bc12: mt6360: Add ldo regulator controls.Pi-Hsun Shih2020-08-042-0/+260
* mt6360: implement led driverTing Shen2020-07-022-0/+48
* driver/bc12: implement mt6360 driverTing Shen2020-06-292-0/+214
* bc12/pi3usb9281: Fix max ilim for SDPAseda Aboagye2020-06-031-1/+1
* pi3usb9201: Add always powered flagAseda Aboagye2020-05-292-6/+21
* bc12: create bc12 driver structureTing Shen2020-05-296-31/+69
* tcpc: change name of get_vbus_level to check_vbus_levelDenis Brockus2020-05-151-1/+1
* move pi3usb9201.h to driver/bc12/Ting Shen2020-05-071-0/+82
* bc12: Limit max current to 1.5AAseda Aboagye2020-04-303-15/+29