summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-data.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-24gpio: omap: Remove custom PM calls and use cpu_pm insteadTony Lindgren4-96/+116
2018-09-24gpio: omap: Add level wakeup handling for omap4 based SoCsTony Lindgren2-33/+120
2018-09-24gpiolib: Fix array members of same chip processed separatelyJanusz Krzysztofik2-15/+39
2018-09-24gpiolib: Fix missing updates of bitmap indexJanusz Krzysztofik1-5/+6
2018-09-24gpio: htc-egpio: Unique label per chipLinus Walleij1-1/+7
2018-09-20gpio: OF: Remove bad practice examplesLinus Walleij1-15/+9
2018-09-20gpio: OF: Cut painful BNF experiments from bindingsLinus Walleij1-50/+64
2018-09-20gpio: davinci: Move driver local definitions to driverAndrew F. Davis2-28/+28
2018-09-20gpio: davinci: Remove unneeded GPIO macroAndrew F. Davis2-9/+4
2018-09-20gpio: davinci: Allocate the correct amount of memory for controllerAndrew F. Davis1-6/+4
2018-09-20gpio: davinci: Use dev name for label and automatic base selectionAndrew F. Davis1-18/+4
2018-09-20gpio: davinci: Remove unused member of davinci_gpio_controllerAndrew F. Davis1-1/+0
2018-09-17gpio: Get rid of legacy headerLinus Walleij2-9/+2
2018-09-17gpio: wm8xxx: Cut down on boilerplateLinus Walleij3-15/+3
2018-09-17gpio: wm8xxx: Use the right headerLinus Walleij3-3/+3
2018-09-17gpio: xlp: Cut down on boilerplateLinus Walleij1-9/+1
2018-09-17gpio: xlp: Include the right headerLinus Walleij1-1/+1
2018-09-17gpio: vx855: Cut down on boilerplateLinus Walleij1-17/+1
2018-09-17gpio: vx855: Include the right headerLinus Walleij1-1/+1
2018-09-17gpio: viperboard: Cut down on boilerplateLinus Walleij1-6/+1
2018-09-17gpio: viperboard: Include the right headerLinus Walleij1-2/+1
2018-09-17gpio: xtensa: Cut down on boilerplateLinus Walleij1-4/+1
2018-09-17gpio: xtensa: Include the right headerLinus Walleij1-1/+1
2018-09-17gpio: vr41xx: Delete vr41xx_gpio_pullupdown() callbackLinus Walleij2-46/+0
2018-09-17gpio: vr41xx: Cut down on boilerplateLinus Walleij1-14/+1
2018-09-17gpio: vr41xx: Include the right headerLinus Walleij1-1/+1
2018-09-17gpiolib: check if irqchip already has the irq hook replacementsHans Verkuil1-0/+10
2018-09-14gpiolib: use better errno if get_direction is not availableWolfram Sang1-4/+4
2018-09-13gpiolib: Implement fast processing path in get/set arrayJanusz Krzysztofik3-5/+105
2018-09-13gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik15-26/+86
2018-09-13gpiolib: Identify arrays matching GPIO hardwareJanusz Krzysztofik4-2/+92
2018-09-13gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik15-177/+137
2018-09-13gpiolib: Don't support irq sharing for userspaceUwe Kleine-König1-5/+4
2018-09-13gpio: uapi: Grammar s/array/array of/Geert Uytterhoeven1-1/+1
2018-09-12gpio: vf610: Cut down on boilerplateLinus Walleij1-10/+1
2018-09-12gpio: vf610: Include the right headerLinus Walleij1-1/+1
2018-09-11gpio: of: make example syntactically correctWolfram Sang1-4/+4
2018-09-11gpio: of: Handle SPI chipselect legacy bindingsLinus Walleij1-2/+48
2018-09-10gpio-bcm-kona: use new req/relres and dis/enable_irq funcsHans Verkuil1-10/+4
2018-09-10gpio/driver.rst: document gpiochip_disable/enable_irq()Hans Verkuil1-1/+22
2018-09-10gpiolib: override irq_enable/disableHans Verkuil2-4/+53
2018-09-10gpiolib: add flag to indicate if the irq is disabledHans Verkuil3-2/+30
2018-09-10gliolib: set hooks in gpiochip_set_irq_hooks()Hans Verkuil1-24/+21
2018-09-10gpiolib: export gpiochip_irq_reqres/relres()Hans Verkuil2-22/+35
2018-09-10gpio: ep93xx: fix test for end of loopDan Carpenter1-1/+1
2018-09-10gpio: ep93xx: fix incorrect array element size checkColin Ian King1-1/+1
2018-09-10gpio: fix kernel-doc notation warning for 'request_key'Randy Dunlap1-1/+7
2018-09-10gpio: twl6040: Implement .get_direction()Linus Walleij1-0/+7
2018-09-10gpio: twl6040: Use bitopsLinus Walleij1-3/+4
2018-09-10gpio: twl6040: Cut down boilerplateLinus Walleij1-14/+1