summaryrefslogtreecommitdiffstats
path: root/drivers/serial/serial_ns16550.c
Commit message (Expand)AuthorAgeFilesLines
* serial_ns16550: add raspberry pi compatible and initRouven Czerwinski2019-02-051-0/+28
* serial_ns16550: handle default reg-io-widthRouven Czerwinski2019-02-051-23/+23
* serial: ns16550: provide big-endian supportOleksij Rempel2017-09-081-2/+17
* serial: ns16550: emit an error message if getting the clock failsUwe Kleine-König2017-06-191-0/+1
* serial: ns16550: Set read/write functions depending on reg-io-widthWadim Egorov2017-02-101-0/+19
* include: Move ns16550 serial platform_data to include/platform_dataSascha Hauer2016-04-151-1/+1
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-3/+5
* serial: ns16550: Set linux_console_nameSascha Hauer2015-08-261-0/+2
* serial: ns16550: Fix reading clock-frequency propertySascha Hauer2015-06-261-7/+2
* of: use 'const void *' for struct of_device_id.dataAntony Pavlov2015-04-301-9/+9
* Merge branch 'for-next/tegra'Sascha Hauer2014-11-051-0/+12
|\
| * serial: ns16550: add Tegra supportLucas Stach2014-11-041-0/+11
| * serial: ns16550: enable clock if availableLucas Stach2014-11-041-0/+1
* | serial: ns16550: Remove unused fields from NS16550_plat structureAlexander Shiyan2014-11-031-4/+1
|/
* resource: Let request_ioport_region return an error pointerSascha Hauer2014-09-161-2/+2
* resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-161-0/+2
* resource: Let dev_get_resource return an error pointerSascha Hauer2014-09-161-4/+4
* serial: ns16550: Add register read/write function pointers to private dataSascha Hauer2014-07-141-114/+120
* serial: ns16550: Add mmiobase to private dataSascha Hauer2014-07-141-9/+8
* Merge branch 'for-next/ioresource'Sascha Hauer2014-05-051-16/+107
|\
| * x86: ns16550: Rework driver to allow for x86 I/O spaceMichel Stam2014-04-091-16/+107
* | serial: ns16550: omap: set register shift from codeSascha Hauer2014-04-281-0/+4
|/
* serial: ns16550: add compatible entry for "ingenic,jz4740-uart"Antony Pavlov2014-03-261-0/+20
* serial: ns16550: add compatible entry for "ns16450"Antony Pavlov2014-03-261-0/+16
* serial: ns16550: make FCR setup value part of struct ns16550_privAntony Pavlov2014-03-261-6/+7
* serial: ns16550: fix whitespacesAntony Pavlov2014-03-261-1/+1
* console: Set Linux console parameter automaticallySascha Hauer2014-01-221-0/+3
* serial: ns16550: Add device ids for omapSascha Hauer2013-11-221-8/+54
* Merge branch 'for-next/socfpga'Sascha Hauer2013-10-071-0/+2
|\
| * serial: ns16550: Add compatible entry for snps,dw-apb-uartSascha Hauer2013-09-231-0/+2
* | serial: do not set default baudrate at initJean-Christophe PLAGNIOL-VILLARD2013-09-221-2/+0
* | console: drop f_caps and check the function pointer getc/putc insteadJean-Christophe PLAGNIOL-VILLARD2013-09-211-1/+0
|/
* serial: ns16550: fill cdev just-in-timeAntony Pavlov2013-07-241-2/+1
* serial: ns16550: get clock-frequency from dtAntony Pavlov2013-07-241-0/+6
* serial: ns16550: Add devicetree probe supportSascha Hauer2013-07-231-1/+24
* serial: ns16550: Add clk support and make platform_data optionalSascha Hauer2013-07-231-3/+23
* serial: ns16550: remove f_caps from platform_dataSascha Hauer2013-07-231-4/+1
* serial: ns16550: introduce private structSascha Hauer2013-07-231-9/+28
* serial: ns16550: reorder functions to avoid forward declarationSascha Hauer2013-07-231-31/+28
* Introduce console_platform_driver() macro and use it for serial driversAlexander Shiyan2013-03-141-12/+1
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-2/+2
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* serial_ns16550: change the driver's nameAntony Pavlov2012-07-201-1/+1
* serial drivers: remove unused type_dataSascha Hauer2012-02-251-1/+0
* ns16550: fix ier selectionAntony Pavlov2012-01-191-0/+2
* ns16550: write zero to ier only onceAntony Pavlov2012-01-191-1/+0
* ns16550: make ns16550_serial_init_port() shorterAntony Pavlov2012-01-191-17/+3
* ns16550: support for UART with broken FIFOAntony Pavlov2012-01-191-2/+16
* introduce io.hSascha Hauer2011-09-221-1/+1
* serial_ns16550: drop the non working checkJean-Christophe PLAGNIOL-VILLARD2011-08-041-3/+0