summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/spear
AgeCommit message (Expand)AuthorLines
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
2014-07-22pinctrl: remove all usage of gpio_remove ret val in driver/pinctlabdoulaye berthe-2/+1
2014-07-11pinctrl: avoid duplicated calling enable_pinmux_setting for a pinFan Wu-7/+0
2014-06-19pinctrl: spear: switch plgpio to irqchip helpersLinus Walleij-51/+31
2013-10-08pinctrl: remove redundant of_match_ptrSachin Kamat-1/+1
2013-08-28pinctrl: spear: Convert to devm_ioremap_resourceAxel Lin-9/+4
2013-08-23pinctrl: SPEAr310: Pass correct of_device_id table name to MODULE_DEVICE_TABLEAxel Lin-1/+1
2013-06-18pinctrl: spear/plgpio: Staticize spear310_o2pSachin Kamat-1/+1
2013-06-16drivers/pinctrl/spear: don't check resource with devm_ioremap_resourceWolfram Sang-6/+1
2013-05-02Merge tag 'pinctrl-fixes-v3.10-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+3
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2013-04-30pinctrl: plgpio: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han-3/+3
2013-03-26arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas-1/+1
2013-03-07pinctrl: Declare operation structures as constLaurent Pinchart-2/+2
2013-01-22pinctrl: Convert to devm_ioremap_resource()Thierry Reding-5/+3
2013-01-03Drivers: pinctrl: remove __dev* attributes.Greg Kroah-Hartman-20/+17
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-17/+17
2012-11-28pinctrl: remove use of __devexitBill Pemberton-7/+7
2012-11-28pinctrl: remove use of __devinitdataBill Pemberton-5/+5
2012-11-28pinctrl: remove use of __devexit_pBill Pemberton-5/+5
2012-11-23pinctrl: SPEAr: Update error check for unsigned variablesTushar Behera-1/+1
2012-11-15Pinctrl/spear: plgpio: don't call prepare/unprepareViresh Kumar-4/+15
2012-11-15pinctrl: plgpio: Call clk_disable_unprepare only if clk_prepare_enable is calledAxel Lin-1/+2