aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
2006-09-27serial: Add SERIAL_SH_SCI_NR_UARTS for sh-sci.Paul Mundt1-2/+7
2006-09-27serial: Rework sh-sci for driver model.Paul Mundt2-769/+467
2006-09-26[PATCH] suspend: make it possible to disable serial console suspendRafael J. Wysocki1-0/+14
2006-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-4/+5
2006-09-18[ARM] 3793/1: S3C2412: fix wrong serial info structBen Dooks1-1/+1
2006-09-14Merge branch 'linux-2.6'Paul Mackerras3-11/+13
2006-09-12sh64: Trivial build fixes.Paul Mundt1-2/+2
2006-08-31Merge branch 'merge'Paul Mackerras3-0/+26
2006-08-30[SERIAL] 8250: constify some serial structsHelge Deller1-9/+8
2006-08-30[SERIAL] Make uart_match_port() work with all memory mapped UARTsSergei Shtylyov1-0/+3
2006-08-27[SERIAL] Support for Intashield 2 port PCI serial cardPeter Horton1-0/+14
2006-08-23[SERIAL] sunzilog: Mirror the sunsab serial setup bug fix.David S. Miller1-0/+3
2006-08-23[SERIAL] sunsab: Fix E250 console with RSC.Marc Zyngier1-0/+9
2006-08-01Merge branch 'merge'Paul Mackerras8-74/+130
2006-07-31[POWERPC] powermac: Constify & voidify get_property()Jeremy Kerr1-4/+5
2006-07-21[SERIAL] sunzilog: Fix instance enumeration.David S. Miller1-36/+35
2006-07-21[SERIAL] sunzilog: Remove duplicate IRQ registry in zs_probe().David S. Miller1-9/+1
2006-07-21[SERIAL] sunzilog: Register IRQ after all devices have been probed.David S. Miller1-11/+35
2006-07-21[SERIAL] sunsab: Get line numbers and table sizing correct.David S. Miller1-4/+5
2006-07-21[SPARC64] Fix sunsab ports orderingMarc Zyngier1-1/+1
2006-07-14[SERIAL] sunsab: Fix significant typo in sab_probe()David S. Miller1-1/+1
2006-07-14[SERIAL] sunsu: Report keyboard and mouse ports in kernel log.David S. Miller1-0/+5
2006-07-13Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-0/+1
2006-07-13Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds4-7/+24
2006-07-13[MIPS] vr41xx: Move IRQ numbers to asm-mips/vr41xx/irq.hYoichi Yuasa1-0/+1
2006-07-13[SERIAL] sunsu: Handle keyboard and mouse ports directly.David S. Miller1-9/+26
2006-07-09[SERIAL] 8250: sysrq deadlock fixAndrew Morton1-4/+9
2006-07-09[SERIAL] 8250: add tsi108 serial supportZang Roy-r619112-0/+13
2006-07-09[SERIAL] IP22: fix serial console hangsJulien BLACHE1-2/+1
2006-07-09[SERIAL] dz: Fix compilation errorMartin Michlmayr1-1/+1
2006-07-05[ARM] 3710/1: AT91 Serial: Use GPIO APIAndrew Victor1-2/+3
2006-07-03Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds3-14/+15
2006-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-3/+3
2006-07-03[PATCH] lockdep: annotate serialIngo Molnar1-1/+10
2006-07-03[PATCH] SERIAL: allow shared 8250_pnp interruptsBjorn Helgaas1-0/+2
2006-07-03[SERIAL] Ensure 8250_pci quirks are not marked __devinitRussell King1-10/+10
2006-07-03[POWERPC] Add new interrupt mapping core and change platforms to use itBenjamin Herrenschmidt1-3/+3
2006-07-02[PATCH] irq-flags: serial: Use the new IRQF_ constantsThomas Gleixner20-34/+34
2006-07-02[SERIAL] Convert fifosize to an unsigned intRussell King2-4/+5
2006-06-30Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2-95/+73
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds42-43/+1
2006-06-30[SERIAL] sunhv: Convert to of_driver layer.David S. Miller1-95/+71
2006-06-30[SERIAL] sunsu: Missing return statement in su_probe().David S. Miller1-0/+2
2006-06-30[PATCH] pcmcia: another ID for serial_cs.cDominik Brodowski1-0/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel42-42/+0
2006-06-30typo fixes: occuring -> occurringAdrian Bunk1-1/+1
2006-06-29[SERIAL] sunsab: Fix section mis-match errors.David S. Miller1-4/+4
2006-06-29[SERIAL] sunsab: Convert to of_driver framework.David S. Miller1-155/+144
2006-06-29[SERIAL] sun{su,zilog}: Add missing MODULE_*() niceties.David S. Miller2-1/+6
2006-06-29[SERIAL] sunsu: Convert to of_driver framework.David S. Miller1-334/+157
2006-06-29[SERIAL] sunzilog: Fix bugs in device deregristration.David S. Miller1-7/+22
2006-06-29[SERIAL] sunzilog: Convert to of_driver.David S. Miller1-527/+258
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds24-35/+3
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-2/+2
2006-06-28[PATCH] m68knommu: fix compilation problems with 68328serial driverGreg Ungerer1-58/+44
2006-06-28[PATCH] remove TTY_DONT_FLIPPaul Fulghum2-13/+0
2006-06-27[PATCH] 64bit Resource: convert a few remaining drivers to use resource_size_...Greg Kroah-Hartman1-2/+2
2006-06-26[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman2-2/+2
2006-06-26[PATCH] devfs: Remove devfs support from the serial subsystemGreg Kroah-Hartman23-33/+1
2006-06-26[SERIAL] 8250_pnp: add support for other Wacom tabletsBen Collins1-1/+3
2006-06-25[PATCH] m68knommu: 532x UART supportGreg Ungerer1-3/+25
2006-06-24Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-4/+148
2006-06-24[ARM] 3639/1: S3C2412: serial port supportBen Dooks2-4/+148
2006-06-23[SPARC64]: Convert central bus layer to in-kernel PROM device tree.David S. Miller1-1/+1
2006-06-23[SPARC64]: Use in-kernel PROM tree for EBUS and ISA.David S. Miller2-8/+8
2006-06-23[SPARC64]: Convert sun4v virtual-device layer to in-kernel PROM device tree.David S. Miller1-17/+18
2006-06-23[PATCH] SGI IOC4: Detect IO card variantBrent Casavant1-0/+9
2006-06-22Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+0
2006-06-22Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds4-1/+770
2006-06-22[ARM] 3624/1: Report true modem control line statesUli Luckas1-1/+0
2006-06-20Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-191/+289
2006-06-20Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2-4/+4
2006-06-20[ARM] 3600/1: increase amba-pl010 UART_NR to 8Lennert Buytenhek1-1/+1
2006-06-20[SPARC]: Kill __irq_itoa().David S. Miller2-4/+4
2006-06-19[ARM] 3592/1: AT91RM9200 Serial driver updateAndrew Victor2-191/+289
2006-06-19[ARM] 3571/1: netX: serial driver for Hilscher netXSascha Hauer3-0/+769
2006-06-18[ARM] 3559/1: S3C2442: core and serial portBen Dooks1-1/+1
2006-06-18[ARM] 3402/1: lpd7a40x: serial driver bug fixMarc Singer1-4/+9
2006-05-26[PATCH] ppc32 CPM_UART: various fixes for pq2 uart usersVitaly Bordug2-4/+6
2006-05-21[SUNSU]: Fix license.Andrew Morton1-0/+1
2006-05-16[ARM] 3523/1: Serial core pm_stateAndrew Victor1-3/+6
2006-05-11Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds3-72/+121
2006-05-04Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds4-12/+48
2006-05-04[ARM] 3490/1: i.MX: move uart resources to board filesSascha Hauer1-24/+16
2006-05-03[PATCH] ppc32 CPM_UART: fixes and improvementsVitaly Bordug4-11/+43
2006-05-03[PATCH] ppc32 CPM_UART: Fixed break send on SCCVitaly Bordug1-1/+5
2006-05-02[SERIAL] 8250: add locking to console write functionRussell King1-0/+10
2006-04-30[SERIAL] Remove unconditional enable of TX irq for consoleRussell King1-2/+1
2006-04-30[SERIAL] 8250: set divisor register correctly for AMD Alchemy SoC uartJon Anders Haugum1-13/+42
2006-04-30[SERIAL] AMD Alchemy UART: claim memory rangeSergei Shtylyov2-3/+8
2006-04-30[SERIAL] Clean up serial locking when obtaining a reference to a portRussell King1-54/+60
2006-04-28[PATCH] ppc32 CPM_UART: Fixed odd address translationsVitaly Bordug4-26/+50
2006-04-28[PATCH] ppc32 CPM_UART: Convert to use platform devicesVitaly Bordug4-111/+220
2006-04-19[PATCH] m32r: Remove a warning in m32r_sio.cHirokazu Takata1-1/+0
2006-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds3-3/+3
2006-04-02Merge master.kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-117/+112
2006-04-02Merge with git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitAdrian Bunk2-7/+32
2006-03-31Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2-7/+32
2006-04-01fix the email address of Wendy XiongAdrian Bunk3-3/+3
2006-03-31[PATCH] Decrease number of pointer derefs in jsm_tty.cJesper Juhl1-12/+17
2006-03-31[PATCH] pcmcia: Add support for Possio GCC AKA PCMCIA Siemens MC45Petr Vandrovec1-6/+46
2006-03-31[PATCH] pcmcia: convert DEV_OK to pcmcia_dev_presentDominik Brodowski1-1/+1
2006-03-31[PATCH] pcmcia: use bitfield instead of p_state and stateDominik Brodowski1-26/+9
2006-03-31[PATCH] pcmcia: add return value to _config() functionsDominik Brodowski1-6/+5
2006-03-31[PATCH] pcmcia: remove dev_link_t and client_handle_t indirectionDominik Brodowski1-60/+51
2006-03-31[PATCH] pcmcia: embed dev_link_t into struct pcmcia_deviceDominik Brodowski1-9/+7
2006-03-31[PATCH] pcmcia: remove unneeded Vcc pseudo settingDominik Brodowski1-11/+1
2006-03-31[PATCH] pcmcia: default suspend and resume handlingDominik Brodowski1-7/+2
2006-03-31[PATCH] pcmcia: add pcmcia_disable_deviceDominik Brodowski1-5/+2
2006-03-31[PATCH] serial_cs: add Merlin U630 IDsDomen Puncer1-0/+2
2006-03-30[PARISC] I/O-Space must be ioremap_nocache()'dHelge Deller2-9/+10
2006-03-29[SERIAL] Allow 8250 PCI, PNP, GSC and HP300 support to be disabledRussell King2-7/+32
2006-03-28Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds5-1398/+68
2006-03-28[PATCH] Typo fixesAlexey Dobriyan3-3/+3
2006-03-26[SERIAL] amba-pl010: allow platforms to specify modem control methodRussell King1-93/+67
2006-03-26[SERIAL] Remove obsoleted au1x00_uart driverRalf Baechle3-1304/+0
2006-03-26[SERIAL] Small time UART configuration fix for AU1100 processorFreddy Spierenburg1-1/+1
2006-03-25Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds4-253/+50
2006-03-25[SERIAL] amba-pl010: Remove accessor macrosRussell King1-61/+49
2006-03-25[SERIAL] remove 8250_acpi (replaced by 8250_pnp and PNPACPI)Bjorn Helgaas3-192/+0
2006-03-25[SERIAL] icom: select FW_LOADERmaximilian attems1-0/+1
2006-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2006-03-25[PATCH] serial: merge mpsc.h into mpsc.cMark A. Greer2-293/+255
2006-03-25[PATCH] serial: mpsc driver has definition of SUPPORT_SYSRQ below include of ...Mark A. Greer1-4/+5
2006-03-25[PATCH] serial: mpsc driver passes bad devname to request_irq()Mark A. Greer1-1/+1
2006-03-25[PATCH] Altix: rs422 support for ioc4 serial driverPat Gefre1-138/+249
2006-03-25[PATCH] hp300: fix driver_register() return handling, remove dio_module_init()Bjorn Helgaas1-5/+5
2006-03-24fix typos "wich" -> "which"Uwe Zeisberger1-1/+1
2006-03-23[PATCH] kill _INLINE_Adrian Bunk5-73/+43
2006-03-22Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds24-301/+187
2006-03-22[PATCH] vr41xx: convert to the new platform device interfaceDmitry Torokhov1-9/+15
2006-03-22[PATCH] serial: serial_txx9 driver updateAtsushi Nemoto2-37/+42
2006-03-20[PATCH] handle errors returned by platform_get_irq*()David Vrabel1-0/+2
2006-03-20[SERIAL] kernel console should send CRLF not LFCRRussell King24-301/+187
2006-03-20[SUNSU]: Fix missing spinlock initialization.David S. Miller1-0/+2
2006-03-20[SPARC] serial: Make sure sysfs nodes get named correctly.David S. Miller4-0/+6
2006-03-20[SPARC64] sunhv: Fix locking in sunhv_start_tx()David S. Miller1-6/+2
2006-03-20[SPARC64]: Put sunhv.o earliest in the list of sparc serial drivers.David S. Miller1-1/+1
2006-03-20[SPARC64] sunhv: Support SYSRQ properly.David S. Miller1-0/+2
2006-03-20[SPARC64]: Fix OOPS on sunhv interrupts.David S. Miller1-16/+36
2006-03-20[SPARC64]: Decode virtual-devices interrupts correctly.David S. Miller1-10/+4
2006-03-20[SPARC64] sunhv: Bug fixes.David S. Miller1-15/+10
2006-03-20[SPARC64] sunhv: Use virtual-devices layer to get interrupt.David S. Miller1-6/+67
2006-03-20[SPARC64]: Prevent registering wrong serial console.David S. Miller3-26/+47
2006-03-20[SPARC64]: Add SUN4V Hypervisor Console driver.David S. Miller3-0/+489
2006-03-11[PATCH] Altix: small ioc4 oversightPat Gefre1-4/+2
2006-03-08[PATCH] serial core: work around sub-driver bugsPavel Machek1-3/+29
2006-03-08Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds1-1/+1
2006-03-07[IA64] SGI SN drivers: don't report !sn2 hardware as an errorBjorn Helgaas1-1/+1
2006-03-07[SERIAL] ip22zilog: Fix oops on runlevel change with serial consoleMartin Michlmayr1-3/+1
2006-02-28[SUNSU]: Fix locking error in sunsu_stop_rx().David S. Miller1-3/+0
2006-02-23[SERIAL] Add comment about early_serial_setup()Russell King1-0/+6
2006-02-15[SERIAL] Fix typo in commentRalf Baechle1-1/+1
2006-02-15[SERIAL] Documentation/jsm.txt is a no show.Arthur Othieno1-2/+2
2006-02-10[SERIAL] Remove incorrect code from ioc4 serial driverRussell King1-14/+0
2006-02-08Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds20-58/+58
2006-02-08Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+4
2006-02-08[SERIAL] 8250_pci: add new PCI serial card supportYoichi Yuasa1-0/+4
2006-02-08[SERIAL] ip22zilog: Whitespace cleanup.Ralf Baechle2-4/+5
2006-02-08[SERIAL] PPC32 CPM_UART: update to utilize the new TTY flip APIVitaly Bordug1-9/+4
2006-02-08[SERIAL] Fix compile error in 8250_au1x00.cJordan Crouse1-1/+0
2006-02-08[SERIAL] 8250 serial console update uart_8250_port ierKumar Gala1-0/+1
2006-02-08[ARM] 3283/1: S3C2400 - defines the number of serial portsLucas Correia Villa Real1-0/+4
2006-02-08[PATCH] m32r_sio iomem annotationsAl Viro1-1/+1
2006-02-07[PATCH] m68knommu: use tty_schedule_flip() in 68328serial.cGreg Ungerer1-2/+2
2006-02-07[PATCH] m68knommu: use tty_schedule_flip() in 68360serial.cGreg Ungerer1-2/+2
2006-02-07[PATCH] m68knommu: compile fixes for mcfserial.cGreg Ungerer1-10/+6
2006-02-05[SERIAL] uart_port flags member should use UPF_*Russell King2-6/+6
2006-02-05[SERIAL] uart_port iotype member should use UPIO_*Russell King15-38/+38
2006-02-03Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds3-2/+26
2006-02-03[SERIAL] 8250: limit range of runtime portsRussell King1-0/+1
2006-02-03[PATCH] drivers/serial/jsm/: cleanupsAdrian Bunk3-5/+0
2006-02-03[PATCH] jsm: update for tty buffering revampV. Ananda Krishnan2-157/+79
2006-02-03[PATCH] Fix some ucLinux breakage from the tty updatesAlan Cox1-2/+1
2006-02-02[SERIAL] initialize spinlock for port failed to setup consoleAtsushi Nemoto1-1/+1
2006-02-02[SERIAL] SIIG 8-port serial boards supportAndrey Panin1-1/+24
2006-02-01Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-11/+11
2006-02-01[PATCH] sh: sh-sci clock framework updatesPaul Mundt2-116/+223
2006-02-01[PATCH] jsm: fix for high baud rates problemV. Ananda Krishnan1-47/+38
2006-01-31Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds11-89/+84
2006-01-31Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-3/+3
2006-01-26[ARM] 3266/1: S3C2400 - adds macro S3C24XXLucas Correia Villa Real1-1/+1
2006-01-24[ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi bran...Len Brown1-11/+11
2006-01-23[SERIAL] 8250 Documentation fixTimothy Charles McGrath1-1/+1
2006-01-21[SERIAL] Make uart_port flags a bitwise typeRussell King1-5/+7
2006-01-21[SERIAL] Make port->ops constantRussell King1-2/+2
2006-01-21[SERIAL] Remove UPF_AUTOPROBE and UPF_BOOT_ONLYMCARussell King1-7/+0
2006-01-21[SERIAL] Don't use ASYNC_ constants with the uart_port structureRussell King8-68/+68
2006-01-21[SERIAL] 8250 serial console fixesAlan Cox1-6/+6
2006-01-19Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds1-71/+58
2006-01-19[ARM] Convert request_irq+set_irq_type to request_irq with SA_TRIGGERRussell King1-2/+2
2006-01-18Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2-8/+15
2006-01-18Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-3/+1
2006-01-18[SPARC64]: Serial Console for E250 PatchEddie C. Dost2-5/+36
2006-01-18[ARM] 3268/1: AT91RM9200 serial update for 2.6.15-git12Andrew Victor2-3/+1
2006-01-18[SERIAL] Add 8250 support for Decision Computer International Co. PCCOM2Alon Bar-Lev1-0/+10
2006-01-18[SERIAL] Fix serial8250 driver initialisation orderingRussell King1-8/+5
2006-01-17[IA64-SGI] sn_console.c minor cleanupJes Sorensen1-71/+58
2006-01-14Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds4-46/+55
2006-01-14Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1