summaryrefslogtreecommitdiffstats
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2014-11-171-1/+1
|\
| * sh: move CONFIG_{SH2, SH2A, SH3, SH4} to KconfigMasahiro Yamada2014-11-131-1/+1
* | serial: UniPhier: borrow macros from linux/serial_reg.hMasahiro Yamada2014-11-121-13/+2
|/
* Merge git://www.denx.de/git/u-boot-sunxiTom Rini2014-11-052-0/+40
|\
| * dm: sunxi: Add support for serial using driver modelSimon Glass2014-11-052-0/+40
* | Merge git://git.denx.de/u-boot-shTom Rini2014-11-041-4/+6
|\ \ | |/ |/|
| * serial: sh: r8a7794: Add support external clockNobuhiro Iwamatsu2014-11-041-2/+2
| * serial: sh: Add support R8A7793Nobuhiro Iwamatsu2014-11-041-4/+6
* | 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
OpenPOWER on IntegriCloud