aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl/spear
AgeCommit message (Expand)AuthorFilesLines
2021-12-16pinctrl: Get rid of duplicate of_node assignment in the driversGravatar Andy Shevchenko 1-1/+0
2021-12-05pinctrl: spear: plgpio: Introduce regmap phandleGravatar Herve Codina 1-5/+17
2021-12-05pinctrl: spear: plgpio: Convert to regmapGravatar Herve Codina 1-60/+76
2021-12-05pinctrl: spear: spear: Convert to regmapGravatar Herve Codina 2-7/+15
2021-08-12pinctrl: Bulk conversion to generic_handle_domain_irq()Gravatar Marc Zyngier 1-2/+1
2020-12-12pinctrl/spear: simplify the return expression of spear300_pinctrl_probe()Gravatar Zheng Yongjun 1-7/+1
2020-09-29pinctrl: spear: simplify the return expression of tvc_connect()Gravatar Qinglang Miao 1-7/+1
2020-09-29pinctrl: spear: simplify the return expression of spear310_pinctrl_probeGravatar Liu Shixin 1-7/+1
2019-11-05pinctrl: use devm_platform_ioremap_resource() to simplify codeGravatar YueHaibing 2-6/+2
2019-09-30pinctrl: spear/plgpio: Pass irqchip when adding gpiochipGravatar Linus Walleij 1-26/+21
2019-08-06pinctrl: spear: spear: Add of_node_put() before returnGravatar Nishka Dasgupta 1-2/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2018-09-14pinctrl: Include <linux/gpio/driver.h> nothing elseGravatar Linus Walleij 1-1/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-01-03pinctrl: spear: Delete an error message for a failed memory allocation in spe...Gravatar Markus Elfring 1-3/+1
2018-01-03pinctrl/spear/plgpio: Delete two error messages for a failed memory allocatio...Gravatar Markus Elfring 1-6/+2
2017-11-16Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+3
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2017-11-09Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develGravatar Linus Walleij 1-1/+1
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipGravatar Thierry Reding 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-22pinctrl/gpio: Unify namespace for cross-callsGravatar Linus Walleij 1-3/+3
2017-02-13pinctrl: spear: make bool drivers explicitly non-modularGravatar Paul Gortmaker 6-66/+1
2016-04-21pinctrl: spear: Use devm_pinctrl_register() for pinctrl registrationGravatar Laxman Dewangan 7-41/+1
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-12/+12
2016-01-05pinctrl: spear-plgpio: use gpiochip data pointerGravatar Linus Walleij 1-11/+11
2015-12-01pinctrl: spear: guard sub-directory with CONFIG_PINCTRL_SPEARGravatar Masahiro Yamada 1-1/+1
2015-11-19gpio: change member .dev to .parentGravatar Linus Walleij 1-1/+1
2015-09-16genirq: Remove irq argument from irq flow handlersGravatar Thomas Gleixner 1-1/+1
2015-07-17Update Viresh Kumar's email addressGravatar Viresh Kumar 9-14/+14
2015-06-10pinctrl: make pinctrl_register() return proper error codeGravatar Masahiro Yamada 1-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 6-6/+0
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanGravatar Jiri Kosina 8-67/+39
2014-10-29treewide: Fix company name in module descriptionsGravatar Masanari Iida 1-1/+1
2014-10-20pinctrl: spear: drop owner assignment from platform_driversGravatar Wolfram Sang 6-6/+0
2014-09-04pinctrl: clean up after enable refactoringGravatar Linus Walleij 1-2/+2
2014-08-29pinctrl: Make of_device_id array constGravatar Kiran Padwal 5-5/+5
2014-07-22pinctrl: remove all usage of gpio_remove ret val in driver/pinctlGravatar abdoulaye berthe 1-2/+1
2014-07-11pinctrl: avoid duplicated calling enable_pinmux_setting for a pinGravatar Fan Wu 1-7/+0
2014-06-19pinctrl: spear: switch plgpio to irqchip helpersGravatar Linus Walleij 2-51/+31
2013-10-08pinctrl: remove redundant of_match_ptrGravatar Sachin Kamat 1-1/+1
2013-08-28pinctrl: spear: Convert to devm_ioremap_resourceGravatar Axel Lin 1-9/+4
2013-08-23pinctrl: SPEAr310: Pass correct of_device_id table name to MODULE_DEVICE_TABLEGravatar Axel Lin 1-1/+1
2013-06-18pinctrl: spear/plgpio: Staticize spear310_o2pGravatar Sachin Kamat 1-1/+1
2013-06-16drivers/pinctrl/spear: don't check resource with devm_ioremap_resourceGravatar Wolfram Sang 1-6/+1
2013-05-02Merge tag 'pinctrl-fixes-v3.10-1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+3
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2013-04-30pinctrl: plgpio: add CONFIG_PM_SLEEP to suspend/resume functionsGravatar Jingoo Han 1-3/+3
2013-03-26arm: Move chained_irq_(enter|exit) to a generic fileGravatar Catalin Marinas 1-1/+1