summaryrefslogtreecommitdiff
path: root/chip/mec1322
Commit message (Expand)AuthorAgeFilesLines
* cleanup: Fix common spelling typos in commentsTom Hughes2019-06-191-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-1920-20/+20
* Makefile: Replace flag -DX with -DX= to be supported by IS_ENABLED().Yilun Lin2019-06-031-1/+1
* common: chip_save_reset_flags takes uint32_tJack Rosenthal2019-05-171-1/+1
* chip/(mec1322|mchp): Drop math expressions in MEMORY ORIGIN/LENGTHNicolas Boichat2019-04-291-2/+9
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-262-8/+8
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-2617-152/+152
* Keyboard: Consolidate keyboard factory testsDaisuke Nojiri2018-12-171-68/+2
* keyboard: restore KBD_KSO2 after keyboard factory scan testingDevin Lu2018-12-171-1/+4
* chip/mec1322: properly compare timestampsPatrick Georgi2018-08-011-1/+1
* gpio: extend flags size to accommodate GPIO_ flagsJett Rink2018-06-111-1/+1
* lpc/espi: convert ec chip code to use granular optionJett Rink2018-05-222-2/+2
* system: Allow hibernate to clear AP_OFF flagDaisuke Nojiri2017-12-051-0/+5
* host_events: Bump up host events and masks to 64-bitFurquan Shaikh2017-11-211-2/+2
* Mark reset and panic functions as noreturnPatrick Georgi2017-11-071-0/+1
* port80: Provide default routine for logging port80 resumeFurquan Shaikh2017-10-311-7/+0
* lpc: Add and use lpc_resume_clear_masksFurquan Shaikh2017-10-311-9/+0
* host_event: Move host events and mask handling into common codeFurquan Shaikh2017-10-171-91/+7
* cleanup: Remove jtag_pre_init()Shawn Nematbakhsh2017-09-072-14/+1
* watchdog: Don't discard irqprio data due to CONFIG_LTOShawn Nematbakhsh2017-06-261-1/+1
* Revert "system: Shutdown AP before entering hibernate mode"Duncan Laurie2017-04-211-1/+1
* system: Shutdown AP before entering hibernate modePhilip Chen2017-04-141-1/+1
* version: Store image size data in version structShawn Nematbakhsh2017-03-162-1/+3
* gpio: Add function to clear pending interruptDuncan Laurie2017-03-011-0/+18
* pd: Store PD active state in battery-backed memoryShawn Nematbakhsh2017-02-251-8/+20
* system: Add generic bbram read / write routinesShawn Nematbakhsh2017-02-241-5/+21
* flash: Pass more precise parameter to flash_[physical_]protect_at_bootNicolas Boichat2017-02-121-14/+13
* Revert "version: Store image size data in version struct"Vadim Bendebury2017-02-012-3/+1
* version: Store image size data in version structShawn Nematbakhsh2017-01-302-1/+3
* intel_x86: Make common code for LPC S0 <-> S0ix transitionsVijay Hiremath2017-01-211-47/+0
* clock: Fix clock_wait_cycles() asmShawn Nematbakhsh2016-11-181-2/+2
* mec1322: Place `idlestats` behind config option.Aseda Aboagye2016-11-151-2/+2
* Fix various misspellings in commentsMartin Roth2016-11-152-3/+3
* hibernate: Re-init GPIO levels on hibernate wakeShawn Nematbakhsh2016-10-071-1/+2
* Enable spi_flash_read to read > SPI_FLASH_MAX_READ_SIZEphilipchen2016-10-051-15/+1
* g: CONFIG_FLASH should be optionalBill Richardson2016-10-021-1/+1
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-242-5/+3
* servo_v4: Fix ADC console commandNick Sanders2016-05-261-28/+0
* mec1322: Don't try to inline pwm_get_keep_awake_mask()Stefan Reinauer2016-05-102-2/+2
* hooks: Add relative HOOK_INIT priority for peripheralsShawn Nematbakhsh2016-05-051-1/+1
* pwm: Add PWM_CONFIG_DSLEEP config flagShawn Nematbakhsh2016-04-274-6/+42
* UART: Remove enable/disable interrupt functionsAnton Staaf2016-04-271-10/+0
* Deferred: Remove hard coded number of deferredsAnton Staaf2016-04-191-3/+0
* Deferred: Use deferred_data instead of function pointerAnton Staaf2016-04-182-3/+5
* ectool: Support keyboard factory scanningDevn Lu2016-04-011-0/+68
* GPIO: Rename and move board_set_gpio_hibernate_stateAnton Staaf2016-03-211-2/+2
* mec1322: Do not shutdown LPC in deepsleep.Divya Jyothi2016-03-172-5/+10
* mec1322: port80: Disable port80 interrupt and timer after timeoutShawn Nematbakhsh2016-02-251-29/+47
* skylake: do not clear masks in S0ix -> S0 transitionArchana Patni2016-02-221-5/+9
* hibernate: Inform PD MCU before calling board hibernate callbackShawn Nematbakhsh2016-02-171-3/+3