summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2017-12-02gpio: mockup: group code by logicBartosz Golaszewski
2017-12-02gpio: mockup: change the type of value field in line state structBartosz Golaszewski
2017-12-02gpio: mockup: extend the debugfs layoutBartosz Golaszewski
2017-12-02gpio: mockup: pass the named_lines parameter over platform_dataBartosz Golaszewski
2017-12-02gpio: mockup: merge gpio_mockup_add() into gpio_mockup_probe()Bartosz Golaszewski
2017-12-02gpio: mockup: remove a stray tabBartosz Golaszewski
2017-12-02gpio: mockup: implement gpio_mockup_err()Bartosz Golaszewski
2017-12-02gpio: mockup: rework device probingBartosz Golaszewski
2017-12-02gpio: mockup: verify the number of GPIO chips requestedBartosz Golaszewski
2017-12-02gpio: mockup: parse the module params in init, not probeBartosz Golaszewski
2017-12-02gpio: mockup: add missing prefixesBartosz Golaszewski
2017-12-02gpio: ath79: add missing MODULE_DESCRIPTION/LICENSEJesse Chan
2017-12-02gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan
2017-12-02gpio: pca953x: fix vendor prefix for PCA9654Sergei Shtylyov
2017-11-30gpio: davinci: Assign first bank regs for unbanked caseKeerthy
2017-11-30gpio: uniphier: fix mismatch between license text and MODULE_LICENSEMasahiro Yamada
2017-11-30gpio: 74x164: Fix crash during .remove()Geert Uytterhoeven
2017-11-30Merge branch 'ib-gpio-acpi-quirks' into develLinus Walleij
2017-11-30gpio: omap: initialize gpioirq chip as part of gpiochip_add_dataGrygorii Strashko
2017-11-30gpiolib: don't allow OPEN_DRAIN & OPEN_SOURCE flags simultaneouslyBartosz Golaszewski
2017-11-30gpiolib: acpi: Introduce NO_RESTRICTION quirkAndy Shevchenko
2017-11-30gpiolib: acpi: Add quirks field to struct acpi_gpio_mappingAndy Shevchenko
2017-11-30gpiolib: acpi: Consolidate debug output in acpi_gpio_update_gpiod_flags()Andy Shevchenko
2017-11-30gpiolib: acpi: Move adev member to struct acpi_gpio_infoAndy Shevchenko
2017-11-30gpiolib: acpi: Don't contaminate return parameter in case of errorAndy Shevchenko
2017-11-30gpiolib: acpi: Assign polarity when call acpi_populate_gpio_lookup()Andy Shevchenko
2017-11-29gpio / ACPI: Drop unnecessary ACPI GPIO to Linux GPIO translationMika Westerberg
2017-11-29gpio: max732x: Remove duplicate NULL checkAndy Shevchenko
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-16Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-11-14Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-11-13gpio: tegra186: Remove tegra186_gpio_lock_classAxel Lin
2017-11-09Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij
2017-11-08gpio: Fix undefined lock_dep_classLinus Walleij
2017-11-08gpio: Automatically add lockdep keysThierry Reding
2017-11-08gpio: Introduce struct gpio_irq_chip.firstThierry Reding
2017-11-08gpio: Disambiguate struct gpio_irq_chip.nestedThierry Reding
2017-11-08gpio: Add Tegra186 supportThierry Reding
2017-11-08gpio: Export gpiochip_irq_{map,unmap}()Thierry Reding
2017-11-08gpio: Implement tighter IRQ chip integrationThierry Reding
2017-11-08gpio: Move lock_key into struct gpio_irq_chipThierry Reding
2017-11-08gpio: Move irq_valid_mask into struct gpio_irq_chipThierry Reding
2017-11-08gpio: Move irq_nested into struct gpio_irq_chipThierry Reding
2017-11-08gpio: Move irq_chained_parent to struct gpio_irq_chipThierry Reding
2017-11-08gpio: Move irq_default_type to struct gpio_irq_chipThierry Reding
2017-11-08gpio: Move irq_handler to struct gpio_irq_chipThierry Reding
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding
2017-11-08gpio: Move irqchip into struct gpio_irq_chipThierry Reding