aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
2012-05-28sh: Add SH7269 device and RSK2+SH7269 boardPhil Edworthy2-0/+14
2012-05-28sh: Add support Renesas SH7734Nobuhiro Iwamatsu1-0/+10
2012-05-15serial: add LPC32X0 high-speed UART devices supportVladimir Zapolskiy2-0/+113
2012-03-28Enable high speed support for USB device framework and usbttyVipin KUMAR2-1/+53
2012-03-19USB:gadget:designware USB device controller (UDC) implementationVipin KUMAR1-2/+2
2012-03-08sh: Fix sh7264 clock speed and related serial settingPhil Edworthy1-2/+0
2011-12-16USB: Use (get|put)_unaligned for accessing wMaxPacketSizeTom Rini1-4/+6
2011-12-11usbtty: init endpoints prior to startup eventsStefan Herbrechtsmeier1-2/+2
2011-12-09tegra2: Remove unused low-level Tegra2 UART codeSimon Glass3-107/+0
2011-12-06MX: serial_mxc: cleanup removing nasty #ifdefStefano Babic1-33/+4
2011-12-06PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]XMarek Vasut2-3/+3
2011-11-15PXA: Cleanup serial_pxaMarek Vasut1-276/+188
2011-11-03sandbox: put stdin into raw modeMike Frysinger1-0/+1
2011-11-03serial: sandbox: use ssize_t to match os_readMike Frysinger1-1/+1
2011-11-03serial: sandbox: optimize putsMike Frysinger1-2/+1
2011-10-27ARM:AM33XX: Add support for TI AM335X EVMChandan Nath1-2/+5
2011-10-27serial: reduce include platform file for marvell chipLei Wen1-9/+0
2011-10-23NS16550: trivial code clean for checkpatchSimon Glass1-17/+20
2011-10-23serial: uartlite: Fix compilation warningsMichal Simek1-1/+1
2011-10-22serial: pl01x: drain PL01x FIFO before baudrate changeLinus Walleij1-0/+10
2011-10-17Move timestamp and version files into 'generated' subdirSimon Glass1-1/+1
2011-10-17sandbox: Add serial uartSimon Glass2-0/+64
2011-10-09serial: uartlite: Support for SERIAL_MULTIMichal Simek1-19/+121
2011-10-01ns16550: change to allow 32 bit access to registersDave Aldridge1-0/+6
2011-08-22sh: Add Renesas rsk7264 boardPhil Edworthy1-1/+4
2011-07-26serial: drop useless ctlr fieldMike Frysinger4-20/+14
2011-07-26serial: push default_serial_console to driversMike Frysinger3-0/+47
2011-07-26scaled down version of generic libraries for SPLAneesh V1-0/+3
2011-07-04driver/serial: delete at91rm9200_usartAndreas Bießmann2-127/+0
2011-06-23Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-2/+5
2011-06-23trigger hardware watchdog in IXP42x serial driverMichael Schwingen1-2/+5
2011-06-22ARM: drop unsupported 'trab' boardWolfgang Denk1-6/+0
2011-05-18ATMEL: fix related common atmel driver filesReinhard Meyer1-21/+7
2011-05-12Serial: p1011: new vendor init optionsJohn Rigby2-3/+31
2011-04-27IMX: MX31: Cleanup include files and drop nasty #ifdef in driversStefano Babic1-4/+0
2011-02-21serial: add pantheon soc supportLei Wen1-0/+2
2011-02-21serial: Add Tegra2 serial port supportTom Warren3-0/+107
2011-02-02S5P: serial: Use the inline function instead of static valueMinkyu Kang1-1/+1
2011-02-02serial_mxc: add support for Freescale's i.MX35 processorStefano Babic1-9/+6
2011-02-02serial_mxc: add support for MX53 processorLiu Hui-R643431-0/+6
2011-01-11sh: serial_sh: Fix build in serial_shNobuhiro Iwamatsu1-3/+3
2011-01-11sh: sh7722: Fix multiple definition of PSDR in serial_shNobuhiro Iwamatsu1-0/+1
2011-01-11sh: serial: Update serial driver for SHNobuhiro Iwamatsu2-127/+762
2010-12-22Merge branch 'next' of ../nextWolfgang Denk4-43/+61
2010-12-21Move DECLARE_GLOBAL_DATA_PTR to file scopeJohn Rigby3-4/+6
2010-12-16Serial: Add UART support for Marvell ARMADA 100 SoCs.Prafulla Wadaskar1-2/+3
2010-12-16Serial: ns16550: Add support for CONFIG_SYS_NS16550_IER macroPrafulla Wadaskar1-2/+6
2010-11-30pl01x: use C structs and readl/writelRabin Vincent2-39/+52
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-29Merge branch 'master' of git://git.denx.de/u-boot-samsungWolfgang Denk2-14/+18