summaryrefslogtreecommitdiff
path: root/drivers/serial/serial.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt1-1/+1
2020-08-06drivers: serial: Make serial_initialize return intOvidiu Panait1-1/+3
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-10-25serial: serial_mtk: add non-DM version for SPLWeijie Gao1-0/+2
2019-08-12env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2018-12-03drivers: serial: get rid of non DM mpc8xx driverChristophe Leroy1-2/+0
2018-08-10drivers: serial: document on_baudrate()Heinrich Schuchardt1-0/+8
2018-08-08mips: au1x00: Remove support for these SoCsTom Rini1-2/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-07drivers: serial: remove nonexisting initialisation functionsChristophe Leroy1-64/+0
2017-07-23powerpc: Remove 8260 remaindersChristophe Leroy1-3/+0
2017-07-06serial: make serial_stub_* to static functionsMasahiro Yamada1-2/+2
2017-06-16powerpc, 5xx: remove some "5xx" remainsHeiko Schocher1-1/+0
2017-06-16powerpc, 82xx: remove some missed mpc82xx remainsHeiko Schocher1-2/+0
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher1-2/+0
2015-12-06Fix typo: firstly -> first.Vagrant Cascadian1-1/+1
2015-10-23serial: remove altera serial initializationsThomas Chou1-4/+0
2015-04-22stm32f4: Add serial driverrev13@wp.pl1-0/+2
2015-02-25ARM: remove cm4008 and cm41xx board supportMasahiro Yamada1-2/+0
2014-11-04serial: add prototypes for init functionsJeroen Hofstee1-70/+70
2014-10-26Merge git://git.denx.de/u-boot-dmTom Rini1-2/+0
2014-10-25serial: make local functions staticJeroen Hofstee1-4/+4
2014-10-24serial: remove uniphier_serial_initialize() callMasahiro Yamada1-2/+0
2014-10-05serial: add UniPhier serial driverMasahiro Yamada1-0/+2
2014-09-10serial: Set up the 'priv' pointer when creating a serial deviceSimon Glass1-0/+1
2014-07-23Add a flag indicating when the serial console is readySimon Glass1-0/+1
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass1-6/+48
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada1-7/+3
2014-05-06serial: zynq: Fix typo in suffix function nameMichal Simek1-2/+2
2014-02-19Merge branch 'u-boot-pxa/master' into 'u-boot-arm/master'Albert ARIBAUD1-2/+0
2014-02-07serial/serial_arc - add driver for ARC UARTAlexey Brodkin1-0/+2
2014-02-06ARM: serial: Remove the IXP UART driverMarek Vasut1-2/+0
2013-09-19drivers: serial_s3c44b0: delete an unused driverMasahiro Yamada1-2/+0
2013-09-05Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+2
2013-08-21ARM: mxs: Added application UART driverAndreas Wass1-0/+2
2013-08-13serial: arm_dcc: Register with serial coreJagannadha Sutradharudu Teki1-0/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-26serial: Use ARRAY_SIZE instead of reinventing itAxel Lin1-3/+2
2013-05-15Power: remove support for Freescale MPC8220Wolfgang Denk1-2/+0
2013-04-12arm: Remove support for unused s3c64xxBenoît Thébaudeau1-2/+0
2013-02-28ARM: ns9750dev: remove remainders of dead boardWolfgang Denk1-2/+0
2012-12-13env: Add a baudrate env handlerJoe Hershberger1-0/+70
2012-10-27arm: Remove support for NETARMMarek Vasut1-2/+0
2012-10-27arm: Remove support for s3c4510Marek Vasut1-2/+0
2012-10-27arm: Remove support for lpc2292Marek Vasut1-2/+0
2012-10-17kerneldoc: Annotate drivers/serial/serial.cMarek Vasut1-0/+165
2012-10-17serial: Reorder get_current()Marek Vasut1-9/+12