summaryrefslogtreecommitdiffstats
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* 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
* | sandbox: Convert serial driver to use driver modelSimon Glass2014-09-101-31/+36
* | dm: Add a uclass for serial devicesSimon Glass2014-09-102-0/+217
* | serial: Set up the 'priv' pointer when creating a serial deviceSimon Glass2014-09-101-0/+1
* | serial: lpuart: add 32-bit registers lpuart supportJingchang Lu2014-09-081-0/+118
|/
* serial: move nios2-yanu.h into opencores_yanu driverThomas Chou2014-08-301-1/+86
* nios2: divide nios2-io.h into each specific drivers and remove itThomas Chou2014-08-302-2/+57
* omap: clean-up dead configsMasahiro Yamada2014-08-093-12/+1
* serial: sh: Add support External Clock modeNobuhiro Iwamatsu2014-08-092-3/+9
* serial: sh: Add support DL and CKS register for R8A7794Nobuhiro Iwamatsu2014-08-091-1/+2
* Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2014-07-281-2/+2
|\
| * keystone2: use CONFIG_SOC_KEYSTONE in common placesKhoronzhuk, Ivan2014-07-251-2/+2
* | Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'Albert ARIBAUD2014-07-281-1/+2
|\ \
| * | serial: sh: Add support R8A7794Nobuhiro Iwamatsu2014-07-241-1/+2
| |/
* | Add a flag indicating when the serial console is readySimon Glass2014-07-231-0/+1
* | stdio: Pass device pointer to stdio methodsSimon Glass2014-07-232-10/+52
* | serial: ns16550: use a const variable instead of macroMasahiro Yamada2014-07-221-3/+3
* | serial: ns16550: use DIV_ROUND_CLOSEST macro to compute the divisorMasahiro Yamada2014-07-221-7/+3
* | serial: ns16550: drop CONFIG_OMAP1610 from the special caseMasahiro Yamada2014-07-221-6/+0
|/
* serial_mxc: disable new features of autobaud detectionEric Nelson2014-05-281-2/+2
* serial: nsl16550: add hw flow control supportKaricheri, Muralidharan2014-05-121-0/+6
* bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2014-05-121-7/+3
* Merge branch 'u-boot/master'Albert ARIBAUD2014-05-092-11/+11
|\
| * serial: zynq: Fix typo in suffix function nameMichal Simek2014-05-062-3/+3
| * serial: zynq: Remove sparse warningsMichal Simek2014-05-061-8/+8
* | k2hk: add support for k2hk SOC and EVMVitaly Andrianov2014-04-171-0/+8
|/
* sandbox: Allow Ctrl-C to work in sandboxSimon Glass2014-03-171-1/+5
* sandbox: Add LCD driverSimon Glass2014-03-171-0/+4
* serial: zynq: Add OF initialization supportMichal Simek2014-03-041-0/+28
* serial: arc: Convert to use default_serial_putsAxel Lin2014-02-211-7/+1
* serial/serial_arc: switch from {read|write}l to {read|write}b accessorsAlexey Brodkin2014-02-211-9/+9
OpenPOWER on IntegriCloud