summaryrefslogtreecommitdiff
path: root/chip/ish/uart.c
Commit message (Expand)AuthorAgeFilesLines
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-1/+1
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-1/+1
* ish: infrastructure changes to support ish5.4 PMLeifu Zhao2020-02-271-0/+17
* ish: chip enablement of ish5.4 on tgl rvp platformLeifu Zhao2019-11-091-21/+38
* ISH: fix UART output errorHyungwoo Yang2019-06-251-1/+1
* cleanup: Fix common spelling typos in commentsTom Hughes2019-06-191-1/+1
* ish: remove unnecessary task switch for UARTJett Rink2019-05-301-4/+2
* ish: cleanup of UART-related functionalityJack Rosenthal2019-04-261-92/+60
* ish: remove unnecessary interrupt_enable() callHyungwoo Yang2019-01-311-3/+0
* cleanup/ish: update copyright header to styleJett Rink2019-01-191-1/+1
* ish/uart: fix wrong register address access in uart_tx_start()Hu, Hebo2019-01-081-1/+1
* ISH: inclued header for sleep maskKyoung Kim2017-09-061-0/+1
* ISH: added UART port selectionKyoung Kim2017-09-011-11/+13
* ISH: added sleep mask for UART portKyoung Kim2017-08-311-0/+6
* ISH: Added UART Rx/Tx interrupt modeKyoung Kim2017-01-111-6/+53
* ish: Add support for ISH chipJaiber John2016-11-041-0/+243