summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* Ensure CEC bus pin is not driven lowFelix Ekblom2019-11-271-0/+3
* npcx/fan: Assign different value to TACHO_FAN_DUTYDaisuke Nojiri2019-01-221-1/+1
* CEC: Set pull-up highDaisuke Nojiri2018-11-261-0/+3
* Fan: Allow fan count to be set dynamicallyDaisuke Nojiri2018-11-204-7/+5
* npcx: CEC: Change input back to GPIO when disabling CECStefan Adolfsson2018-06-191-4/+8
* npcx: CEC: Fix issues with pushing to incoming bufferStefan Adolfsson2018-06-191-7/+20
* npcx: CEC: Allow unregistration of logical addressStefan Adolfsson2018-06-191-1/+5
* npcx: CEC: Send CEC message in mkbp eventStefan Adolfsson2018-06-191-26/+19
* npcx: CEC: Add unit suffixesStefan Adolfsson2018-06-191-78/+86
* npcx: CEC: Respect the present initiator free-timeStefan Adolfsson2018-06-191-3/+17
* npcx: CEC: Get/set logical addressStefan Adolfsson2018-06-191-2/+17
* npcx: CEC: Add software debouncingStefan Adolfsson2018-06-191-0/+29
* npcx: CEC: Improve pulse-width measurementsStefan Adolfsson2018-06-191-2/+15
* npcx: CEC: Event-handling for incoming messagesStefan Adolfsson2018-06-191-4/+162
* npcx: CEC: Handle incoming CEC messagesStefan Adolfsson2018-06-191-5/+323
* npcx: CEC: Add bus-contention handlingStefan Adolfsson2018-06-191-8/+95
* npcx: CEC: Handle enable/disable commandStefan Adolfsson2018-06-191-8/+87
* npcx: CEC: Notify AP of CEC send resultStefan Adolfsson2018-06-191-0/+22
* npcx: CEC: Add resend-logic to CEC driverStefan Adolfsson2018-06-191-4/+24
* npcx: CEC: Write messages on the CEC busStefan Adolfsson2018-06-193-11/+399
* npcx: CEC: Add stub implementation of CECStefan Adolfsson2018-06-193-0/+24
* npcx: Enable PWM when starting to spin fansDaisuke Nojiri2018-06-131-6/+11
* fan: Allow board to configure fans at run timeDaisuke Nojiri2018-06-042-12/+12
* npcx/fan: Avoid turning on disabled fansDaisuke Nojiri2018-02-271-0/+3
* npcx: Set ESPI_MAXFREQ based on FMCLK valueFurquan Shaikh2018-02-241-0/+16
* lpc: Removing unnecessary register writesJett Rink2018-02-191-6/+1
* npcx: set eSPI speed to max supported by hardwareCaveh Jalali2018-02-192-3/+12
* npcx: do not power down eSPI when enabledCaveh Jalali2018-02-192-4/+11
* Nami: Enable hibernate using silegoElthan_Huang2018-02-192-3/+4
* chip/mchp: Default SPI image script verobse output to disabledScott Worley2018-02-192-44/+73
* stm32: add internal flash support for STM32H7 familyVincent Palatin2018-02-195-8/+559
* lpc: Prevent watchdog reset caused by KBC IBF interrupt on chromebox.Mulin Chao2018-02-081-0/+8
* keyboard_scan: Disable when USB is suspended without wakeNicolas Boichat2018-02-061-0/+3
* stm32/usb: Add HOOK_USB_PM_CHANGE, called when USB is resumed/suspendedNicolas Boichat2018-02-021-1/+22
* cleanup: formatting debug messageJett Rink2018-02-021-4/+3
* g: protect flash operationsVadim Bendebury2018-02-021-6/+32
* Add support for HW alertsAnatol Pomazau2018-02-023-0/+370
* stm32: add usb_isochronousWei-Han Chen2018-02-023-0/+286
* test: store persistence files in RAMVincent Palatin2018-02-021-14/+22
* stm32: Fix bkpdata accountingShawn Nematbakhsh2018-02-022-13/+33
* Nami: force to set RESET_FLAG_RESET_PINElmo_Lan2018-02-021-1/+1
* stm32: make half-duplex SPI works on STM32F0Wei-Han Chen2018-02-023-56/+85
* stm32/usb: Add logic to detect stuck controller in usb_wakeNicolas Boichat2018-01-231-1/+28
* stm32/usb: Handle spurious wakes in usb_resumeNicolas Boichat2018-01-231-7/+34
* npcx7: Add definition/configuration for npcx7m6xb/npcx7m7wCHLin2018-01-235-10/+51
* stm32/usb: usb_wake: Update STM32_USB_CNTR with interrupts offNicolas Boichat2018-01-231-1/+5
* stm32: add SPI slave support for STM32H7Vincent Palatin2018-01-232-11/+51
* chip/host: uart: Run uart_monitor_stdin() before task schedulingShawn Nematbakhsh2018-01-231-0/+12
* ec_chip_mchp: Add chip flash image generatorScott Worley2018-01-231-0/+481
* stm32: add SPI master for STM32H7Vincent Palatin2018-01-232-1/+341