summaryrefslogtreecommitdiff
path: root/include/serial.h
Commit message (Expand)AuthorAgeFilesLines
* dm: serial: Tidy up header file commentsSimon Glass2019-01-141-3/+31
* dm: serial: Adjust serial_getinfo() to use proper APISimon Glass2019-01-141-1/+1
* dm: serial: Adjust serial_setconfig() to use proper APISimon Glass2019-01-141-1/+1
* dm: serial: Adjust serial_getconfig() to use proper APISimon Glass2019-01-141-1/+1
* serial: Move new functions to serial.hSimon Glass2019-01-141-0/+4
* dm: serial: Introduce ->getinfo() callbackAndy Shevchenko2018-12-051-0/+40
* dm: serial: Add ->getconfig() callbackAndy Shevchenko2018-12-051-3/+23
* drivers: serial: get rid of non DM mpc8xx driverChristophe Leroy2018-12-031-1/+0
* dm: serial: fix comment on dm_serial_ops setconfigSimon Goldschmidt2018-11-161-3/+1
* sandbox: Add serial testPatrice Chotard2018-09-101-0/+5
* dm: serial: Remove setparity opsPatrice Chotard2018-09-101-10/+0
* dm: serial: Replace setparity by setconfigPatrice Chotard2018-09-101-0/+47
* mips: au1x00: Remove support for these SoCsTom Rini2018-08-081-1/+0
* dm: serial: Add setparityPatrick Delaunay2018-05-261-0/+16
* drivers: serial: remove nonexisting initialisation functionsChristophe Leroy2018-04-061-31/+0
* serial: serial-uclass: Add generic serial RX buffer supportStefan Roese2017-08-241-1/+9
* powerpc: remove 4xx supportHeiko Schocher2017-07-031-4/+1
* powerpc, 5xx: remove some "5xx" remainsHeiko Schocher2017-06-161-1/+0
* powerpc, 82xx: remove some missed mpc82xx remainsHeiko Schocher2017-06-161-2/+0
* powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2017-06-161-10/+1
* board: am335x: Allow to choose serial device dynamicallyLokesh Vutla2016-05-271-0/+4
* serial: remove altera serial initializationsThomas Chou2015-10-231-2/+0
* ARM: remove cm4008 and cm41xx board supportMasahiro Yamada2015-02-241-1/+0
* ARM: remove jadecpu board supportMasahiro Yamada2015-02-241-1/+1
* serial: add prototypes for init functionsJeroen Hofstee2014-11-041-0/+49
* dm: Add a uclass for serial devicesSimon Glass2014-09-101-0/+92
* ppc4xx: Remove support for PPC405CR CPUsMatthias Fuchs2013-08-201-1/+1
* Tegra30: Add generic Tegra30 build supportTom Warren2013-01-161-1/+1
* serial: Implement default_serial_puts()Marek Vasut2012-10-171-0/+2
* serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut2012-10-151-1/+1
* serial: zoom2: Remove zoom2 serial prototypes from serial.hMarek Vasut2012-10-151-7/+0
* serial: bfin: Adjust serial_register_bfin_uart()Marek Vasut2012-10-151-4/+0
* serial: bfin: Remove the bfin_serialN_device exports from serial.hMarek Vasut2012-10-151-4/+0
* serial: ns16550: Move serial registration from serial_initialize()Marek Vasut2012-10-151-6/+2
* serial: mpc512x: Move serial registration from serial_initialize()Marek Vasut2012-10-151-7/+0
* serial: microblaze: Move serial registration from serial_initialize()Marek Vasut2012-10-151-7/+0
* serial: zynq: Move serial registration from serial_initialize()Tom Rini2012-10-151-5/+0
* serial: s5p: Move serial registration from serial_initialize()Marek Vasut2012-10-151-7/+0
* serial: pxa: Move serial registration from serial_initialize()Marek Vasut2012-10-151-4/+0
* serial: s3c24xx: Move serial registration from serial_initialize()Marek Vasut2012-10-151-6/+0
* serial: Rename .init() and .uninit() in serial_deviceMarek Vasut2012-10-151-2/+2
* serial: Coding style cleanup of struct serial_deviceMarek Vasut2012-10-151-12/+11
* serial: Add Zynq serial driverMichal Simek2012-10-041-0/+5
* serial: Support serial multi for MicroblazeMichal Simek2012-09-111-1/+2
* tegra20: rename tegra2 -> tegra20Allen Martin2012-09-011-1/+1
* net/miiphy/serial: drop duplicate "NAMESIZE" defineMike Frysinger2012-03-181-3/+2
* x86: Initial commit for running as a coreboot payloadGabe Black2011-12-191-1/+1
* serial: constify serial_assign()Gerlando Falauto2011-12-051-1/+1
* serial: cosmetic checkpatch complianceGerlando Falauto2011-12-051-9/+10
* serial: uartlite: Support for SERIAL_MULTIMichal Simek2011-10-091-0/+7