summaryrefslogtreecommitdiff
path: root/common/usb_port_power_smart.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-257/+0
* usb_port_power: move usb_port_enable[] to headerEdward Hill2020-03-201-6/+0
* usb_port_power_smart: Add support for IO expander GPIOsEdward Hill2019-10-251-10/+10
* 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: support a new usb_charge_mode - USB_CHARGE_MODE_DEFAULT.Marco Chen2019-05-241-10/+3
* usb_port_power_smart: data of USB_SYSJUMP_TAG is a struct not uint8_t.Marco Chen2019-05-241-5/+8
* usb_port_power_smart: turn on/off charging mode during system suspendZhuohao Lee2019-01-301-17/+52
* usb_port_power_smart: Add CDP/SDP only option.Aseda Aboagye2017-08-281-17/+27
* usb_port_power: Allow variable number of portsDaisuke Nojiri2017-05-011-31/+14
* USB: Remove usb_charge_ports_enabledDaisuke Nojiri2017-04-201-19/+0
* usb: power_smart: Allow CONFIG_USB_PORT_POWER_SMART_PORT_COUNT < 2Shawn Nematbakhsh2016-09-221-2/+8
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-5/+8
* usb_port_power_smart: Support variable port countchris wang2016-03-241-25/+32
* Support inverted ILIM_SEL for smart USB port powerDuncan Laurie2014-08-231-2/+9
* USB Power: Add config option to set default charge modeDave Parker2014-07-171-2/+6
* USB Power: Invert ILIM control line with 'smart simple' chargingDave Parker2014-07-171-3/+3
* Add cprints() and ccprints()Vic Yang2014-05-211-2/+2
* rambi: Leave 5V rail on in S3 if USB ports are poweredRandall Spangler2014-01-231-0/+13
* rambi: Add config option for simplified USB power controlRandall Spangler2014-01-071-6/+6
* Rename mixed-case config constantsRandall Spangler2013-12-161-2/+2
* Pad jump tags to 4 bytes inside the system moduleRandall Spangler2013-11-051-2/+0
* rambi: Support USB port power controlRandall Spangler2013-10-211-0/+14
* Internalize magic numbers for smart USB chargingBill Richardson2013-10-021-1/+4
* Split the USB port power control into smart and dumb versions.Bill Richardson2013-05-011-0/+202