summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add parse_bool() to centralize parsing boolean optionsRandall Spangler2013-03-291-9/+7
* Rename I8042CMD task to KEYPROTORandall Spangler2013-03-291-2/+2
* Merge i8042.c into keyboard_8042.cRandall Spangler2013-03-291-3/+3
* Move files in preparation for merging keyboard_scan modulesRandall Spangler2013-03-275-1185/+7
* stm32: unimplemented hibernate hard-reboots instead of hangingtoolchainAstabilize-3912.79.Brelease-R27-3912.BRandall Spangler2013-03-251-2/+9
* Move keyboard dimension and key constants to keyboard_config.hRandall Spangler2013-03-224-102/+73
* Add keyboard_raw interfaceRandall Spangler2013-03-229-391/+315
* Move asserting host keyboard interrupt signal to keyboard_scanRandall Spangler2013-03-201-4/+13
* Use chipset_reset() interface instead of system_warm_reboot()Randall Spangler2013-03-201-2/+2
* Move I2C arbitration to its own fileRandall Spangler2013-03-201-21/+6
* spring: reset TSU6721 when Toad's ID changesVic Yang2013-03-201-2/+5
* Use common declaration of keyboard_scan_interrupt()Randall Spangler2013-03-191-1/+1
* Move external power detect for link to its own fileChromeOS Developer2013-03-191-16/+1
* Initial McCroskey supportDavid Hendricks2013-03-132-8/+24
* stm32: make read_raw_input_state() more portableDavid Hendricks2013-03-131-30/+16
* stm32: remove unused kbc_gpio structDavid Hendricks2013-03-131-6/+0
* stm32: add some documentation to keyboard_scan.cDavid Hendricks2013-03-131-0/+6
* stm32: list keyboard output ports on a per-board basisDavid Hendricks2013-03-131-8/+4
* stm32f: Add support for ADC watchdogVic Yang2013-03-131-3/+102