summaryrefslogtreecommitdiff
path: root/chip/npcx
Commit message (Expand)AuthorAgeFilesLines
* npcx: Enable PWM when starting to spin fansDaisuke Nojiri2018-07-101-6/+11
* npcx: uart: Add driver support for the second UARTCHLin2018-07-0512-226/+468
* NPCX/fan: Update rpm_actual in duty modeTino Liu2018-07-041-1/+6
* npcx: gpio: bypass for excessive power consumption on low-voltage IOs.Mulin Chao2018-06-295-4/+115
* npcx: adc: only enable ADC during conversion for power consumption.Mulin Chao2018-06-281-3/+11
* util: UUT: skip writing empty segment to save the flash timeCHLin2018-06-151-12/+11
* gpio: extend flags size to accommodate GPIO_ flagsJett Rink2018-06-111-1/+1
* keyboard_scan: Add option to support keyboards with language IDparis_yeh2018-05-302-4/+3
* lpc/espi: convert ec chip code to use granular optionJett Rink2018-05-226-19/+19
* 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
* npcx7: Export entering PSL mode.Aseda Aboagye2018-05-222-2/+9
* npcx: lpc: Remove FW_OBF bypass for npcx7 and later npcx ec series.Mulin Chao2018-05-181-0/+13
* chip/npcx: ensure proper type of cec_taskPatrick Georgi2018-05-181-1/+1
* Shuffle const aroundPatrick 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
* chip/npcx: Increase default stack size for tasksNicolas Boichat2018-05-161-7/+7
* 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-113-11/+399
* npcx: CEC: Add stub implementation of CECStefan Adolfsson2018-05-113-0/+24
* npcx: system: Add chip generation info in system_get_chip_revision().Mulin Chao2018-05-091-6/+29
* npcx/lpc: Add debug command to trigger sci/smi/wakeFurquan Shaikh2018-04-271-0/+20
* npcx: change chip variants of npcx7 series for better clarification.Mulin Chao2018-04-276-22/+23
* npcx: Add BBRM idx for a 3rd PD port.Aseda Aboagye2018-04-252-1/+6
* npcx7: uart: Add FIFO mode supportCHLin2018-04-183-17/+124
* npcx: Touch watchdog during initDuncan Laurie2018-04-091-0/+4
* npcx: watchdog: disable ITIM16 before updating ITCNT registerMulin Chao2018-04-091-0/+2
* chip/npcx: Ensure software watchdog has highest priorityNicolas Boichat2018-04-0511-40/+40
* npcx: lpc: fixed bug that ec gets stuck in lpc_sib_wait_hostxx routines.Mulin Chao2018-04-013-4/+36
* lpc: remove lpc_host_resetJett Rink2018-03-261-27/+0
* Add config for boards that cannot distinguish reset typeDuncan Laurie2018-03-261-4/+2
* i2c(npcx): Replace cprints by cputs/cprintfNicolas Boichat2018-03-171-8/+9
* console: Fix help for parse_boolEdward Hill2018-03-161-2/+2
* i2c: npcx: Check that unwedging succeedsSimon Glass2018-03-091-3/+6
* npcx: remove optional CONFIG_PECI since no one is using it with npcxJett Rink2018-03-071-1/+0
* fan: Allow board to configure fans at run timeDaisuke Nojiri2018-03-061-4/+4
* npcx: Conforming CONFIG_UART_HOST define to match intentionJett Rink2018-03-061-1/+1