summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-08-06gpio: em: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko1-2/+4
2018-08-06gpio: dwapb: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko1-2/+4
2018-08-06gpio: bcm-kona: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko1-2/+4
2018-08-06gpiolib: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko1-2/+4
2018-08-06gpio: syscon: rockchip: add GRF GPIO support for rk3328Levin Du1-0/+31
2018-08-06gpio: omap: Add get/set_multiple() callbacksJanusz Krzysztofik1-2/+86
2018-08-02gpio: pxa: remove set but not used variable 'gpio_offset'Wei Yongjun1-4/+1
2018-07-30gpio-it87: add support for IT8786E Super I/OVincent Prince1-0/+2
2018-07-29gpio: tegra: drop tegra specific GPIO lockdep classesStefan Agner1-9/+0
2018-07-29gpio: fix meaningless return expressionzhong jiang1-1/+1
2018-07-29gpio: mxs: Fit writel() into a single lineFabio Estevam1-2/+1
2018-07-29gpio: pxa: disable pinctrl calls for PXA3xxDaniel Mack1-8/+27
2018-07-29gpio: ml-ioh: Fix buffer underwrite on probe error pathAnton Vasilyev1-1/+2
2018-07-29gpiolib: probe deferral error reportingMarcel Ziswiler1-2/+2
2018-07-29gpio: tegra: Fix tegra_gpio_irq_set_type()Dmitry Osipenko1-7/+8
2018-07-29gpio: mxc: add power management supportAnson Huang1-0/+73
2018-07-29gpio-pisosr: add support for get_multipleMorten Hein Tiljeset1-0/+22
2018-07-16gpiolib: remove an unnecessary TODOBartosz Golaszewski1-1/+1
2018-07-16gpiolib: don't allow userspace to set values of input linesBartosz Golaszewski1-1/+7
2018-07-13gpio: rcar: Implement .get_direction() callbackGeert Uytterhoeven1-0/+8
2018-07-13gpiolib: Join one line back for better readabilityAndy Shevchenko1-3/+1
2018-07-13gpio: pxa: Fix potential NULL dereferenceWei Yongjun1-0/+2
2018-07-13gpio: mt7621: add OF_GPIO dependencyArnd Bergmann1-0/+1
2018-07-13gpio: aspeed: fix compile testing warningArnd Bergmann1-1/+1
2018-07-13gpiolib: Consistent use of ->get_direction() inside gpiolibAndy Shevchenko1-6/+1
2018-07-13gpiolib: Mark gpio_suffixes array with __maybe_unusedAndy Shevchenko1-1/+1
2018-07-09gpiolib: Defer on non-DT find_chip_by_name() failureJanusz Krzysztofik1-3/+10
2018-07-09gpiolib: Respect error code of ->get_direction()Andy Shevchenko1-0/+6
2018-07-09gpio: mt7621: Edit to preferred syntaxLinus Walleij1-44/+41
2018-07-09gpio: mt7621: Add a driver for MT7621Sergio Paracuellos3-0/+344
2018-07-09gpiolib: Join string literals backAndy Shevchenko1-7/+5
2018-07-02Merge branch 'ib-aspeed' into develLinus Walleij1-58/+368
2018-07-02gpio: aspeed: Add interfaces for co-processor to grab GPIOsBenjamin Herrenschmidt1-20/+231
2018-07-02gpio: aspeed: Add command source registersBenjamin Herrenschmidt1-0/+54
2018-07-02gpio: aspeed: Add "Read Data" register to read the write latchBenjamin Herrenschmidt1-2/+27
2018-07-02gpio: aspeed: Rework register type accessorsBenjamin Herrenschmidt1-49/+69
2018-07-02gpio: pca953x: suppress interrupts warning when not applicableBaruch Siach1-1/+1
2018-07-02gpio: syscon: Include the right headerLinus Walleij1-1/+1
2018-07-02gpio: stp-xway: Include the right headerLinus Walleij1-2/+1
2018-07-02gpio: stmpe: Include the right headerLinus Walleij1-1/+1
2018-07-02gpio: sta2x11: Inline regs macroLinus Walleij1-12/+7
2018-07-02gpio: sta2x11: Use BIT() macroLinus Walleij1-12/+8
2018-07-02gpio: sta2x11: Include the right headerLinus Walleij1-1/+1
2018-07-02gpio: spear-spics: Include the right headerLinus Walleij1-1/+1
2018-07-02gpio: sch311x: Replace unsigned char with u8Linus Walleij1-7/+7
2018-07-02gpio: sch311x: Implement open drain supportLinus Walleij1-0/+29
2018-07-02gpio: sch311x: Use RMW to change directionLinus Walleij1-10/+12
2018-07-02gpio: sch311x: Implement .get_direction()Linus Walleij1-0/+13
2018-07-02gpio: sch311x: Include the right headerLinus Walleij1-1/+1
2018-07-02gpio: sch: Implement .get_direction()Linus Walleij1-0/+8