summaryrefslogtreecommitdiff
path: root/drivers/serial/serial_pl01x.c
Commit message (Expand)AuthorAgeLines
* serial: pl01x: Add support for devices with the rate pre-configured.Eric Anholt2016-03-22-2/+8
* arm: serial: Add debug UART capability to the pl01x driverSergey Temerkhanov2016-01-19-0/+28
* arm: Remove unused ST-Ericsson u8500 archStefan Roese2015-09-15-22/+0
* dm: Use dev_get_addr() where possibleSimon Glass2015-08-31-1/+1
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-18-1/+1
* serial: fdt: add device tree support for pl01xVikas Manocha2015-05-10-1/+29
* serial: pl01x: fix PL010 regressionLinus Walleij2015-04-21-2/+11
* dm: serial_pl01x: Add missing private data sizeSimon Glass2014-12-11-0/+1
* serial: pl01x: avoid pl01x type check two timesVikas Manocha2014-12-08-9/+6
* serial: pl01x: disable as per type of pl01xVikas Manocha2014-12-08-3/+4
* serial: pl01x: move all line control at same placeVikas Manocha2014-12-08-23/+21
* serial: pl01x: fix pl011 baud rate configurationVikas Manocha2014-12-08-0/+8
* serial: pl01x: pass pl01x_type to set baudrateVikas Manocha2014-12-08-1/+1
* dm: move platform data headers to include/dm/platform_dataMasahiro Yamada2014-10-23-1/+1
* dm: serial: Support driver model in pl01x driverSimon Glass2014-10-22-0/+73
* dm: serial: Tidy up the pl01x driverSimon Glass2014-10-22-138/+162
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* serial_pl011: Set RTS during initializationJoshua Housh2012-12-07-2/+2
* serial: Use default_serial_puts() in driversMarek Vasut2012-10-17-8/+1
* serial: Remove CONFIG_SERIAL_MULTI from serial driversMarek Vasut2012-10-15-32/+0
* serial: arm: Implement CONFIG_SERIAL_MULTI into pl01x serial driverMarek Vasut2012-10-15-7/+62
* snowball: Add support for ux500 based snowball boardMathieu J. Poirier2012-09-01-0/+2
* serial: pl01x: drain PL01x FIFO before baudrate changeLinus Walleij2011-10-22-0/+10
* Serial: p1011: new vendor init optionsJohn Rigby2011-05-12-3/+27
* pl01x: use C structs and readl/writelRabin Vincent2010-11-30-20/+30
* ARMV7: Fixed baudrate setting in pl01x driverMatt Waddel2010-10-13-55/+38
* Moved conditional compile into MakefileAndreas Engel2008-09-09-10/+5
* Merged serial_pl010.c and serial_pl011.c.Andreas Engel2008-09-09-0/+228