summaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
2014-11-11serial: UniPhier: borrow macros from linux/serial_reg.hMasahiro Yamada1-13/+2
2014-11-05Merge git://www.denx.de/git/u-boot-sunxiTom Rini2-0/+40
2014-11-05dm: sunxi: Add support for serial using driver modelSimon Glass2-0/+40
2014-11-05Merge git://git.denx.de/u-boot-shTom Rini1-4/+6
2014-11-04serial: add prototypes for init functionsJeroen Hofstee1-70/+70
2014-11-04serial: sh: r8a7794: Add support external clockNobuhiro Iwamatsu1-2/+2
2014-11-04serial: sh: Add support R8A7793Nobuhiro Iwamatsu1-4/+6
2014-10-29serial: UniPhier: add static to locally used functionsMasahiro Yamada1-3/+3
2014-10-29serial: UniPhier: add .pending handlerMasahiro Yamada1-0/+11
2014-10-26Merge git://git.denx.de/u-boot-dmTom Rini12-200/+251
2014-10-25serial: make local functions staticJeroen Hofstee2-6/+6
2014-10-24serial: remove uniphier_serial_initialize() callMasahiro Yamada1-2/+0
2014-10-24serial: uniphier: move CONFIG_UNIPHIER_SERIAL to KconfigMasahiro Yamada1-0/+6
2014-10-24dm: serial: use Driver Model for UniPhier serial driverMasahiro Yamada1-126/+73
2014-10-24dm: add entries to KconfigMasahiro Yamada1-0/+6
2014-10-24dm: serial: consolidate common code moreMasahiro Yamada1-38/+41
2014-10-24dm: serial: remove unnecessary castingMasahiro Yamada1-6/+2
2014-10-24dm: serial: fix console putcMasahiro Yamada1-3/+3
2014-10-24serial: add static directive to local functionsMasahiro Yamada2-19/+12
2014-10-24dm: move platform data headers to include/dm/platform_dataMasahiro Yamada2-2/+2
2014-10-24dm: x86: Convert coreboot serial to use driver modelSimon Glass2-0/+39
2014-10-24dm: serial: ns16550: Add a cast to the I/O operationsSimon Glass1-2/+2
2014-10-24dm: omap: serial: Add driver model supportSimon Glass2-0/+48
2014-10-24dm: serial: Support CONFIG_CONS_INDEX if availableSimon Glass1-1/+10
2014-10-24dm: ns16550: Correct the probe logic for platform dataSimon Glass1-2/+3
2014-10-24dm: ns16550: Use an address instead of a pointer for the uart baseSimon Glass1-3/+3
2014-10-24dm: serial: ns16550: Correct logic for checking for characterSimon Glass1-1/+1
2014-10-24dm: serial: Reset the watchdog while waiting in getc()Simon Glass1-0/+5
2014-10-22dm: serial: Support driver model in pl01x driverSimon Glass1-0/+73
2014-10-22dm: serial: Tidy up the pl01x driverSimon Glass3-140/+165
2014-10-22dm: imx: serial: Support driver model in the MXC serial driverSimon Glass1-25/+145
2014-10-22dm: serial: Put common code into separate functionsSimon Glass1-15/+17
2014-10-22dm: exynos: Move serial to driver modelSimon Glass1-183/+72
2014-10-10serial-uclass: Fix compilation errorHans de Goede1-1/+1
2014-10-07Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini3-0/+207
2014-10-06stdio: Add force parameter to stdio_deregisterHans de Goede1-1/+1
2014-10-05serial: add UniPhier serial driverMasahiro Yamada3-0/+207
2014-09-25cosmetic: replace MIN, MAX with min, maxMasahiro Yamada1-2/+2
2014-09-25kconfig: add blank Kconfig filesMasahiro Yamada1-0/+0
2014-09-23dm: serial: Don't require device tree to configure a consoleSimon Glass1-1/+2
2014-09-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-6/+13
2014-09-10dm: tegra: Enable driver model for serialSimon Glass2-0/+39
2014-09-10dm: serial: Add driver model support for ns16550Simon Glass2-3/+155
2014-09-10dm: serial: Collect common baud rate code in ns16550Simon Glass1-20/+13
2014-09-10dm: serial: Move baud rate calculation to ns16550.cSimon Glass2-11/+21
2014-09-10sandbox: serial: Support a coloured consoleSimon Glass1-0/+83
2014-09-10sandbox: Convert serial driver to use driver modelSimon Glass1-31/+36
2014-09-10dm: Add a uclass for serial devicesSimon Glass2-0/+217
2014-09-10serial: Set up the 'priv' pointer when creating a serial deviceSimon Glass1-0/+1
2014-09-09arm: vf610: lpuart: disable FIFO on initializatonStefan Agner1-0/+10