aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/mpc52xx_uart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-25Merge remote branch 'origin' into secretlab/next-spiGrant Likely1-7/+8
2010-05-25powerpc/mpc5121: move PSC FIFO memory init to platform codeAnatolij Gustschin1-69/+0
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-34/+1
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-3/+4
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-4/+4
2010-05-13serial: mpc52xx_uart: fix null pointer dereferenceAnatolij Gustschin1-1/+1
2010-04-28serial/mpc52xx_uart: Drop outdated commentsWolfram Sang1-33/+0
2010-02-16serial: mpc52xx_uart: re-enable mpc5121 PSC UART supportAnatolij Gustschin1-15/+236
2009-10-15drivers/serial/mpc52xx_uart.c: Use UPIO_MEM rather than SERIAL_IO_MEMJulia Lawall1-1/+1
2009-09-19serial: kill off uart_infoAlan Cox1-2/+2
2009-06-17powerpc/5xxx: Add common mpc5xxx_get_bus_frequency() functionWolfgang Denk1-3/+2
2009-05-29drivers/serial/mpc52xx_uart.c: fix array overindexing checkRoel Kluin1-1/+1
2009-02-04powerpc/5200: Don't specify IRQF_SHARED in PSC UART driverGrant Likely1-1/+1
2009-02-03powerpc/5200: Stop using device_type and port-number propertiesGrant Likely1-28/+10
2008-12-21powerpc/mpc5200: fix error paths in PSC UART probe functionWolfram Sang1-8/+15
2008-12-21powerpc/mpc5200: add rts/cts handling in PSC UART driverWolfram Sang1-4/+37
2008-12-21powerpc/mpc5200: Make PSC UART driver update serial errors countersRené Bürgel1-2/+8
2008-12-05Fix incorrect use of loose in tty/serial driversNick Andrew1-2/+2
2008-09-25serial/mpc52xx_uart: remove code associated with !CONFIG_PPC_MERGEKumar Gala1-180/+1
2008-07-20Fix compile errors in SGI console drivers (linux-next tree)Takashi Iwai1-1/+1
2008-05-01Fix a potential issue in mpc52xx uart driverAndrew Liu1-0/+2
2008-04-29[POWERPC] mpc5200: Fix unterminated of_device_id tableGrant Likely1-1/+1
2008-04-15serial: fix platform driver hotplug/coldplugKay Sievers1-0/+2
2008-02-06[POWERPC] mpc52xx: fix compile error introduce when rebasing patchGrant Likely1-25/+14
2008-02-06[POWERPC] mpc512x: Add MPC512x PSC support to MPC52xx psc driverJohn Rigby1-6/+171
2008-02-06[POWERPC] mpc512x: Factor out 5200 dependencies from 52xx psc driverJohn Rigby1-64/+192
2008-01-26[POWERPC] mpc5200: normalize compatible property bindingsGrant Likely1-1/+3
2008-01-21[POWERPC] mpc5200: Cleanup checkpatch.pl problems in mpc52xx_uart.cJohn Rigby1-93/+107
2008-01-21[POWERPC] Separate MPC52xx PSC FIFO registers from rest of PSCJohn Rigby1-4/+6
2008-01-17[POWERPC] Add of_find_matching_node() helper functionGrant Likely1-1/+2
2007-10-14mpc52xx-uart: fix compile warning (format type mismatch)Grant Likely1-4/+4
2007-09-14[POWERPC] 52xx: Fix mpc52xx_uart_of_assign to use correct indexJohn Rigby1-1/+1
2007-05-07[POWERPC] Don't shutdown TX on mpc5200 serial port if it is a consoleGrant Likely1-2/+3
2007-05-02[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell1-1/+1
2007-02-17[POWERPC] Dispose irq mapping when done in mpc52xx_serial.cSylvain Munaut1-1/+3
2007-02-13[POWERPC] Fixup mp5200 drivers to match device tree changesGrant Likely1-3/+2
2007-01-09[POWERPC] Fix mpc52xx serial driver to work for arch/ppc againGrant Likely1-0/+2
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-2/+2
2006-12-05[POWERPC] Add of_platform_bus support to mpc52xx psc uart driverGrant Likely1-16/+337
2006-12-05[POWERPC] typo fix and whitespace cleanup on mpc52xx-uart driverGrant Likely1-59/+57
2006-10-06Various drivers' irq handlers: kill dead code, needless castsJeff Garzik1-9/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-5/+5
2006-10-01[PATCH] ioremap balanced with iounmap for drivers/serial/mpc52xx_uart.cAmol Lad1-1/+10
2006-07-03Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-2/+1
2006-07-02[PATCH] irq-flags: serial: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-07-02[SERIAL] Convert fifosize to an unsigned intRussell King1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] devfs: Remove devfs support from the serial subsystemGreg Kroah-Hartman1-1/+0
2006-03-24fix typos "wich" -> "which"Uwe Zeisberger1-1/+1
2006-03-20[SERIAL] kernel console should send CRLF not LFCRRussell King1-6/+5