summaryrefslogtreecommitdiffstats
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* serial: add prototypes for init functionsJeroen Hofstee2014-11-041-70/+70
* serial: UniPhier: add static to locally used functionsMasahiro Yamada2014-10-291-3/+3
* serial: UniPhier: add .pending handlerMasahiro Yamada2014-10-291-0/+11
* Merge git://git.denx.de/u-boot-dmTom Rini2014-10-2612-200/+251
|\
| * serial: remove uniphier_serial_initialize() callMasahiro Yamada2014-10-231-2/+0
| * serial: uniphier: move CONFIG_UNIPHIER_SERIAL to KconfigMasahiro Yamada2014-10-231-0/+6
| * dm: serial: use Driver Model for UniPhier serial driverMasahiro Yamada2014-10-231-126/+73
| * dm: add entries to KconfigMasahiro Yamada2014-10-231-0/+6
| * dm: serial: consolidate common code moreMasahiro Yamada2014-10-231-38/+41
| * dm: serial: remove unnecessary castingMasahiro Yamada2014-10-231-6/+2
| * dm: serial: fix console putcMasahiro Yamada2014-10-231-3/+3
| * serial: add static directive to local functionsMasahiro Yamada2014-10-232-19/+12
| * dm: move platform data headers to include/dm/platform_dataMasahiro Yamada2014-10-232-2/+2
| * dm: x86: Convert coreboot serial to use driver modelSimon Glass2014-10-232-0/+39
| * dm: serial: ns16550: Add a cast to the I/O operationsSimon Glass2014-10-231-2/+2
| * dm: omap: serial: Add driver model supportSimon Glass2014-10-232-0/+48
| * dm: serial: Support CONFIG_CONS_INDEX if availableSimon Glass2014-10-231-1/+10
| * dm: ns16550: Correct the probe logic for platform dataSimon Glass2014-10-231-2/+3
| * dm: ns16550: Use an address instead of a pointer for the uart baseSimon Glass2014-10-231-3/+3
| * dm: serial: ns16550: Correct logic for checking for characterSimon Glass2014-10-231-1/+1
| * dm: serial: Reset the watchdog while waiting in getc()Simon Glass2014-10-231-0/+5
* | serial: make local functions staticJeroen Hofstee2014-10-252-6/+6
|/
* dm: serial: Support driver model in pl01x driverSimon Glass2014-10-221-0/+73
* dm: serial: Tidy up the pl01x driverSimon Glass2014-10-223-140/+165
* dm: imx: serial: Support driver model in the MXC serial driverSimon Glass2014-10-221-25/+145
* dm: serial: Put common code into separate functionsSimon Glass2014-10-221-15/+17
* dm: exynos: Move serial to driver modelSimon Glass2014-10-221-183/+72
* serial-uclass: Fix compilation errorHans de Goede2014-10-101-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-10-073-0/+207
|\
| * serial: add UniPhier serial driverMasahiro Yamada2014-10-053-0/+207
* | stdio: Add force parameter to stdio_deregisterHans de Goede2014-10-061-1/+1
|/
* cosmetic: replace MIN, MAX with min, maxMasahiro Yamada2014-09-241-2/+2
* kconfig: add blank Kconfig filesMasahiro Yamada2014-09-241-0/+0
* dm: serial: Don't require device tree to configure a consoleSimon Glass2014-09-231-1/+2
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-09-171-6/+13
|\
| * arm: vf610: lpuart: disable FIFO on initializatonStefan Agner2014-09-091-0/+10
| * arm: vf610: lpuart: fix status register handlingStefan Agner2014-09-091-6/+3
* | dm: tegra: Enable driver model for serialSimon Glass2014-09-102-0/+39
* | dm: serial: Add driver model support for ns16550Simon Glass2014-09-102-3/+155
* | dm: serial: Collect common baud rate code in ns16550Simon Glass2014-09-101-20/+13
* | dm: serial: Move baud rate calculation to ns16550.cSimon Glass2014-09-102-11/+21
* | sandbox: serial: Support a coloured consoleSimon Glass2014-09-101-0/+83
* | sandbox: Convert serial driver to use driver modelSimon Glass2014-09-101-31/+36
* | dm: Add a uclass for serial devicesSimon Glass2014-09-102-0/+217
* | serial: Set up the 'priv' pointer when creating a serial deviceSimon Glass2014-09-101-0/+1
* | serial: lpuart: add 32-bit registers lpuart supportJingchang Lu2014-09-081-0/+118
|/
* serial: move nios2-yanu.h into opencores_yanu driverThomas Chou2014-08-301-1/+86
* nios2: divide nios2-io.h into each specific drivers and remove itThomas Chou2014-08-302-2/+57
* omap: clean-up dead configsMasahiro Yamada2014-08-093-12/+1
* serial: sh: Add support External Clock modeNobuhiro Iwamatsu2014-08-092-3/+9
OpenPOWER on IntegriCloud