aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)Author
2018-12-14gpio: pca953x: Zap ad-hoc I2C block write in multi GPIO setMarek Vasut
2018-12-14gpio: pca953x: Factor out common code from device_pca95xx_init()Marek Vasut
2018-12-14gpio: pca953x: Unify pca953x_{read,write}_regs_{8,mul}()Marek Vasut
2018-12-14gpio: pca953x: Unify pca953x_{read,write}_regs_{16,24}()Marek Vasut
2018-12-14gpio: pca953x: Unify pca95{3,7}x_write_regs_16()Marek Vasut
2018-12-14gpio: pca953x: Repair multi-byte IO address increment on PCA9575Marek Vasut
2018-12-14gpio: pca953x: Fix AI overflow on PCAL6524Marek Vasut
2018-12-14gpio: pca953x: Deduplicate the bank_shiftMarek Vasut
2018-12-14gpio: tegra186: Rename flow variable to typeThierry Reding
2018-12-14Merge tag 'intel-gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Walleij
2018-12-14gpio: Pass a flag to gpiochip_request_own_desc()Linus Walleij
2018-12-11Merge branch 'for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown
2018-12-11gpio: Add devm_gpiod_unhinge()Linus Walleij
2018-12-11gpio: devres: Handle nonexclusive GPIOsLinus Walleij
2018-12-11gpio: Enable nonexclusive gpiods from DT nodesLinus Walleij
2018-12-11gpio: Export gpiod_get_from_of_node()Linus Walleij
2018-12-10gpio: lpc18xx: fix GPIO controller driver build as a moduleVladimir Zapolskiy
2018-12-07gpio: sodaville: Convert to use SPDX identifierAndy Shevchenko
2018-12-07gpio: sch: Convert to use SPDX identifierAndy Shevchenko
2018-12-07gpio: pch: Convert to use SPDX identifierAndy Shevchenko
2018-12-07gpio: merrifield: Convert to use SPDX identifierAndy Shevchenko
2018-12-07gpio: lynxpoint: Convert to use SPDX identifierAndy Shevchenko
2018-12-07gpio: intel-mid: Convert to use SPDX identifierAndy Shevchenko
2018-12-07gpio: ich: Convert to use SPDX identifierAndy Shevchenko
2018-12-07gpio: sodaville: Sort headers alphabeticallyAndy Shevchenko
2018-12-07gpio: pch: Sort headers alphabeticallyAndy Shevchenko
2018-12-07gpio: ich: Sort headers alphabeticallyAndy Shevchenko
2018-12-07gpio: sch: Remove linux/init.h and sort headersAndy Shevchenko
2018-12-07gpio: merrifield: Remove linux/init.hAndy Shevchenko
2018-12-07gpio: lynxpoint: Remove linux/init.h and sort headersAndy Shevchenko
2018-12-07gpio: intel-mid: Remove linux/module.h and sort headersAndy Shevchenko
2018-12-07gpio: pch: Remove duplicate assignmentsAndy Shevchenko
2018-12-07gpio: pch: Remove redundant __func__ from debug printAndy Shevchenko
2018-12-07gpio: ich: Join string literals backAndy Shevchenko
2018-12-07gpio: ich: Convert pr_<level> to dev_<level>Andy Shevchenko
2018-12-07gpio: ich: Switch to use struct device instead of platform_deviceAndy Shevchenko
2018-12-07gpio: ich: Simplify error handling in ichx_write_bit()Andy Shevchenko
2018-12-07gpio: sodaville: Use for_each_set_bit() in IRQ handlerAndy Shevchenko
2018-12-07gpio: pch: Use for_each_set_bit() in IRQ handlerAndy Shevchenko
2018-12-07gpio: uniphier: convert to SPDX License IdentifierMasahiro Yamada
2018-12-07gpio: zynq: Report gpio direction at bootBrandon Maier
2018-12-07gpio: ks8695: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li
2018-12-07gpiolib-acpi: Only defer request_irq for GpioInt ACPI event handlersHans de Goede
2018-12-07gpio: lpc18xx: add GPIO pin interrupt controller supportVladimir Zapolskiy
2018-12-07gpio: lpc18xx: use resource managed interface to register GPIO controllerVladimir Zapolskiy
2018-12-07gpio: lpc18xx: add struct device local variableVladimir Zapolskiy
2018-12-07gpio: lpc18xx: use SPDX license identifierVladimir Zapolskiy
2018-12-07gpio: mt7621: pass mediatek_gpio_bank_probe() failure up the stackNicholas Mc Guire
2018-12-07gpio: mt7621: report failure of devm_kasprintf()Nicholas Mc Guire
2018-12-05gpio: rcar: reference device instead of platform deviceVladimir Zapolskiy