aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/jsm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-0/+2
2010-03-02jsm: fixing error if the driver fails to loadBreno Leitao1-3/+6
2010-03-02jsm: removing the uart structure and filename on errorBreno Leitao1-0/+1
2009-12-11jsm: adding EEH handlersBreno Leitao2-1/+47
2009-12-11jsm: removing the field jsm_board->intr_countBreno Leitão2-3/+0
2009-12-11jsm: Removing unused jsm_channel->ch_wopen fieldBreno Leitão1-2/+0
2009-12-11jsm: Remove ch_cpstime fieldBreno Leitão1-2/+0
2009-12-11jsm: removing ch_old_baud fieldBreno Leitão3-6/+0
2009-12-11jsm: remove the ch_custom_speed fieldBreno Leitão2-5/+0
2009-12-11jsm: Rewriting a bad log messageBreno Leitão1-1/+1
2009-12-11jsm: IRQ handlers doesn't need to have IRQ_DISABLED enabledBreno Leitão1-1/+1
2009-09-19serial: kill off uart_infoAlan Cox2-11/+11
2009-06-24jsm: clean up "serial: jsm: correctly support 4 8 port boards"Andrew Morton1-2/+2
2009-06-11jsm: correctly support multiple 4/8-port boardsAlexander Y. Fomichev2-2/+13
2009-05-06jsm: removing unused spinlockBreno Leitao2-3/+0
2009-04-07tty: jsm cleanupsBreno Leitao2-21/+12
2009-04-06jsm: Fix the return variable and removing the unused retval.Breno Leitao1-4/+3
2009-04-06jsm: define init function as __devinitBreno Leitao2-3/+3
2009-02-18jsm: additional device supportAdam Lackorzynski1-0/+3
2009-01-30Add enable_ms to jsm driverPaul Larson1-0/+6
2009-01-27Move jsm_remove_one to .devexit.textUwe Kleine-König1-1/+1
2009-01-12neo: Remove a bogus NULL checkAlan Cox1-3/+0
2009-01-02tty: We want the port object to be persistentAlan Cox1-1/+1
2008-07-20serial: use tty_portAlan Cox2-5/+5
2008-05-01jsm: add new supported board to jsm serial driverScott Kilau2-1/+6
2007-10-17jsm: Remove further unneeded crudAlan Cox1-40/+3
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-1/+1
2007-05-08Subject: jsm driver fix for linuxpps supportLen Sorensen1-1/+6
2007-05-08Small fixes for jsm driverLen Sorensen1-0/+1
2007-02-14[PATCH] serial: replace kmalloc+memset with kzallocBurman Yan2-12/+6
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-5/+5
2006-10-06Various drivers' irq handlers: kill dead code, needless castsJeff Garzik1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2-2/+2
2006-07-02[PATCH] irq-flags: serial: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-28[PATCH] remove TTY_DONT_FLIPPaul Fulghum1-7/+0
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-02-03[PATCH] drivers/serial/jsm/: cleanupsAdrian Bunk3-5/+0
2006-02-03[PATCH] jsm: update for tty buffering revampV. Ananda Krishnan1-143/+65
2006-02-01[PATCH] jsm: fix for high baud rates problemV. Ananda Krishnan1-47/+38
2005-08-31[SERIAL] Clean up and fix tty transmission start/stopingRussell King1-2/+2
2005-07-27[PATCH] jsm: warning fixesV. ANANDA KRISHNAN3-13/+20
2005-07-27[PATCH] jsm: use dynamic major number allocationV. ANANDA KRISHNAN1-1/+1
2005-07-16[PATCH] Serial: Remove linux/version.hOlaf Hering1-1/+0
2005-05-01[PATCH] make lots of things staticAdrian Bunk3-3/+4
2005-04-16[PATCH] fix up newly added jsm driverChristoph Hellwig3-311/+91
2005-04-16Linux-2.6.12-rc2Linus Torvalds5-0/+3314