summaryrefslogtreecommitdiff
path: root/chip/lm4/uart.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-352/+0
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* lpc/espi: convert ec chip code to use granular optionJett Rink2018-05-221-1/+1
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+1
* UART: Remove enable/disable interrupt functionsAnton Staaf2016-04-271-10/+0
* GPIO: Add gpio_reset functionAnton Staaf2016-01-191-2/+1
* force the compiler to use a valid register allocation for irq handlersVincent Palatin2014-03-111-2/+2
* lm4: Use low speed clock in deep sleep.Alec Berg2013-10-211-1/+72
* cleanup: Config definesRandall Spangler2013-10-161-3/+3
* lm4: Add a low power idle task.stabilize-4825.BAlec Berg2013-10-151-2/+14
* lm4: Modified clock gating to allow easy expansion to low power.Alec Berg2013-10-101-4/+6
* Cleanup use of config.h macrosBill Richardson2013-10-041-1/+1
* lm4: make CONFIG_UART_HOST optionalRandall Spangler2013-09-201-4/+21
* Simplify uart_tx_start()Randall Spangler2013-09-141-5/+4
* Split uart_process() into input and output processingRandall Spangler2013-09-111-1/+2
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-071-24/+1
* Clean up and document UART config optionsRandall Spangler2013-07-241-22/+21
* Clean up charger config optionsRandall Spangler2013-07-231-1/+1
* LM4: Support configurable host UART interfaceDuncan Laurie2013-05-131-56/+62
* Specify the LM4 GPIOs to use for UART1Bill Richardson2013-04-241-4/+5
* Clean up UART moduleRandall Spangler2012-10-301-40/+56
* Clear UART FIFO when initializing to prevent reading garbageVic Yang2012-07-091-0/+9
* Remove unused UART definesRandall Spangler2012-07-091-6/+0
* Better help for console commandsRandall Spangler2012-05-251-1/+4
* Use console output instead of uart output for console commandsRandall Spangler2012-04-241-3/+1
* Support warm reboot from one EC image to another.Randall Spangler2012-03-191-0/+11
* More cleanup of board/chip configs and initializationRandall Spangler2012-03-191-2/+2
* Add comxtest debug commandRandall Spangler2012-03-131-8/+30
* Use precision internal osciallator for UART and ADCRandall Spangler2012-03-121-3/+5
* Delay enabling UART1 until after LPC bus is enabled.Bill Richardson2012-02-171-5/+13
* Handle up/down arrow keys for UART console.Vic Yang2012-02-071-0/+4
* Add UART1 receive support (UART to x86 console)Randall Spangler2012-02-061-2/+7
* Split UART codeVincent Palatin2012-01-261-405/+52
* Ensure the panic UART is set to the right UARTVincent Palatin2012-01-261-0/+6
* Fix UART1 (x86 COMx output) on link proto0Randall Spangler2012-01-241-2/+2
* Handle all GPIO IRQs. Interrupts no longer enabled by default.Randall Spangler2012-01-171-0/+4
* Tidy GPIO configuration and board-specific configs for modules.Randall Spangler2012-01-121-23/+12
* Clean up labels and TODOsRandall Spangler2012-01-101-2/+3
* Use #defined constants for IRQ namesRandall Spangler2011-12-191-4/+2
* Change register.h macros to use inline funcs without concatenate (##).Randall Spangler2011-12-131-6/+8
* Add IRQ constants, and task functions to enable/disable/trigger IRQs.Randall Spangler2011-12-121-11/+13
* Clean up UART codeRandall Spangler2011-12-121-64/+59
* Add user-mode LPC endpointRandall Spangler2011-12-081-1/+1
* Initial sources import 1/3Randall Spangler2011-12-071-0/+563