aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-24kobject: convert icom to use kref, not kobjectGreg Kroah-Hartman2-15/+11
2007-12-29[SERIAL]: Fix section mismatches in Sun serial console drivers.David S. Miller1-1/+1
2007-12-12[SERIAL] sparc: Infrastructure to fix section mismatch bugs.Martin Habets6-65/+58
2007-12-10drivers/serial/uartlite.c: Add missing of_node_putJulia Lawall1-0/+1
2007-11-30Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+2
2007-11-29IP22ZILOG: fix lockup and sysrqThomas Bogendoerfer1-141/+106
2007-11-26[ARM] 4662/1: Fix PXA serial driver compilation if SERIAL_PXA_CONSOLE is disabledPhilipp Zabel1-2/+2
2007-11-23Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFINMike Frysinger1-1/+1
2007-11-14CRISv10 serial driver rewriteJesper Nilsson2-859/+580
2007-11-14serial: only use PNP IRQ if it's validBjorn Helgaas1-1/+2
2007-11-14atmel_serial build warnings begoneDavid Brownell1-9/+0
2007-11-148250_pnp: add support for "LG C1 EXPRESS DUAL" machinesDamian Jurd1-0/+5
2007-11-14serial: add PNP ID for Davicom ISA 33.6K modemBjorn Helgaas1-0/+2
2007-11-09Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-18/+1
2007-11-09Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-4/+6
2007-11-07sh: Remove SCI_NPORTS from sh-sci.hNobuhiro Iwamatsu1-1/+0
2007-11-07sh: Kill off the remaining ST40 cruft.Paul Mundt1-17/+1
2007-11-05serial: fix compile warning about putcYinghai Lu1-2/+2
2007-11-05PCI: pciserial_resume_one ignored return value of pci_enable_deviceDirk Hohndel1-1/+4
2007-11-01[POWERPC] Uartlite: speed up console outputGrant Likely1-4/+6
2007-10-30serial: fix serial_txx9 console initializationAtsushi Nemoto1-1/+9
2007-10-29netdrvr/pcmcia: use IRQ_TYPE_DYNAMIC_SHARING flag for irq.Attributes.Komuro1-1/+1
2007-10-25serial: stop passing NULL to functions that expect dataAlan Cox1-1/+2
2007-10-23m68knommu: new style ColdFire UART driverGreg Ungerer1-0/+653
2007-10-21Blackfin serial driver Kconfig: depend on DMA not being enabled rather than a specific DMA sizeMike Frysinger1-1/+1
2007-10-20typo fixesMatt LaPlante1-3/+3
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-2/+2
2007-10-19amba-pl011, rename BIT macroJiri Slaby1-13/+13
2007-10-19remove asm/bitops.h includesJiri Slaby1-1/+1
2007-10-18serial: turn serial console suspend a boot rather than compile time optionAndres Salomon1-6/+4
2007-10-17jsm: Remove further unneeded crudAlan Cox1-40/+3
2007-10-16tty: bring the old cris driver back somewhere into the realm of new tty bufferingAlan Cox1-55/+12
2007-10-16m32r: serial: remove M32R_SIO_SHARE_IRQSHirokazu Takata2-7/+1
2007-10-16Add support for Wacom WACF007 and WACF008 to serial pnp driverMaik Broemme1-0/+2
2007-10-16serial_txx9: Use UPF_FIXED_PORTAtsushi Nemoto1-21/+5
2007-10-16wake up from a serial portGuennadi Liakhovetski1-1/+39
2007-10-168250_pci: Autodetect mainpine cardsAlan Cox1-0/+120
2007-10-16serial_txx9: cleanup includesAtsushi Nemoto1-4/+0
2007-10-16Add support for PCMCIA card Sierra WIreless AC850Eric Leblond1-0/+1
2007-10-15Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-90/+91
2007-10-15[SERIAL] Fix console initialisation orderingRussell King1-9/+9
2007-10-14mpc52xx-uart: fix compile warning (format type mismatch)Grant Likely1-4/+4
2007-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2-12/+61
2007-10-12[ARM] pxa: update pxa serial driver to use clk supportRussell King1-5/+23
2007-10-12[ARM] pxa: convert PXA serial drivers to use platform resourcesRussell King1-78/+61
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds10-261/+735
2007-10-04[POWERPC] cpm: Describe multi-user ram in its own device node.Scott Wood1-2/+2
2007-10-03[POWERPC] cpm_uart: Issue STOP_TX command before initializing console.Scott Wood1-0/+3
2007-10-03[POWERPC] cpm_uart: sparse fixesScott Wood6-183/+192
2007-10-03[POWERPC] cpm_uart: Be an of_platform device when CONFIG_PPC_CPM_NEW_BINDING is set.Scott Wood6-25/+260