summaryrefslogtreecommitdiffstats
path: root/drivers/serial/uartlite.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-1/+1
* | serial: Add CONSOLE_POLL support for uartliteMichal Simek2010-10-221-1/+25
* | of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-2/+2
|/
* of/address: Clean up function declarationsGrant Likely2010-08-011-0/+1
* Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-221-16/+16
|\
| * serial: uartlite: move from byte accesses to word accessesJohn Linn2010-05-211-16/+16
* | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-3/+2
* | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-3/+3
|/
* uartlite: Fix build on sparc.David Miller2010-03-101-5/+5
* uartlite: fix crash when using as consoleRichard Röjfors2010-02-021-1/+1
* uartlite: support shared interrupt linesPeter Korsgaard2009-09-191-5/+10
* serial: kill off uart_infoAlan Cox2009-09-191-3/+3
* powerpc/virtex: fix various format/casting printk mismatchesGrant Likely2008-11-141-2/+2
* Fix compile errors in SGI console drivers (linux-next tree)Takashi Iwai2008-07-201-2/+2
* serial: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-1/+1
* serial: fix platform driver hotplug/coldplugKay Sievers2008-04-151-0/+3
* Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2008-02-071-38/+15
|\
| * [POWERPC] Eliminate broken OF console initialization.Grant Likely2008-02-061-31/+1
| * [POWERPC] Xilinx: Update compatible to use values generated by BSP generator.Stephen Neuendorffer2008-02-061-8/+15
| * [POWERPC] Fix incorrectly tagged __devinitdata structuresGrant Likely2008-02-061-1/+1
* | Remove pointless casts from void pointersJeff Garzik2008-02-061-1/+1
|/
* [POWERPC] Xilinx uartlite: Section type fixupsStephen Neuendorffer2008-01-091-3/+3
* drivers/serial/uartlite.c: Add missing of_node_putJulia Lawall2007-12-101-0/+1
* [POWERPC] Uartlite: speed up console outputGrant Likely2007-11-011-4/+6
* [POWERPC] Uartlite: Revert register io access changesGrant Likely2007-10-031-18/+18
* [POWERPC] Uartlite: Let the console be initialized earlierGrant Likely2007-10-031-3/+38
* [POWERPC] Uartlite: Add of-platform-bus bindingGrant Likely2007-10-031-4/+92
* [POWERPC] Uartlite: Comment block tidyGrant Likely2007-10-031-3/+40
* [POWERPC] Uartlite: Separate the bus binding from the driver properGrant Likely2007-10-031-34/+65
* [POWERPC] Uartlite: Add macro for uartlite device nameGrant Likely2007-10-031-2/+3
* [POWERPC] Uartlite: change name of ports to ulite_portsGrant Likely2007-10-031-5/+5
* [POWERPC] Uartlite: Fix reg io to access documented register sizeGrant Likely2007-10-031-16/+16
* [PATCH] drivers/serial NULL noise removalAl Viro2007-02-091-3/+3
* [PATCH] serial/uartlite: Only enable port if request_port succeededPeter Korsgaard2006-12-221-2/+2
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-081-2/+2
* [PATCH] serial uartlite driverPeter Korsgaard2006-12-071-0/+505
OpenPOWER on IntegriCloud