summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
* Rename CONFIG_CHARGEN to CONFIG_CMD_CHARGENVadim Bendebury2020-08-251-1/+1
* add chargen command to allow EC and AP to flood the consoleVadim Bendebury2020-08-252-0/+103
* uart_buffering: add tx_buffer_full() APIVadim Bendebury2020-08-251-0/+6
* tablet_mode: ensure that tablet mode is always initializedJett Rink2020-07-141-34/+53
* tablet_mode: expose console command.Ravi Chandra Sadineni2020-07-141-3/+41
* driver: bmi160: Fix rounding error in set_offset() and get_offset()Ching-Kang Yen2020-03-041-0/+8
* chgramp: Don't ramp DTS suppliers above advertisementAseda Aboagye2020-02-181-8/+5
* USB PD: Consider DFET of battery when refrain from snk_resetMarco Chen2020-01-151-2/+4
* Charge state v2: Only shutdown on cold dischargeDiana Z2019-12-121-4/+14
* chgstv2: Refactor shutdown_on_critical_batteryDaisuke Nojiri2019-12-121-44/+52
* chgstv2: Make board_critical_shutdown_check specify action on critical socDaisuke Nojiri2019-12-121-13/+26
* usbc: fix storm tracker overflow issueJett Rink2019-11-221-6/+9
* Add a board specific helper to return USB PD port countKarthikeyan Ramasubramanian2019-11-1911-47/+104
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-1812-75/+77
* fmap: Remove CONFIG_RO_STORAGE_OFF from EC_RO offsetScott Collyer2019-11-041-4/+7
* EC: Do not drop SCI events responsible for wake.Ravi Chandra Sadineni2019-10-221-4/+34
* cleanup: change initializer for storm_trackerJett Rink2019-08-131-1/+1
* PoC: tablet-mode: Disable tablet mode in recovery bootDaisuke Nojiri2019-08-122-2/+18
* ec_commands: Rename 'renew' to 'live' in EC_CMD_USB_PD_CHIP_INFOKarthikeyan Ramasubramanian2019-07-221-2/+3
* USB PD: Refrain from resets if battery is lowDiana Z2019-07-081-10/+95
* USB PD: disable port if TCPC interrupt storm detectedJett Rink2019-07-081-2/+41
* common: Add EC_CMD_LOCATE_CHIPfirmware-octopus-11297.81.BDaisuke Nojiri2019-06-113-29/+56
* usb/mux: Do not connect MUX when PD disconnectedRuibin Chang2019-06-061-10/+27
* USB PD: Only maintain contracts over sysjump when sinkingDiana Z2019-06-051-9/+18
* USB PD: Disable Vconn as well as Vbus on initDiana Z2019-06-051-1/+7
* common/i2c_master: Add a subcommand to protect all TCPC portsKarthikeyan Ramasubramanian2019-05-312-32/+29
* USB-PD: Consolidate tcpc_config declarations in usb_pd_tcpm.hDaisuke Nojiri2019-05-311-1/+0
* Prevent power on with disconnected batteryDiana Z2019-05-301-0/+4
* motion: Define macros for custom eventsGwendal Grignou2019-05-282-3/+6
* usb_port_power_smart: support a new usb_charge_mode - USB_CHARGE_MODE_DEFAULT.Marco Chen2019-05-271-10/+3
* usb_port_power_smart: data of USB_SYSJUMP_TAG is a struct not uint8_t.Marco Chen2019-05-271-5/+8
* pd_protocol: Add ready_state_holdoff_timer.Aseda Aboagye2019-05-241-17/+44
* i2c: add i2clookup host commandJett Rink2019-05-161-0/+28
* usb_pd_protocol.c: exiting from try.src to attach.srcRuibin Chang2019-05-081-10/+34
* usb: add inline helper method for CC linesJett Rink2019-05-082-35/+15
* pd_protocol: Don't clear PD flags while debouncing.Aseda Aboagye2019-05-071-1/+9
* pd: Don't send msgs for ~200ms after 1st request.Aseda Aboagye2019-05-071-0/+37
* USB PD: Re-discover port partner when a contract was in placeDiana Z2019-04-241-0/+9
* usb_port_power_smart: turn on/off charging mode during system suspendZhuohao Lee2019-04-233-20/+58
* common: led_onoff_states: add new LED state for fully charged in S5Devin Lu2019-04-221-3/+20
* Common: move for loop initial declarationDiana Z2019-04-181-2/+6
* USB PD: Suspend ports when resetting TCPCs during cold rebootDiana Z2019-04-161-1/+9
* PD: Set Rp consistently on initial connection, increasing laterDiana Z2019-03-112-19/+13
* USB-PD: Disable Vconn on SRC_DISCONNECTDaisuke Nojiri2019-03-111-1/+4
* common/usb_pd_protocol: Set port in LPM at the start of initKarthikeyan Ramasubramanian2019-03-021-0/+8
* Battery: add support battery-cutoff SMBus block write functionmatt_wang2019-02-271-11/+46
* common: sensor: Honor roundup flag for rangeGwendal Grignou2019-02-111-1/+2
* charge_ramp: Allow USB-C power to be ramped by hardwareDaisuke Nojiri2019-01-221-7/+22
* USB PD: PPC: Add overcurrent handling.Aseda Aboagye2019-01-222-3/+203
* common/usb_pd_protocol: Try.SRC to TryWait.SNK timeoutRuibin Chang2019-01-111-20/+49