summaryrefslogtreecommitdiffstats
path: root/drivers/serial/mpc52xx_uart.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/5200: mpc52xx_uart.c: Add of_node_put to avoid memory leakJulia Lawall2010-09-081-0/+1
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-4/+4
* powerpc/5200: improve uart baud rate calculation (reach high baud rates, bett...Albrecht Dreß2010-07-241-29/+116
* Merge remote branch 'origin' into secretlab/next-spiGrant Likely2010-05-251-7/+8
|\
| * Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-221-34/+1
| |\
| * | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-3/+4
| * | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-4/+4
* | | powerpc/mpc5121: move PSC FIFO memory init to platform codeAnatolij Gustschin2010-05-251-69/+0
| |/ |/|
* | serial: mpc52xx_uart: fix null pointer dereferenceAnatolij Gustschin2010-05-131-1/+1
* | serial/mpc52xx_uart: Drop outdated commentsWolfram Sang2010-04-281-33/+0
|/
* serial: mpc52xx_uart: re-enable mpc5121 PSC UART supportAnatolij Gustschin2010-02-161-15/+236
* drivers/serial/mpc52xx_uart.c: Use UPIO_MEM rather than SERIAL_IO_MEMJulia Lawall2009-10-151-1/+1
* serial: kill off uart_infoAlan Cox2009-09-191-2/+2
* powerpc/5xxx: Add common mpc5xxx_get_bus_frequency() functionWolfgang Denk2009-06-171-3/+2
* drivers/serial/mpc52xx_uart.c: fix array overindexing checkRoel Kluin2009-05-291-1/+1
* powerpc/5200: Don't specify IRQF_SHARED in PSC UART driverGrant Likely2009-02-041-1/+1
* powerpc/5200: Stop using device_type and port-number propertiesGrant Likely2009-02-031-28/+10
* powerpc/mpc5200: fix error paths in PSC UART probe functionWolfram Sang2008-12-211-8/+15
* powerpc/mpc5200: add rts/cts handling in PSC UART driverWolfram Sang2008-12-211-4/+37
* powerpc/mpc5200: Make PSC UART driver update serial errors countersRené Bürgel2008-12-211-2/+8
* Fix incorrect use of loose in tty/serial driversNick Andrew2008-12-051-2/+2
* serial/mpc52xx_uart: remove code associated with !CONFIG_PPC_MERGEKumar Gala2008-09-251-180/+1
* Fix compile errors in SGI console drivers (linux-next tree)Takashi Iwai2008-07-201-1/+1
* Fix a potential issue in mpc52xx uart driverAndrew Liu2008-05-011-0/+2
* [POWERPC] mpc5200: Fix unterminated of_device_id tableGrant Likely2008-04-291-1/+1
* serial: fix platform driver hotplug/coldplugKay Sievers2008-04-151-0/+2
* [POWERPC] mpc52xx: fix compile error introduce when rebasing patchGrant Likely2008-02-061-25/+14
* [POWERPC] mpc512x: Add MPC512x PSC support to MPC52xx psc driverJohn Rigby2008-02-061-6/+171
* [POWERPC] mpc512x: Factor out 5200 dependencies from 52xx psc driverJohn Rigby2008-02-061-64/+192
* [POWERPC] mpc5200: normalize compatible property bindingsGrant Likely2008-01-261-1/+3
* [POWERPC] mpc5200: Cleanup checkpatch.pl problems in mpc52xx_uart.cJohn Rigby2008-01-211-93/+107
* [POWERPC] Separate MPC52xx PSC FIFO registers from rest of PSCJohn Rigby2008-01-211-4/+6
* [POWERPC] Add of_find_matching_node() helper functionGrant Likely2008-01-171-1/+2
* mpc52xx-uart: fix compile warning (format type mismatch)Grant Likely2007-10-141-4/+4
* [POWERPC] 52xx: Fix mpc52xx_uart_of_assign to use correct indexJohn Rigby2007-09-141-1/+1
* [POWERPC] Don't shutdown TX on mpc5200 serial port if it is a consoleGrant Likely2007-05-071-2/+3
* [POWERPC] Rename get_property to of_get_property: driversStephen Rothwell2007-05-021-1/+1
* [POWERPC] Dispose irq mapping when done in mpc52xx_serial.cSylvain Munaut2007-02-171-1/+3
* [POWERPC] Fixup mp5200 drivers to match device tree changesGrant Likely2007-02-131-3/+2
* [POWERPC] Fix mpc52xx serial driver to work for arch/ppc againGrant Likely2007-01-091-0/+2
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-081-2/+2
* [POWERPC] Add of_platform_bus support to mpc52xx psc uart driverGrant Likely2006-12-051-16/+337
* [POWERPC] typo fix and whitespace cleanup on mpc52xx-uart driverGrant Likely2006-12-051-59/+57
* Various drivers' irq handlers: kill dead code, needless castsJeff Garzik2006-10-061-9/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-5/+5
* [PATCH] ioremap balanced with iounmap for drivers/serial/mpc52xx_uart.cAmol Lad2006-10-011-1/+10
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2006-07-031-2/+1
|\
| * [SERIAL] Convert fifosize to an unsigned intRussell King2006-07-021-2/+1
* | [PATCH] irq-flags: serial: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* | Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
OpenPOWER on IntegriCloud