aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-20gpio: omap: handle pin config bias flagsDrew Fustini1-5/+11
2020-07-20gpio: pcf857x: Use irqchip templateLinus Walleij1-23/+24
2020-07-20gpio: adp5588: Use irqchip templateLinus Walleij1-15/+24
2020-07-20gpio: adnp: Use irqchip templateLinus Walleij1-47/+48
2020-07-20gpio: stmpe: Use irqchip templateLinus Walleij1-13/+11
2020-07-20gpio: tc35892: Use irqchip templateLinus Walleij1-15/+11
2020-07-17gpio: max77620: Use helper variable and clarifyLinus Walleij1-5/+11
2020-07-16gpio: mmio: replace open-coded for_each_set_bit()Andy Shevchenko1-13/+7
2020-07-16gpio: pca9570: add GPO driver for PCA9570Sungbo Eo3-0/+155
2020-07-16gpio: max77620: Initialize hardware state of interruptsDmitry Osipenko1-0/+25
2020-07-16gpio: max77620: Use irqchip templateDmitry Osipenko1-8/+6
2020-07-16gpio: max77620: Don't shadow error code of platform_get_irq()Dmitry Osipenko1-4/+6
2020-07-16gpio: max77620: Don't set of_nodeDmitry Osipenko1-4/+1
2020-07-16gpio: max77620: Fix missing release of interruptDmitry Osipenko1-2/+3
2020-07-16gpio: max77620: Replace 8 with MAX77620_GPIO_NRDmitry Osipenko1-3/+3
2020-07-12gpiolib: cdev: refactor lineevent cleanup into lineevent_freeKent Gibson1-23/+21
2020-07-12gpiolib: cdev: refactor linehandle cleanup into linehandle_freeKent Gibson1-20/+19
2020-07-12gpiolib: cdev: remove recalculation of offsetKent Gibson1-13/+7
2020-07-12gpiolib: cdev: fix minor race in GET_LINEINFO_WATCHKent Gibson1-5/+5
2020-07-12gpiolib: cdev: rename priv to cdevKent Gibson1-45/+45
2020-07-12gpiolib: cdev: use blocking notifier call chain instead of atomicKent Gibson3-20/+20
2020-07-12gpiolib: cdev: remove pointless decrement of iKent Gibson1-2/+0
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 Walleij24-1206/+1337
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-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-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