summaryrefslogtreecommitdiffstats
path: root/drivers/serial/serial_auart.c
Commit message (Expand)AuthorAgeFilesLines
* serial: Drop .remove functions from all driversAndrey Smirnov2018-04-171-11/+0
* serial_auart: make dt awareUwe Kleine-König2016-04-271-0/+9
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-3/+5
* drivers: remove unnecessary mach/imx-regs.h includeSascha Hauer2015-01-051-1/+0
* resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-161-0/+2
* serial: do not set default baudrate at initJean-Christophe PLAGNIOL-VILLARD2013-09-221-1/+0
* console: drop f_caps and check the function pointer getc/putc insteadJean-Christophe PLAGNIOL-VILLARD2013-09-211-1/+0
* serial_auart: fix compile errorEric Bénard2013-09-101-1/+1
* ARM: MXS: introduce stmp device supportSascha Hauer2013-07-231-1/+1
* serial: auart: Use clk supportSascha Hauer2013-06-201-1/+7
* Merge branch 'for-next/device-driver-macros'Sascha Hauer2013-04-041-8/+1
|\
| * Introduce console_platform_driver() macro and use it for serial driversAlexander Shiyan2013-03-141-8/+1
* | driver/serial: auart: fix flushMarc Kleine-Budde2013-03-151-1/+1
|/
* driver/serial: add driver for the mxs application uartMarc Kleine-Budde2013-03-031-0/+238