summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/ti
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: Use device_get_match_data()Rob Herring2023-10-301-10/+8
* pinctrl: ti: ti-iodelay: Convert to platform remove callback returning voidUwe Kleine-König2023-10-101-6/+2
* pinctrl: ti: ti-iodelay: Drop if block with always false conditionUwe Kleine-König2023-10-101-3/+0
* pinctrl: ti: Convert to devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-161-9/+2
* pinctrl: ti-iodelay: Add missing header(s)Andy Shevchenko2022-10-241-3/+5
* pinctrl: ti: fix error return code of ti_iodelay_dt_node_to_map()Junlin Yang2021-04-081-1/+3
* pinctrl: ti: fix error return code of ti_iodelay_probe()Jia-Ju Bai2021-03-151-1/+2
* pinctrl: ti :iodelay: Fixed inconsistent indentingSouptick Joarder2021-01-181-3/+2
* pinctrl: ti-iodelay: convert comma to semicolonZheng Yongjun2021-01-041-1/+1
* pinctl: ti: iodelay: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-201-1/+1
* pinctl: ti: iodelay: fix error checking on pinctrl_count_index_with_args callColin Ian King2019-10-041-1/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* pinctrl: ti-iodelay: Fix platform_no_drv_owner.cocci warningsYueHaibing2019-01-281-1/+0
* pinctrl: ti: iodelay: Lower the priority of printsNishanth Menon2019-01-211-3/+3
* pinctrl: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-291-4/+4
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-3/+3
* pinctrl: ti-iodelay: remove redundant unused variable devColin Ian King2017-11-081-4/+0
* pinctrl: ti-iodelay: constify pinconf_ops, pinctrl_ops, and pinmux_ops struct...Julia Lawall2017-08-221-2/+2
* pinctrl: core: Fix pinctrl_register_and_init() with pinctrl_enable()Tony Lindgren2017-04-071-0/+2
* pinctrl: ti: The IODelay driver is a DRA7xxx feature so depend on that SoCPeter Robinson2017-03-231-1/+1
* pinctrl: ti-iodelay: remove redundant pin < 0 check on unsigned intColin Ian King2017-01-181-6/+0
* pinctrl: core: Fix regression caused by delayed work for hogsTony Lindgren2017-01-131-3/+2
* pinctrl: Introduce TI IOdelay configuration driverNishanth Menon2017-01-093-0/+955