| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe ca... | Dominik Brodowski | 2006-01-06 | 1 | -50/+8 |
* | [PATCH] pcmcia: remove dev_list from drivers | Dominik Brodowski | 2006-01-06 | 1 | -15/+2 |
* | [PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callback | Dominik Brodowski | 2006-01-06 | 1 | -14/+5 |
* | [PATCH] pcmcia: new suspend core | Dominik Brodowski | 2006-01-05 | 1 | -21/+10 |
* | [ARM] 3216/1: indent and typo in drivers/serial/pxa.c | Erik Hovland | 2005-12-30 | 1 | -2/+2 |
* | [SERIAL] Fix AMBA PL011 sysrq character handling | Russell King | 2005-12-27 | 1 | -1/+1 |
* | [SPARC]: introduce a SPARC Kconfig symbol | Adrian Bunk | 2005-12-22 | 1 | -5/+5 |
* | [SERIAL] 8250_pci: Remove redundant assignment, and mark fallthrough. | Dave Jones | 2005-12-07 | 1 | -1/+1 |
* | [SERIAL] mark several serial tables const | Arjan van de Ven | 2005-11-28 | 4 | -6/+6 |
* | [SERIAL] imx: Fix missed platform_driver_unregister | Russell King | 2005-11-21 | 1 | -1/+1 |
* | Merge master.kernel.org:/home/rmk/linux-2.6-serial | Linus Torvalds | 2005-11-19 | 2 | -24/+22 |
|\ |
|
| * | [SERIAL] Remove unused variable in sa1100.c | Russell King | 2005-11-19 | 1 | -1/+0 |
| * | [SERIAL] Fix status reporting with PL011 serial driver | Russell King | 2005-11-19 | 1 | -23/+22 |
* | | [PARISC] Make Serial MUX depend on a specific bus type. | Matthew Wilcox | 2005-11-18 | 1 | -1/+1 |
* | | [PARISC] Define port->timeout to fix a long msleep in mux.c | Ryan Bradetich | 2005-11-17 | 1 | -0/+7 |
* | | [PARISC] Compile fixups for serial/mux.c | Ryan Bradetich | 2005-11-17 | 1 | -8/+4 |
|/ |
|
* | Merge master.kernel.org:/home/rmk/linux-2.6-serial | Linus Torvalds | 2005-11-13 | 6 | -65/+82 |
|\ |
|
| * | [SERIAL] Fix Bug 4900: S3 resume oops with irattach - Thinkpad A21m | Russell King | 2005-11-13 | 1 | -35/+49 |
| * | [SERIAL] sa1100_start_tx spinlock recursion | Florin Malita | 2005-11-12 | 1 | -3/+1 |
| * | [SERIAL] Claim Wacom tablet device on HP tc1100 tablet | Bjorn Helgaas | 2005-11-12 | 1 | -0/+2 |
| * | [SERIAL] Fix mpc52xx_uart.c | Andrey Volkov | 2005-11-12 | 1 | -2/+2 |
| * | [SERIAL] dz: Use CKSEG1ADDR to setup mappings. | Ralf Baechle | 2005-11-12 | 1 | -2/+2 |
| * | [SERIAL] dz: Nuke trailing whitespace | Ralf Baechle | 2005-11-12 | 1 | -22/+22 |
| * | [SERIAL] don't disable xscale serial ports after autoconfig | Lennert Buytenhek | 2005-11-12 | 1 | -1/+4 |
* | | [PATCH] Update email address for Kumar | Kumar Gala | 2005-11-13 | 3 | -3/+3 |
* | | [PATCH] move pm_register/etc. to CONFIG_PM_LEGACY, pm_legacy.h | Jeff Garzik | 2005-11-13 | 1 | -3/+4 |
|/ |
|
* | [DRIVER MODEL] Convert platform drivers to use struct platform_driver | Russell King | 2005-11-09 | 8 | -157/+156 |
* | [SUNSU]: Do not mark sunsu_console_setup() __init | David S. Miller | 2005-11-07 | 1 | -1/+1 |
* | [PATCH] m68knommu: add 5208 ColdFire UART support to ColdFire serial driver | Greg Ungerer | 2005-11-07 | 1 | -3/+34 |
* | [PATCH] serial: fix-up schedule_timeout() usage | Nishanth Aravamudan | 2005-11-07 | 1 | -6/+3 |
* | [PATCH] serial console: touch NMI watchdog | Andrew Morton | 2005-11-07 | 1 | -0/+3 |
* | [SERIAL] Support Au1x00 8250 UARTs using the generic 8250 driver. | Pantelis Antoniou | 2005-11-06 | 6 | -3/+183 |
* | Merge master.kernel.org:/home/rmk/linux-2.6-serial | Linus Torvalds | 2005-11-04 | 1 | -1/+1 |
|\ |
|
| * | [SERIAL] 8250_early.c passing 0 instead of NULL | Ben Dooks | 2005-11-03 | 1 | -1/+1 |
* | | [PATCH] ARM: Reverted 2918/1: [update] Base port of Comdial MP1000 platfrom | Russell King | 2005-11-04 | 1 | -9/+0 |
|/ |
|
* | Merge master.kernel.org:/home/rmk/linux-2.6-serial | Linus Torvalds | 2005-11-01 | 1 | -1/+3 |
|\ |
|
| * | [SERIAL] Arrange better identification of ports | Russell King | 2005-10-31 | 1 | -1/+3 |
* | | Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel | Linus Torvalds | 2005-10-31 | 8 | -7/+10 |
|\ \
| |/
|/| |
|
| * | [DRIVER MODEL] Add missing driver_unregister to IMX serial driver | Russell King | 2005-10-30 | 1 | -0/+1 |
| * | Create platform_device.h to contain all the platform device details. | Russell King | 2005-10-29 | 8 | -7/+9 |
* | | Merge master.kernel.org:/home/rmk/linux-2.6-serial | Linus Torvalds | 2005-10-30 | 1 | -2/+1 |
|\ \ |
|
| * | | [SERIAL] remove unneeded code from serial_core.c | Jayachandran C | 2005-10-30 | 1 | -2/+1 |
| |/ |
|
* | | [PATCH] Added a Receive_Abort to the Marvell serial driver | Carlos Sanchez | 2005-10-30 | 1 | -0/+2 |
* | | [PATCH] ioc4 serial support - mostly cleanup | Pat Gefre | 2005-10-30 | 1 | -36/+44 |
|/ |
|
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2005-10-28 | 7 | -37/+24 |
|\ |
|
| * | Merge ../bleed-2.6 | Greg KH | 2005-10-28 | 4 | -1/+31 |
| |\ |
|
| * | | [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks | Russell King | 2005-10-28 | 7 | -37/+24 |
* | | | Merge branch 'forlinus' of git://parisc-linux.org/home/kyle/git/parisc-2.6 | Linus Torvalds | 2005-10-28 | 2 | -7/+10 |
|\ \ \
| |_|/
|/| | |
|
| * | | Auto-update from upstream | Kyle McMartin | 2005-10-26 | 1 | -1/+25 |
| |\ \
| | |/ |
|
| * | | [PARISC] Fix mux.c driver | Matthew Wilcox | 2005-10-21 | 2 | -3/+5 |