summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/gpio.c
AgeCommit message (Expand)Author
2025-04-15staging: greybus: use new GPIO line value setter callbacksBartosz Golaszewski
2024-11-04staging: greybus: gpio: use gpiochip_get_dataRosen Penev
2024-07-19Merge tag 'staging-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-06-24staging: greybus: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-11gpiolib: Remove data-less gpiochip_add() functionAndrew Davis
2023-03-25staging: greybus: Inline gpio_chip_to_gb_gpio_controller()Sumitra Sharma
2023-01-17staging: greybus: gpio: Replace macro irq_data_to_gpio_chip with functionBrent Pappas
2022-03-02staging: greybus: gpio: Use generic_handle_irq_safe().Sebastian Andrzej Siewior
2020-07-28staging: greybus: gpio: Use irqchip templateLinus Walleij
2020-03-10staging: greybus: Fix the irq API abuseThomas Gleixner
2019-08-27staging: greybus: move core include files to include/linux/greybus/Greg Kroah-Hartman
2019-01-15staging: greybus: gpio: switch GPIO portions to use GPIOLIB_IRQCHIPNishad Kamdar
2018-11-26staging: greybus: Parenthesis alignmentCristian Sicilia
2017-11-11staging: greybus: Remove redundant license textGreg Kroah-Hartman
2017-11-11staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman
2017-02-22Merge tag 'staging-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-02-12staging: greybus: fix "line over 80 characters" coding style issuesGioh Kim
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg
2017-01-16staging: greybus: fix checkpatch unsigned warningsRoman Sommer
2016-10-17Staging: greybus: gpio: Use gbphy_dev->dev instead of bundle->devViresh Kumar
2016-09-27drivers/staging/greybus: gpio.c - Fixed a checkpatch generated warningChase Metzger
2016-09-19staging: greybus: gpio: remove KERNEL_VERSION checksGreg Kroah-Hartman
2016-09-05greybus: gpio: create irqdomain before registering gpio controllerViresh Kumar
2016-07-14greybus: gpio: Add runtime_pm suppourtAxel Haslam
2016-06-10greybus: Remove extra blank linesViresh Kumar
2016-05-31greybus: gbphy: Remove protocol specific version handlingViresh Kumar
2016-05-19greybus: gpbridge: rename 'gpbridge' to 'gbphy' everywhereSandeep Patil
2016-05-14greybus: gpio: Create separate moduleViresh Kumar
2016-05-05greybus: GPIO: convert to a gpbridge driverGreg Kroah-Hartman
2016-03-22greybus: convert drivers to use connection->private set/getGreg Kroah-Hartman
2016-03-03greybus: gpbridge.h: move protocol init/exit prototypesGreg Kroah-Hartman
2016-02-24greybus: gpio: handle api changes for 4.5 kernel releaseGreg Kroah-Hartman
2016-02-24greybus: gpio: use bundle device for error messagesGreg Kroah-Hartman
2015-10-15greybus: gpio: use the bundle struct device instead of the connectorGreg Kroah-Hartman
2015-10-14greybus: gpio: handle set_irq_flags api changeJohan Hovold
2015-10-01greybus: gpio: fix generic_handle_irq_desc api changeRui Miguel Silva
2015-09-30greybus: gpio: handle api change in generic_handle_irq_desc()Greg Kroah-Hartman
2015-08-11greybus: gpio: Drop get_version supportViresh Kumar
2015-08-10greybus: gpio: Use (already defined) major/minor macrosViresh Kumar
2015-08-10greybus: gpio: Print expected/actual payload size on mismatchViresh Kumar
2015-07-01greybus: Rename gb_gpbridge_protocol_driver() as gb_builtin_protocol_driver()Viresh Kumar
2015-05-28greybus: gpio: add irq-type definesJohan Hovold
2015-05-26greybus: gpio: fix interrupt protocolJohan Hovold
2015-05-26greybus: gpio: fix atomic sleep when using interruptsJohan Hovold
2015-05-26greybus: gpio: rename irq mask and unmask callbacksJohan Hovold
2015-05-26greybus: gpio: use irq-domain lookupsJohan Hovold
2015-05-26greybus: gpio: don't call irq-flow handler directlyJohan Hovold
2015-05-26greybus: gpio: remove unused irq-ack operationJohan Hovold
2015-05-26greybus: gpio: fix debugfs outputJohan Hovold
2015-05-23greybus: include "gpbridge.h" from "greybus.h"Alex Elder