aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 6-14/+16
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-06-08Merge tag 'gpio-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 45-285/+542
2018-06-07Merge tag 'pinctrl-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+10
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-4/+2
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsGravatar Kees Cook 1-2/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyGravatar Kees Cook 1-2/+1
2018-05-30gpio: davinci: fix build warning when !CONFIG_OFGravatar Sekhar Nori 1-2/+0
2018-05-24gpio: pxa: Include the right headerGravatar Linus Walleij 1-1/+1
2018-05-24gpio: pl061: Include the right headerGravatar Linus Walleij 1-1/+1
2018-05-24gpio: pch: Include the right headerGravatar Linus Walleij 1-1/+1
2018-05-24gpio: pcf857x: Include the right headerGravatar Linus Walleij 1-1/+1
2018-05-24gpio: pca953x: Include the right headerGravatar Linus Walleij 1-1/+1
2018-05-24gpio: palmas: Include the right headerGravatar Linus Walleij 1-1/+1
2018-05-24gpio: omap: Include the right headerGravatar Linus Walleij 1-1/+1
2018-05-24gpio: octeon: Include the right headerGravatar Linus Walleij 1-1/+1
2018-05-24gpio: mxs: Switch to SPDX identifierGravatar Fabio Estevam 1-21/+7
2018-05-24gpio: Remove VLA from stmpe driverGravatar Laura Abbott 1-1/+8
2018-05-24gpio: mxc: Switch to SPDX identifierGravatar Fabio Estevam 1-21/+8
2018-05-24gpio: mxc: add clock operationGravatar Anson Huang 1-0/+14
2018-05-24gpiolib: discourage gpiochip_add_pin[group]_range for DT pinctrlsGravatar Christian Lamparter 1-0/+10
2018-05-23gpio: Remove VLA from gpiolibGravatar Laura Abbott 3-18/+72
2018-05-23gpio: aspeed: Use a cache of output data registersGravatar Benjamin Herrenschmidt 1-2/+19
2018-05-23gpio: aspeed: Set output latch before changing directionGravatar Benjamin Herrenschmidt 1-2/+1
2018-05-23gpio: pca953x: fix address calculation for pcal6524Gravatar H. Nikolaus Schaller 1-2/+6
2018-05-23gpio: pca953x: define masks for addressing common and extended registersGravatar H. Nikolaus Schaller 1-0/+4
2018-05-23gpio: pca953x: set the PCA_PCAL flag also when matching by DTGravatar H. Nikolaus Schaller 1-2/+3
2018-05-23gpio: pca953x: Clear irq trigger type on irq shutdownGravatar Grigoryev Denis 1-0/+10
2018-05-23gpio: zynq: Setup chip->base based on alias IDGravatar Michal Simek 1-1/+1
2018-05-23gpio: dwapb: Rework support for 1 interrupt per port A GPIOGravatar Phil Edworthy 1-31/+22
2018-05-23gpio: syscon: allow fetching syscon from parent nodeGravatar Heiko Stuebner 1-0/+2
2018-05-23gpio: zynq: simplifly getting drvdataGravatar Shubhrajyoti Datta 1-4/+2
2018-05-23gpio: zynq: Remove call to platform_get_irqGravatar Shubhrajyoti Datta 1-4/+2
2018-05-16gpio: Convert to use match_string() helperGravatar Andy Shevchenko 1-5/+2
2018-05-16gpio: pca953x: add more register definitions for pcal6524Gravatar H. Nikolaus Schaller 1-0/+6
2018-05-16gpio: pca953x: add more register definitions for pcal953xGravatar H. Nikolaus Schaller 1-0/+4
2018-05-16gpio: pca953x: convert register constants to hexGravatar H. Nikolaus Schaller 1-16/+16
2018-05-16gpio: ge: Fix build warningGravatar Thierry Reding 1-1/+1
2018-05-16gpiolib: fix gpiochip_machine_hog()Gravatar Dan Carpenter 1-1/+1
2018-05-16gpio: xlp: Use of_device_get_match_data()Gravatar Thierry Reding 1-8/+1
2018-05-16gpio: vf610: Use of_device_get_match_data()Gravatar Thierry Reding 1-3/+1
2018-05-16gpio: ts4900: Use of_device_get_match_data()Gravatar Thierry Reding 1-6/+1
2018-05-16gpio: syscon: Use of_device_get_match_data()Gravatar Thierry Reding 1-6/+1
2018-05-16gpio: pxa: Use of_device_get_match_data()Gravatar Thierry Reding 1-7/+1
2018-05-16gpio: pca953x: Use of_device_get_match_data()Gravatar Thierry Reding 1-6/+4
2018-05-16gpio: palmas: Use of_device_get_match_data()Gravatar Thierry Reding 1-5/+1
2018-05-16gpio: mxs: Use of_device_get_match_data()Gravatar Thierry Reding 1-3/+1
2018-05-16gpio: ingenic: Use of_device_get_match_data()Gravatar Thierry Reding 1-3/+1
2018-05-16gpio: ge: Use of_device_get_match_data()Gravatar Thierry Reding 1-3/+1
2018-05-16gpio: dwapb: Use of_device_get_match_data()Gravatar Thierry Reding 1-7/+1