summaryrefslogtreecommitdiff
path: root/include/linux/gpio/driver.h
AgeCommit message (Expand)AuthorFilesLines
2021-07-29gpiolib: convert 'devprop_gpiochip_set_names' to support multiple gpiochip ba...Sergio Paracuellos1-0/+4
2021-05-05Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+6
2021-03-29gpio: guard gpiochip_irqchip_add_domain() with GPIOLIB_IRQCHIPÁlvaro Fernández Rojas1-0/+9
2021-03-26gpiolib: some edits of kernel docs for clarityRandy Dunlap1-6/+6
2020-10-28gpio: Retire the explicit gpio irqchip codeLinus Walleij1-71/+0
2020-09-14gpiolib: unexport devprop_gpiochip_set_names()Bartosz Golaszewski1-2/+0
2020-09-14gpiolib: generalize devprop_gpiochip_set_names() for device propertiesBartosz Golaszewski1-2/+1
2020-08-04gpio: don't use same lockdep class for all devm_gpiochip_add_data usersAhmad Fatoum1-2/+11
2020-07-23gpio: Correct kernel-doc inconsistencyColton Lewis1-4/+4
2020-07-01Merge tag 'gpio-updates-for-v5.9-part1' of git://git.kernel.org/pub/scm/linux...Linus Walleij1-1/+1
2020-06-21gpiolib: Introduce for_each_requested_gpio_in_range() macroAndy Shevchenko1-0/+16
2020-06-15gpio: driver.h: fix kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-06-03gpiolib: Introduce gpiochip_irqchip_add_domain()Michael Walle1-0/+3
2020-05-29gpio: gpiolib: Allow GPIO IRQs to lazy disableMaulik Shah1-0/+13
2020-04-29gpio: Make "offset" and "unsigned int", not just "unsigned"Douglas Anderson1-13/+13
2020-04-29gpio: Document proper return value for gpio driversDouglas Anderson1-3/+3
2020-03-31gpio: Rename variable in core APIsLinus Walleij1-69/+69
2020-03-25gpio: mmio: introduce BGPIOF_NO_SET_ON_INPUTChuanhong Guo1-0/+1
2020-01-29Merge tag 'pinctrl-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-5/+0
2020-01-23gpio: Drop the chained IRQ handler assign functionLinus Walleij1-5/+0
2020-01-17Merge branch 'fixup-thunderx-hierarchy' into develLinus Walleij1-13/+10
2020-01-16gpio: Fix the no return statement warningKevin Hao1-0/+2
2020-01-15gpiolib: Add support for the irqdomain which doesn't use irq_fwspec as argKevin Hao1-13/+8
2020-01-07gpiolib: convert the type of hwnum to unsigned int in gpiochip_get_desc()Bartosz Golaszewski1-1/+2
2019-11-13gpiolib: Introduce ->add_pin_ranges() callbackAndy Shevchenko1-0/+5
2019-11-07gpio: Add definition for GPIO directionMatti Vaittinen1-0/+3
2019-10-15gpiolib: Initialize the hardware with a callbackAndy Shevchenko1-0/+8
2019-09-11gpio: Initialize the irqchip valid_mask with a callbackLinus Walleij1-4/+10
2019-09-05gpio: Fix up merge collision in include fileLinus Walleij1-1/+2
2019-09-03Merge tag 'gpio-v5.4-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Walleij1-21/+7
2019-08-23gpio: Move gpiochip_lock/unlock_as_irq to gpio/driver.hYueHaibing1-3/+16
2019-08-20gpio: Use callback presence to determine need of valid_maskLinus Walleij1-9/+0
2019-08-20gpio: Pass mask and size with the init_valid_mask()Linus Walleij1-1/+3
2019-08-20gpio: stubs in headers should be inlineStephen Rothwell1-2/+2
2019-08-15gpio: Add support for hierarchical IRQ domainsLinus Walleij1-0/+111
2019-07-30gpio: remove less important #ifdef around declarationsMasahiro Yamada1-19/+8
2019-07-14Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-0/+2
2019-07-04gpiolib: Document new gpio_chip.init_valid_mask fieldGeert Uytterhoeven1-0/+2
2019-06-27gpio: Add comments on #if/#else/#endifEnrico Weigelt1-8/+8
2019-06-14gpio: Drop the parent_irq from gpio_irq_chipLinus Walleij1-7/+0
2019-06-13gpio: Fix build warnings on undefined struct pinctrl_devEnrico Weigelt1-0/+2
2019-06-08gpio: pass lookup and descriptor flags to request_ownLinus Walleij1-1/+3
2019-05-11Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-6/+9
2019-04-08gpio: mmio: Drop bgpio_dir_invertedLinus Walleij1-4/+0
2019-04-04gpio: mmio: Support two direction registersLinus Walleij1-4/+11
2019-03-24gpiolib: export devprop_gpiochip_set_names()Jan Kundrát1-0/+3
2019-01-24gpio: add irq domain activate/deactivate functionsBrian Masney1-0/+5
2018-12-14gpio: Pass a flag to gpiochip_request_own_desc()Linus Walleij1-1/+3
2018-11-17gpio: drop broken to_gpio_irq_chip() helperJohan Hovold1-5/+0
2018-11-05gpio: drop devm_gpiochip_remove()Uwe Kleine-König1-1/+0