summaryrefslogtreecommitdiff
path: root/chip/mec1322
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* mec1322: Do not set mux mode to GPIO in gpio_set_flags_by_mask()Shamile Khan2015-10-072-3/+6
* pd: Allow EC to request PD hibernate via host commandShawn Nematbakhsh2015-10-051-0/+7
* Rename gpio_is_reboot_warm() to system_is_reboot_warm()Vijay Hiremath2015-09-292-3/+2
* cleanup: Remove redundant CONFIG_RAM_* configsShawn Nematbakhsh2015-09-291-11/+4
* mec1322: More code space in RAMKyoung Kim2015-09-254-6/+6
* cleanup: Remove CONFIG_FW_IMAGE_SIZEShawn Nematbakhsh2015-09-242-9/+4
* cleanup: Remove redundant FLASH_SIZE CONFIGsShawn Nematbakhsh2015-09-162-6/+3
* cleanup: Change meaning of storage offset CONFIGsShawn Nematbakhsh2015-09-164-27/+20
* cleanup: Remove CDRAM / CODERAM CONFIGsShawn Nematbakhsh2015-09-162-2/+0
* cleanup: Rename geometry constantsShawn Nematbakhsh2015-09-164-8/+9
* mec1322: Properly initialize the ALTERNATE GPIO level flagsKevin K Wong2015-09-101-4/+5
* mec1322: clocks: Don't squash reserved bits in sleep / wakeShawn Nematbakhsh2015-09-103-12/+24
* mec1322: bug fix for hibernation timerKyoung Kim2015-09-081-4/+4
* mec1322: Remove FPU support by defaultShawn Nematbakhsh2015-09-021-1/+0
* cleanup: Clarify use of flash layout CONFIGsShawn Nematbakhsh2015-09-022-58/+75
* system: provide optional chip_save_reset_flags()Aaron Durbin2015-08-261-1/+6
* mec1322: fix console in lfwAaron Durbin2015-08-271-1/+5
* mec1322: i2c: Unwedge controller on transaction timeoutShawn Nematbakhsh2015-08-261-1/+9
* Allow for private board configurationsBill Richardson2015-08-111-1/+1
* glados: Turn off LEDs in hibernateShawn Nematbakhsh2015-08-111-8/+0
* mec1322: Allow GPIO hibernate state to be specified at board-levelShawn Nematbakhsh2015-08-112-37/+43
* mec1322: add EC_FLASH_PROTECT_ALL_NOW support for external flashAndrey Petrov2015-08-061-27/+84
* mec1322: Fix dedicated SPI port accessShawn Nematbakhsh2015-08-011-1/+7
* mec1322: make i2c transactions faster by not sleeping taskAlec Berg2015-08-011-36/+29
* common: change interface to SPI flashGwendal Grignou2015-07-303-41/+52
* mec1322: keep 32KHz on for ROSC accuracyKyoung Kim2015-07-281-7/+1
* glados: V2 Board ChangesShawn Nematbakhsh2015-07-241-1/+1
* mec1322: hibernate: Fix wake-on-AC for USB-CShawn Nematbakhsh2015-07-201-7/+55
* cleanup: GPIO: Use common macro for converting mask to GPIOShawn Nematbakhsh2015-07-191-5/+5
* mec1322: heavysleep in idle task and console deepsleepKyoung Kim2015-07-173-2/+491
* build-infr: Add support for shared RO library.Aseda Aboagye2015-07-171-7/+8
* cyan: fix issues with write protectionAndrey Petrov2015-07-161-63/+19
* mec1322: Allow multiple hibernate wake sourcesShawn Nematbakhsh2015-07-162-23/+37
* ADC: Add common priority for the ADC initVijay Hiremath2015-07-161-1/+1
* mec1322: Fix reset cause detectionDivya Jyothi2015-07-133-48/+11
* Fix stack overflow exception in host-command task.Chiranjeevi Rapolu2015-07-081-0/+1
* mec1322: protect spi_transcation() with mutexAndrey Petrov2015-07-012-2/+17
* mec1322: correct reset cause state in lfwDivya Jyothi2015-07-011-5/+12
* mec1322: reload watchdog on LFW entryAndrey Petrov2015-07-011-0/+9
* mec1322: fix flash_physical_read()Andrey Petrov2015-07-013-18/+6
* Fix assertion crash in __wait_evt()Chiranjeevi Rapolu2015-06-251-0/+12
* mec1322: Correctly get reset causeDivya Jyothi2015-06-242-2/+25
* cleanup: fix all the header guardsBill Richardson2015-06-181-3/+3
* mec1322: Disable Flash Write-protect code.Shamile Khan2015-06-171-9/+63