summaryrefslogtreecommitdiff
path: root/chip/stm32
Commit message (Expand)AuthorAgeFilesLines
...
* stm32: spi: clear the spi sleep mask when AP in S3.Ben Lok2015-08-211-0/+3
* USART: Split RX driver between L and F familiesAnton Staaf2015-08-108-14/+91
* stm32: Deprecate SPI protocol version 2.Aseda Aboagye2015-08-081-3/+17
* stm32: spi: Add lock around spi_transactionGwendal Grignou2015-08-011-0/+6
* stm32: Enable 3rd SPI interfaceGwendal Grignou2015-07-302-3/+19
* common: change interface to SPI flashGwendal Grignou2015-07-303-51/+74
* stm32f05: decrease default system stack sizeAlec Berg2015-07-291-0/+4
* 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
* USART: Add DMA based transmitterAnton Staaf2015-07-218-0/+230
* cleanup: GPIO: Use common macro for converting mask to GPIOShawn Nematbakhsh2015-07-191-1/+1
* ADC: Add common priority for the ADC initVijay Hiremath2015-07-162-2/+2
* USART: Add flexibility needed to support DMAAnton Staaf2015-07-155-112/+185
* Ryu: i2c speed to 1MHzGwendal Grignou2015-07-141-1/+1
* STM32 PWM: Add error case in conditional compilationAnton Staaf2015-06-301-1/+3
* STM32F: Remove support for this familyAnton Staaf2015-06-3020-2024/+478
* cleanup: fix all the header guardsBill Richardson2015-06-1810-30/+30
* discovery-stm32f072: Blink the LEDsBill Richardson2015-06-182-1/+13
* 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
* Stream: Remove in_stream/out_stream interfaceAnton Staaf2015-06-112-4/+0
* Remove obsolete board-specific codeRandall Spangler2015-06-102-18/+4
* i2c: fix read-only I2C transfers on STM32F0/F3Vincent Palatin2015-06-041-1/+1
* oak: Add PD communication to oakAlec Berg2015-05-301-0/+2
* cleanup: Remove device-specific stuff from include/usb.hBill Richardson2015-05-281-0/+85
* oak_pd: add initial support for oak PDAlec Berg2015-05-273-0/+68
* i2c: Make i2c_xfer a wrapper function to chip_i2c_xferShawn Nematbakhsh2015-05-273-7/+7
* oak: add initial support for oak board rev1Rong Chang2015-05-272-0/+23
* mec1322: Simplify GPIO listsSteven Jian2015-05-271-0/+4
* pd: stm32f0: modify i2c driver to support TCPCIAlec Berg2015-05-272-1/+51
* pd: move non-phy layer config out of usb_pd_config.hAlec Berg2015-05-271-6/+6
* i2c: Move i2c_read_string to common codeShawn Nematbakhsh2015-05-262-40/+1
* Producer/Consumer: Refactor to use Queue policiesAnton Staaf2015-05-264-39/+19
* stm32f0: i2c: fix master i2c sending partial transfersAlec Berg2015-05-222-7/+28
* pd: add config options for including TCPM and TCPC separatelyAlec Berg2015-05-221-1/+1
* stm32f0: i2c: Add i2c_xfer repeated start supportRong Chang2015-05-202-20/+51
* Add option to enable GCC LTOVincent Palatin2015-05-193-3/+3
* cleanup: Use appropriate image geometry CONFIGsShawn Nematbakhsh2015-05-1511-157/+8
* cleanup: Rename image geometry CONFIGsShawn Nematbakhsh2015-05-128-57/+57
* pd: cleanup PD receive error enumAlec Berg2015-04-291-2/+2
* stm32: spi: Fix race condition with the enabled booleanAlexandru M Stan2015-04-281-2/+6
* pd: ignore cable resetAlec Berg2015-04-241-1/+3
* USB: Fix memcpy routinesAnton Staaf2015-04-133-29/+31
* USB-Stream: Switch to handling packets in a deferred hookAnton Staaf2015-04-132-45/+52
* stm32f0: make ADC watchdog feature modularVincent Palatin2015-04-111-3/+13
* twinkie: add simple text tracing mechanismVincent Palatin2015-04-101-50/+63
* stm32f0: fix adc_read_all_channels()Vincent Palatin2015-04-101-0/+1
* gpio: Refactor IRQ handler pointer out of gpio_listAseda Aboagye2015-04-101-10/+13
* pd: Modify BIST mode according to ECR#PD2.0.1.0.004Scott2015-04-091-7/+22