summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/spear
Commit message (Expand)AuthorAgeFilesLines
* treewide: rename pinctrl_gpio_free_new()Bartosz Golaszewski2023-11-041-2/+2
* treewide: rename pinctrl_gpio_request_new()Bartosz Golaszewski2023-11-041-1/+1
* pinctrl: spear: use new pinctrl GPIO helpersBartosz Golaszewski2023-11-041-5/+3
* pinctrl: Explicitly include correct DT includesRob Herring2023-07-205-5/+5
* pinctrl: spear: Remove unused of_gpio.h inclusionAndy Shevchenko2023-06-161-1/+0
* pinctrl: plgpio: Convert to immutable irq_chipLinus Walleij2023-04-201-2/+6
* pinctrl: spear: Add missing header(s)Andy Shevchenko2022-10-241-2/+4
* pinctrl: Get rid of duplicate of_node assignment in the driversAndy Shevchenko2021-12-161-1/+0
* pinctrl: spear: plgpio: Introduce regmap phandleHerve Codina2021-12-051-5/+17
* pinctrl: spear: plgpio: Convert to regmapHerve Codina2021-12-051-60/+76
* pinctrl: spear: spear: Convert to regmapHerve Codina2021-12-052-7/+15
* pinctrl: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-121-2/+1
* pinctrl/spear: simplify the return expression of spear300_pinctrl_probe()Zheng Yongjun2020-12-121-7/+1
* pinctrl: spear: simplify the return expression of tvc_connect()Qinglang Miao2020-09-291-7/+1
* pinctrl: spear: simplify the return expression of spear310_pinctrl_probeLiu Shixin2020-09-291-7/+1
* pinctrl: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-11-052-6/+2
* pinctrl: spear/plgpio: Pass irqchip when adding gpiochipLinus Walleij2019-09-301-26/+21
* pinctrl: spear: spear: Add of_node_put() before returnNishka Dasgupta2019-08-061-2/+6
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* pinctrl: Include <linux/gpio/driver.h> nothing elseLinus Walleij2018-09-141-1/+1
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-2/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* pinctrl: spear: Delete an error message for a failed memory allocation in spe...Markus Elfring2018-01-031-3/+1
* pinctrl/spear/plgpio: Delete two error messages for a failed memory allocatio...Markus Elfring2018-01-031-6/+2
* Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-161-3/+3
|\
| * Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij2017-11-091-1/+1
| |\
| * | pinctrl/gpio: Unify namespace for cross-callsLinus Walleij2017-09-221-3/+3
* | | Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-141-1/+1
|\ \ \ | | |/ | |/|
| * | gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-081-1/+1
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* pinctrl: spear: make bool drivers explicitly non-modularPaul Gortmaker2017-02-136-66/+1
* pinctrl: spear: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-217-41/+1
* Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-01-171-12/+12
|\
| * pinctrl: spear-plgpio: use gpiochip data pointerLinus Walleij2016-01-051-11/+11
| * gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
* | pinctrl: spear: guard sub-directory with CONFIG_PINCTRL_SPEARMasahiro Yamada2015-12-011-1/+1
|/
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* Update Viresh Kumar's email addressViresh Kumar2015-07-179-14/+14
* pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada2015-06-101-2/+2
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-146-6/+0
|\
| * pinctrl: spear: drop owner assignment from platform_driversWolfram Sang2014-10-206-6/+0
* | Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina2014-11-208-67/+39
|\|
| * pinctrl: clean up after enable refactoringLinus Walleij2014-09-041-2/+2
| * pinctrl: Make of_device_id array constKiran Padwal2014-08-295-5/+5
| * pinctrl: remove all usage of gpio_remove ret val in driver/pinctlabdoulaye berthe2014-07-221-2/+1
| * pinctrl: avoid duplicated calling enable_pinmux_setting for a pinFan Wu2014-07-111-7/+0
| * pinctrl: spear: switch plgpio to irqchip helpersLinus Walleij2014-06-192-51/+31
* | treewide: Fix company name in module descriptionsMasanari Iida2014-10-291-1/+1
|/
* pinctrl: remove redundant of_match_ptrSachin Kamat2013-10-081-1/+1
* pinctrl: spear: Convert to devm_ioremap_resourceAxel Lin2013-08-281-9/+4