| Commit message (Expand) | Author | Age | Files | Lines |
* | [ARM] S3C24XX: Move files out of include/asm-arm/plat-s3c* | Ben Dooks | 2008-10-07 | 1 | -1/+1 |
* | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 2008-08-07 | 1 | -2/+2 |
* | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead | Russell King | 2008-08-07 | 1 | -1/+1 |
* | [ARM] S3C24XX: Split serial driver into core and per-cpu drivers | Ben Dooks | 2008-07-03 | 1 | -1823/+11 |
* | [ARM] S3C2410: Add sysfs attribute for serial driver clock source | Ben Dooks | 2008-07-03 | 1 | -11/+20 |
* | [ARM] 5054/1: S3C2410: Add GPLv2 license to the s3c2410 serial driver | Ben Dooks | 2008-07-03 | 1 | -1/+5 |
* | [ARM] 5050/1: S3C2410: Cleanup header on S3C2410 serial driver | Ben Dooks | 2008-07-03 | 1 | -31/+4 |
* | serial: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-30 | 1 | -3/+3 |
* | [ARM] serial: s3c2410: platform_get_irq() may return signed unnoticed | Roel Kluin | 2008-04-28 | 1 | -2/+5 |
* | serial: fix platform driver hotplug/coldplug | Kay Sievers | 2008-04-16 | 1 | -0/+4 |
* | drivers/serial/s3c2410.c: remove dead config symbols | Jiri Olsa | 2008-02-05 | 1 | -1/+1 |
* | Convert files to UTF-8 and some cleanups | Jan Engelhardt | 2007-10-19 | 1 | -2/+2 |
* | [ARM] 4508/1: S3C: Move items to include/asm-arm/plat-s3c | Ben Dooks | 2007-07-22 | 1 | -1/+1 |
* | SPIN_LOCK_UNLOCKED cleanup in drivers/serial | Milind Arun Choudhary | 2007-05-08 | 1 | -3/+3 |
* | [PATCH] tty: switch to ktermios | Alan Cox | 2006-12-08 | 1 | -2/+2 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -3/+3 |
* | [ARM] 3793/1: S3C2412: fix wrong serial info struct | Ben Dooks | 2006-09-18 | 1 | -1/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] devfs: Remove devfs support from the serial subsystem | Greg Kroah-Hartman | 2006-06-26 | 1 | -2/+0 |
* | [ARM] 3639/1: S3C2412: serial port support | Ben Dooks | 2006-06-24 | 1 | -1/+142 |
* | [ARM] 3559/1: S3C2442: core and serial port | Ben Dooks | 2006-06-19 | 1 | -1/+1 |
* | Merge master.kernel.org:/home/rmk/linux-2.6-serial | Linus Torvalds | 2006-03-23 | 1 | -16/+10 |
|\ |
|
| * | [SERIAL] kernel console should send CRLF not LFCR | Russell King | 2006-03-20 | 1 | -16/+10 |
* | | [PATCH] handle errors returned by platform_get_irq*() | David Vrabel | 2006-03-20 | 1 | -0/+2 |
|/ |
|
* | [ARM] 3283/1: S3C2400 - defines the number of serial ports | Lucas Correia Villa Real | 2006-02-08 | 1 | -0/+4 |
* | [ARM] 3266/1: S3C2400 - adds macro S3C24XX | Lucas Correia Villa Real | 2006-01-26 | 1 | -1/+1 |
* | [PATCH] TTY layer buffering revamp | Alan Cox | 2006-01-10 | 1 | -10/+0 |
* | [ARM] Move asm/hardware/clock.h to linux/clk.h | Russell King | 2006-01-07 | 1 | -1/+1 |
* | [ARM] Remove clk_use()/clk_unuse() | Russell King | 2006-01-03 | 1 | -5/+0 |
* | [DRIVER MODEL] Convert platform drivers to use struct platform_driver | Russell King | 2005-11-09 | 1 | -30/+32 |
* | Create platform_device.h to contain all the platform device details. | Russell King | 2005-10-29 | 1 | -1/+1 |
* | [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks | Russell King | 2005-10-28 | 1 | -5/+4 |
* | [ARM] 2976/1: S3C2410: add static to functions in serial driver | Ben Dooks | 2005-10-12 | 1 | -7/+8 |
* | [ARM] 2964/1: S3C2410 - serial: add .owner to driver | Ben Dooks | 2005-10-10 | 1 | -0/+3 |
* | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2005-09-30 | 1 | -2/+0 |
|\ |
|
| * | [ARM] Don't include mach-types.h unnecessarily | Russell King | 2005-09-29 | 1 | -2/+0 |
* | | [ARM] 2933/1: S3C2410 - fix serial port warnings | Ben Dooks | 2005-09-26 | 1 | -2/+2 |
|/ |
|
* | [SERIAL] Clean up and fix tty transmission start/stoping | Russell King | 2005-08-31 | 1 | -6/+4 |
* | [PATCH] ARM: 2785/1: S3C24XX - serial calls request_irq() with IRQs disabled | Ben Dooks | 2005-07-03 | 1 | -5/+0 |
* | [PATCH] ARM: 2728/1: S3C2410 - fix constant warning on serial device name | Ben Dooks | 2005-06-23 | 1 | -2/+2 |
* | [PATCH] Serial: Add uart_insert_char() | Russell King | 2005-05-10 | 1 | -14/+1 |
* | [PATCH] Serial: Ensure error paths are marked with unlikely() | Russell King | 2005-04-26 | 1 | -1/+1 |
* | [PATCH] fix u32 vs. pm_message_t in drivers/ | Pavel Machek | 2005-04-17 | 1 | -1/+1 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-17 | 1 | -0/+1831 |