summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/nomadik
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-193-12/+3Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-301-5/+1Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+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-144-6/+6
* pinctrl: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-291-3/+3
* pinctrl: nomadik: silence uninitialized variable warningDan Carpenter2018-08-101-5/+6
* pinctrl: nomadik: Drop U8540/9540 supportLinus Walleij2018-03-237-2376/+17Star
* pinctrl: nomadik: add USB functions for STn8815Linus Walleij2018-02-131-1/+15
* pinctrl: abx500: Use seq_putc() in abx500_gpio_dbg_show()Markus Elfring2018-01-161-1/+1
* pinctrl/nomadik/abx500: Improve a size determination in abx500_gpio_probe()Markus Elfring2017-12-211-2/+1Star
* pinctrl/nomadik/abx500: Delete an error message for a failed memory allocatio...Markus Elfring2017-12-211-4/+1Star
* Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-2/+2
|\
| * gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-081-2/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-026-0/+6
|/
* pinctrl: nomadik: fix incorrect type in return expressionMasahiro Yamada2017-08-141-1/+1
* pinctrl: nomadik: abx500: constify gpio_chip structureGustavo A. R. Silva2017-08-141-1/+1
* pinctrl: nomadik: split up and comments MC0 pinsLinus Walleij2016-11-181-6/+17
* 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/+0Star
* pinctrl: nomadik: make abx500 explicitly non-modularPaul Gortmaker2016-08-271-6/+2Star
* pinctrl: nomadik: use of_property_read_boolJulia Lawall2016-08-111-4/+2Star
* Merge tag 'pinctrl-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2016-07-291-96/+0Star
|\
| * pinctrl: nomadik: fix warnings from unexported functionsBen Dooks2016-06-131-96/+0Star
* | 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-192-93/+82Star
|\
| * pinctrl: nomadik: hide nmk_gpio_get_mode when unusedArnd Bergmann2016-05-091-14/+13Star
| * pinctrl: nomadik: implement .get_direction()Linus Walleij2016-04-281-0/+15
| * pinctrl: nomadik: use BIT() with offsets consequentlyLinus Walleij2016-04-281-77/+51Star
| * pinctrl: nomadic: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-212-2/+3
| * pinctrl: Rename pinctrl_utils_dt_free_map to pinctrl_utils_free_mapIrina Tirdea2016-04-012-4/+4
* | pinctrl: nomadik: fix pull debug print inversionLinus Walleij2016-03-311-1/+1
|/
* Merge tag 'v4.5-rc5' into develLinus Walleij2016-03-101-2/+3
|\
| * pinctrl: nomadik: hide unused functionsArnd Bergmann2016-01-281-2/+3
* | pinctrl: nomadik: stn8815 CLCD alternate functionsLinus Walleij2016-01-281-0/+7
|/
* pinctrl: abx500: use gpiochip data pointerLinus Walleij2016-01-051-18/+9Star
* pinctrl: nomadik: use gpiochip data pointerLinus Walleij2016-01-051-15/+10Star
* gpio: change member .dev to .parentLinus Walleij2015-11-192-7/+8
* pinctrl: replace trivial implementations of gpio_chip request/freeJonas Gorski2015-10-162-36/+4Star
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-2/+2
* Merge tag 'pinctrl-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2015-09-045-173/+147Star
|\
| * pinctrl: nomadik: reflect current input valueLinus Walleij2015-08-111-0/+5
| * pinctrl: nomadik: split stn8815 UART0 pin groupsLinus Walleij2015-07-281-5/+9
| * 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-275-82/+0Star
| * pinctrl: nomadik: assure GPIO chips are populatedLinus Walleij2015-07-231-0/+25
| * pinctrl: nomadik: find chip from local arrayLinus Walleij2015-07-231-38/+26Star
| * 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/+5Star