summaryrefslogtreecommitdiff
path: root/board/plankton
Commit message (Expand)AuthorAgeFilesLines
* COIL: Rename CONFIG_I2C_CONTROLLERDiana Z2020-11-051-1/+1
* TCPMv2: Support mode entry for SOP' and SOP''Abe Levkoy2020-06-111-1/+1
* TCPMV1/2: Make the PD Config Flags more consistentSam Hurst2020-02-221-0/+1
* TCPMv1/v2: Move pd_check_requested_voltage() to common fileVijay Hiremath2020-02-121-9/+0
* pd: cleanup pd_get_data_roleDenis Brockus2020-01-091-2/+5
* pd: cleanup pd_get_roleDenis Brockus2020-01-091-1/+3
* usb_pd: Rename "Externally powered" to "Unconstrained Power"Benson Leung2019-12-121-1/+1
* usb_pd_policy: Make a lot of objects commonAseda Aboagye2019-12-102-21/+12
* cleanup: Segregate ioexpander related drivers in ioexpander folderVijay Hiremath2019-11-221-1/+1
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-011-1/+1
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-1/+1
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-10/+10
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-11/+19
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-197-7/+7
* ec.tasklist: Consolidate duplicate commentsDaisuke Nojiri2019-04-081-11/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-3/+3
* servo_v4: add per port dualrole settingNick Sanders2018-08-151-1/+1
* cleanup: CONFIG_USB_PD_CUSTOM_VDM is not usedDivya Sasidharan2018-04-091-1/+0
* charge_manager: Consider port in source PDO.Aseda Aboagye2017-08-111-1/+1
* version: Store image size data in version structShawn Nematbakhsh2017-03-161-1/+1
* pdcontrol: Suspend port individuallyDaisuke Nojiri2017-03-072-4/+4
* Revert "version: Store image size data in version struct"Vadim Bendebury2017-02-011-1/+1
* version: Store image size data in version structShawn Nematbakhsh2017-01-301-1/+1
* pd: Move PD_DEFAULT_STATE to a common define in usb_pd.hScott2017-01-261-3/+0
* pd: fix contract negotiation with dynamic PDOsVincent Palatin2016-10-261-2/+2
* pd: manage total source current availableVincent Palatin2016-09-011-1/+1
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-5/+4
* Remove Makefile symlinks under board directoryDaisuke Nojiri2016-07-091-1/+0
* cleanup: pd: Define VBUS detection sourceShawn Nematbakhsh2016-06-021-0/+1
* shorten long console command namesVadim Bendebury2016-05-181-1/+1
* Deferred: Remove hard coded number of deferredsAnton Staaf2016-04-191-3/+0
* Deferred: Use deferred_data instead of function pointerAnton Staaf2016-04-181-20/+27
* pd: Add config to disable PD communication in locked ROShawn Nematbakhsh2016-04-111-1/+0
* cleanup: Add warning comment to gpio.inc filesBill Richardson2016-02-251-1/+3
* Plankton: Added support for normal dualrole operationScott2016-02-081-12/+75
* GPIO: Prefer gpio_set_flagsAnton Staaf2016-01-261-24/+17
* pd: Cleanup PD port-to-task macrosShawn Nematbakhsh2015-11-112-2/+2
* cleanup: Standardize use of CONFIG_I2C and add MASTER/SLAVE CONFIGsShawn Nematbakhsh2015-11-031-0/+1
* cleanup: pd: remove duplicate code for checking request msgAlec Berg2015-10-131-22/+5
* plankton: Set case closed debug muxRong Chang2015-10-071-0/+7
* pd: set USB communications capable flag in PDOAlec Berg2015-09-181-1/+2
* ryu: plankton: allow plankton to send VDM to enter CCDAlec Berg2015-07-221-1/+11
* plankton: allow use of double CC cableAlec Berg2015-07-223-105/+204
* cleanup: fix all the header guardsBill Richardson2015-06-182-6/+6
* pd: Refine HPD debounce values.Todd Broch2015-05-291-9/+9
* mec1322: Simplify GPIO listsSteven Jian2015-05-271-40/+40
* pd: move non-phy layer config out of usb_pd_config.hAlec Berg2015-05-274-31/+24
* pd: add config options for including TCPM and TCPC separatelyAlec Berg2015-05-221-0/+2
* plankton: Reset USB hub when switch from DP mode to USB modeVic Yang2015-05-011-0/+2
* plankton: treat USB mode as DP detachedVic Yang2015-05-011-2/+16