summaryrefslogtreecommitdiffstats
path: root/drivers/serial/serial_ns16550.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ns16550: switch to resourceJean-Christophe PLAGNIOL-VILLARD2011-08-011-37/+89
* ns16550: if not specific f_caps defined use default stdin, stdout, stderrJean-Christophe PLAGNIOL-VILLARD2011-07-301-1/+4
* serial_ns16550: remove legacy code copied from U-Boot v1Antony Pavlov2011-07-171-19/+0
* serial 16550: use xzallocSascha Hauer2011-04-111-3/+1
* Cleanup some more collateral damage from renamingMarc Kleine-Budde2009-12-151-1/+1
* Cleanup colleteral damage from renamingSascha Hauer2009-12-151-9/+9
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-2/+2
* Improve or fix various parameter documentationJuergen Beisert2009-07-311-12/+11
* Get rid of DEVICE_TYPE_CONSOLE usageSascha Hauer2009-07-211-1/+0
* 009-add-NS16550Nishanth Menon2008-06-051-0/+251