summaryrefslogtreecommitdiffstats
path: root/drivers/serial/cpm_uart
Commit message (Expand)AuthorAgeFilesLines
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-2/+2
* Merge branch 'master' into for-nextJiri Kosina2010-08-041-64/+79
|\
| * serial: cpm_uart: implement the cpm_uart_early_write() function for console pollDongdong Deng2010-06-301-64/+79
* | comment typo fixes: charater => characterThomas Weber2010-07-191-1/+1
|/
* of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-2/+5
* of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-0/+2
* tty: cpm_uart: use resource_size()Tobias Klauser2010-03-191-2/+2
* Fix build of cpm_uart due to core changesBenjamin Herrenschmidt2009-09-241-1/+1
* serial: kill off uart_infoAlan Cox2009-09-191-1/+1
* cpm_uart: Don't use alloc_bootmem in cpm_uart_cpm2.cMark Ware2009-07-291-1/+1
* cpm_uart: Disable CPM udbg when re-initing CPM uart, even if not the console.Scott Wood2009-04-061-4/+4
* cpm_uart: Initialize port.dev before it's used.Scott Wood2009-04-061-3/+3
* cpm_uart: fix non-console port startup bugXiaotian Feng2009-03-091-2/+12
* Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-10-201-1/+1
|\
| * drivers/serial: use nr_irqsYinghai Lu2008-10-161-1/+1
* | cpm_uart: Pass actual dev ptr to dma_* in ucc and cpm_uart serialBecky Bruce2008-09-193-6/+9
|/
* cpm_uart: Add generic clock API support to set baudratesLaurent Pinchart2008-07-282-7/+20
* cpm_uart: Modem control lines supportLaurent Pinchart2008-07-282-3/+47
* cpm1: don't send break on TX_STOP, don't interrupt RX/TX when adjusting termi...Nye Liu2008-07-241-7/+14
* kgdb: kgdboc console poll hooks for cpm uartJason Wessel2008-07-231-1/+94
* port_fixups: Fix ups for tty port changesAlan Cox2008-07-221-1/+1
* cpm_uart: Support uart_wait_until_sent()Laurent Pinchart2008-07-141-0/+6
* cpm_uart: Fix cpm uart corruption with PREEMPT_RTRune Torgersen2008-07-141-0/+14
* cpm_uart: Remove !CONFIG_PPC_CPM_NEW_BINDING codeKumar Gala2008-06-266-838/+1
* cpm_uart: fix whitespace issuesKumar Gala2008-06-266-12/+12
* serial: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-1/+1
* [POWERPC] cpm_uart: Allocate DPRAM memory for SMC ports on CPM2-based platforms.Laurent Pinchart2008-04-174-10/+78
* Remove pointless casts from void pointersJeff Garzik2008-02-061-1/+1
* [POWERPC] CPM: Rename commproc to cpm1 and cpm2_common.c to cpm2.cJochen Friedrich2008-01-281-1/+1
* [POWERPC] Fix compile error if CONFIG_STX_GP3 is definedKumar Gala2008-01-231-1/+1
* [POWERPC] Move CPM command handling into the cpm driversJochen Friedrich2007-12-132-12/+2
* [POWERPC] cpm: Describe multi-user ram in its own device node.Scott Wood2007-10-041-2/+2
* [POWERPC] cpm_uart: Issue STOP_TX command before initializing console.Scott Wood2007-10-031-0/+3
* [POWERPC] cpm_uart: sparse fixesScott Wood2007-10-036-183/+192
* [POWERPC] cpm_uart: Be an of_platform device when CONFIG_PPC_CPM_NEW_BINDING ...Scott Wood2007-10-036-25/+260
* [POWERPC] Fix cpm_uart driver for cpm1 machinesJochen Friedrich2007-09-281-1/+1
* [POWERPC] CPM_UART: Use inline function form of eieioKumar Gala2007-07-101-1/+1
* [POWERPC] CPM_UART: Removed __init from cpm_uart_init_portdesc to fix warningKumar Gala2007-05-093-3/+3
* [POWERPC] CPM_UART: cpm_uart_set_termios should take ktermios, not termiosScott Wood2007-05-091-1/+2
* [POWERPC] Change rheap functions to use ulongs instead of pointersTimur Tabi2007-05-092-4/+4
* SPIN_LOCK_UNLOCKED cleanup in drivers/serialMilind Arun Choudhary2007-05-081-6/+6
* [POWERPC] Fix compile failure in cpm_uart_cpm2Paul Gortmaker2007-02-161-1/+1
* [POWERPC] Fix kernel build errors for mpc8272ads and mpc8560adsVitaly Bordug2007-02-072-6/+0
* [POWERPC] cpm_uart: OF-related fix for CPM1Vitaly Bordug2007-02-071-7/+8
* [POWERPC] CPM_UART: Fix inconsistency of function definitionKalle Pokki2006-12-041-1/+1
* [POWERPC] CPM_UART: Fix non-console initialisationKalle Pokki2006-11-103-7/+8
* [POWERPC] CPM_UART: Fix non-console transmitKalle Pokki2006-11-101-3/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-8/+8
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0
OpenPOWER on IntegriCloud