aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
2005-01-15[SERIAL] Fix serial console resumeRussell King1-1/+15
2005-01-11[PATCH] pcmcia: remove client_attributesDominik Brodowski1-1/+0
2005-01-11[PATCH] pcmcia: BUG on dev_list != NULLDominik Brodowski1-4/+1
2005-01-09[PATCH] m68knommu: new hardware support and optimizations for the ColdFire se...Greg Ungerer1-20/+41
2005-01-07[PATCH] Lock initializer unifying: drivers/serialThomas Gleixner3-4/+3
2005-01-03[SERIAL] support for another Rockwell PNP modemLennart Poettering1-0/+2
2005-01-01[PATCH] sparc32: unused variable in sunsu.cWilliam Lee Irwin III1-0/+2
2004-12-26Merge bk://linux-voyager.bkbits.net/mca-2.6Linus Torvalds1-2/+1
2004-12-12[PATCH] Code to register amba serial console is missingsundarapandian@gmail.com1-0/+18
2004-12-08[SUNSAB]: Fix serial break handling.Jurij Smakov1-6/+12
2004-12-06[PATCH] Move MCA_bus to linux/mca.hMatthew Wilcox1-2/+1
2004-12-04[SERIAL] Ensure correct units for close_delay and closing_wait.Russell King1-14/+18
2004-11-27Merge bk://bk.arm.linux.org.uk/linux-2.6-serialLinus Torvalds4-49/+47
2004-11-27[ARM PATCH] 2275/1: S3C2410 - serial rx fifo full checkBen Dooks1-0/+7
2004-11-27[SERIAL] imx: remove two unnecessary includesRussell King1-2/+0
2004-11-27[PATCH] misc sparc iomem annotationsAlexander Viro1-1/+1
2004-11-27[PATCH] pmac_zilog iomem annotationsAlexander Viro2-13/+11
2004-11-26[PATCH] sunzilog iomem annotationsAlexander Viro1-35/+35
2004-11-21[PATCH] serial: add support for Dell Remote Access Card 4.Tim T. Murphy1-0/+7
2004-11-19Merge bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds3-0/+291
2004-11-18[PATCH] early uart console supportBjorn Helgaas3-0/+291
2004-11-18[SPARC]: Fix serial console handling.David S. Miller3-4/+4
2004-11-16Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6David S. Miller1-0/+2
2004-11-15[PATCH] Fix pmac_zilog.c so it compiles againPaul Mackerras1-6/+6
2004-11-15[SERIAL] s3c2410: remove duplicate includeRussell King1-1/+0
2004-11-15[ARM PATCH] 2234/3: S3C2410 - new serial driver (1/4)Ben Dooks1-323/+1107
2004-11-13[PATCH] no __init in serial/8250.cAndries E. Brouwer1-1/+1
2004-11-13[SERIAL] serial driver fixesRussell King12-242/+192
2004-11-13[SERIAL] Add sparse __iomem annotations.Russell King1-3/+3
2004-11-10Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6David S. Miller1-0/+2
2004-11-10[PATCH] convert MODULE_PARM() to module_param() familyRandy Dunlap1-1/+1
2004-11-10[PATCH] Fix CPM2 uart driver device number brain damageTom Rini1-6/+1
2004-11-10[PATCH] CRIS: Update MakefilesMikael Starvik1-0/+1
2004-11-10[PATCH] CRIS: Move driversMikael Starvik2-0/+5198
2004-11-09[SUNZILOG]: Update timeout when setting termios.Benjamin Herrenschmidt1-0/+2
2004-11-08Merge bk://ppc.bkbits.net/for-linus-ppcLinus Torvalds6-13/+979
2004-11-07[PATCH] Fix pmac_zilog as consoleBenjamin Herrenschmidt2-11/+40
2004-11-07[PATCH] icom makefile fixWen Xiong1-0/+1
2004-11-07Merge bk://bk.arm.linux.org.uk/linux-2.6-serialLinus Torvalds3-0/+929
2004-11-07[ARM PATCH] 1956/2: Re: Motorola i.MX serial driverSascha Hauer3-0/+929
2004-11-07[ARM PATCH] 2213/1: lh7a40x serial.h cleanupMarc Singer1-2/+9
2004-11-03ppc32: Update MPC8xx code to quasi functionalTom Rini3-4/+36
2004-11-02Merge bk://bk.arm.linux.org.uk/linux-2.6-serialLinus Torvalds15-427/+447
2004-11-02[SERIAL] 8250: Remove two warnings.Russell King1-2/+1
2004-11-02[SERIAL] Add ALPHA_KLUDGE_MCR from include/linux/serialP.hRussell King1-0/+11
2004-11-02[SERIAL] Add support for Dell PCI Remote Access Card III.Russell King1-0/+14
2004-11-01[SERIAL] 8250_gsc: Convert to use serial8250_{un,}register_port.Russell King1-32/+15
2004-11-01[SERIAL] replace schedule_timeout() with msleep/msleep_interruptible()Maximilian Attems6-30/+16
2004-11-01[SERIAL] 8250: Return interrupt handler status.Russell King1-3/+5
2004-10-31Merge bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds1-9/+8
2004-10-31[SERIAL] Fix deadlock on removal of 8250 module.Russell King1-21/+22
2004-10-31[SERIAL] Don't detect console availability using port->ops.Russell King1-3/+3
2004-10-31[SERIAL] 8250_acpi: Convert to use serial8250_{un,}register_port.Russell King1-45/+29
2004-10-31[SERIAL] Don't use UPF_AUTOPROBE, fix two build problems.Russell King3-5/+5
2004-10-31[SERIAL] 8250_pnp: Convert to use serial8250_{un,}register_port.Russell King1-16/+15
2004-10-31[SERIAL] serial_cs: Convert to use serial8250_{un,}register_port.Russell King1-13/+12
2004-10-31[SERIAL] 8250: Warn when ports with zero base_baud are registered.Russell King1-3/+18
2004-10-31[SERIAL] 8250_acorn: Convert to use serial8250_{un,}register_port.Russell King1-34/+26
2004-10-31[PATCH] m68k: HP300: Convert DIO bus and its drivers to the new driver modelGeert Uytterhoeven1-130/+129
2004-10-30[PATCH] m68k: HP300 8250 serial for DCA and APCI portsGeert Uytterhoeven2-0/+331
2004-10-30[SPARC64]: Fix IRQ setting in sunsu serial driver.David S. Miller1-9/+8
2004-10-31Merge flint.arm.linux.org.uk:/usr/src/bk/linux-2.6-undoRussell King4-217/+186
2004-10-31[SERIAL] Undo "get_legacy_serial_ports" patch for PPC.Russell King6-28/+94
2004-10-30[SERIAL] 8250: prevent ports with zero clocks being registered.Russell King1-0/+3
2004-10-30[SERIAL] 8250: add probe and remove device driver methods.Russell King1-2/+53
2004-10-30[SERIAL] 8250: Add platform device for ISA 8250-compatible devices.Russell King1-8/+25
2004-10-30[SERIAL] Re-order 8250 serial driver initialisation/finalisation.Russell King1-7/+9
2004-10-30[SERIAL] 8250: move basic initialisation of 8250 ports.Russell King1-15/+16
2004-10-30[SERIAL] 8250: Fix resource handling.Russell King1-90/+69
2004-10-30[SERIAL] Clean up serial_core.c write functions.Russell King1-68/+15
2004-10-30[ARM] Add __iomem annotations to ARM amba drivers.Russell King1-1/+1
2004-10-26[IA64] Delete obsolete code from SGI console driverJack Steiner1-75/+4
2004-10-25[PATCH] 8250: Fix empty port registrationBenjamin Herrenschmidt1-7/+0
2004-10-24[SERIAL] Remove dead code.Arjan van de Ven3-31/+0
2004-10-24[PATCH] 8250: Let arch provide the list of leagacy portsBenjamin Herrenschmidt6-94/+35
2004-10-20[PATCH] Another ISA PnP modem (USR0009)Adrian Bunk1-0/+2
2004-10-20[PATCH] m32r: update SIO driver to use module_param()Hirokazu Takata1-4/+4
2004-10-20Update tty layer to not mix kernel and user pointers.Linus Torvalds4-45/+12
2004-10-20Merge http://lia64.bkbits.net/linux-ia64-release-2.6.10Linus Torvalds1-1/+1
2004-10-20MergeTony Luck1-1/+1
2004-10-20[IA64-SGI] sparse cleanups & misc fixes for sn2Jesse Barnes1-1/+1
2004-10-20[PATCH] sparc32 kconfig fixesAlexander Viro1-1/+1
2004-10-19[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>Adrian Bunk7-7/+7
2004-10-19[PATCH] module_param_array() should take a pointerRusty Russell2-2/+2
2004-10-19Merge http://lia64.bkbits.net/linux-ia64-release-2.6.10Linus Torvalds1-121/+93
2004-10-19[SERIAL] Keep trying to register our console device.Russell King1-0/+9
2004-10-19[SERIAL] Convert 8250_pci to use new serial8250_register_port()Russell King1-37/+36
2004-10-19[SERIAL] Add new port registration/unregistration functions.Russell King2-71/+244
2004-10-19[SERIAL] Make port autoprobing set up->capabilities.Russell King1-0/+18
2004-10-19[SERIAL] Add explaination why we don't use RTS flow control.Russell King1-2/+10
2004-10-19[SERIAL] Clean up handling of LSR in receive function.Russell King1-23/+27
2004-10-19[SERIAL] Add comment about frobbing the 950's ACR on TX disable.Russell King1-0/+6
2004-10-19[SERIAL] Convert TI16C750 flow control into a port capability.Russell King2-5/+9
2004-10-19[SERIAL] Add FCR setting to serial8250_config structure.Russell King2-27/+108
2004-10-18[PATCH] m32r: SIO driverHirokazu Takata5-0/+1802
2004-10-18[PATCH] sh: sh-sci updatesPaul Mundt2-19/+127
2004-10-11[IA64-SGI] Add in Altix I/O codePat Gefre1-121/+93
2004-10-06[ARM PATCH] 2127/1: S3C2410 - fix compile error in serial driverBen Dooks1-1/+1
2004-10-05[SERIAL] Fix warning and remove mach-types.h includeRussell King2-3/+0
2004-10-05[SERIAL] Pick nearest baud rate dividerRoger Blofeld1-1/+1
2004-10-01[ARM PATCH] 2107/1: BAST - additional serial port fixesBen Dooks1-7/+24
2004-09-29Merge bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds1-0/+1
2004-09-30[ARM PATCH] 2111/1: restrict scope of PXA2xx register definitionsNicolas Pitre1-0/+1
2004-09-29[PATCH] tty locking cleanup and fixesAlan Cox4-51/+25
2004-09-19[SPARC64]: Fix memset() in sunsu.c and sunzilog.cDavid S. Miller2-3/+2
2004-09-16[PATCH] fix sysrq handling bug in sn_console.cJesse Barnes1-4/+7
2004-09-16[PATCH] serial-cs and unusable port size rangesAlan Cox1-21/+24
2004-09-16Merge suse.cz:/data2/bk/linus into suse.cz:/data2/bk/inputVojtech Pavlik2-69/+100
2004-09-13[PATCH] Add support for word-length UART registersDeepak Saxena2-0/+8
2004-09-13Merge suse.cz:/data2/bk/linus into suse.cz:/data2/bk/inputVojtech Pavlik2-69/+100
2004-09-10misc: pci memory access annotationsLinus Torvalds1-7/+9
2004-09-05Merge bk://bk.arm.linux.org.uk/linux-2.6-serialLinus Torvalds2-98/+96
2004-09-02[PATCH] silence sn_console driver on non-SGI boxesBjorn Helgaas1-2/+2
2004-08-29[SERIAL] 8250: Rename UART_STARTECH to UART_CAP_EFRRussell King2-8/+11
2004-08-29[SERIAL] 8250: add UART_CAP_SLEEP capability.Russell King2-17/+18
2004-08-29[SERIAL] 8250: serial8250_set_sleepRussell King1-46/+24
2004-08-29[SERIAL] 8250: combine UART_CLEAR_FIFO/UART_USE_FIFO into one flag.Russell King2-12/+14
2004-08-29[SERIAL] 8250: tell transmit path the data transfer size.Russell King2-17/+20
2004-08-29[SERIAL] 8250: Add serial8250_config structure definition.Russell King2-2/+11
2004-08-29[SERIAL] 8250: We can only use the FIFO if fifosize > 1.Russell King1-1/+1
2004-08-29[SERIAL] Move XR16C850 Tx/Rx trigger level setup to startup codeRussell King1-17/+17
2004-08-29[SERIAL] Factor out "clear fifo" functionality.Russell King1-14/+16
2004-08-26[PATCH] fix sysrq support in sn_console.cJesse Barnes2-15/+35
2004-08-26[SUNSAB]: Remove CRTSCTS handling in set_termios.David S. Miller1-19/+0
2004-08-25[SPARC64]: Hack fix, force DTR/RTS on in sunsab console.David S. Miller1-0/+1
2004-08-25Manual merge.Vojtech Pavlik2-69/+100
2004-08-23[PATCH] Fix ttyS0 vs. ttyS00 confusionPavel Machek1-1/+1
2004-08-23[PATCH] fix sn_console for CONFIG_SMP=nJesse Barnes1-0/+3
2004-08-22[PATCH] new device driver to enable the IBM Multiport Serial AdapterJanice M. Girouard3-0/+2004
2004-08-22[PATCH] Altix system controller communication driverGreg Howard1-1/+2
2004-08-22[PATCH] Support for Exar XR17C158 Octal UARTRaphael Zimmerer1-1/+43
2004-08-21[PATCH] Kconfig updates for PA-RISCMatthew Wilcox1-1/+1
2004-08-10Merge suse.cz:/data/bk/linus into suse.cz:/data/bk/inputVojtech Pavlik1-2/+1
2004-08-06[SERIAL] replace schedule_timeout() with msleep()Russell King1-2/+1
2004-08-02Merge suse.cz:/data/bk/linus into suse.cz:/data/bk/inputVojtech Pavlik2-69/+100
2004-07-30sn_console.c:Pat Gefre1-12/+15
2004-07-29Merge bk://dtor.bkbits.net/input into suse.cz:/data/bk/inputVojtech Pavlik1-5/+13
2004-07-28[PPC32] Merge MPC52xx changes with recent CPM changes.Tom Rini7-11/+2131
2004-07-29[serial/ppc] Add support for MPC52xx PSCs.Sylvain Munaut3-0/+897
2004-07-28Merge bk://ppc.bkbits.net/for-linus-ppcLinus Torvalds6-11/+1234
2004-07-27Merge suse.cz:/data/bk/linus into suse.cz:/data/bk/inputVojtech Pavlik2-66/+89
2004-07-26[PATCH] broken stuff marked as such in KconfigAlexander Viro1-0/+1
2004-07-26[PATCH] NULL noise removal in drivers/*Alexander Viro3-5/+5
2004-07-20Merge suse.cz:/home/vojtech/bk/linus into suse.cz:/home/vojtech/bk/inputVojtech Pavlik2-66/+89
2004-07-19Input: rearrange code in sunzilog so it registers its serio portsDmitry Torokhov1-5/+13
2004-07-19Merge bk://linux.bkbits.net/linux-2.5Dmitry Torokhov2-66/+89
2004-07-18PPC32: Typo fix in m8xx serial driver.Tom Rini1-1/+1
2004-07-17[PATCH] pmac_zilog: serial minors taken failure path fixDavid Eger1-5/+27
2004-07-16[PATCH] Altix serial driver updatesPat Gefre3-1/+1201
2004-07-15ppc32: reworked CPM uart driver to work for properly for all CPMsKumar Gala1-117/+94
2004-07-15ppc32: reworked cpm alloc functionsKumar Gala4-19/+19
2004-07-13[PATCH] pmac_zilog: initialize port spinlock on all init pathsDavid Eger1-2/+1
2004-07-12Merge suse.cz:/home/vojtech/bk/linus into suse.cz:/home/vojtech/bk/inputVojtech Pavlik2-14/+16
2004-07-10[PATCH] ppc32: CPM UART fixesKumar Gala2-14/+16
2004-07-07Merge suse.cz:/data/bk/linus into suse.cz:/data/bk/inputVojtech Pavlik2-66/+89
2004-07-04[PATCH] gcc 3.5 fixesAnton Blanchard1-1/+1
2004-07-03Merge bk://bk.arm.linux.org.uk/linux-2.6-serialLinus Torvalds7-32/+19
2004-07-01[SERIAL] Remove UPF_RESOURCESRussell King7-32/+19
2004-06-30[PATCH] sparse: NULL vs 0 - rest of driversMika Kukkonen2-2/+2
2004-06-29MergeVojtech Pavlik2-66/+89
2004-06-29[PATCH] Provide console_suspend() and console_resume()Russell King1-2/+2
2004-06-28Input: switch to dynamic (heap) serio port allocation in preparationDmitry Torokhov2-60/+83
2004-06-28Input: rename serio->driver to serio->port_data in preparationDmitry Torokhov2-8/+8
2004-06-26[PATCH] Add PCDP console detection supportBjorn Helgaas4-356/+0
2004-06-26Merge new serial additionsLinus Torvalds6-48/+1020
2004-06-23[PATCH] sh: sh-sci updates.Andrew Morton2-37/+226
2004-06-23[ARM PATCH] 1933/1: Convert PXA serial driver to device model and implement s...Ian Campbell1-11/+62
2004-06-23[ARM PATCH] 1913/1: lh7a40x #3 (1/2) serialMarc Singer3-0/+732
2004-06-22[PPC32] Update CPM2 (MPC82xx/MPC85xx) code to use rheap for DP memoryTom Rini1-7/+8
2004-06-22[PPC32] Change how we handle DP memory on MPC8xx.Tom Rini1-7/+7
2004-06-21MergeDavid Woodhouse9-0/+2033
2004-06-21Update CPM UART driver according to feedback from Dan Malek.David Woodhouse2-296/+299
2004-06-19Merge bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds1-7/+2
2004-06-18[ARM PATCH] 1934/2: Consolidate code to set CKEN on PXAIan Campbell1-7/+2
2004-06-17This removes the files orphaned by the earlier PC9800 removalLinus Torvalds1-1120/+0
2004-06-17MergeLinus Torvalds4-40/+58
2004-06-17Merge bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds1-23/+58
2004-06-17[PATCH] more PC9800 removalAdrian Bunk1-3/+0
2004-06-17[PATCH] Remove PC9800 supportRandy Dunlap2-14/+0
2004-06-17Change new Motorola copyright notices and email addresses to Freescale.David Woodhouse4-7/+7
2004-06-17UART driver for Motorola CPM/CPM2 I/O core on 8xx/8xxx chips.David Woodhouse9-0/+2030
2004-06-16Merge intel.com:/home/lenb/src/linux-acpi-test-2.6.7Len Brown2-24/+10
2004-06-15[ARM] Add clock APIRussell King1-23/+58
2004-06-15[SERIAL] Fix missing __devexit_pRussell King1-1/+1
2004-06-09[ARM PATCH] 1919/1: S3C2410 - Serial configuration bugfix (missing SERIAL_COR...Ben Dooks1-0/+1
2004-06-03[ARM PATCH] 1906/1: S3C2410: serial minor number fixBen Dooks1-1/+1
2004-05-30[SPARC]: Do tty_flip_buffer_push outside of port lock.David S. Miller3-21/+51
2004-05-29Merge Al/Russell fighting over the same __user annotationsLinus Torvalds1-12/+17
2004-05-29[SERIAL] Fix sparse warnings in serial_core.cRussell King1-13/+18
2004-05-28[PATCH] sparse: partial serial_core.c __user annotationAlexander Viro1-9/+9
2004-05-28[PATCH] Fix typo in pmac_zilogAndrew Morton1-1/+1
2004-05-24[ACPI] PCI IRQ update (Bjorn Helgaas)Len Brown2-24/+10
2004-05-24[ARM] Update PXA serial driver.Russell King1-12/+11
2004-05-21[PATCH] trivial: remove duplicated #includesAndrew Morton1-1/+0
2004-05-18MergeLinus Torvalds1-1/+2
2004-05-16[SERIAL] Remove base_baud default from 8250_pciRussell King1-8/+2
2004-05-15Merge bk://bk.arm.linux.org.uk/linux-2.6-serialLinus Torvalds1-4/+4
2004-05-14[PATCH] H8/300: SCI driver fixAndrew Morton1-5/+15
2004-05-11Merge delerium.codemonkey.org.uk:/mnt/nfs/neologic/bar/src/kernel/2.6/trees/b...Dave Jones1-1/+2
2004-05-11[SERIAL] Fix exit function pointer initialisersRussell King1-4/+4