summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* 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
* flash_ec: remove unused USB and unprotect optionsMyles Watson2015-06-181-15/+0
* discovery-stm32f072: Blink the LEDsBill Richardson2015-06-182-1/+13
* mec1322: Disable Flash Write-protect code.Shamile Khan2015-06-171-9/+63
* it8380dev: add pmc control moduleDino Li2015-06-177-13/+580
* common: Add i2c 32bit read/writeGwendal Grignou2015-06-171-0/+30
* mec1322: Added support for sysjump.stabilize-7173.BDivya Jyothi2015-06-147-44/+160
* tcpc: disable TX timer as early as possible after DMA doneAlec Berg2015-06-131-3/+3
* tcpc: change pd_tx_done() to only wait for DMA done eventAlec Berg2015-06-131-5/+1
* spi/mec1322: Ensure that SPI Flash write chunks do not crossShamile Khan2015-06-121-2/+0
* mec1322: fix flash_physical_get_writable_flags()Andrey Petrov2015-06-111-1/+5
* Stream: Remove in_stream/out_stream interfaceAnton Staaf2015-06-112-4/+0
* mec1322: Fixed I2C handling on Repeat Start.Kevin K Wong2015-06-101-2/+1
* Remove obsolete board-specific codeRandall Spangler2015-06-103-71/+4
* mec1322: Do not restrict SPI flash reads to Word Boundary.Shamile Khan2015-06-071-5/+1
* i2c: Retry i2c operation if fails on nack'd(EC_ERROR_BUSY).li feng2015-06-041-6/+17
* Cr50: Add usb_blob handler frameworkBill Richardson2015-06-042-0/+220
* i2c: fix read-only I2C transfers on STM32F0/F3Vincent Palatin2015-06-041-1/+1
* Increase charger/console/hook stack sizes.Chiranjeevi Rapolu2015-06-041-0/+4
* mec1322: Implement i2c_set_timeoutShawn Nematbakhsh2015-06-032-8/+23
* oak: Add PD communication to oakAlec Berg2015-05-301-0/+2
* Cr50: Use USB structs instead of byte arrays for readabilityBill Richardson2015-05-292-25/+32
* Cr50: USB hardware uses 8-bit buffers, not 16-bitBill Richardson2015-05-295-107/+44