| Commit message (Expand) | Author | Age | Files | Lines |
* | mec1322: convert pack_ec.py script to Python 3 | Jack Rosenthal | 2020-01-13 | 1 | -26/+16 |
* | keyscan: decouple keyboard_raw functionality from the presence of TASK_KEYSCAN | Alexandru M Stan | 2019-11-19 | 1 | -0/+2 |
* | Add a board specific helper to return USB PD port count | Karthikeyan Ramasubramanian | 2019-11-09 | 1 | -6/+20 |
* | Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNT | Karthikeyan Ramasubramanian | 2019-11-01 | 1 | -4/+4 |
* | Cleanup: Correct GPIO alternate function parameter | Vijay Hiremath | 2019-11-01 | 1 | -4/+6 |
* | main: Initialize I2C pretty early | Alexandru M Stan | 2019-10-24 | 1 | -2/+1 |
* | include: De-longify BIT() macro | Evan Green | 2019-10-05 | 1 | -1/+1 |
* | printf: Fix formatting errors | Evan Green | 2019-10-05 | 1 | -1/+1 |
* | printf: Convert %l to %ll | Evan Green | 2019-10-05 | 1 | -2/+2 |
* | host_command: Change host command return value to enum ec_status | Tom Hughes | 2019-10-02 | 1 | -1/+1 |
* | Unify #! use in python scripts | Stefan Reinauer | 2019-10-01 | 1 | -1/+1 |
* | cleanup: fix byte access and ifdefs for BBRAM_PD2 | Jett Rink | 2019-09-30 | 1 | -2/+3 |
* | include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_* | You-Cheng Syu | 2019-08-26 | 2 | -17/+17 |
* | dma: separate out DMA enable status from wait_for_bytes | Tom Hughes | 2019-08-13 | 1 | -2/+5 |
* | Remove __7b, __8b and __7bf | Denis Brockus | 2019-07-20 | 1 | -4/+4 |
* | Use 7bit I2C/SPI slave addresses in EC | Denis Brockus | 2019-07-19 | 1 | -4/+10 |
* | cleanup: Fix common spelling typos in comments | Tom Hughes | 2019-06-19 | 1 | -1/+1 |
* | LICENSE: remove unnecessary (c) after Copyright | Tom Hughes | 2019-06-19 | 20 | -20/+20 |
* | Makefile: Replace flag -DX with -DX= to be supported by IS_ENABLED(). | Yilun Lin | 2019-06-03 | 1 | -1/+1 |
* | common: chip_save_reset_flags takes uint32_t | Jack Rosenthal | 2019-05-17 | 1 | -1/+1 |
* | chip/(mec1322|mchp): Drop math expressions in MEMORY ORIGIN/LENGTH | Nicolas Boichat | 2019-04-29 | 1 | -2/+9 |
* | common: bit change 1 << constants with BIT(constants) | Gwendal Grignou | 2019-03-26 | 2 | -8/+8 |
* | common: replace 1 << digits, with BIT(digits) | Gwendal Grignou | 2019-03-26 | 17 | -152/+152 |
* | Keyboard: Consolidate keyboard factory tests | Daisuke Nojiri | 2018-12-17 | 1 | -68/+2 |
* | keyboard: restore KBD_KSO2 after keyboard factory scan testing | Devin Lu | 2018-12-17 | 1 | -1/+4 |
* | chip/mec1322: properly compare timestamps | Patrick Georgi | 2018-08-01 | 1 | -1/+1 |
* | gpio: extend flags size to accommodate GPIO_ flags | Jett Rink | 2018-06-11 | 1 | -1/+1 |
* | lpc/espi: convert ec chip code to use granular option | Jett Rink | 2018-05-22 | 2 | -2/+2 |
* | system: Allow hibernate to clear AP_OFF flag | Daisuke Nojiri | 2017-12-05 | 1 | -0/+5 |
* | host_events: Bump up host events and masks to 64-bit | Furquan Shaikh | 2017-11-21 | 1 | -2/+2 |
* | Mark reset and panic functions as noreturn | Patrick Georgi | 2017-11-07 | 1 | -0/+1 |
* | port80: Provide default routine for logging port80 resume | Furquan Shaikh | 2017-10-31 | 1 | -7/+0 |
* | lpc: Add and use lpc_resume_clear_masks | Furquan Shaikh | 2017-10-31 | 1 | -9/+0 |
* | host_event: Move host events and mask handling into common code | Furquan Shaikh | 2017-10-17 | 1 | -91/+7 |
* | cleanup: Remove jtag_pre_init() | Shawn Nematbakhsh | 2017-09-07 | 2 | -14/+1 |
* | watchdog: Don't discard irqprio data due to CONFIG_LTO | Shawn Nematbakhsh | 2017-06-26 | 1 | -1/+1 |
* | Revert "system: Shutdown AP before entering hibernate mode" | Duncan Laurie | 2017-04-21 | 1 | -1/+1 |
* | system: Shutdown AP before entering hibernate mode | Philip Chen | 2017-04-14 | 1 | -1/+1 |
* | version: Store image size data in version struct | Shawn Nematbakhsh | 2017-03-16 | 2 | -1/+3 |
* | gpio: Add function to clear pending interrupt | Duncan Laurie | 2017-03-01 | 1 | -0/+18 |
* | pd: Store PD active state in battery-backed memory | Shawn Nematbakhsh | 2017-02-25 | 1 | -8/+20 |
* | system: Add generic bbram read / write routines | Shawn Nematbakhsh | 2017-02-24 | 1 | -5/+21 |
* | flash: Pass more precise parameter to flash_[physical_]protect_at_boot | Nicolas Boichat | 2017-02-12 | 1 | -14/+13 |
* | Revert "version: Store image size data in version struct" | Vadim Bendebury | 2017-02-01 | 2 | -3/+1 |
* | version: Store image size data in version struct | Shawn Nematbakhsh | 2017-01-30 | 2 | -1/+3 |
* | intel_x86: Make common code for LPC S0 <-> S0ix transitions | Vijay Hiremath | 2017-01-21 | 1 | -47/+0 |
* | clock: Fix clock_wait_cycles() asm | Shawn Nematbakhsh | 2016-11-18 | 1 | -2/+2 |
* | mec1322: Place `idlestats` behind config option. | Aseda Aboagye | 2016-11-15 | 1 | -2/+2 |
* | Fix various misspellings in comments | Martin Roth | 2016-11-15 | 2 | -3/+3 |
* | hibernate: Re-init GPIO levels on hibernate wake | Shawn Nematbakhsh | 2016-10-07 | 1 | -1/+2 |