summaryrefslogtreecommitdiff
path: root/drivers/marvell/uart
Commit message (Expand)AuthorAgeFilesLines
* fix(plat/marvell/a3720/uart): do external reset during initializationPali Rohár2021-12-021-0/+8
* fix(plat/marvell/a3720/uart): configure UART after TX FIFO resetPali Rohár2021-12-021-13/+13
* feat(plat/marvell/a3720/uart): preserve x1/x2 regs in console_a3700_core_init()Pali Rohár2021-12-021-11/+11
* fix(plat/marvell/a3720/uart): fix configuring UART clockPali Rohár2021-06-011-5/+2
* fix(plat/marvell/a3720/uart): fix UART clock rate value and divisor calculationPali Rohár2021-05-281-1/+2
* marvell: uart: a3720: Increase TX FIFO EMPTY timeout from 2ms to 3msPali Rohár2021-02-161-2/+2
* marvell: uart: a3720: Update delay code to be compatible with 1200 MHz CPUPali Rohár2021-02-161-1/+1
* marvell: uart: a3720: Fix comments in console_a3700_core_init() functionPali Rohár2021-02-161-4/+4
* marvell: uart: a3720: Fix macro name for 6th bit of Status RegisterPali Rohár2021-01-181-6/+6
* marvell: uart: a3720: Implement console_a3700_core_getcPali Rohár2021-01-181-3/+12
* marvell: uart: a3720: Implement console_a3700_core_flushPali Rohár2020-12-231-0/+5
* Don't return error information from console_flushJimmy Brisson2020-10-091-5/+4
* a3700: Use generic console_t data structureAndre Przywara2020-02-251-9/+9
* Console: remove deprecated finish_console_registerAmbroise Vincent2019-04-031-1/+0
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-1/+1
* plat/marvell: Migrate to multi-console APIKonstantin Porotchkin2018-11-152-75/+105
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-081-3/+3
* drivers: marvell Add support for Armada-37xx UARTKonstantin Porotchkin2018-10-222-0/+223