summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/nomadik/pinctrl-nomadik.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: nomadik: Add missing header(s)Andy Shevchenko2023-01-041-15/+17
* pinctrl: nomadik: remove dead code after DB8540 pinctrl removalLukas Bulwahn2022-09-191-6/+0
* pinctrl: nomadik: Make gpio irqchip immutableLinus Walleij2022-09-191-24/+35
* pinctrl: nomadik: Dereference gpio_chip properlyLinus Walleij2022-09-191-18/+12
* pinctrl: nomadik: Convert drivers to use struct pingroup and PINCTRL_PINGROUP()Andy Shevchenko2022-08-251-13/+13
* pinctrl: nomadik: Fix refcount leak in nmk_pinctrl_dt_subnode_to_mapMiaoqian Lin2022-06-151-1/+3
* pinctrl: nomadik: Setup parent device and get rid of unnecessary of_node assi...Andy Shevchenko2022-05-051-1/+1
* pinctrl: nomadik: Add missing of_node_put() in nmk_pinctrl_probeMiaoqian Lin2022-03-151-1/+3
* pinctrl: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-121-1/+1
* pinctrl: nomadik: Remove unused variable in nmk_gpio_dbg_show_oneNathan Chancellor2021-01-061-1/+0
* pinctrl: nomadik: Use irq_has_action()Thomas Gleixner2020-12-151-5/+6
* pinctrl: nomadik: Fix pull direction debug infoAndrew Halaney2020-08-271-10/+6
* pinctrl: nomadik:remove unneeded variableDing Xiang2020-04-161-3/+1
* pinctrl: Use new GPIO_LINE_DIRECTIONMatti Vaittinen2020-02-211-2/+5
* pinctrl: nomadik: Simplify interrupt handlerLinus Walleij2019-10-161-14/+7
* pinctrl: nomadik: Pass irqchip when adding gpiochipLinus Walleij2019-10-161-24/+15
* pinctrl: nomadik: Drop support for latent IRQLinus Walleij2019-10-161-21/+0
* pinctrl: nomadik: nomadik: Add of_node_put() before returnNishka Dasgupta2019-08-061-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* pinctrl: nomadik: fix possible object reference leakWangBo2019-02-201-4/+13
* pinctrl: nomadik: Fix debugfsLinus Walleij2018-10-031-1/+1
* pinctrl: Include <linux/gpio/driver.h> nothing elseLinus Walleij2018-09-141-3/+3
* pinctrl: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-291-3/+3
* gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-081-2/+2
* pinctrl: nomadik: fix incorrect type in return expressionMasahiro Yamada2017-08-141-1/+1
* pinctrl: nomadik: don't default-flag IRQs as fallingLinus Walleij2016-09-191-1/+1
* pinctrl: nomadik: make core support explicitly non-modularPaul Gortmaker2016-08-271-5/+0
* pinctrl: nomadik: use of_property_read_boolJulia Lawall2016-08-111-4/+2
* Merge tag 'pinctrl-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2016-07-281-96/+0
|\
| * pinctrl: nomadik: fix warnings from unexported functionsBen Dooks2016-06-131-96/+0
* | pinctrl: nomadik: fix inversion of gpio directionLinus Walleij2016-05-301-1/+1
|/
* Merge tag 'pinctrl-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2016-05-191-90/+78
|\
| * pinctrl: nomadik: hide nmk_gpio_get_mode when unusedArnd Bergmann2016-05-091-14/+13
| * pinctrl: nomadik: implement .get_direction()Linus Walleij2016-04-281-0/+15
| * pinctrl: nomadik: use BIT() with offsets consequentlyLinus Walleij2016-04-281-77/+51
| * pinctrl: nomadic: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-211-1/+1
| * pinctrl: Rename pinctrl_utils_dt_free_map to pinctrl_utils_free_mapIrina Tirdea2016-04-011-2/+2
* | pinctrl: nomadik: fix pull debug print inversionLinus Walleij2016-03-311-1/+1
|/
* pinctrl: nomadik: use gpiochip data pointerLinus Walleij2016-01-051-15/+10
* gpio: change member .dev to .parentLinus Walleij2015-11-191-4/+4
* pinctrl: replace trivial implementations of gpio_chip request/freeJonas Gorski2015-10-161-20/+2
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-2/+2
* pinctrl: nomadik: reflect current input valueLinus Walleij2015-08-111-0/+5
* pinctrl: nomadik: depromote GPIO to subsystem_init()Linus Walleij2015-07-271-6/+6
* pinctrl/ARM: move GPIO and pinctrl deps to device treeLinus Walleij2015-07-271-17/+0
* pinctrl: nomadik: assure GPIO chips are populatedLinus Walleij2015-07-231-0/+25
* pinctrl: nomadik: find chip from local arrayLinus Walleij2015-07-231-38/+26
* pinctrl: nomadik: break out state container allocatorLinus Walleij2015-07-231-35/+71
* pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-171-7/+5
* pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada2015-06-101-2/+2