summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250/8250_dw.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-05Merge tag 'clk-for-linus-20151104' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+0
2015-10-04serial: 8250_dw: don't set UPF_BOOT_AUTOCONF flagHeikki Krogerus1-1/+1
2015-10-04serial: 8250_dw: cleanup dw8250_setup_portHeikki Krogerus1-33/+33
2015-10-04serial: 8250_dw: cleanup dw8250_idma_filterHeikki Krogerus1-6/+1
2015-10-04serial: 8250_dw: rename and comment the fallback dma filterHeikki Krogerus1-5/+10
2015-10-04serial: 8250_dw: proper support for UARTs without busy functionalityHeikki Krogerus1-1/+12
2015-10-04serial: 8250_dw: add dw8250_quirks functionHeikki Krogerus1-51/+31
2015-10-04serial: 8250_dw: only setup the port from one placeHeikki Krogerus1-8/+6
2015-10-04serial: 8250_dw: hook the DMA in one placeHeikki Krogerus1-12/+7
2015-10-04serial: 8250_dw: adapt to unified device property interfaceHeikki Krogerus1-43/+37
2015-10-04serial: 8250_dw: add separate pointer for the uart_port to dw8250_probeHeikki Krogerus1-22/+20
2015-10-02serial: 8250_dw: allow lower reference frequenciesAndy Shevchenko1-4/+0
2015-08-15serial:8250_dw: do not alter CTS and DCTS since AFE is enabledQipeng Zha1-22/+0
2015-08-05serial: 8250: Auto CTS control by HW if AFE enabledQipeng Zha1-0/+5
2015-06-01serial: 8250_dw: support ACPI platforms with integrated DMA engineHeikki Krogerus1-1/+18
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_dw: add support for AMD SOC CarrizoKen Xue1-0/+1
2015-03-27serial: 8250: remove the redundant includeWang Long1-1/+0
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-11serial: 8250_dw: Fix deadlock in LCR workaroundPeter Hurley1-3/+12
2015-03-09Merge 4.0-rc3 into tty-testingGreg Kroah-Hartman1-4/+11
2015-03-07serial/8250_dw: use platform_get_irq() instead of platform_get_resource()Alexey Brodkin1-4/+10
2015-03-07serial: 8250_dw: Add missing MODULE_ALIAS() for module autoloading supportMika Westerberg1-0/+1
2015-03-07serial: 8250_dw: Fix get_mctrl behaviourDesmond Liu1-0/+32
2015-01-10serial: 8250: add support for ACPI-probed serial port for X-Gene platformFeng Kan1-0/+11
2014-12-19Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-12-13tty / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-1/+1
2014-11-26serial: 8250_dw: Use 64-bit access for OCTEON.David Daney1-14/+41
2014-11-07serial: 8250_dw: get index of serial line from DT aliasesJulien CHAUVEAU1-0/+6
2014-11-06serial: 8250_dw: Add DMA support for non-ACPI platformsRay Jui1-0/+8
2014-10-20tty: serial: 8250: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-19Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-6/+1
2014-09-11serial: 8250: don't use slave_id of dma_slave_configAndy Shevchenko1-6/+1
2014-09-09serial: 8250_dw: Add ACPI ID for Intel BraswellAlan Cox1-0/+1
2014-07-27serial: 8250_dw: Add support for deferred probingChen-Yu Tsai1-7/+34
2014-07-27serial: 8250_dw: Add optional reset control supportChen-Yu Tsai1-0/+9
2014-07-18serial: 8250: introduce up_to_u8250p() helperAndy Shevchenko1-3/+5
2014-07-11serial: 8250_dw: add ability to handle the peripheral clockHeiko Stübner1-3/+28
2014-07-11serial: 8250_dw: use UPF_* constants when define flagsAndy Shevchenko1-1/+1
2014-07-11serial: 8250_dw: clock rate handling for all ACPI platformsHeikki Krogerus1-75/+28
2014-04-258250_dw: Support all baudrates on baytrailLoic Poulain1-4/+77
2014-02-13serial: 8250_dw: fix compilation warning when !CONFIG_PM_SLEEPMika Westerberg1-2/+2
2014-01-08tty: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-24Merge 3.13-rc5 into tty-nextGreg Kroah-Hartman1-2/+6
2013-12-17serial: 8250_dw: add new ACPI IDsMika Westerberg1-0/+2
2013-12-17serial: 8250_dw: Fix LCR workaround regressionJames Hogan1-2/+4
2013-12-09serial: 8250_dw: remove ACPI ifdefHeikki Krogerus1-8/+0