summaryrefslogtreecommitdiff
path: root/common/usb_port_power_smart.c
Commit message (Expand)AuthorAgeFilesLines
* 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