summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
...
| * gpio: make several const arrays static, shrinks object sizeColin Ian King2018-05-162-2/+2
| * gpio: mxc: Remove reliance on <linux/gpio.h>Linus Walleij2018-05-161-6/+3
| * gpio: mvebu: Use the proper APIsLinus Walleij2018-05-161-12/+8
| * gpio: msic: Include the right headerLinus Walleij2018-05-161-1/+1
| * gpio: mm-lantiq: Include the right headerLinus Walleij2018-05-161-1/+1
| * gpio: ml_ioh: Include the right headerLinus Walleij2018-05-161-1/+1
| * gpio: mc9s08dz60: Include the right headerLinus Walleij2018-05-161-1/+1
| * gpio: mc33880: Include the right headerLinus Walleij2018-05-161-1/+1
| * gpio: max730x: Include the right headerLinus Walleij2018-05-161-1/+1
| * gpio: lynxpoint: Include the right headerLinus Walleij2018-05-161-1/+1
| * gpio: lpc32xx: Include the right headerLinus Walleij2018-05-161-2/+1
| * gpio: lp873x: Include the right headerLinus Walleij2018-05-161-1/+1
| * gpio: lp3943: Include the right headerLinus Walleij2018-05-161-1/+1
| * gpio: loongson: Use BIT() macrosLinus Walleij2018-05-161-14/+11
| * gpio: loongson: Create a dynamic platform deviceLinus Walleij2018-05-161-10/+37
| * gpio: loongson: Use right includeLinus Walleij2018-05-161-33/+33
| * gpiolib: add hogs support for machine codeBartosz Golaszewski2018-05-161-0/+67
| * gpio: 104-dio-48e: make array 'ports' static, shrinks object sizeColin Ian King2018-05-161-1/+1
| * gpio: pmic_eic: Add edge trigger emulation for PMIC EICBaolin Wang2018-05-161-2/+56
| * gpio: eic: Add edge trigger emulation for EICBaolin Wang2018-05-161-0/+73
| * gpio: xra1403: Switch to a fixed upper bound for registersLaura Abbott2018-04-271-10/+5
* | Merge tag 'pinctrl-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-071-0/+10
|\ \
| * | gpiolib: discourage gpiochip_add_pin[group]_range for DT pinctrlsChristian Lamparter2018-05-241-0/+10
| |/
* | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-062-4/+2
|\ \
| * | treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook2018-06-061-2/+1
| * | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+1
| |/
* | gpio: pcie-idio-24: Fix off-by-one error in get_multiple loopWilliam Breathitt Gray2018-04-301-1/+1
* | gpio: pcie-idio-24: Fix port memory offset for get_multiple/set_multiple call...William Breathitt Gray2018-04-271-10/+10
* | gpio: pci-idio-16: Fix port memory offset for get_multiple callbackWilliam Breathitt Gray2018-04-271-4/+4
* | gpio: fix error path in lineevent_createUwe Kleine-König2018-04-271-1/+1
* | gpioib: do not free unrequested descriptorsTimur Tabi2018-04-261-2/+3
* | gpio: fix aspeed_gpio unmask irqGovert Overgaauw2018-04-261-1/+1
|/
* Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-051-2/+2
|\
| * gpio: Support gpio nexus dt bindingsStephen Boyd2018-02-121-2/+2
* | Merge tag 'gpio-v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-04-0546-959/+2300
|\ \
| * | gpio: Add Spreadtrum PMIC EIC driver supportBaolin Wang2018-03-273-0/+339
| * | gpio: Add Spreadtrum EIC driver supportBaolin Wang2018-03-273-0/+615
| * | gpio: ath79: Fix potential NULL dereference in ath79_gpio_probe()Wei Yongjun2018-03-271-0/+2
| * | Merge branch 'gpio-reserved-ranges' into develLinus Walleij2018-03-272-5/+85
| |\ \
| | * | gpiolib: Support 'gpio-reserved-ranges' propertyStephen Boyd2018-03-272-0/+70
| | * | gpiolib: Change bitmap allocation to kmalloc_arrayStephen Boyd2018-03-271-1/+1
| | * | gpiolib: Extract mask allocation into subroutineStephen Boyd2018-03-271-5/+15
| * | | gpio: mockup: fix a potential crash when creating debugfs entriesBartosz Golaszewski2018-03-271-1/+1
| * | | gpio: pca953x: add compatibility for pcal6524 and pcal9555aH. Nikolaus Schaller2018-03-271-0/+4
| * | | gpio: dwapb: Add support for a bus clockPhil Edworthy2018-03-271-1/+19
| * | | gpio: Remove VLA from xra1403 driverLaura Abbott2018-03-271-1/+7
| * | | gpio: Remove VLA from MAX3191X driverLaura Abbott2018-03-271-1/+6
| * | | gpio: ws16c48: Implement get_multiple callbackWilliam Breathitt Gray2018-03-261-0/+47
| * | | gpio: gpio-mm: Implement get_multiple callbackWilliam Breathitt Gray2018-03-261-0/+47
| * | | gpio: 104-idi-48: Implement get_multiple callbackWilliam Breathitt Gray2018-03-261-0/+47