summaryrefslogtreecommitdiff
path: root/include/serial.h
AgeCommit message (Expand)AuthorFilesLines
2020-08-06drivers: serial: Make serial_initialize return intOvidiu Panait1-1/+1
2020-05-15rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner1-1/+1
2020-04-16dm: serial: Add clock member to struct serial_device_infoAndy Shevchenko1-0/+3
2019-12-03common: Move serial functions out of common.hSimon Glass1-0/+8
2019-12-03common: Move serial_printf() to the serial headerSimon Glass1-0/+11
2019-12-03serial: usb: Correct the usbtty_...() prototypesSimon Glass1-8/+10
2019-01-15dm: serial: Tidy up header file commentsSimon Glass1-3/+31
2019-01-15dm: serial: Adjust serial_getinfo() to use proper APISimon Glass1-1/+1
2019-01-15dm: serial: Adjust serial_setconfig() to use proper APISimon Glass1-1/+1
2019-01-15dm: serial: Adjust serial_getconfig() to use proper APISimon Glass1-1/+1
2019-01-15serial: Move new functions to serial.hSimon Glass1-0/+4
2018-12-05dm: serial: Introduce ->getinfo() callbackAndy Shevchenko1-0/+40
2018-12-05dm: serial: Add ->getconfig() callbackAndy Shevchenko1-3/+23
2018-12-03drivers: serial: get rid of non DM mpc8xx driverChristophe Leroy1-1/+0
2018-11-17dm: serial: fix comment on dm_serial_ops setconfigSimon Goldschmidt1-3/+1
2018-09-11sandbox: Add serial testPatrice Chotard1-0/+5
2018-09-11dm: serial: Remove setparity opsPatrice Chotard1-10/+0
2018-09-11dm: serial: Replace setparity by setconfigPatrice Chotard1-0/+47
2018-08-08mips: au1x00: Remove support for these SoCsTom Rini1-1/+0
2018-05-27dm: serial: Add setparityPatrick Delaunay1-0/+16
2018-04-07drivers: serial: remove nonexisting initialisation functionsChristophe Leroy1-31/+0
2017-08-24serial: serial-uclass: Add generic serial RX buffer supportStefan Roese1-1/+9
2017-07-04powerpc: remove 4xx supportHeiko Schocher1-4/+1
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-10/+1
2016-05-27board: am335x: Allow to choose serial device dynamicallyLokesh Vutla1-0/+4
2015-10-23serial: remove altera serial initializationsThomas Chou1-2/+0
2015-02-25ARM: remove cm4008 and cm41xx board supportMasahiro Yamada1-1/+0
2015-02-25ARM: remove jadecpu board supportMasahiro Yamada1-1/+1
2014-11-04serial: add prototypes for init functionsJeroen Hofstee1-0/+49
2014-09-10dm: Add a uclass for serial devicesSimon Glass1-0/+92
2013-08-20ppc4xx: Remove support for PPC405CR CPUsMatthias Fuchs1-1/+1
2013-01-17Tegra30: Add generic Tegra30 build supportTom Warren1-1/+1
2012-10-17serial: Implement default_serial_puts()Marek Vasut1-0/+2
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut1-1/+1
2012-10-15serial: zoom2: Remove zoom2 serial prototypes from serial.hMarek Vasut1-7/+0
2012-10-15serial: bfin: Adjust serial_register_bfin_uart()Marek Vasut1-4/+0
2012-10-15serial: bfin: Remove the bfin_serialN_device exports from serial.hMarek Vasut1-4/+0
2012-10-15serial: ns16550: Move serial registration from serial_initialize()Marek Vasut1-6/+2
2012-10-15serial: mpc512x: Move serial registration from serial_initialize()Marek Vasut1-7/+0
2012-10-15serial: microblaze: Move serial registration from serial_initialize()Marek Vasut1-7/+0
2012-10-15serial: zynq: Move serial registration from serial_initialize()Tom Rini1-5/+0
2012-10-15serial: s5p: Move serial registration from serial_initialize()Marek Vasut1-7/+0
2012-10-15serial: pxa: Move serial registration from serial_initialize()Marek Vasut1-4/+0
2012-10-15serial: s3c24xx: Move serial registration from serial_initialize()Marek Vasut1-6/+0
2012-10-15serial: Rename .init() and .uninit() in serial_deviceMarek Vasut1-2/+2
2012-10-15serial: Coding style cleanup of struct serial_deviceMarek Vasut1-12/+11
2012-10-04serial: Add Zynq serial driverMichal Simek1-0/+5
2012-09-11serial: Support serial multi for MicroblazeMichal Simek1-1/+2