summaryrefslogtreecommitdiffstats
path: root/drivers/serial/serial_clps711x.c
Commit message (Expand)AuthorAgeFilesLines
* serial: clps711x: Determine device name from device treeAlexander Shiyan2018-12-201-0/+9
* serial: clps711x: Use DIV_ROUND_CLOSEST() for baudrate calculationAlexander Shiyan2018-12-201-1/+1
* serial: clps711x: Switch to SPDX identifierAlexander Shiyan2018-12-201-10/+2
* serial: clps711x: Change compatible stringAlexander Shiyan2018-12-201-1/+1
* serial: Drop .remove functions from all driversAndrey Smirnov2018-04-171-10/+0
* resource: Let dev_get_mem_region return an error pointerSascha Hauer2014-09-161-0/+2
* serial: clps711x: Update driverAlexander Shiyan2014-01-241-36/+82
* ARM: clps711x: Remove the special name for the syscon driverAlexander Shiyan2014-01-241-2/+2
* serial: do not set default baudrate at initJean-Christophe PLAGNIOL-VILLARD2013-09-221-3/+0
* console: drop f_caps and check the function pointer getc/putc insteadJean-Christophe PLAGNIOL-VILLARD2013-09-211-1/+0
* Merge branch 'for-next/device-driver-macros'Sascha Hauer2013-04-041-6/+1
|\
| * Introduce console_platform_driver() macro and use it for serial driversAlexander Shiyan2013-03-141-6/+1
* | serial: clps711x: Migrate to using SYSCON driverAlexander Shiyan2013-03-111-12/+19
|/
* ARM: clps711x: Add serial driverAlexander Shiyan2012-11-021-0/+157