summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2018-07-02gpio: sta2x11: Use BIT() macroLinus Walleij
2018-07-02gpio: sta2x11: Include the right headerLinus Walleij
2018-07-02gpio: spear-spics: Include the right headerLinus Walleij
2018-07-02gpio: sch311x: Replace unsigned char with u8Linus Walleij
2018-07-02gpio: sch311x: Implement open drain supportLinus Walleij
2018-07-02gpio: sch311x: Use RMW to change directionLinus Walleij
2018-07-02gpio: sch311x: Implement .get_direction()Linus Walleij
2018-07-02gpio: sch311x: Include the right headerLinus Walleij
2018-07-02gpio: sch: Implement .get_direction()Linus Walleij
2018-07-02gpio: sch: Include the right headerLinus Walleij
2018-07-02gpio: sa1100: Include the right headerLinus Walleij
2018-07-02gpio: rdc321x: Include the right headerLinus Walleij
2018-07-02gpio: rcar: Include the right headerLinus Walleij
2018-07-02gpio: rc5t583: Include the right headerLinus Walleij
2018-07-02gpio: stp-xway: Implement get callbackMathias Kresin
2018-07-02gpio: tegra186: Add support for Tegra194Mikko Perttunen
2018-06-18gpio: Add API to explicitly name a consumerLinus Walleij
2018-06-18gpio: max732x: add error handling for i2c_new_dummyZhouyang Jia
2018-06-18gpio: davinci: Do not assume continuous IRQ numberingKeerthy
2018-06-18gpio: davinci: Shuffle IRQ resource fetching from DT to beginning of probeKeerthy
2018-06-18gpio: Fix wrong rounding in gpio-menz127Nadav Amit
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-08Merge tag 'gpio-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2018-06-07Merge tag 'pinctrl-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-06-05gpio: madera: Support Cirrus Logic Madera class codecsRichard Fitzgerald
2018-05-30gpio: davinci: fix build warning when !CONFIG_OFSekhar Nori
2018-05-24gpio: pxa: Include the right headerLinus Walleij
2018-05-24gpio: pl061: Include the right headerLinus Walleij
2018-05-24gpio: pch: Include the right headerLinus Walleij
2018-05-24gpio: pcf857x: Include the right headerLinus Walleij
2018-05-24gpio: pca953x: Include the right headerLinus Walleij
2018-05-24gpio: palmas: Include the right headerLinus Walleij
2018-05-24gpio: omap: Include the right headerLinus Walleij
2018-05-24gpio: octeon: Include the right headerLinus Walleij
2018-05-24gpio: mxs: Switch to SPDX identifierFabio Estevam
2018-05-24gpio: Remove VLA from stmpe driverLaura Abbott
2018-05-24gpio: mxc: Switch to SPDX identifierFabio Estevam
2018-05-24gpio: mxc: add clock operationAnson Huang
2018-05-24gpiolib: discourage gpiochip_add_pin[group]_range for DT pinctrlsChristian Lamparter
2018-05-23gpio: Remove VLA from gpiolibLaura Abbott
2018-05-23gpio: aspeed: Use a cache of output data registersBenjamin Herrenschmidt
2018-05-23gpio: aspeed: Set output latch before changing directionBenjamin Herrenschmidt
2018-05-23gpio: pca953x: fix address calculation for pcal6524H. Nikolaus Schaller
2018-05-23gpio: pca953x: define masks for addressing common and extended registersH. Nikolaus Schaller
2018-05-23gpio: pca953x: set the PCA_PCAL flag also when matching by DTH. Nikolaus Schaller
2018-05-23gpio: pca953x: Clear irq trigger type on irq shutdownGrigoryev Denis