aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2018-07-02gpio: rdc321x: Include the right headerLinus Walleij1-1/+1
2018-07-02gpio: rcar: Include the right headerLinus Walleij1-1/+1
2018-07-02gpio: rc5t583: Include the right headerLinus Walleij1-1/+1
2018-07-02gpio: stp-xway: Implement get callbackMathias Kresin1-0/+15
2018-07-02gpio: tegra186: Add support for Tegra194Mikko Perttunen1-0/+74
2018-06-18gpio: Add API to explicitly name a consumerLinus Walleij1-0/+13
2018-06-18gpio: max732x: add error handling for i2c_new_dummyZhouyang Jia1-0/+12
2018-06-18gpio: davinci: Do not assume continuous IRQ numberingKeerthy1-21/+42
2018-06-18gpio: davinci: Shuffle IRQ resource fetching from DT to beginning of probeKeerthy1-18/+11
2018-06-18gpio: Fix wrong rounding in gpio-menz127Nadav Amit1-2/+2
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook6-14/+16
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-08Merge tag 'gpio-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds45-280/+537
2018-06-07Merge tag 'pinctrl-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-0/+10
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-4/+2
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook1-2/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+1
2018-06-05gpio: madera: Support Cirrus Logic Madera class codecsRichard Fitzgerald3-0/+213
2018-05-30gpio: davinci: fix build warning when !CONFIG_OFSekhar Nori1-2/+0
2018-05-24gpio: pxa: Include the right headerLinus Walleij1-1/+1
2018-05-24gpio: pl061: Include the right headerLinus Walleij1-1/+1
2018-05-24gpio: pch: Include the right headerLinus Walleij1-1/+1
2018-05-24gpio: pcf857x: Include the right headerLinus Walleij1-1/+1
2018-05-24gpio: pca953x: Include the right headerLinus Walleij1-1/+1
2018-05-24gpio: palmas: Include the right headerLinus Walleij1-1/+1
2018-05-24gpio: omap: Include the right headerLinus Walleij1-1/+1
2018-05-24gpio: octeon: Include the right headerLinus Walleij1-1/+1
2018-05-24gpio: mxs: Switch to SPDX identifierFabio Estevam1-21/+7
2018-05-24gpio: Remove VLA from stmpe driverLaura Abbott1-1/+8
2018-05-24gpio: mxc: Switch to SPDX identifierFabio Estevam1-21/+8
2018-05-24gpio: mxc: add clock operationAnson Huang1-0/+14
2018-05-24gpiolib: discourage gpiochip_add_pin[group]_range for DT pinctrlsChristian Lamparter1-0/+10
2018-05-23gpio: Remove VLA from gpiolibLaura Abbott3-18/+72
2018-05-23gpio: aspeed: Use a cache of output data registersBenjamin Herrenschmidt1-2/+19
2018-05-23gpio: aspeed: Set output latch before changing directionBenjamin Herrenschmidt1-2/+1
2018-05-23gpio: pca953x: fix address calculation for pcal6524H. Nikolaus Schaller1-2/+6
2018-05-23gpio: pca953x: define masks for addressing common and extended registersH. Nikolaus Schaller1-0/+4
2018-05-23gpio: pca953x: set the PCA_PCAL flag also when matching by DTH. Nikolaus Schaller1-2/+3
2018-05-23gpio: pca953x: Clear irq trigger type on irq shutdownGrigoryev Denis1-0/+10
2018-05-23gpio: zynq: Setup chip->base based on alias IDMichal Simek1-1/+1
2018-05-23gpio: dwapb: Rework support for 1 interrupt per port A GPIOPhil Edworthy1-31/+22
2018-05-23gpio: syscon: allow fetching syscon from parent nodeHeiko Stuebner1-0/+2
2018-05-23gpio: zynq: simplifly getting drvdataShubhrajyoti Datta1-4/+2
2018-05-23gpio: zynq: Remove call to platform_get_irqShubhrajyoti Datta1-4/+2
2018-05-16gpio: Convert to use match_string() helperAndy Shevchenko1-5/+2
2018-05-16gpio: pca953x: add more register definitions for pcal6524H. Nikolaus Schaller1-0/+6
2018-05-16gpio: pca953x: add more register definitions for pcal953xH. Nikolaus Schaller1-0/+4
2018-05-16gpio: pca953x: convert register constants to hexH. Nikolaus Schaller1-15/+15
2018-05-16gpio: ge: Fix build warningThierry Reding1-1/+1
2018-05-16gpiolib: fix gpiochip_machine_hog()Dan Carpenter1-1/+1