aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial/serial_pl01x.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-14serial: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng1-0/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-09bcm283x_pl011: Flush RX queue after setting baud rateAlexander Graf1-5/+5
2018-01-28bcm2835_pl011_serial: Add BCM2835 specific serial driverAlexander Graf1-8/+3
2018-01-28pl01x: Convert to dev_readAlexander Graf1-5/+3
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-04-13Fix a bug with PL010s running at 19200 baudAlyssa Rosenzweig1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-2/+3
2016-11-28serial: pl01x: expose skip_init platdata option in DTFabian Vogt1-0/+2
2016-03-22serial: pl01x: Add support for devices with the rate pre-configured.Eric Anholt1-2/+8
2016-01-19arm: serial: Add debug UART capability to the pl01x driverSergey Temerkhanov1-0/+28
2015-09-15arm: Remove unused ST-Ericsson u8500 archStefan Roese1-22/+0
2015-08-31dm: Use dev_get_addr() where possibleSimon Glass1-1/+1
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada1-1/+1
2015-05-10serial: fdt: add device tree support for pl01xVikas Manocha1-1/+29
2015-04-21serial: pl01x: fix PL010 regressionLinus Walleij1-2/+11
2014-12-11dm: serial_pl01x: Add missing private data sizeSimon Glass1-0/+1
2014-12-08serial: pl01x: avoid pl01x type check two timesVikas Manocha1-9/+6
2014-12-08serial: pl01x: disable as per type of pl01xVikas Manocha1-3/+4
2014-12-08serial: pl01x: move all line control at same placeVikas Manocha1-23/+21
2014-12-08serial: pl01x: fix pl011 baud rate configurationVikas Manocha1-0/+8
2014-12-08serial: pl01x: pass pl01x_type to set baudrateVikas Manocha1-1/+1
2014-10-23dm: move platform data headers to include/dm/platform_dataMasahiro Yamada1-1/+1
2014-10-22dm: serial: Support driver model in pl01x driverSimon Glass1-0/+73
2014-10-22dm: serial: Tidy up the pl01x driverSimon Glass1-138/+162
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-12-07serial_pl011: Set RTS during initializationJoshua Housh1-2/+2
2012-10-17serial: Use default_serial_puts() in driversMarek Vasut1-8/+1
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from serial driversMarek Vasut1-32/+0
2012-10-15serial: arm: Implement CONFIG_SERIAL_MULTI into pl01x serial driverMarek Vasut1-7/+62
2012-09-01snowball: Add support for ux500 based snowball boardMathieu J. Poirier1-0/+2
2011-10-22serial: pl01x: drain PL01x FIFO before baudrate changeLinus Walleij1-0/+10
2011-05-12Serial: p1011: new vendor init optionsJohn Rigby1-3/+27
2010-11-30pl01x: use C structs and readl/writelRabin Vincent1-20/+30
2010-10-13ARMV7: Fixed baudrate setting in pl01x driverMatt Waddel1-55/+38
2008-09-09Moved conditional compile into MakefileAndreas Engel1-10/+5
2008-09-09Merged serial_pl010.c and serial_pl011.c.Andreas Engel1-0/+228