summaryrefslogtreecommitdiff
path: root/chip/npcx/cec.c
Commit message (Expand)AuthorAgeFilesLines
* atomic: use atomic_t where it is possibleDawid Niedzwiecki2021-12-081-1/+1
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-081-1/+1
* CEC: move mkbp event to the cec taskZhuohao Lee2021-11-031-2/+13
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-1/+1
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-021-1/+1
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-2/+2
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-2/+2
* Ensure CEC bus pin is not driven lowFelix Ekblom2019-11-221-0/+3
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-3/+3
* tasks: convert TASK_EVENT_CUSTOM macro to bitJett Rink2019-04-241-1/+1
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-3/+3
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-1/+1
* CEC: Set pull-up highDaisuke Nojiri2018-11-271-0/+3
* CEC: Cleanup the API for the CEC buffer handlersStefan Adolfsson2018-08-221-51/+55
* CEC: Make buffer handling code unit testableStefan Adolfsson2018-08-221-158/+1
* chip/npcx/cec: Expose cec_isr to help linkerPatrick Georgi2018-08-101-1/+1
* npcx: CEC: Change input back to GPIO when disabling CECStefan Adolfsson2018-05-221-4/+8
* npcx: CEC: Fix issues with pushing to incoming bufferStefan Adolfsson2018-05-221-7/+20
* chip/npcx: ensure proper type of cec_taskPatrick Georgi2018-05-181-1/+1
* Reland "npcx: CEC: Send CEC message in mkbp event"Stefan Adolfsson2018-05-161-26/+19
* npcx: CEC: Allow unregistration of logical addressStefan Adolfsson2018-05-161-1/+5
* Revert "npcx: CEC: Send CEC message in mkbp event"stabilize-10682.BIlja H. Friedel2018-05-151-19/+26
* npcx: CEC: Send CEC message in mkbp eventStefan Adolfsson2018-05-121-26/+19
* npcx: CEC: Add unit suffixesStefan Adolfsson2018-05-111-78/+86
* npcx: CEC: Respect the present initiator free-timeStefan Adolfsson2018-05-111-3/+17
* npcx: CEC: Get/set logical addressStefan Adolfsson2018-05-111-2/+17
* npcx: CEC: Add software debouncingStefan Adolfsson2018-05-111-0/+29
* npcx: CEC: Improve pulse-width measurementsStefan Adolfsson2018-05-111-2/+15
* npcx: CEC: Event-handling for incoming messagesStefan Adolfsson2018-05-111-4/+162
* npcx: CEC: Handle incoming CEC messagesStefan Adolfsson2018-05-111-5/+323
* npcx: CEC: Add bus-contention handlingStefan Adolfsson2018-05-111-8/+95
* npcx: CEC: Handle enable/disable commandStefan Adolfsson2018-05-111-8/+87
* npcx: CEC: Notify AP of CEC send resultStefan Adolfsson2018-05-111-0/+22
* npcx: CEC: Add resend-logic to CEC driverStefan Adolfsson2018-05-111-4/+24
* npcx: CEC: Write messages on the CEC busStefan Adolfsson2018-05-111-0/+388
* npcx: CEC: Add stub implementation of CECStefan Adolfsson2018-05-111-0/+22