summaryrefslogtreecommitdiff
path: root/common/pd_log.c
Commit message (Expand)AuthorAgeFilesLines
* Add a board specific helper to return USB PD port countKarthikeyan Ramasubramanian2019-11-091-2/+2
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-011-2/+2
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-2/+2
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* USB-PD: Don't make charge_manager save log if it's not presentDaisuke Nojiri2018-12-171-0/+2
* pd_log: Make PD logging more generic for general purpose loggingShawn Nematbakhsh2017-08-021-115/+10
* Fix various misspellings in commentsMartin Roth2016-11-151-1/+1
* common: pd_log: Add PD log to .bss.slow.Aseda Aboagye2015-11-081-1/+1
* pd: move non-phy layer config out of usb_pd_config.hAlec Berg2015-05-271-5/+2
* pd_log: Add command to request PD MCU to write a logShawn Nematbakhsh2015-02-121-0/+32
* pd: Fix reverse of log size & port paramsTodd Broch2015-01-281-1/+1
* pd: poll PD events only on Google accessoriesVincent Palatin2015-01-241-0/+3
* pd: retrieve logs from accessoriesVincent Palatin2015-01-211-3/+57
* Add PD events loggingVincent Palatin2015-01-151-0/+151