summaryrefslogtreecommitdiff
path: root/drivers/serial/arm_dcc.c
Commit message (Expand)AuthorAgeFilesLines
* serial: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng2018-11-141-1/+0
* serial: arm_dcc: Add DCC support for V7R based coresLokesh Vutla2018-09-101-1/+1
* arm: v7: Kconfig: Rename CPU_V7 as CPU_V7ALokesh Vutla2018-05-071-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* serial: dcc: Move driver to DMMichal Simek2016-02-251-25/+38
* Add more SPDX-License-Identifier tagsTom Rini2016-01-191-12/+1
* arm: dcc: Add uart dcc support for armv8Siva Durga Prasad Paladugu2015-07-071-0/+16
* fix ARM DCC support for ARMv7 based cores (e.g. CortexA)Alexander Merkle2015-04-161-2/+2
* serial: arm_dcc: Convert to use default_serial_putsAxel Lin2013-08-191-7/+1
* serial: arm_dcc: Register with serial coreJagannadha Sutradharudu Teki2013-08-131-6/+27
* serial: arm_dcc: Remove stdio structure supportJagannadha Sutradharudu Teki2013-08-131-16/+0
* serial: arm_dcc: Fix compilation warning and remove unneeded initializationMichal Simek2013-02-041-5/+0
* serial: arm_dcc: Remove CONFIG_ARM_DCC_MULTI optionMichal Simek2013-02-041-11/+5
* stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD2009-07-181-3/+3
* arm/dcc: add xscale supportJean-Christophe PLAGNIOL-VILLARD2009-06-121-0/+16
* arm/dcc: use static support to allow to use it at anytimeJean-Christophe PLAGNIOL-VILLARD2009-06-121-114/+42
* arm: add uart dcc supportJean-Christophe PLAGNIOL-VILLARD2009-02-221-0/+226