summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_dw.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-03serial: 8250_dw: Improve unwritable LCR workaroundTim Kryger1-9/+32
2013-09-27serial: 8250_dw: fix broken function callHeikki Krogerus1-1/+2
2013-09-26serial: 8250_dw: provide a filter for DMA channel detectionHeikki Krogerus1-0/+14
2013-09-26serial: 8250_dw: don't limit DMA support to ACPIHeikki Krogerus1-10/+10
2013-08-19serial: 8250_dw: Report CTS asserted for auto flowTim Kryger1-8/+26
2013-07-01tty/8250_dw: Add support for OCTEON UARTS.David Daney1-39/+69
2013-05-21serial: 8250_dw: add ACPI ID for Intel BayTrailHeikki Krogerus1-0/+1
2013-05-20serial: 8250_dw: Add valid clk pointer checkEzequiel Garcia1-2/+4
2013-04-12serial: 8250_dw: Fix the stub for dw8250_probe_acpi()Heikki Krogerus1-1/+1
2013-04-11serial: 8250_dw: Convert to devm_ioremap()Heikki Krogerus1-1/+2
2013-04-11serial: 8250_dw: Set port capabilities based on CPR registerHeikki Krogerus1-0/+4
2013-04-11serial: 8250_dw: Let ACPI code extract the DMA client infoHeikki Krogerus1-66/+9
2013-04-11serial: 8250_dw: Support clk framework also with ACPIHeikki Krogerus1-13/+5
2013-04-11serial: 8250_dw: Enable runtime PMHeikki Krogerus1-9/+52
2013-03-28serial: 8250_dw: add support for clk apiEmilio López1-9/+24
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman1-1/+1
2013-01-16serial: 8250_dw: Set maxburst sizeHeikki Krogerus1-2/+4
2013-01-16serial: 8250_dw: Use ifdef with ACPIHeikki Krogerus1-0/+7
2013-01-15serial: 8250_dw: Enable DMA support with ACPIHeikki Krogerus1-0/+65
2013-01-15serial: 8250_dw: Add ACPI 5.0 supportHeikki Krogerus1-0/+41
2013-01-15serial: 8250_dw: Set FIFO size dynamicallyHeikki Krogerus1-4/+53
2013-01-15serial: 8250_dw: Move device tree code to separate functionHeikki Krogerus1-31/+47
2013-01-15serial: 8250_dw: Map IO memoryHeikki Krogerus1-2/+5
2013-01-15serial: 8250_dw: Don't use UPF_FIXED_TYPEHeikki Krogerus1-1/+1
2013-01-15tty: 8250_dw: Fix inverted arguments to serial_out in IRQ handlerMaxime Ripard1-1/+1
2012-11-21tty: remove use of __devexitBill Pemberton1-1/+1
2012-11-21tty: remove use of __devinitBill Pemberton1-1/+1
2012-11-21tty: serial: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-24tty: serial: 8250_dw: Implement suspend/resumeJames Hogan1-0/+25
2012-07-178250: three way resolve of the 8250 diffsAlan Cox1-1/+1
2012-07-128250: use the 8250 register interface not the legacy oneAlan Cox1-19/+19
2012-01-24serial: group all the 8250 related code togetherPaul Gortmaker1-0/+184