summaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)Author
2014-11-12serial: UniPhier: borrow macros from linux/serial_reg.hMasahiro Yamada
2014-11-05Merge git://www.denx.de/git/u-boot-sunxiTom Rini
2014-11-05dm: sunxi: Add support for serial using driver modelSimon Glass
2014-11-04Merge git://git.denx.de/u-boot-shTom Rini
2014-11-04serial: add prototypes for init functionsJeroen Hofstee
2014-11-04serial: sh: r8a7794: Add support external clockNobuhiro Iwamatsu
2014-11-04serial: sh: Add support R8A7793Nobuhiro Iwamatsu
2014-10-29serial: UniPhier: add static to locally used functionsMasahiro Yamada
2014-10-29serial: UniPhier: add .pending handlerMasahiro Yamada
2014-10-26Merge git://git.denx.de/u-boot-dmTom Rini
2014-10-25serial: make local functions staticJeroen Hofstee
2014-10-23serial: remove uniphier_serial_initialize() callMasahiro Yamada
2014-10-23serial: uniphier: move CONFIG_UNIPHIER_SERIAL to KconfigMasahiro Yamada
2014-10-23dm: serial: use Driver Model for UniPhier serial driverMasahiro Yamada
2014-10-23dm: add entries to KconfigMasahiro Yamada
2014-10-23dm: serial: consolidate common code moreMasahiro Yamada
2014-10-23dm: serial: remove unnecessary castingMasahiro Yamada
2014-10-23dm: serial: fix console putcMasahiro Yamada
2014-10-23serial: add static directive to local functionsMasahiro Yamada
2014-10-23dm: move platform data headers to include/dm/platform_dataMasahiro Yamada
2014-10-23dm: x86: Convert coreboot serial to use driver modelSimon Glass
2014-10-23dm: serial: ns16550: Add a cast to the I/O operationsSimon Glass
2014-10-23dm: omap: serial: Add driver model supportSimon Glass
2014-10-23dm: serial: Support CONFIG_CONS_INDEX if availableSimon Glass
2014-10-23dm: ns16550: Correct the probe logic for platform dataSimon Glass
2014-10-23dm: ns16550: Use an address instead of a pointer for the uart baseSimon Glass
2014-10-23dm: serial: ns16550: Correct logic for checking for characterSimon Glass
2014-10-23dm: serial: Reset the watchdog while waiting in getc()Simon Glass
2014-10-22dm: serial: Support driver model in pl01x driverSimon Glass
2014-10-22dm: serial: Tidy up the pl01x driverSimon Glass
2014-10-22dm: imx: serial: Support driver model in the MXC serial driverSimon Glass
2014-10-22dm: serial: Put common code into separate functionsSimon Glass
2014-10-22dm: exynos: Move serial to driver modelSimon Glass
2014-10-10serial-uclass: Fix compilation errorHans de Goede
2014-10-07Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2014-10-06stdio: Add force parameter to stdio_deregisterHans de Goede
2014-10-05serial: add UniPhier serial driverMasahiro Yamada
2014-09-24cosmetic: replace MIN, MAX with min, maxMasahiro Yamada
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada
2014-09-23dm: serial: Don't require device tree to configure a consoleSimon Glass
2014-09-17Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2014-09-10dm: tegra: Enable driver model for serialSimon Glass
2014-09-10dm: serial: Add driver model support for ns16550Simon Glass
2014-09-10dm: serial: Collect common baud rate code in ns16550Simon Glass
2014-09-10dm: serial: Move baud rate calculation to ns16550.cSimon Glass
2014-09-10sandbox: serial: Support a coloured consoleSimon Glass
2014-09-10sandbox: Convert serial driver to use driver modelSimon Glass
2014-09-10dm: Add a uclass for serial devicesSimon Glass
2014-09-10serial: Set up the 'priv' pointer when creating a serial deviceSimon Glass
2014-09-09arm: vf610: lpuart: disable FIFO on initializatonStefan Agner