summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250/8250_dw.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-10-031-23/+25
|\
| * serial: 8250_dw: add ACPI support for uart on Hisilicon Hip05 SoCKefeng Wang2016-09-021-0/+1
| * serial: 8250_dw: Use an unified new dev variable in probeKefeng Wang2016-09-011-22/+23
| * serial: 8250_dw: Check the data->pclk when get apb_pclkKefeng Wang2016-08-311-1/+1
* | serial: 8250_dw: Add quirk for APM X-Gene SoCHeikki Krogerus2016-09-011-5/+10
|/
* serial: 8250_dw: fix wrong logic in dw8250_check_lcr()Kefeng Wang2016-05-031-3/+4
* serial: 8250dw: Add device HID for future AMD UART controllerWang Hongcheng2016-05-011-0/+1
* serial: 8250_dw: remove leftover definitionsAndy Shevchenko2016-03-071-6/+0
* serial: 8250_dw: remove redundant 'else' keywordAndy Shevchenko2016-03-071-2/+3
* serial: 8250_dw: Do not use readl/writel before checking port iotypeNoam Camus2016-02-061-2/+10
* serial: 8250_dw: Add support for big-endian MMIO accessesNoam Camus2016-02-061-0/+23
* serial: 8250_dw: Avoid serial_outx code duplicate with new dw8250_check_lcr()Noam Camus2016-02-061-49/+42
* Merge tag 'clk-for-linus-20151104' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-11-051-4/+0
|\
| * serial: 8250_dw: allow lower reference frequenciesAndy Shevchenko2015-10-021-4/+0
* | serial: 8250_dw: don't set UPF_BOOT_AUTOCONF flagHeikki Krogerus2015-10-041-1/+1
* | serial: 8250_dw: cleanup dw8250_setup_portHeikki Krogerus2015-10-041-33/+33
* | serial: 8250_dw: cleanup dw8250_idma_filterHeikki Krogerus2015-10-041-6/+1
* | serial: 8250_dw: rename and comment the fallback dma filterHeikki Krogerus2015-10-041-5/+10
* | serial: 8250_dw: proper support for UARTs without busy functionalityHeikki Krogerus2015-10-041-1/+12
* | serial: 8250_dw: add dw8250_quirks functionHeikki Krogerus2015-10-041-51/+31
* | serial: 8250_dw: only setup the port from one placeHeikki Krogerus2015-10-041-8/+6
* | serial: 8250_dw: hook the DMA in one placeHeikki Krogerus2015-10-041-12/+7
* | serial: 8250_dw: adapt to unified device property interfaceHeikki Krogerus2015-10-041-43/+37
* | serial: 8250_dw: add separate pointer for the uart_port to dw8250_probeHeikki Krogerus2015-10-041-22/+20
|/
* serial:8250_dw: do not alter CTS and DCTS since AFE is enabledQipeng Zha2015-08-141-22/+0
* serial: 8250: Auto CTS control by HW if AFE enabledQipeng Zha2015-08-041-0/+5
* serial: 8250_dw: support ACPI platforms with integrated DMA engineHeikki Krogerus2015-06-011-1/+18
* serial: 8250_dw: only get the clock rate in one placeHeikki Krogerus2015-03-261-17/+13
* serial: 8250_dw: remove useless ACPI ID checkHeikki Krogerus2015-03-261-5/+0
* serial: 8250_dw: add support for AMD SOC CarrizoKen Xue2015-03-261-0/+1
* serial: 8250: remove the redundant includeWang Long2015-03-261-1/+0
* serial: 8250_dw: fix 'cts-override'Dmitry Torokhov2015-03-231-3/+3
* Merge 4.0-rc5 into tty-nextGreg Kroah-Hartman2015-03-231-3/+12
|\
| * serial: 8250_dw: Fix deadlock in LCR workaroundPeter Hurley2015-03-111-3/+12
* | Merge 4.0-rc3 into tty-testingGreg Kroah-Hartman2015-03-091-4/+11
|\ \ | |/ |/|
| * serial/8250_dw: use platform_get_irq() instead of platform_get_resource()Alexey Brodkin2015-03-071-4/+10
| * serial: 8250_dw: Add missing MODULE_ALIAS() for module autoloading supportMika Westerberg2015-03-071-0/+1
* | serial: 8250_dw: Fix get_mctrl behaviourDesmond Liu2015-03-071-0/+32
|/
* serial: 8250: add support for ACPI-probed serial port for X-Gene platformFeng Kan2015-01-091-0/+11
* Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-181-1/+1
|\
| * tty / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-131-1/+1
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\ \
| * | tty: serial: 8250: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| |/
* | serial: 8250_dw: Use 64-bit access for OCTEON.David Daney2014-11-251-14/+41
* | serial: 8250_dw: get index of serial line from DT aliasesJulien CHAUVEAU2014-11-061-0/+6
* | serial: 8250_dw: Add DMA support for non-ACPI platformsRay Jui2014-11-051-0/+8
|/
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-10-181-6/+1
|\
| * serial: 8250: don't use slave_id of dma_slave_configAndy Shevchenko2014-09-111-6/+1
* | serial: 8250_dw: Add ACPI ID for Intel BraswellAlan Cox2014-09-081-0/+1
|/
* serial: 8250_dw: Add support for deferred probingChen-Yu Tsai2014-07-271-7/+34