summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clear OWNERS for factory/firmware branchfirmware-pit-4482.BBrian Norris2021-09-101-0/+1
* flash_ec: Disconnect EC-3PO interps when flashing.Aseda Aboagye2016-02-181-1/+13
* i2c: stm32l: Increase timeout from 10ms to 30msDoug Anderson2014-05-052-2/+10
* Wait for battery boot-upWonjoon Lee2014-04-301-0/+2
* Adding waiting function when battery boot-upWonjoon Lee2014-04-302-1/+45
* stm32: flush write buffer before start DMA transfer.Louis Yung-Chieh Lo2014-03-141-0/+3
* Pit: Change the temperature range in discharging state.Jaehoon Kim2014-02-131-2/+2
* Pit: Add Green LED function in tps65090 charger driverJaehoon Kim2014-02-053-2/+21
* Pit: Remove pwm and power_led taskJaehoon Kim2014-01-232-2/+0
* fixup: keyboard: Improve kbpress reliability for automationDoug Anderson2013-12-101-2/+6
* keyboard: Improve kbpress reliability for automationDoug Anderson2013-12-091-6/+58
* Fix task priorities for console and hostcmd tasksRandall Spangler2013-12-097-14/+14
* stm32: Use DMA for UART receiveRandall Spangler2013-12-055-36/+170
* Simplify uart_tx_start()Randall Spangler2013-12-054-23/+15
* Remove unused uart functionsRandall Spangler2013-12-052-68/+0
* stm32: Support DMA-based UART outputRandall Spangler2013-12-056-8/+127
* Split uart_process() into input and output processingRandall Spangler2013-12-055-57/+51
* Initalize DMA before UARTRandall Spangler2013-12-055-3/+22
* Enforce a minimum number of clocks between keyboard scansRandall Spangler2013-10-154-1/+49
* battery: Always enable tpschrome low current chargingRong Chang2013-10-021-20/+4
* stm32: Fix polarity of charger interruptRandall Spangler2013-09-2311-11/+11
* pit: Change battery level warning and shutdown levelsDerek Basehore2013-09-121-4/+4
* pit: Add board specific keyscan configWonjoon Lee2013-09-062-0/+16
* pit: i2c: try unwedging the bus when i2c_xfer fails at sending STARTHung-ying Tyan2013-08-281-36/+164
* pit: i2c: dump after ADDR bit is cleared instead of beforeHung-ying Tyan2013-08-281-1/+2
* stm32l: Wait for stop condition to complete after i2c transferRandall Spangler2013-08-282-4/+22
* battery: Add sleep param; make errors fatal in the loopDoug Anderson2013-08-271-2/+18
* i2c: stm32l: Don't do i2c transactions during freq changesDoug Anderson2013-08-271-1/+23
* stm32l: Add a "PRE_FREQ_CHANGE" hook to allow other code to prepareDoug Anderson2013-08-276-2/+21
* pit: Move suspend/resume hook callbacks to a deferred taskDoug Anderson2013-08-271-2/+17
* pit: Toggle warm reset to make sure that the AP really gets resetRandall Spangler2013-08-271-0/+25
* pit: Disable CONFIG_HOST_COMMAND_STATUSAndrew Bresticker2013-08-221-1/+0
* Don't send IN_PROGRESS response if GET_COMMS_STATUS is unsupportedAndrew Bresticker2013-08-221-1/+1
* pit: Only enable FET4 by default at cold resetDoug Anderson2013-08-211-1/+7
* Fix leaving keyboard scanning disabled on brief power button pressRandall Spangler2013-08-091-4/+4
* pit: leave 1.35V rail on during warm rebootRandall Spangler2013-08-091-1/+9
* pit: If flash registers are disabled all blocks are protectedRandall Spangler2013-08-091-0/+7
* Put knowledge of task-config dependency in config.hRandall Spangler2013-08-0912-39/+41
* ectool: Return non-success exit code on bad EC status.Shawn Nematbakhsh2013-08-092-0/+4
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-0948-337/+533
* stm32f: Don't glitch signal when setting GPIO_PULL_UPRandall Spangler2013-08-091-1/+0
* pit: Don't configure PB3 in alternate function modeRandall Spangler2013-08-091-3/+0
* Clean up SPI state machine and add state codesRandall Spangler2013-08-092-59/+191
* Remove proxy config flags for unit testsVic Yang2013-08-095-16/+29
* Move input character processing from UART interrupt to console taskRandall Spangler2013-08-095-497/+453
* Host commands don't set the response pointerRandall Spangler2013-08-096-41/+20
* Word-align the host memory mapRandall Spangler2013-08-092-3/+12
* Abstract polite AP throttling into a functionBill Richardson2013-07-313-10/+24
* Add build-time checks on board-specific array sizes.Bill Richardson2013-07-3123-62/+101
* Add led_slippy build rule back to common/build.mkDave Parker2013-07-311-1/+1