summaryrefslogtreecommitdiff
path: root/chip/mec1322
Commit message (Expand)AuthorAgeFilesLines
* 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
* mec1322: lpc: Clear STATUS_PROCESSING LPC status bit on initShawn Nematbakhsh2016-01-191-0/+3
* kunimitsu: increase stack size for PD_C0, PD_C1, and PD_CMDKevin K Wong2016-01-111-0/+6
* mec1322: Fix uninitialized variable.Shaunak Saha2015-12-161-2/+4
* mec1322: i2c: Track controller status for repeated startShawn Nematbakhsh2015-12-071-3/+29
* Revert "mec1322: i2c: Assume read-no-write transactions are repeated start"Shawn Nematbakhsh2015-12-071-7/+16
* common: adc/i2c: Mark task_waiting volatileShamile Khan2015-12-012-3/+5
* mec1322: i2c: Assume read-no-write transactions are repeated startShawn Nematbakhsh2015-11-301-16/+7
* mec1322: i2c: Add hard-timeout for status waitShawn Nematbakhsh2015-11-301-15/+19
* mec1322: i2c: clear specified status bitsli feng2015-11-181-1/+5
* pwm: Add option for alternate clock sourceDuncan Laurie2015-11-131-3/+8
* cleanup: Fix gcc 5.2.1 compile errorsShawn Nematbakhsh2015-11-111-0/+2
* GLaDOS: Kunimitsu: Enable link-time optimization.Aseda Aboagye2015-11-091-0/+9
* mec1322: reduce system stack sizeli feng2015-11-041-9/+8
* mec1322: killing the white whale (removing temp files left behind)Vadim Bendebury2015-11-041-13/+17
* cleanup: Standardize use of CONFIG_I2C and add MASTER/SLAVE CONFIGsShawn Nematbakhsh2015-11-031-1/+0
* mec1322: fix gpio_disable_interruptKyoung Kim2015-11-031-1/+1
* mec1322: Abort curr DMA xfer in dma_disable_all().Aseda Aboagye2015-10-191-0/+8
* mec1322: Change the Port 80 task to a timer IRQ.Aseda Aboagye2015-10-193-3/+87
* mec1322: i2c: Simplify clk duty cycle calculationsShawn Nematbakhsh2015-10-151-11/+6
* glados: kunimitsu: Change image size to 100K.stabilize-smaug-7547.BAseda Aboagye2015-10-132-7/+10
* mec1322: i2c: Disable i2c interrupts after failed waitShawn Nematbakhsh2015-10-081-0/+2