summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/spear
AgeCommit message (Expand)AuthorLines
10 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
10 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski-1/+1
2025-06-18pinctrl: spear: use new GPIO line value setter callbacksBartosz Golaszewski-4/+7
2024-06-26pinctrl: spear: Use scope based of_node_put() cleanupsPeng Fan-9/+4
2023-11-04treewide: rename pinctrl_gpio_free_new()Bartosz Golaszewski-2/+2
2023-11-04treewide: rename pinctrl_gpio_request_new()Bartosz Golaszewski-1/+1
2023-11-04pinctrl: spear: use new pinctrl GPIO helpersBartosz Golaszewski-5/+3
2023-07-20pinctrl: Explicitly include correct DT includesRob Herring-5/+5
2023-06-16pinctrl: spear: Remove unused of_gpio.h inclusionAndy Shevchenko-1/+0
2023-04-20pinctrl: plgpio: Convert to immutable irq_chipLinus Walleij-2/+6
2022-10-24pinctrl: spear: Add missing header(s)Andy Shevchenko-2/+4
2021-12-16pinctrl: Get rid of duplicate of_node assignment in the driversAndy Shevchenko-1/+0
2021-12-05pinctrl: spear: plgpio: Introduce regmap phandleHerve Codina-5/+17
2021-12-05pinctrl: spear: plgpio: Convert to regmapHerve Codina-60/+76
2021-12-05pinctrl: spear: spear: Convert to regmapHerve Codina-7/+15
2021-08-12pinctrl: Bulk conversion to generic_handle_domain_irq()Marc Zyngier-2/+1
2020-12-12pinctrl/spear: simplify the return expression of spear300_pinctrl_probe()Zheng Yongjun-7/+1
2020-09-29pinctrl: spear: simplify the return expression of tvc_connect()Qinglang Miao-7/+1
2020-09-29pinctrl: spear: simplify the return expression of spear310_pinctrl_probeLiu Shixin-7/+1
2019-11-05pinctrl: use devm_platform_ioremap_resource() to simplify codeYueHaibing-6/+2
2019-09-30pinctrl: spear/plgpio: Pass irqchip when adding gpiochipLinus Walleij-26/+21
2019-08-06pinctrl: spear: spear: Add of_node_put() before returnNishka Dasgupta-2/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2018-09-14pinctrl: Include <linux/gpio/driver.h> nothing elseLinus Walleij-1/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-1/+1
2018-01-03pinctrl: spear: Delete an error message for a failed memory allocation in spe...Markus Elfring-3/+1
2018-01-03pinctrl/spear/plgpio: Delete two error messages for a failed memory allocatio...Markus Elfring-6/+2
2017-11-16Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+3
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2017-11-09Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij-1/+1
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-09-22pinctrl/gpio: Unify namespace for cross-callsLinus Walleij-3/+3
2017-02-13pinctrl: spear: make bool drivers explicitly non-modularPaul Gortmaker-66/+1
2016-04-21pinctrl: spear: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan-41/+1
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds-12/+12
2016-01-05pinctrl: spear-plgpio: use gpiochip data pointerLinus Walleij-11/+11
2015-12-01pinctrl: spear: guard sub-directory with CONFIG_PINCTRL_SPEARMasahiro Yamada-1/+1
2015-11-19gpio: change member .dev to .parentLinus Walleij-1/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner-1/+1
2015-07-17Update Viresh Kumar's email addressViresh Kumar-14/+14
2015-06-10pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-6/+0
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina-67/+39
2014-10-29treewide: Fix company name in module descriptionsMasanari Iida-1/+1
2014-10-20pinctrl: spear: drop owner assignment from platform_driversWolfram Sang-6/+0
2014-09-04pinctrl: clean up after enable refactoringLinus Walleij-2/+2
2014-08-29pinctrl: Make of_device_id array constKiran Padwal-5/+5