summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* Refactor HIBDATA access so we can use multiple hibernate regsRandall Spangler2012-07-162-34/+55
* Fix unit testsVic Yang2012-07-131-3/+24
* Add keyboard recovery eventRandall Spangler2012-07-123-3/+19
* Simplify host event processingRandall Spangler2012-07-121-37/+12
* Support new-style LPC command interface in EC, ectoolRandall Spangler2012-07-121-13/+99
* Use response pointer and size from host command args structRandall Spangler2012-07-122-4/+7
* Map 256 bytes of data for host command args/paramsRandall Spangler2012-07-122-28/+26
* Pass maximum size of response buffer in via host command handler argsRandall Spangler2012-07-123-0/+3
* Initialize memory mapped data and add data versionsRandall Spangler2012-07-122-1/+6
* Ensure at least one LPC status bit is 0 at init time.Louis Yung-Chieh Lo2012-07-111-13/+19
* Move host_cmd_handler_args farther up the call chainRandall Spangler2012-07-113-16/+46
* Refactor API for host commands, and handle variable length data betterRandall Spangler2012-07-112-13/+20
* Change STM32 I2C master wait status timeout from 100ms to 10msRong Chang2012-07-111-4/+4
* Host command interface has only one slot nowRandall Spangler2012-07-102-92/+90
* Move ACPI query-event handling to LPC interruptRandall Spangler2012-07-101-11/+49
* Remove fake dev switchRandall Spangler2012-07-102-18/+0
* stm32: fix data buffer increment bug in flash_physical_writeDavid Hendricks2012-07-101-0/+1
* Add a test of flash overwriteVic Yang2012-07-101-0/+98
* Clear UART FIFO when initializing to prevent reading garbageVic Yang2012-07-091-0/+9
* Handle invalid parameter of fan duty cycle and keyboard backlightVic Yang2012-07-091-0/+10
* Remove unused UART definesRandall Spangler2012-07-095-30/+0
* Add new event for host interface readyRandall Spangler2012-07-071-0/+2
* Increase UART output buffer size on LM4Randall Spangler2012-07-071-0/+3
* Preserve PWM module state across system jumpVic Yang2012-07-071-13/+59
* Support host event get/set/clear on all host interfacesRandall Spangler2012-07-072-7/+4
* Add memory-mapped data support for I2C and SPI protocolsRandall Spangler2012-07-073-9/+7
* i2c: Display reason for each timeoutSimon Glass2012-07-051-13/+31
* x86power module must init before power button moduleRandall Spangler2012-07-031-1/+1
* Lower PECI baud rate and increase poll frequencyVic Yang2012-07-031-12/+33
* gpio: Add fast access to GPIO levelSimon Glass2012-07-021-0/+7
* flash: Provide direct flash access with flash_dataptr()Simon Glass2012-07-021-0/+1
* stm32: Use a timer as the watchdog warningSimon Glass2012-07-024-57/+111
* stm32: Fix up SPI driver to use host_command interfaceSimon Glass2012-07-021-18/+16
* snow: Implement I2C arbitrationSimon Glass2012-07-021-8/+0
* stm32: force update generation during timer setupDavid Hendricks2012-07-021-2/+2
* stm32: increase CONFIG_FW_IMAGE_SIZE to 64KBDavid Hendricks2012-07-022-2/+2
* stm32: i2c: Simplify host_send_response()Simon Glass2012-07-021-24/+11
* Remove unnecessary host_send_result()Simon Glass2012-07-022-18/+12
* Daisy/Snow: Drive power LED with PWMDavid Hendricks2012-07-022-1/+162
* dma: Add dma_dump() and rename debug config to CONFIG_DMA_HELPSimon Glass2012-07-022-3/+29
* dma: Add dma_bytes_done() to return bytes completed in a dma channelSimon Glass2012-07-022-0/+20
* Fix multiple charging issues on snowRong Chang2012-07-011-3/+3
* stm32: switch 32-bit timer to use TIM3/4David Hendricks2012-06-291-42/+42
* Implement board-level I2C arbitrationSimon Glass2012-06-291-0/+27
* dma: Deprecate dma_start_tx() in favor of dma_prepare_tx()Simon Glass2012-06-292-11/+21
* Revert "dma: Deprecate dma_start_tx() in favor of dma_prepare_tx()"davidjames2012-06-282-22/+11
* dma: Deprecate dma_start_tx() in favor of dma_prepare_tx()Simon Glass2012-06-282-11/+22
* dma: Adjust prepare_channel() to use a channel pointerSimon Glass2012-06-281-15/+16
* dma: Export dma_get_channel()Simon Glass2012-06-282-11/+13
* Add flash_link_ro command to openocdRandall Spangler2012-06-281-0/+4