summaryrefslogtreecommitdiffstats
path: root/drivers/serial/serial_clps711x.c
Commit message (Expand)AuthorAgeFilesLines
* mfd: syscon: do not include regmap.h from mfd/syscon.hAhmad Fatoum2023-10-231-0/+1
* treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-131-0/+1
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-1/+1
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-2/+2
* ARM: clps711x: Switch to devicetree usageAlexander Shiyan2022-06-101-29/+28
* drivers: migrate "GPL-2.0+" license identifiers to SPDX 2.0Roland Hieber2021-11-221-1/+1
* treewide: fix unterminated of_device_id[] reported by CoccinelleAhmad Fatoum2020-10-021-0/+1
* 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