summaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
2014-09-09arm: vf610: lpuart: fix status register handlingStefan Agner1-6/+3
2014-09-08serial: lpuart: add 32-bit registers lpuart supportJingchang Lu1-0/+118
2014-08-30serial: move nios2-yanu.h into opencores_yanu driverThomas Chou1-1/+86
2014-08-30nios2: divide nios2-io.h into each specific drivers and remove itThomas Chou2-2/+57
2014-08-09omap: clean-up dead configsMasahiro Yamada3-12/+1
2014-08-09serial: sh: Add support External Clock modeNobuhiro Iwamatsu2-3/+9
2014-08-09serial: sh: Add support DL and CKS register for R8A7794Nobuhiro Iwamatsu1-1/+2
2014-07-28Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD1-2/+2
2014-07-28Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'Albert ARIBAUD1-1/+2
2014-07-25keystone2: use CONFIG_SOC_KEYSTONE in common placesKhoronzhuk, Ivan1-2/+2
2014-07-24serial: sh: Add support R8A7794Nobuhiro Iwamatsu1-1/+2
2014-07-23Add a flag indicating when the serial console is readySimon Glass1-0/+1
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass2-10/+52
2014-07-22serial: ns16550: use a const variable instead of macroMasahiro Yamada1-3/+3
2014-07-22serial: ns16550: use DIV_ROUND_CLOSEST macro to compute the divisorMasahiro Yamada1-7/+3
2014-07-22serial: ns16550: drop CONFIG_OMAP1610 from the special caseMasahiro Yamada1-6/+0
2014-05-28serial_mxc: disable new features of autobaud detectionEric Nelson1-2/+2
2014-05-12serial: nsl16550: add hw flow control supportKaricheri, Muralidharan1-0/+6
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada1-7/+3
2014-05-09Merge branch 'u-boot/master'Albert ARIBAUD2-11/+11
2014-05-06serial: zynq: Fix typo in suffix function nameMichal Simek2-3/+3
2014-05-06serial: zynq: Remove sparse warningsMichal Simek1-8/+8
2014-04-17k2hk: add support for k2hk SOC and EVMVitaly Andrianov1-0/+8
2014-03-17sandbox: Allow Ctrl-C to work in sandboxSimon Glass1-1/+5
2014-03-17sandbox: Add LCD driverSimon Glass1-0/+4
2014-03-04serial: zynq: Add OF initialization supportMichal Simek1-0/+28
2014-02-21serial: arc: Convert to use default_serial_putsAxel Lin1-7/+1
2014-02-21serial/serial_arc: switch from {read|write}l to {read|write}b accessorsAlexey Brodkin1-9/+9
2014-02-21serial/serial_arc: add work-around of ISS bugAlexey Brodkin1-0/+16
2014-02-19serial_zynq: Migrate to Zynq clock frameworkSoren Brinkmann1-11/+2
2014-02-19zynq: serial: Simplify serial driver initializationMichal Simek1-14/+20
2014-02-19Merge branch 'u-boot-pxa/master' into 'u-boot-arm/master'Albert ARIBAUD3-133/+0
2014-02-17Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-2/+2
2014-02-11serial: opencores_yanu: Avoid duplicate oc_serial_setbrg() implementationAxel Lin1-40/+9
2014-02-11serial: opencores_yanu: Fix build errorAxel Lin1-1/+2
2014-02-07serial/serial_arc - add driver for ARC UARTAlexey Brodkin3-0/+108
2014-02-06usb: mv_udc: Rename to ci_udcMarek Vasut1-2/+2
2014-02-06ARM: serial: Remove the IXP UART driverMarek Vasut3-133/+0
2014-02-05serial: s5p: set automatically clears after resetting Rx FIFOInha Song1-2/+2
2014-02-04serial: uartlite: Reset RX/TX in initMichal Simek1-1/+13
2014-01-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-3/+2
2014-01-07TI:omap3: Drop omap3_zoom2Tom Rini1-3/+2
2013-12-18serial_sh: add support for SH7753Yoshihiro Shimoda1-1/+3
2013-12-13serial: lpc32xx: send CR before LFVladimir Zapolskiy1-0/+3
2013-12-02serial: zynq: Remove unused #definesSoren Brinkmann1-4/+0
2013-11-08serial: s5p: Staticize local functionsAxel Lin1-12/+12
2013-11-08serial: xuartlite: Staticize local functionsAxel Lin1-10/+10
2013-11-08serial: mxs_auart: Staticize local functionsAxel Lin1-5/+5
2013-10-31drivers: convert makefiles to Kbuild styleMasahiro Yamada1-52/+30
2013-10-22Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2-1/+17