summaryrefslogtreecommitdiff
path: root/chip/stm32
Commit message (Expand)AuthorAgeFilesLines
* stm32: Implement keyscan test infrastructureSimon Glass2012-10-311-1/+20
* Watchdog is reloaded by HOOK_TICK, not its own taskRandall Spangler2012-10-305-8/+11
* Rename power_button module to switchRandall Spangler2012-10-301-1/+1
* Clean up clock moduleRandall Spangler2012-10-302-15/+5
* Clean up GPIO module.Randall Spangler2012-10-303-5/+4
* Clean up jtag moduleRandall Spangler2012-10-302-6/+2
* Clean up UART moduleRandall Spangler2012-10-301-3/+1
* Add tick taskRandall Spangler2012-10-301-0/+3
* Clean up ADC moduleRandall Spangler2012-10-301-0/+9
* Use SECOND and MSEC constantsRandall Spangler2012-10-296-38/+28
* Clean up system moduleRandall Spangler2012-10-251-23/+13
* Clean up LED and onewire modulesRandall Spangler2012-10-251-9/+15
* Clean up I2C moduleRandall Spangler2012-10-251-29/+24
* Cleanup: flash moduleRandall Spangler2012-10-252-36/+56
* Clean up GPIO moduleRandall Spangler2012-10-253-32/+29
* Clean up keyboard_scan moduleRandall Spangler2012-10-231-3/+1
* Hook functions no longer return valuesRandall Spangler2012-10-235-23/+8
* stm32: Swallow special keys instead of passing them to APSimon Glass2012-10-171-5/+10
* stm32: support DMA on I2C1Vincent Palatin2012-10-113-30/+54
* stm32: make power led optionalVincent Palatin2012-10-111-1/+2
* stm32: fix race condition enabling keyboard interruptVincent Palatin2012-10-101-39/+46
* snow: i2c: Reset i2c if we get a timeout in slave modeDoug Anderson2012-10-101-1/+9
* stm32: Implement keyboard debouncingSimon Glass2012-10-051-54/+182
* stm32: Implement keyscan configuration commandSimon Glass2012-10-051-0/+88
* stm32: Reduce keyboard scan period from 10ms to 3msSimon Glass2012-10-051-1/+1
* stm32: Update keyboard_scan to use run-time configurationSimon Glass2012-10-051-41/+75
* stm32: Drop key scan masksSimon Glass2012-10-051-21/+0
* stm32f: ADC driverVic Yang2012-09-264-2/+244
* stm32: Export DMA memory size optionVic Yang2012-09-265-31/+74
* Don't forward keys in case of warm reboot sequence matchSameer Nanda2012-09-241-1/+4
* Add Spring board configurationVincent Palatin2012-09-201-1/+1
* spi: Rewrite driver for new protocol, better performanceSimon Glass2012-09-172-137/+216
* fix signedness issue in deep sleep delayVincent Palatin2012-09-121-1/+1
* Move pending command logic into host_commandSimon Glass2012-09-101-101/+1
* Switch to variable-size stacksRandall Spangler2012-09-091-0/+6
* Snow: Always reset i2c when it's initiallizedCharlie Mooney2012-09-061-63/+25
* stm32: Store VbNvContext in backup registersChe-Liang Chiou2012-09-051-0/+43
* Snow:Recover from stray pulses on i2c battery lineCharlie Mooney2012-09-051-6/+18
* snow: i2c: Reset i2c busses at bootup to unwedge themDavid Hendricks2012-09-051-4/+149
* stm32l: Add stub for gpio_set_flags()David Hendricks2012-09-051-0/+9
* Change UART interrupt to priority 2Simon Glass2012-09-051-1/+1
* Snow: Add checking for more i2c error casesCharlie Mooney2012-09-051-9/+31
* stm32: Squeeze fakewp backup register for VbNvContextChe-Liang Chiou2012-09-051-8/+28
* snow: re-factor i2c initDavid Hendricks2012-08-301-0/+12
* stm32f: remove gpio_set_alternate_function()David Hendricks2012-08-281-37/+0
* gaia: Add a warm reboot functionSameer Nanda2012-08-281-0/+25
* stm32f: Preserve flash write protect info across sysjumpVic Yang2012-08-281-1/+32
* stm32f: Fix a bug that PROTECT_ALL_NOW is set incorrectlyVic Yang2012-08-271-1/+1
* Allow GPIOs to be set up laterSimon Glass2012-08-272-0/+4
* Rename EC_FLASH_PROTECT_RW_* flags to EC_FLASH_PROTECT_ALL_*.Louis Yung-Chieh Lo2012-08-252-6/+7