Age | Commit message (Expand) | Author |
2014-10-23 | dm: serial: ns16550: Add a cast to the I/O operations | Simon Glass |
2014-10-23 | dm: omap: serial: Add driver model support | Simon Glass |
2014-10-23 | dm: serial: Support CONFIG_CONS_INDEX if available | Simon Glass |
2014-10-23 | dm: ns16550: Correct the probe logic for platform data | Simon Glass |
2014-10-23 | dm: ns16550: Use an address instead of a pointer for the uart base | Simon Glass |
2014-10-23 | dm: serial: ns16550: Correct logic for checking for character | Simon Glass |
2014-10-23 | dm: serial: Reset the watchdog while waiting in getc() | Simon Glass |
2014-10-22 | dm: serial: Support driver model in pl01x driver | Simon Glass |
2014-10-22 | dm: serial: Tidy up the pl01x driver | Simon Glass |
2014-10-22 | dm: imx: serial: Support driver model in the MXC serial driver | Simon Glass |
2014-10-22 | dm: serial: Put common code into separate functions | Simon Glass |
2014-10-22 | dm: exynos: Move serial to driver model | Simon Glass |
2014-10-10 | serial-uclass: Fix compilation error | Hans de Goede |
2014-10-07 | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini |
2014-10-06 | stdio: Add force parameter to stdio_deregister | Hans de Goede |
2014-10-05 | serial: add UniPhier serial driver | Masahiro Yamada |
2014-09-24 | cosmetic: replace MIN, MAX with min, max | Masahiro Yamada |
2014-09-24 | kconfig: add blank Kconfig files | Masahiro Yamada |
2014-09-23 | dm: serial: Don't require device tree to configure a console | Simon Glass |
2014-09-17 | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini |
2014-09-10 | dm: tegra: Enable driver model for serial | Simon Glass |
2014-09-10 | dm: serial: Add driver model support for ns16550 | Simon Glass |
2014-09-10 | dm: serial: Collect common baud rate code in ns16550 | Simon Glass |
2014-09-10 | dm: serial: Move baud rate calculation to ns16550.c | Simon Glass |
2014-09-10 | sandbox: serial: Support a coloured console | Simon Glass |
2014-09-10 | sandbox: Convert serial driver to use driver model | Simon Glass |
2014-09-10 | dm: Add a uclass for serial devices | Simon Glass |
2014-09-10 | serial: Set up the 'priv' pointer when creating a serial device | Simon Glass |
2014-09-09 | arm: vf610: lpuart: disable FIFO on initializaton | Stefan Agner |
2014-09-09 | arm: vf610: lpuart: fix status register handling | Stefan Agner |
2014-09-08 | serial: lpuart: add 32-bit registers lpuart support | Jingchang Lu |
2014-08-30 | serial: move nios2-yanu.h into opencores_yanu driver | Thomas Chou |
2014-08-30 | nios2: divide nios2-io.h into each specific drivers and remove it | Thomas Chou |
2014-08-09 | omap: clean-up dead configs | Masahiro Yamada |
2014-08-09 | serial: sh: Add support External Clock mode | Nobuhiro Iwamatsu |
2014-08-09 | serial: sh: Add support DL and CKS register for R8A7794 | Nobuhiro Iwamatsu |
2014-07-28 | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' | Albert ARIBAUD |
2014-07-28 | Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master' | Albert ARIBAUD |
2014-07-25 | keystone2: use CONFIG_SOC_KEYSTONE in common places | Khoronzhuk, Ivan |
2014-07-24 | serial: sh: Add support R8A7794 | Nobuhiro Iwamatsu |
2014-07-23 | Add a flag indicating when the serial console is ready | Simon Glass |
2014-07-23 | stdio: Pass device pointer to stdio methods | Simon Glass |
2014-07-22 | serial: ns16550: use a const variable instead of macro | Masahiro Yamada |
2014-07-22 | serial: ns16550: use DIV_ROUND_CLOSEST macro to compute the divisor | Masahiro Yamada |
2014-07-22 | serial: ns16550: drop CONFIG_OMAP1610 from the special case | Masahiro Yamada |
2014-05-28 | serial_mxc: disable new features of autobaud detection | Eric Nelson |
2014-05-12 | serial: nsl16550: add hw flow control support | Karicheri, Muralidharan |
2014-05-12 | bd_info: remove bi_barudrate member from struct bd_info | Masahiro Yamada |
2014-05-09 | Merge branch 'u-boot/master' | Albert ARIBAUD |
2014-05-06 | serial: zynq: Fix typo in suffix function name | Michal Simek |