summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/spear
Commit message (Expand)AuthorAgeFilesLines
* 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
* pinctrl: SPEAr310: Pass correct of_device_id table name to MODULE_DEVICE_TABLEAxel Lin2013-08-231-1/+1
* pinctrl: spear/plgpio: Staticize spear310_o2pSachin Kamat2013-06-181-1/+1
* drivers/pinctrl/spear: don't check resource with devm_ioremap_resourceWolfram Sang2013-06-161-6/+1
* Merge tag 'pinctrl-fixes-v3.10-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-05-021-3/+3
|\
| * pinctrl: plgpio: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-04-301-3/+3
* | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-021-1/+1
|\ \ | |/ |/|
| * arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas2013-03-261-1/+1
* | pinctrl: Declare operation structures as constLaurent Pinchart2013-03-071-2/+2
|/
* pinctrl: Convert to devm_ioremap_resource()Thierry Reding2013-01-221-5/+3
* Drivers: pinctrl: remove __dev* attributes.Greg Kroah-Hartman2013-01-038-20/+17
* Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-117-17/+17
|\
| * pinctrl: remove use of __devexitBill Pemberton2012-11-287-7/+7
| * pinctrl: remove use of __devinitdataBill Pemberton2012-11-285-5/+5
| * pinctrl: remove use of __devexit_pBill Pemberton2012-11-285-5/+5
* | pinctrl: SPEAr: Update error check for unsigned variablesTushar Behera2012-11-231-1/+1
* | Pinctrl/spear: plgpio: don't call prepare/unprepareViresh Kumar2012-11-151-4/+15
* | pinctrl: plgpio: Call clk_disable_unprepare only if clk_prepare_enable is calledAxel Lin2012-11-151-1/+2
* | pinctrl: spear: Make get_gpio_pingroup return NULL when no gpio_pingroup foundAxel Lin2012-11-151-3/+3
* | pinctrl: spear: Fix the logic of setting reg in pmx_init_gpio_pingroup_addrAxel Lin2012-11-151-3/+3
* | pinctrl: spear: Staticize non-exported symbolsAxel Lin2012-11-131-5/+7
* | pinctrl: SPEAr: Add SoC specific gpio configuration routinesShiraz Hashim2012-11-113-14/+53
* | pinctrl: SPEAr: Add gpio ranges supportViresh Kumar2012-11-118-17/+447