summaryrefslogtreecommitdiff
path: root/common/usb_port_power_dumb.c
Commit message (Expand)AuthorAgeFilesLines
* tree: Enable warning for fallthrough in switch statementsTom Hughes2022-10-191-1/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* common/usb_port_power_dumb.c: Format with clang-formatJack Rosenthal2022-07-011-14/+11
* usba: Allow modification of USB port enableAndrew McRae2022-04-201-2/+7
* USB: Enable port power to use IOEX pinsDiana Z2022-03-041-1/+1
* usb_port_power_dumb: allow board to customize hooksTing Shen2021-05-251-1/+3
* usb_port_power_dumb: Turn on USB ports on chipset startupWai-Hong Tam2020-09-011-3/+3
* usb_port_power: move usb_port_enable[] to headerEdward Hill2020-03-201-4/+0
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-1/+2
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* usb_port_power_smart: turn on/off charging mode during system suspendZhuohao Lee2019-01-301-2/+4
* usb_port_power: Use same name for mode set functionEmil Lundmark2018-05-291-2/+2
* usb_port_power: Allow variable number of portsDaisuke Nojiri2017-05-011-28/+26
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+1
* Add cprints() and ccprints()Vic Yang2014-05-211-2/+2
* Pad jump tags to 4 bytes inside the system moduleRandall Spangler2013-11-051-1/+0
* usb: Disable ports on entry to S5Duncan Laurie2013-05-221-1/+1
* Clarify help text for dumb USB port power controlDuncan Laurie2013-05-131-5/+5
* Slippy uses dumb USB ports, not smart ones.Bill Richardson2013-05-021-104/+65
* Split the USB port power control into smart and dumb versions.Bill Richardson2013-05-011-0/+202