summaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)Author
2014-10-23Revert "dm: tegra: Enable driver model for serial"Marcel Ziswiler
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
2014-09-09arm: vf610: lpuart: fix status register handlingStefan Agner
2014-09-08serial: lpuart: add 32-bit registers lpuart supportJingchang Lu
2014-08-30serial: move nios2-yanu.h into opencores_yanu driverThomas Chou
2014-08-30nios2: divide nios2-io.h into each specific drivers and remove itThomas Chou
2014-08-09omap: clean-up dead configsMasahiro Yamada
2014-08-09serial: sh: Add support External Clock modeNobuhiro Iwamatsu
2014-08-09serial: sh: Add support DL and CKS register for R8A7794Nobuhiro Iwamatsu
2014-07-28Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD
2014-07-28Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'Albert ARIBAUD
2014-07-25keystone2: use CONFIG_SOC_KEYSTONE in common placesKhoronzhuk, Ivan
2014-07-24serial: sh: Add support R8A7794Nobuhiro Iwamatsu
2014-07-23Add a flag indicating when the serial console is readySimon Glass
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass
2014-07-22serial: ns16550: use a const variable instead of macroMasahiro Yamada
2014-07-22serial: ns16550: use DIV_ROUND_CLOSEST macro to compute the divisorMasahiro Yamada
2014-07-22serial: ns16550: drop CONFIG_OMAP1610 from the special caseMasahiro Yamada
2014-05-28serial_mxc: disable new features of autobaud detectionEric Nelson
2014-05-12serial: nsl16550: add hw flow control supportKaricheri, Muralidharan
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada
2014-05-09Merge branch 'u-boot/master'Albert ARIBAUD
2014-05-06serial: zynq: Fix typo in suffix function nameMichal Simek
2014-05-06serial: zynq: Remove sparse warningsMichal Simek
2014-04-17k2hk: add support for k2hk SOC and EVMVitaly Andrianov
2014-03-17sandbox: Allow Ctrl-C to work in sandboxSimon Glass
2014-03-17sandbox: Add LCD driverSimon Glass
2014-03-04serial: zynq: Add OF initialization supportMichal Simek
2014-02-21serial: arc: Convert to use default_serial_putsAxel Lin
2014-02-21serial/serial_arc: switch from {read|write}l to {read|write}b accessorsAlexey Brodkin
2014-02-21serial/serial_arc: add work-around of ISS bugAlexey Brodkin
2014-02-19serial_zynq: Migrate to Zynq clock frameworkSoren Brinkmann
2014-02-19zynq: serial: Simplify serial driver initializationMichal Simek
2014-02-19Merge branch 'u-boot-pxa/master' into 'u-boot-arm/master'Albert ARIBAUD