summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* stm32: Swallow special keys instead of passing them to APSimon Glass2012-10-291-5/+10
* Don't forward keys in case of warm reboot sequence matchSameer Nanda2012-10-291-1/+3
* stm32: fix race condition enabling keyboard interruptVincent Palatin2012-10-291-39/+46
* Revert "Revert "stm32: Implement keyboard debouncing""Simon Glass2012-10-291-51/+180
* Revert "Don't forward keys in case of warm reboot sequence match"Simon Glass2012-10-291-4/+1
* Revert "Revert "stm32: Implement keyscan configuration command""Simon Glass2012-10-291-0/+88
* Revert "Revert "stm32: Reduce keyboard scan period from 10ms to 3ms""Simon Glass2012-10-291-1/+1
* Revert "Revert "stm32: Update keyboard_scan to use run-time configuration""Simon Glass2012-10-291-41/+75
* Revert "Revert "stm32: Drop key scan masks""Simon Glass2012-10-291-21/+0
* Revert "stm32: fix race condition enabling keyboard interrupt"Simon Glass2012-10-291-43/+33
* Don't forward keys in case of warm reboot sequence matchSameer Nanda2012-10-101-1/+4
* snow: i2c: Reset i2c if we get a timeout in slave modeDoug Anderson2012-10-101-1/+9
* stm32: fix race condition enabling keyboard interruptVincent Palatin2012-10-101-33/+43
* Revert "stm32: Drop key scan masks"Vincent Palatin2012-10-101-0/+21
* Revert "stm32: Update keyboard_scan to use run-time configuration"Vincent Palatin2012-10-101-75/+41
* Revert "stm32: Reduce keyboard scan period from 10ms to 3ms"Vincent Palatin2012-10-101-1/+1
* Revert "stm32: Implement keyscan configuration command"Vincent Palatin2012-10-101-88/+0
* Revert "stm32: Implement keyboard debouncing"Vincent Palatin2012-10-101-180/+51
* stm32: Implement keyboard debouncingSimon Glass2012-10-051-51/+180
* 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
* fix signedness issue in deep sleep delayVincent Palatin2012-09-131-1/+1
* Switch to variable-size stacksRandall Spangler2012-09-102-0/+12
* Snow: Always reset i2c when it's initiallizedCharlie Mooney2012-09-061-63/+25
* 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:Recover from stray pulses on i2c battery lineCharlie Mooney2012-09-051-6/+18
* stm32: Store VbNvContext in backup registersChe-Liang Chiou2012-09-052-0/+53
* stm32: Squeeze fakewp backup register for VbNvContextChe-Liang Chiou2012-09-051-8/+28
* Snow: Add checking for more i2c error casesCharlie Mooney2012-09-051-9/+31
* Snow: WP_RO should be 0x10000 (including pstate).Louis Yung-Chieh Lo2012-09-053-0/+7
* snow: re-factor i2c initDavid Hendricks2012-08-301-0/+12
* Minimum write size for Snow is 2 bytes, not 64 bytes.Bill Richardson2012-08-301-1/+1
* flash: Only erase flash block that contain dataSimon Glass2012-08-293-9/+21
* snow: configure USART Rx as an input with pull resistorDavid Hendricks2012-08-291-4/+1
* stm32: activate stop modeVincent Palatin2012-08-291-1/+1
* stm32f: remove gpio_set_alternate_function()David Hendricks2012-08-291-37/+0
* Allow GPIOs to be set up laterSimon Glass2012-08-293-0/+6
* gpio: Fix initting pulldownsDoug Anderson2012-08-292-4/+6
* 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-281-1/+1
* Rename EC_FLASH_PROTECT_RW_* flags to EC_FLASH_PROTECT_ALL_*.Louis Yung-Chieh Lo2012-08-273-10/+15
* stm32: simplify hard resetVincent Palatin2012-08-251-102/+23
* Snow: Increase timeout for i2c stop bit sendingCharlie Mooney2012-08-241-7/+31
* Snow: Fixing invalid i2c error codesCharlie Mooney2012-08-241-2/+2
* snow/stm32: re-configure power LED on the fly (input vs. pwm)David Hendricks2012-08-241-7/+44