aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/uartlite.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-19uartlite: support shared interrupt linesPeter Korsgaard1-5/+10
2009-09-19serial: kill off uart_infoAlan Cox1-3/+3
2008-11-14powerpc/virtex: fix various format/casting printk mismatchesGrant Likely1-2/+2
2008-07-20Fix compile errors in SGI console drivers (linux-next tree)Takashi Iwai1-2/+2
2008-04-30serial: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-15serial: fix platform driver hotplug/coldplugKay Sievers1-0/+3
2008-02-07Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-38/+15
2008-02-06Remove pointless casts from void pointersJeff Garzik1-1/+1
2008-02-06[POWERPC] Eliminate broken OF console initialization.Grant Likely1-31/+1
2008-02-06[POWERPC] Xilinx: Update compatible to use values generated by BSP generator.Stephen Neuendorffer1-8/+15
2008-02-06[POWERPC] Fix incorrectly tagged __devinitdata structuresGrant Likely1-1/+1
2008-01-09[POWERPC] Xilinx uartlite: Section type fixupsStephen Neuendorffer1-3/+3
2007-12-10drivers/serial/uartlite.c: Add missing of_node_putJulia Lawall1-0/+1
2007-11-01[POWERPC] Uartlite: speed up console outputGrant Likely1-4/+6
2007-10-03[POWERPC] Uartlite: Revert register io access changesGrant Likely1-18/+18
2007-10-03[POWERPC] Uartlite: Let the console be initialized earlierGrant Likely1-3/+38
2007-10-03[POWERPC] Uartlite: Add of-platform-bus bindingGrant Likely1-4/+92
2007-10-03[POWERPC] Uartlite: Comment block tidyGrant Likely1-3/+40
2007-10-03[POWERPC] Uartlite: Separate the bus binding from the driver properGrant Likely1-34/+65
2007-10-03[POWERPC] Uartlite: Add macro for uartlite device nameGrant Likely1-2/+3
2007-10-03[POWERPC] Uartlite: change name of ports to ulite_portsGrant Likely1-5/+5
2007-10-03[POWERPC] Uartlite: Fix reg io to access documented register sizeGrant Likely1-16/+16
2007-02-09[PATCH] drivers/serial NULL noise removalAl Viro1-3/+3
2006-12-22[PATCH] serial/uartlite: Only enable port if request_port succeededPeter Korsgaard1-2/+2
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-2/+2
2006-12-07[PATCH] serial uartlite driverPeter Korsgaard1-0/+505