summaryrefslogtreecommitdiffstats
path: root/drivers/serial/cpm_uart/cpm_uart_core.c
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
* 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: 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-191-0/+3
|/
* cpm_uart: Add generic clock API support to set baudratesLaurent Pinchart2008-07-281-7/+19
* cpm_uart: Modem control lines supportLaurent Pinchart2008-07-281-3/+37
* 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-261-370/+1
* cpm_uart: fix whitespace issuesKumar Gala2008-06-261-2/+2
* 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-171-10/+9
* Remove pointless casts from void pointersJeff Garzik2008-02-061-1/+1
* [POWERPC] cpm_uart: Issue STOP_TX command before initializing console.Scott Wood2007-10-031-0/+3
* [POWERPC] cpm_uart: sparse fixesScott Wood2007-10-031-146/+153
* [POWERPC] cpm_uart: Be an of_platform device when CONFIG_PPC_CPM_NEW_BINDING ...Scott Wood2007-10-031-22/+219
* [POWERPC] CPM_UART: Use inline function form of eieioKumar Gala2007-07-101-1/+1
* [POWERPC] CPM_UART: cpm_uart_set_termios should take ktermios, not termiosScott Wood2007-05-091-1/+2
* SPIN_LOCK_UNLOCKED cleanup in drivers/serialMilind Arun Choudhary2007-05-081-6/+6
* [POWERPC] CPM_UART: Fix non-console initialisationKalle Pokki2006-11-101-5/+6
* [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
* POWERPC: Bring the fs_no calculation to the relevant SoC enumerationVitaly Bordug2006-09-211-3/+6
* POWERPC: overhaul with cpm2_map mechanismVitaly Bordug2006-09-211-2/+2
* cpm_uart: make it possible to utilize from powerpcVitaly Bordug2006-09-211-7/+4
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] ppc32 CPM_UART: various fixes for pq2 uart usersVitaly Bordug2006-05-261-3/+5
* [PATCH] ppc32 CPM_UART: fixes and improvementsVitaly Bordug2006-05-031-6/+25
* [PATCH] ppc32 CPM_UART: Fixed break send on SCCVitaly Bordug2006-05-031-1/+5
* [PATCH] ppc32 CPM_UART: Fixed odd address translationsVitaly Bordug2006-04-281-22/+9
* [PATCH] ppc32 CPM_UART: Convert to use platform devicesVitaly Bordug2006-04-281-48/+211
* [SERIAL] PPC32 CPM_UART: update to utilize the new TTY flip APIVitaly Bordug2006-02-081-9/+4
* [SERIAL] uart_port iotype member should use UPIO_*Russell King2006-02-051-6/+6
* [PATCH] ppc32: cpm_uart: fix xchar sendingAristeu Sergio Rozanski Filho2006-01-091-1/+1
* [PATCH] Update email address for KumarKumar Gala2005-11-131-1/+1
* [PATCH] cpm_uart: use schedule_timeout instead of direct call to scheduleKumar Gala2005-09-051-6/+7
* [SERIAL] Clean up and fix tty transmission start/stopingRussell King2005-08-311-4/+4
|\
OpenPOWER on IntegriCloud