summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
2015-04-24Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+25
2015-04-21Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds9-380/+681
2015-04-15serial: 8250: Add support for big-endian MMIO accessesKevin Cernekee2-0/+25
2015-04-13Merge branch 'pnp'Rafael J. Wysocki1-12/+1
2015-04-10serial: 8250_pci: port failed after wakeup from S3Peter Hung1-64/+50
2015-04-10earlycon: 8250: Document kernel command line optionsPeter Hurley1-2/+3
2015-04-10earlycon: 8250: Fix command line regressionPeter Hurley2-26/+24
2015-03-27serial: 8250_dw: only get the clock rate in one placeHeikki Krogerus1-17/+13
2015-03-27serial: 8250_dw: remove useless ACPI ID checkHeikki Krogerus1-5/+0
2015-03-27serial: 8250_pci: add Intel Tangier supportAndy Shevchenko1-0/+49
2015-03-27serial: 8250_pci: replace switch-case by formula for Intel MIDAndy Shevchenko1-44/+34
2015-03-27serial: 8250_pci: replace switch-case by formulaAndy Shevchenko2-31/+10
2015-03-27serial: 8250: allow specifying iomem size in addition to addressMans Rullgard1-0/+4
2015-03-27serial: 8250_dw: add support for AMD SOC CarrizoKen Xue1-0/+1
2015-03-27serial: 8250_pci: remove non-used var for F81504Peter Hung1-9/+2
2015-03-27serial: 8250: remove the redundant includeWang Long6-6/+0
2015-03-27serial: 8250: Check UART_SCR is writablePeter Hurley1-1/+2
2015-03-27serial: 8250: Validate reg addr for Au1x00/RT288x i/o accessorsPeter Hurley1-18/+30
2015-03-26serial: 8250: Declare base port operations constPeter Hurley1-1/+1
2015-03-26serial: 8250: Decouple RSA probePeter Hurley2-39/+76
2015-03-26serial: 8250: Only get RSA resource when requiredPeter Hurley1-14/+18
2015-03-26serial: 8250: Get RSA resource iff CONFIG_SERIAL_8250_RSAPeter Hurley1-0/+10
2015-03-26serial: 8250: Initialize default dma handlers when setting defaultsPeter Hurley1-7/+9
2015-03-26serial: 8250: Initialize fixed type fields when setting defaultsPeter Hurley1-16/+12
2015-03-26serial: 8250: Encapsulate port i/o method initPeter Hurley1-4/+13
2015-03-26serial: 8250: Separate port initializationPeter Hurley1-4/+11
2015-03-26serial: 8250: Separate legacy irq handling from core port operationsPeter Hurley1-30/+53
2015-03-26serial: 8250: Separate 8250 console interfacePeter Hurley1-24/+41
2015-03-26serial: 8250_early: Remove setup_early_serial8250_console()Peter Hurley1-5/+0
2015-03-26serial: earlycon: Enable earlycon without command line paramPeter Hurley1-6/+1
2015-03-26serial: 8250_early: Fix setup() error codePeter Hurley1-1/+1
2015-03-26serial: 8250_early: Assume uart already initialized if no baud optionPeter Hurley1-2/+8
2015-03-26serial: 8250_early: Remove early_device variablePeter Hurley1-4/+2
2015-03-26console: Add extensible console matchingPeter Hurley2-39/+48
2015-03-26serial: 8250: Decouple core from skip_txen_test module paramPeter Hurley1-1/+9
2015-03-26serial: 8250: Move ns16550a_goto_hispeed() to local headerPeter Hurley2-18/+17
2015-03-26serial: 8250: Simplify capabilities reset at port unregisterPeter Hurley1-1/+1
2015-03-26serial: 8250: Remove duplicate ->handle_irq initializationPeter Hurley1-2/+0
2015-03-26serial: 8250: Compute ttyS index from port minorPeter Hurley1-1/+1
2015-03-24serial: 8250_dw: fix 'cts-override'Dmitry Torokhov1-3/+3
2015-03-23Merge 4.0-rc5 into tty-nextGreg Kroah-Hartman1-3/+12
2015-03-19PNP: tty/serial/8250/8250_fintek: Use module_pnp_driver to register driverPeter Huewe1-12/+1
2015-03-11serial: 8250_dw: Fix deadlock in LCR workaroundPeter Hurley1-3/+12
2015-03-11serial, x86: use UPF_* constants for flagsAndy Shevchenko1-1/+1
2015-03-09Merge 4.0-rc3 into tty-testingGreg Kroah-Hartman3-22/+211
2015-03-07serial/8250_dw: use platform_get_irq() instead of platform_get_resource()Alexey Brodkin1-4/+10
2015-03-07serial: 8250_pci: add Intel Penwell portsAndy Shevchenko1-0/+183
2015-03-07serial: 8250_dw: Add missing MODULE_ALIAS() for module autoloading supportMika Westerberg1-0/+1
2015-03-07tty: serial: 8250_core: Remove trailing whitespacesMichal Simek1-2/+2
2015-03-07serial: 8250_pci: convert to dev_pm_opsAndy Shevchenko1-16/+15