Age | Commit message (Expand) | Author |
2011-01-13 | tty: move drivers/serial/ to drivers/tty/serial/ | Greg Kroah-Hartman |
2010-11-11 | serial: cpu_uart: Remove unused uart_cpm_port fields | Baurzhan Ismagulov |
2010-11-11 | serial: cpm_uat: reducing CPM serial latency | Baurzhan Ismagulov |
2010-08-06 | of/device: Replace struct of_device with struct platform_device | Grant Likely |
2010-08-04 | Merge branch 'master' into for-next | Jiri Kosina |
2010-07-19 | comment typo fixes: charater => character | Thomas Weber |
2010-06-30 | serial: cpm_uart: implement the cpm_uart_early_write() function for console poll | Dongdong Deng |
2010-05-22 | of: Remove duplicate fields from of_platform_driver | Grant Likely |
2010-05-18 | of: Always use 'struct device.of_node' to get device node pointer. | Grant Likely |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2010-03-19 | tty: cpm_uart: use resource_size() | Tobias Klauser |
2009-09-24 | Fix build of cpm_uart due to core changes | Benjamin Herrenschmidt |
2009-09-19 | serial: kill off uart_info | Alan Cox |
2009-07-29 | cpm_uart: Don't use alloc_bootmem in cpm_uart_cpm2.c | Mark Ware |
2009-04-06 | cpm_uart: Disable CPM udbg when re-initing CPM uart, even if not the console. | Scott Wood |
2009-04-06 | cpm_uart: Initialize port.dev before it's used. | Scott Wood |
2009-03-09 | cpm_uart: fix non-console port startup bug | Xiaotian Feng |
2008-10-20 | Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2008-10-16 | drivers/serial: use nr_irqs | Yinghai Lu |
2008-09-19 | cpm_uart: Pass actual dev ptr to dma_* in ucc and cpm_uart serial | Becky Bruce |
2008-07-28 | cpm_uart: Add generic clock API support to set baudrates | Laurent Pinchart |
2008-07-28 | cpm_uart: Modem control lines support | Laurent Pinchart |
2008-07-24 | cpm1: don't send break on TX_STOP, don't interrupt RX/TX when adjusting termi... | Nye Liu |
2008-07-23 | kgdb: kgdboc console poll hooks for cpm uart | Jason Wessel |
2008-07-22 | port_fixups: Fix ups for tty port changes | Alan Cox |
2008-07-14 | cpm_uart: Support uart_wait_until_sent() | Laurent Pinchart |
2008-07-14 | cpm_uart: Fix cpm uart corruption with PREEMPT_RT | Rune Torgersen |
2008-06-26 | cpm_uart: Remove !CONFIG_PPC_CPM_NEW_BINDING code | Kumar Gala |
2008-06-26 | cpm_uart: fix whitespace issues | Kumar Gala |
2008-04-30 | serial: replace remaining __FUNCTION__ occurrences | Harvey Harrison |
2008-04-17 | [POWERPC] cpm_uart: Allocate DPRAM memory for SMC ports on CPM2-based platforms. | Laurent Pinchart |
2008-02-06 | Remove pointless casts from void pointers | Jeff Garzik |
2008-01-28 | [POWERPC] CPM: Rename commproc to cpm1 and cpm2_common.c to cpm2.c | Jochen Friedrich |
2008-01-23 | [POWERPC] Fix compile error if CONFIG_STX_GP3 is defined | Kumar Gala |
2007-12-13 | [POWERPC] Move CPM command handling into the cpm drivers | Jochen Friedrich |
2007-10-04 | [POWERPC] cpm: Describe multi-user ram in its own device node. | Scott Wood |
2007-10-03 | [POWERPC] cpm_uart: Issue STOP_TX command before initializing console. | Scott Wood |
2007-10-03 | [POWERPC] cpm_uart: sparse fixes | Scott Wood |
2007-10-03 | [POWERPC] cpm_uart: Be an of_platform device when CONFIG_PPC_CPM_NEW_BINDING ... | Scott Wood |
2007-09-28 | [POWERPC] Fix cpm_uart driver for cpm1 machines | Jochen Friedrich |
2007-07-10 | [POWERPC] CPM_UART: Use inline function form of eieio | Kumar Gala |
2007-05-09 | [POWERPC] CPM_UART: Removed __init from cpm_uart_init_portdesc to fix warning | Kumar Gala |
2007-05-09 | [POWERPC] CPM_UART: cpm_uart_set_termios should take ktermios, not termios | Scott Wood |
2007-05-09 | [POWERPC] Change rheap functions to use ulongs instead of pointers | Timur Tabi |
2007-05-08 | SPIN_LOCK_UNLOCKED cleanup in drivers/serial | Milind Arun Choudhary |
2007-02-16 | [POWERPC] Fix compile failure in cpm_uart_cpm2 | Paul Gortmaker |
2007-02-07 | [POWERPC] Fix kernel build errors for mpc8272ads and mpc8560ads | Vitaly Bordug |
2007-02-07 | [POWERPC] cpm_uart: OF-related fix for CPM1 | Vitaly Bordug |
2006-12-04 | [POWERPC] CPM_UART: Fix inconsistency of function definition | Kalle Pokki |
2006-11-10 | [POWERPC] CPM_UART: Fix non-console initialisation | Kalle Pokki |