summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinctrl-at91.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2021-01-051-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* core: add support for U_BOOT_DRIVER_ALIASWalter Lozano2020-07-091-0/+2
* drivers: rename drivers to match compatible stringWalter Lozano2020-07-091-2/+2
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* pinctrl: at91: add slewrate support for SAM9X60Claudiu Beznea2019-04-091-0/+34
* pinctrl: at91: add compatibles for SAM9X60 pin controllerClaudiu Beznea2019-04-091-0/+1
* pinctrl: at91: add drive strength support for SAM9X60Claudiu Beznea2019-04-091-0/+34
* pinctrl: at91: add option to use drive strength bitsClaudiu Beznea2019-04-091-5/+10
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* ARM: at91: Remove hardware.h included in configsWenyou Yang2017-09-141-0/+1
* dm: core: Replace of_offset with accessor (part 2)Simon Glass2017-06-011-1/+1
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* dm: Use dm.h header when driver mode is usedSimon Glass2017-06-011-1/+1
* pinctrl: at91: add pinctrl driverWenyou Yang2017-04-131-0/+453