summaryrefslogtreecommitdiff
path: root/chip/mec1322
Commit message (Expand)AuthorAgeFilesLines
* 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
* skylake: set and clear wake masks in S0 <-> S0ix transitionsArchana Patni2016-02-101-0/+48
* MEC1322 port80 Acknowledge interruptIcarus Sparry2016-02-091-1/+1
* mec1322: i2c: Print port name on failureShawn Nematbakhsh2016-02-091-2/+12
* mec1322: clock: Use full-speed 48MHz processor clock during EC bootShawn Nematbakhsh2016-02-092-0/+22
* system: Add hibernate board-level callbackShawn Nematbakhsh2016-01-281-0/+3
* GPIO: Use gpio_reset in a few more placesAnton Staaf2016-01-271-7/+4
* ec: Add a chipset reset hookDuncan Laurie2016-01-251-0/+13
* mec1322: hibernate: Don't reconfigure all GPIOsShawn Nematbakhsh2016-01-252-159/+24
* GPIO: Add gpio_reset functionAnton Staaf2016-01-191-4/+1