summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
...
* common: change interface to SPI flashGwendal Grignou2015-07-309-127/+194
* stm32f05: decrease default system stack sizeAlec Berg2015-07-291-0/+4
* mec1322: keep 32KHz on for ROSC accuracyKyoung Kim2015-07-281-7/+1
* stm32: Define second DMA controller present on STM32F3Gwendal Grignou2015-07-272-11/+49
* common: Change interface to dma_testGwendal Grignou2015-07-271-2/+1
* Atomic: Mark the modified uint32_t volatileAnton Staaf2015-07-271-1/+1
* Cr50: Enable TPM-protocol data over the SPI busVadim Bendebury2015-07-254-3/+294
* sps: expose RX FIFO write pointerVadim Bendebury2015-07-252-0/+6
* cr50: Use distinct configuration option for SPI Slave supportVadim Bendebury2015-07-253-7/+7
* nuc:Ian Chao2015-07-2512-183/+317
* glados: V2 Board ChangesShawn Nematbakhsh2015-07-241-1/+1
* it8380dev: fix reset causeDino Li2015-07-221-4/+8
* USART: Add DMA based transmitterAnton Staaf2015-07-218-0/+230
* 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-194-11/+11
* mec1322: heavysleep in idle task and console deepsleepKyoung Kim2015-07-173-2/+491
* cr50: restore SPS driver performanceVadim Bendebury2015-07-175-392/+373
* 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-166-6/+6
* USART: Add flexibility needed to support DMAAnton Staaf2015-07-155-112/+185
* Ryu: i2c speed to 1MHzGwendal Grignou2015-07-141-1/+1
* Cr50: Restore spstest commandBill Richardson2015-07-144-0/+196
* mec1322: Fix reset cause detectionDivya Jyothi2015-07-133-48/+11
* Cr50: Pass SPI and SPS modes to sps_register_rx_handler()Bill Richardson2015-07-133-21/+36
* Cr50: cleanup: Rename the "sps" console command "spshc"Bill Richardson2015-07-131-12/+10
* Cr50: Clear the TX FIFO when the SPS CS deassertsBill Richardson2015-07-112-9/+28
* Cr50: Handle 11-bit SPS FIFO pointers correctlyBill Richardson2015-07-101-30/+52
* flash_ec: move openocd configs from chip/ to util/Myles Watson2015-07-097-288/+0
* Cr50: Implement host commands over SPI busBill Richardson2015-07-082-0/+297
* Fix stack overflow exception in host-command task.Chiranjeevi Rapolu2015-07-081-0/+1
* it8380dev: add flash module and fix system jumpDino Li2015-07-085-12/+820
* Cr50: Simplify the API for the SPS driverBill Richardson2015-07-073-322/+155
* cr50: cleanup a few strings & messagesBill Richardson2015-07-012-3/+4
* 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
* STM32 PWM: Add error case in conditional compilationAnton Staaf2015-06-301-1/+3
* STM32F: Remove support for this familyAnton Staaf2015-06-3020-2024/+478
* it8380dev: add pin 3.3v/1.8v selectionDino Li2015-06-303-2/+100
* it8380dev: add i2c control moduleDino Li2015-06-309-17/+546
* nuc: Add SHI driver for arm-based platform in chip folder.Ian Chao2015-06-2625-655/+1709
* Fix assertion crash in __wait_evt()Chiranjeevi Rapolu2015-06-254-0/+49
* it8380dev: add fan control moduleDino Li2015-06-257-25/+855
* it8380dev: add peci control modulestabilize-7204.BDino Li2015-06-247-3/+489
* mec1322: Correctly get reset causeDivya Jyothi2015-06-242-2/+25
* it8380dev: add sspi control moduleDino Li2015-06-234-1/+168
* cleanup: fix all the header guardsBill Richardson2015-06-1827-80/+80