aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial/uartlite.c
AgeCommit message (Expand)Author
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-22serial: Add CONSOLE_POLL support for uartliteMichal Simek
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely
2010-08-01of/address: Clean up function declarationsGrant Likely
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely
2010-05-21serial: uartlite: move from byte accesses to word accessesJohn Linn
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely
2010-03-10uartlite: Fix build on sparc.David Miller
2010-02-02uartlite: fix crash when using as consoleRichard Röjfors
2009-09-19uartlite: support shared interrupt linesPeter Korsgaard
2009-09-19serial: kill off uart_infoAlan Cox
2008-11-14powerpc/virtex: fix various format/casting printk mismatchesGrant Likely
2008-07-20Fix compile errors in SGI console drivers (linux-next tree)Takashi Iwai
2008-04-30serial: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-15serial: fix platform driver hotplug/coldplugKay Sievers
2008-02-07Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds
2008-02-06Remove pointless casts from void pointersJeff Garzik
2008-02-06[POWERPC] Eliminate broken OF console initialization.Grant Likely
2008-02-06[POWERPC] Xilinx: Update compatible to use values generated by BSP generator.Stephen Neuendorffer
2008-02-06[POWERPC] Fix incorrectly tagged __devinitdata structuresGrant Likely
2008-01-09[POWERPC] Xilinx uartlite: Section type fixupsStephen Neuendorffer
2007-12-10drivers/serial/uartlite.c: Add missing of_node_putJulia Lawall
2007-11-01[POWERPC] Uartlite: speed up console outputGrant Likely
2007-10-03[POWERPC] Uartlite: Revert register io access changesGrant Likely
2007-10-03[POWERPC] Uartlite: Let the console be initialized earlierGrant Likely
2007-10-03[POWERPC] Uartlite: Add of-platform-bus bindingGrant Likely
2007-10-03[POWERPC] Uartlite: Comment block tidyGrant Likely
2007-10-03[POWERPC] Uartlite: Separate the bus binding from the driver properGrant Likely
2007-10-03[POWERPC] Uartlite: Add macro for uartlite device nameGrant Likely
2007-10-03[POWERPC] Uartlite: change name of ports to ulite_portsGrant Likely
2007-10-03[POWERPC] Uartlite: Fix reg io to access documented register sizeGrant Likely
2007-02-09[PATCH] drivers/serial NULL noise removalAl Viro
2006-12-22[PATCH] serial/uartlite: Only enable port if request_port succeededPeter Korsgaard
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox
2006-12-07[PATCH] serial uartlite driverPeter Korsgaard