aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/cpm_uart (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-24Fix build of cpm_uart due to core changesBenjamin Herrenschmidt1-1/+1
2009-09-19serial: kill off uart_infoAlan Cox1-1/+1
2009-07-29cpm_uart: Don't use alloc_bootmem in cpm_uart_cpm2.cMark Ware1-1/+1
2009-04-06cpm_uart: Disable CPM udbg when re-initing CPM uart, even if not the console.Scott Wood1-4/+4
2009-04-06cpm_uart: Initialize port.dev before it's used.Scott Wood1-3/+3
2009-03-09cpm_uart: fix non-console port startup bugXiaotian Feng1-2/+12
2008-10-20Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-10-16drivers/serial: use nr_irqsYinghai Lu1-1/+1
2008-09-19cpm_uart: Pass actual dev ptr to dma_* in ucc and cpm_uart serialBecky Bruce3-6/+9
2008-07-28cpm_uart: Add generic clock API support to set baudratesLaurent Pinchart2-7/+20
2008-07-28cpm_uart: Modem control lines supportLaurent Pinchart2-3/+47
2008-07-24cpm1: don't send break on TX_STOP, don't interrupt RX/TX when adjusting termios parametersNye Liu1-7/+14
2008-07-23kgdb: kgdboc console poll hooks for cpm uartJason Wessel1-1/+94
2008-07-22port_fixups: Fix ups for tty port changesAlan Cox1-1/+1
2008-07-14cpm_uart: Support uart_wait_until_sent()Laurent Pinchart1-0/+6
2008-07-14cpm_uart: Fix cpm uart corruption with PREEMPT_RTRune Torgersen1-0/+14
2008-06-26cpm_uart: Remove !CONFIG_PPC_CPM_NEW_BINDING codeKumar Gala6-838/+1
2008-06-26cpm_uart: fix whitespace issuesKumar Gala6-12/+12
2008-04-30serial: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-17[POWERPC] cpm_uart: Allocate DPRAM memory for SMC ports on CPM2-based platforms.Laurent Pinchart4-10/+78
2008-02-06Remove pointless casts from void pointersJeff Garzik1-1/+1
2008-01-28[POWERPC] CPM: Rename commproc to cpm1 and cpm2_common.c to cpm2.cJochen Friedrich1-1/+1
2008-01-23[POWERPC] Fix compile error if CONFIG_STX_GP3 is definedKumar Gala1-1/+1
2007-12-13[POWERPC] Move CPM command handling into the cpm driversJochen Friedrich2-12/+2
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
2007-09-28[POWERPC] Fix cpm_uart driver for cpm1 machinesJochen Friedrich1-1/+1
2007-07-10[POWERPC] CPM_UART: Use inline function form of eieioKumar Gala1-1/+1
2007-05-09[POWERPC] CPM_UART: Removed __init from cpm_uart_init_portdesc to fix warningKumar Gala3-3/+3
2007-05-09[POWERPC] CPM_UART: cpm_uart_set_termios should take ktermios, not termiosScott Wood1-1/+2
2007-05-09[POWERPC] Change rheap functions to use ulongs instead of pointersTimur Tabi2-4/+4
2007-05-08SPIN_LOCK_UNLOCKED cleanup in drivers/serialMilind Arun Choudhary1-6/+6
2007-02-16[POWERPC] Fix compile failure in cpm_uart_cpm2Paul Gortmaker1-1/+1
2007-02-07[POWERPC] Fix kernel build errors for mpc8272ads and mpc8560adsVitaly Bordug2-6/+0
2007-02-07[POWERPC] cpm_uart: OF-related fix for CPM1Vitaly Bordug1-7/+8
2006-12-04[POWERPC] CPM_UART: Fix inconsistency of function definitionKalle Pokki1-1/+1
2006-11-10[POWERPC] CPM_UART: Fix non-console initialisationKalle Pokki3-7/+8
2006-11-10[POWERPC] CPM_UART: Fix non-console transmitKalle Pokki1-3/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-8/+8
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-10-03fix file specification in commentsUwe Zeisberger2-2/+2
2006-09-21POWERPC: Bring the fs_no calculation to the relevant SoC enumerationVitaly Bordug1-3/+6
2006-09-21POWERPC: overhaul with cpm2_map mechanismVitaly Bordug1-2/+2
2006-09-21POWERPC: Get rid of remapping the whole immrVitaly Bordug2-44/+88
2006-09-21cpm_uart: make it possible to utilize from powerpcVitaly Bordug2-13/+11
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel3-3/+0
2006-05-26[PATCH] ppc32 CPM_UART: various fixes for pq2 uart usersVitaly Bordug2-4/+6
2006-05-03[PATCH] ppc32 CPM_UART: fixes and improvementsVitaly Bordug4-11/+43