summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* Add console command to force enable consoleVic Yang2013-05-152-48/+17
* LM4: Support configurable host UART interfaceDuncan Laurie2013-05-131-56/+62
* Slippy: Changes needed to boot EC without bricking.Bill Richardson2013-05-105-2/+23
* i2c: Allow for i2c "ping" that's a write of 0 bytesDoug Anderson2013-05-081-1/+3
* i2c: stm32l: Fix i2c reads of sizes other than 1Doug Anderson2013-05-082-11/+60
* Add lid switch test and enable kb_mkbp testVic Yang2013-05-081-0/+5
* Use uintptr_t when converting integer from/to pointerVic Yang2013-05-071-2/+2
* stm32f: Set ADC single read timeoutVic Yang2013-05-071-4/+13
* spi: Fix OOBE in bounds-checking the replyDoug Anderson2013-05-071-1/+1
* Fix and enable SPI for pitRandall Spangler2013-05-073-66/+47
* Add persistent storage for emulatorVic Yang2013-05-074-1/+89
* Pthread-based emulator for unit testingstabilize-4100.38.BVic Yang2013-05-076-0/+293
* Add some ifdefs to distinguish between Link and SlippyBill Richardson2013-05-025-5/+20
* Support power button on slippy, make it compile again.Bill Richardson2013-05-021-0/+2
* Fix I2C port configuration on pitRandall Spangler2013-05-021-8/+16
* stm32: Fix ADC watchdog bug and extend sample timeVic Yang2013-04-301-4/+6
* Split STM32 i2c implementation for STM32F vs STM32LRandall Spangler2013-04-305-1/+405
* Move i2cread and i2cwrite functions to i2c_commonRandall Spangler2013-04-304-241/+72
* Fix ADC test for LM4Vic Yang2013-04-302-6/+0
* Improved the BUILD_ASSERT macro to work outside of functions.Bill Richardson2013-04-292-2/+3
* Split pwm.c into pwm_fan.c and pwm_kblight.cBill Richardson2013-04-264-142/+225
* Increase UART output buffer on STM32LRandall Spangler2013-04-261-0/+3
* stm32: do not enable interrupts on I2C1Vincent Palatin2013-04-261-2/+0
* Split out power button code from switch.cRandall Spangler2013-04-251-141/+43
* Fix typo in power_led.cRandall Spangler2013-04-241-1/+1
* Move LPC constants of out board.c and into chipset where they belongBill Richardson2013-04-242-0/+30
* Replace generated CONFIG_TASK_ macros with HAS_TASK_Bill Richardson2013-04-246-13/+13
* Specify the LM4 GPIOs to use for UART1Bill Richardson2013-04-241-4/+5
* Allow building without battery chargingBill Richardson2013-04-241-0/+2
* Active-low Link GPIOs end with _L, not n.Randall Spangler2013-04-222-11/+11
* Support power button LED on pitstabilize-4035.0.BRandall Spangler2013-04-191-11/+32
* Add flash write protect testVic Yang2013-04-173-3/+3
* Move STM32 timer regs struct to registers.hRandall Spangler2013-04-171-0/+30
* Remove _OFF from GPIO register macrosRandall Spangler2013-04-165-40/+40
* Fix flash testsVic Yang2013-04-151-73/+0
* Refactor gpio_set_level() and gpio_pre_init()Randall Spangler2013-04-154-91/+117
* Fix test compilation error for linkVic Yang2013-04-132-2/+6
* Remove unused GPIO macrosRandall Spangler2013-04-121-25/+1
* Daisy doesn't use STM32F100Randall Spangler2013-04-121-1/+1
* Allow GPIO alternate function 0Randall Spangler2013-04-114-5/+16
* Move gpio_get_name() to gpio_common.cRandall Spangler2013-04-113-21/+1
* Strip out old LPC command protocolRandall Spangler2013-04-111-38/+18
* Fix kb_deghost testVic Yang2013-04-111-2/+2
* Move REG16 and REG32 macros to common.hRandall Spangler2013-04-103-150/+145
* Clean up daisy GPIO and SPI initRandall Spangler2013-04-082-2/+9
* Move power LED GPIO code from snow board.c into power_led.cRandall Spangler2013-04-081-26/+26
* Improve deferred function callsRandall Spangler2013-04-042-0/+6
* Trigger dma_init() via HOOK_INITRandall Spangler2013-04-032-237/+5
* Split lid switch code out of switch.c to its own fileRandall Spangler2013-04-021-117/+35
* Move enabling AC_PRESENT interrupt to extpower_gpio.cRandall Spangler2013-04-021-1/+0