summaryrefslogtreecommitdiff
path: root/drivers/serial/serial_pl01x.c
AgeCommit message (Expand)Author
2017-06-01dm: Rename dev_addr..() functionsSimon Glass
2017-04-13Fix a bug with PL010s running at 19200 baudAlyssa Rosenzweig
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-11-29serial: pl01x: expose skip_init platdata option in DTFabian Vogt
2016-03-22serial: pl01x: Add support for devices with the rate pre-configured.Eric Anholt
2016-01-19arm: serial: Add debug UART capability to the pl01x driverSergey Temerkhanov
2015-09-15arm: Remove unused ST-Ericsson u8500 archStefan Roese
2015-08-31dm: Use dev_get_addr() where possibleSimon Glass
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada
2015-05-10serial: fdt: add device tree support for pl01xVikas Manocha
2015-04-21serial: pl01x: fix PL010 regressionLinus Walleij
2014-12-11dm: serial_pl01x: Add missing private data sizeSimon Glass
2014-12-08serial: pl01x: avoid pl01x type check two timesVikas Manocha
2014-12-08serial: pl01x: disable as per type of pl01xVikas Manocha
2014-12-08serial: pl01x: move all line control at same placeVikas Manocha
2014-12-08serial: pl01x: fix pl011 baud rate configurationVikas Manocha
2014-12-08serial: pl01x: pass pl01x_type to set baudrateVikas Manocha
2014-10-24dm: move platform data headers to include/dm/platform_dataMasahiro Yamada
2014-10-22dm: serial: Support driver model in pl01x driverSimon Glass
2014-10-22dm: serial: Tidy up the pl01x driverSimon Glass
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2012-12-07serial_pl011: Set RTS during initializationJoshua Housh
2012-10-17serial: Use default_serial_puts() in driversMarek Vasut
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from serial driversMarek Vasut
2012-10-15serial: arm: Implement CONFIG_SERIAL_MULTI into pl01x serial driverMarek Vasut
2012-09-01snowball: Add support for ux500 based snowball boardMathieu J. Poirier
2011-10-21serial: pl01x: drain PL01x FIFO before baudrate changeLinus Walleij
2011-05-12Serial: p1011: new vendor init optionsJohn Rigby
2010-11-30pl01x: use C structs and readl/writelRabin Vincent
2010-10-13ARMV7: Fixed baudrate setting in pl01x driverMatt Waddel
2008-09-09Moved conditional compile into MakefileAndreas Engel
2008-09-09Merged serial_pl010.c and serial_pl011.c.Andreas Engel