summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* pd: Check for dual-role partner when TOGGLE_OFF/FORCE_SINKEdward Hill2018-09-171-29/+67
* pd: Don't auto toggle when DRP state is not dual role.Edward Hill2018-09-171-1/+8
* pd: Ensure TCPC exits low power modeEdward Hill2018-09-171-12/+15
* pd: Change tcpm_set_drp_toggle() to tcpm_enable_drp_toggle()Edward Hill2018-09-171-1/+1
* pd: Add PD_FLAGS_LPM_TRANSITIONEdward Hill2018-09-171-21/+16
* pd: Cleanup lpm_debounce_deadlines and tasks_waiting_on_resetEdward Hill2018-09-171-9/+14
* pd: Cleanup request_low_power_mode() and pd_set_drp_toggle()Edward Hill2018-09-171-26/+4
* pd: Replace pd_set_drp_toggle() with exit_low_power_mode()Edward Hill2018-09-171-6/+16
* keyboard: display keycap label in key status debug messagesNamyoon Woo2018-09-132-1/+58
* base_detect: Expose console command to force state.RaviChandra Sadineni2018-09-132-1/+23
* type: Rename matrix_3x3_t to mat33_fp_tYilun Lin2018-09-131-2/+2
* type: Rename mat44_t to mat44_float_t.Yilun Lin2018-09-132-6/+6
* type: Rename mat33_t to mat33_float_tYilun Lin2018-09-132-20/+19
* type: Rename size3_t to sizev3_tYilun Lin2018-09-131-1/+1
* type: Rename size4_t to sizev4_tYilun Lin2018-09-132-6/+4
* type: Rename vec4_t to floatv4_tYilun Lin2018-09-132-4/+4
* type: Rename vec3_t to floatv3_t.Yilun Lin2018-09-133-13/+13
* type: Rename vector_3_t to intv3_t.Yilun Lin2018-09-134-17/+17
* usb-pd: disconnect USB SS MUX when S5 or lowerJett Rink2018-09-071-39/+83
* keyboard: Ignore refresh button at bootDaisuke Nojiri2018-09-071-2/+0
* tcpm: add higher priority tasks to handle TCPC intJett Rink2018-09-071-0/+58
* tcpm: add TCPC RX circular buffer in ECJett Rink2018-09-072-5/+10
* common: flash and nvmem fixes for compatibility with the host board.Allen Webb2018-09-072-2/+8
* tcpm:it83xx: GRL-USB-PD TDA2.1.2.2 BIST testRuibin Chang2018-09-072-0/+6
* cbi: fail set command early if WP is assertedJett Rink2018-09-041-5/+12
* tablet-mode: add disable functionJett Rink2018-09-041-0/+20
* usb_update: add extra command "UPDATE_EXTRA_CMD_CONSOLE_READ_*"Wei-Han Chen2018-09-031-0/+32
* docs: Document low-battery compatibility config.Jonathan Brandmeyer2018-08-311-1/+1
* common:pd: reset CapCnt variableRuibin Chang2018-08-301-0/+1
* chgstv2: Check current battery presence instead of battery_was_removedDaisuke Nojiri2018-08-291-1/+1
* fingerprint: Flush SPI transaction before increasing CPU clockDaisuke Nojiri2018-08-291-0/+7
* system: Make hibernate console command invoke chipset task if chipset is onFurquan Shaikh2018-08-291-2/+21
* common:pd: GRL-USB-PD TDA2.2.9 test fail issueRuibin Chang2018-08-291-4/+8
* cr50: add more ccd open capabilitiesMary Ruthven2018-08-291-5/+6
* ccd_config: add flag restricting ccd openMary Ruthven2018-08-251-0/+2
* sn5s330: add low power modeJett Rink2018-08-231-0/+13
* usb-pd: Exit DP mode before shutdownDaisuke Nojiri2018-08-231-1/+22
* usb_pd_protocol: Correct pd command help.Yilun Lin2018-08-231-5/+20
* CEC: Cleanup the API for the CEC buffer handlersStefan Adolfsson2018-08-221-45/+48
* CEC: Make buffer handling code unit testableStefan Adolfsson2018-08-222-0/+135
* common: add API to expose detachable "base" stateDmitry Torokhov2018-08-223-0/+47
* i2c: Don't try to unwedge unpowered busses.Aseda Aboagye2018-08-221-0/+10
* common: add BASE_CHANGE hookDmitry Torokhov2018-08-211-0/+1
* uart_buffering: expose interface to support non-host commandWei-Han Chen2018-08-201-46/+64
* keyboard: Move keyboard_special (lightbar demo) to samus/board.cHung-Te Lin2018-08-201-54/+0
* adc: Add ectool command for reading ADC channels.Aseda Aboagye2018-08-171-1/+23
* keyboard: Add CONFIG_KEYBOARD_SCANCODE_CALLBACK for board-specific hooks.Hung-Te Lin2018-08-171-0/+9
* chgstv2: Use lower charge threshold for boot if AC power is presentDaisuke Nojiri2018-08-171-1/+10
* i2c: Split i2c_xfer into locked/unlocked versions.Jonathan Brandmeyer2018-08-166-91/+91
* keyboard: Change scan code magic values to enum.Hung-Te Lin2018-08-162-22/+25