aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-28Add generic support for samsung s3c2440C Nauman1-13/+13
2010-10-27Coding Style cleanupWolfgang Denk1-1/+1
2010-10-19PXA: pxa-regs.h cleanupMarek Vasut1-45/+49
2010-10-19ARMV7: S5P: serial: support the s5pc210Minkyu Kang1-1/+5
2010-10-13ns16550: Add WATCHDOG_RESET to putc for short watchdog timeout boardsStefan Roese1-0/+9
2010-10-13ARMV7: Fixed baudrate setting in pl01x driverMatt Waddel1-55/+38
2010-10-11Merge branch 'at91' of git://git.denx.de/u-boot-atmelWolfgang Denk2-46/+46
2010-10-05atmel_usart: change register access to C structureAndreas Bießmann2-46/+46
2010-09-29MXC: Add watchdog support to serial driverStefano Babic1-2/+5
2010-09-23ppc4xx: Remove now unused CONFIG_UART1_CONSOLEStefan Roese1-5/+0
2010-08-30ARMV7: S5P: separate the peripheral clocksMinkyu Kang1-2/+2
2010-08-26ARMV7: S5P: rename from CONFIG_S5PC1XX to CONFIG_S5PMinkyu Kang1-1/+1
2010-08-17S5P: Use accessor functions instead of SoC specific defines to access the bas...Minkyu Kang1-5/+1
2010-07-09SAMSUNG: serial: remove compiler warningsMinkyu Kang1-2/+2
2010-06-17Add Orion5x support to 16550 device driverAlbert Aribaud1-0/+3
2010-05-26Coding style cleanup, update CHANGELOG.Wolfgang Denk1-10/+12
2010-05-06SERIAL: Enable port-mapped accessGraeme Russ1-30/+39
2010-04-30SAMSUNG: serial: modify name from s5pc1xx to s5pMinkyu Kang2-16/+16
2010-04-27Merge branch 'next' of git://git.denx.de/u-boot-niosWolfgang Denk1-2/+10
2010-04-24altera_jtag_uart: bypass when no jtag connectionThomas Chou1-2/+10
2010-04-24serial: struct serial_device: add uninit() entry for driversAnatolij Gustschin4-0/+6
2010-04-21Move arch/ppc to arch/powerpcStefan Roese1-1/+1
2010-04-02nios2: Fix outx/writex parameter order in io.hScott McNutt3-9/+9
2010-04-02nios2: Move serial drivers to individual files in drivers/serialScott McNutt4-0/+355