aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-12gpiolib: cdev: rename numdescs to num_descsKent Gibson1-10/+10
2020-07-12gpiolib: cdev: rename 'filep' and 'filp' to 'file' to be consistent with other useKent Gibson1-35/+35
2020-07-12gpiolib: cdev: refactor gpiohandle_flags_to_desc_flagsKent Gibson1-41/+19
2020-07-12gpiolib: cdev: minor indentation fixesKent Gibson1-14/+14
2020-07-12gpiolib: cdev: sort includesKent Gibson1-11/+11
2020-07-12gpiolib: move gpiolib-sysfs function declarations into their own headerKent Gibson4-18/+26
2020-07-09Merge branch 'devel' into for-nextLinus Walleij23-1201/+1335
2020-07-08Merge branch 'lee-fixes' into develLinus Walleij8-25/+31
2020-07-08gpio: gpio-mlxbf2.c: Provide __releases() annotation to stop confusing SparseLee Jones1-0/+2
2020-07-08gpio: gpio-mlxbf2: Tell the compiler that ACPI functions may not be useLee Jones1-1/+1
2020-07-08gpio: gpio-mlxbf: Tell the compiler that ACPI functions may not be usedLee Jones1-1/+1
2020-07-08gpio: gpio-it87: Fix formatting issues which confuse kerneldocLee Jones1-7/+7
2020-07-08gpio: gpio-syscon: Fix formatting issues which confuse kerneldocLee Jones1-6/+6
2020-07-08gpio: gpio-sama5d2-piobu: Demote all kerneldoc headers to basic comment blocksLee Jones1-8/+8
2020-07-08gpio: gpio-pmic-eic-sprd: Fix incorrectly named property 'map'Lee Jones1-1/+1
2020-07-08gpio: gpio-altera: Add missing kerneldoc entry and demote commentLee Jones1-1/+2
2020-07-08gpio: gpiolib-of: Provide documentation for of_gpio_spi_cs_get_count()Lee Jones1-0/+3
2020-07-07gpio: aggregator: Use bitmap_parselist() for parsing GPIO offsetsGeert Uytterhoeven1-33/+26
2020-07-07gpio: aggregator: Drop pre-initialization in get_arg()Geert Uytterhoeven1-2/+2
2020-07-02gpio: pch: Move IRQ status message to verbose debug levelAndy Shevchenko1-1/+2
2020-06-30Merge tag 'gpio-updates-for-v5.9-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into develLinus Walleij8-13/+101
2020-06-30gpio: gpio-ml-ioh: Fix missing ':' in 'struct ioh_gpio_reg_dataLee Jones1-1/+1
2020-06-30gpiolib: Deduplicate find_first_zero_bit() callAndy Shevchenko1-6/+4
2020-06-30gpio: omap: Add missing PM ops for suspendTony Lindgren1-0/+26
2020-06-26Merge tag 'gpio-fixes-for-v5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into fixesLinus Walleij1-5/+94
2020-06-24gpio: Drop superfluous dependencies on GPIOLIBGeert Uytterhoeven1-2/+2
2020-06-24gpio: zynq: Remove error prints in EPROBE_DEFERShubhrajyoti Datta1-1/+2
2020-06-24gpio: zynq: Add pmc gpio supportShubhrajyoti Datta1-0/+16
2020-06-24gpio: zynq: Disable the irq if it is not a wakeup sourceShubhrajyoti Datta1-0/+8
2020-06-24gpio: zynq: Add Versal supportShubhrajyoti Datta1-1/+27
2020-06-24gpio: zynq: protect direction in/out with a spinlockGlenn Langedock1-0/+11
2020-06-22gpio: pca953x: Fix GPIO resource leak on Intel Galileo Gen 2Andy Shevchenko1-1/+6
2020-06-22gpio: max732x: remove redundant check from probe()Gaurav Singh1-1/+1
2020-06-20Merge branch 'ib-for-each-requested' into develLinus Walleij2-12/+4
2020-06-20gpio: xra1403: Make use of for_each_requested_gpio()Andy Shevchenko1-6/+2
2020-06-20gpio: mvebu: Make use of for_each_requested_gpio()Andy Shevchenko1-6/+2
2020-06-20gpiolib: split character device into gpiolib-cdevKent Gibson4-1115/+1170
2020-06-20gpio: max732x: remove redundant checkGaurav Singh1-1/+1
2020-06-16gpio: pca953x: disable regmap locking for automatic address incrementingAndy Shevchenko1-0/+1
2020-06-16gpio: pca953x: Fix direction setting when configure an IRQAndy Shevchenko1-2/+4
2020-06-16gpio: pca953x: Override IRQ for one of the expanders on Galileo Gen 2Andy Shevchenko1-0/+79
2020-06-16gpio: pca953x: Synchronize interrupt handler properlyAndy Shevchenko1-3/+5
2020-06-16gpio: pca953x: Add support for the PCAL9535Jan Kiszka1-0/+2
2020-06-16gpio: arizona: put pm_runtime in case of failureNavid Emamdoost1-1/+5
2020-06-16gpio: arizona: handle pm_runtime_get_sync failure caseNavid Emamdoost1-0/+1
2020-06-15drivers: gpio: Fix trivial spellingKieran Bingham1-1/+1
2020-06-15gpio: mpc8xxx: change the gpio interrupt flags.Song Hui1-1/+1
2020-06-15gpiolib: sysfs: use kobj_to_devWang Qing1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-07Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+21