aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/gpio.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-15staging: greybus: gpio: switch GPIO portions to use GPIOLIB_IRQCHIPGravatar Nishad Kamdar 1-146/+10
2018-11-26staging: greybus: Parenthesis alignmentGravatar Cristian Sicilia 1-19/+20
2017-11-11staging: greybus: Remove redundant license textGravatar Greg Kroah-Hartman 1-2/+0
2017-11-11staging: greybus: add SPDX identifiers to all greybus driver filesGravatar Greg Kroah-Hartman 1-0/+1
2017-02-22Merge tag 'staging-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-12/+13
2017-02-12staging: greybus: fix "line over 80 characters" coding style issuesGravatar Gioh Kim 1-1/+2
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsGravatar Mika Westerberg 1-6/+9
2017-01-16staging: greybus: fix checkpatch unsigned warningsGravatar Roman Sommer 1-12/+12
2016-10-17Staging: greybus: gpio: Use gbphy_dev->dev instead of bundle->devGravatar Viresh Kumar 1-4/+2
2016-09-27drivers/staging/greybus: gpio.c - Fixed a checkpatch generated warningGravatar Chase Metzger 1-2/+1
2016-09-19staging: greybus: gpio: remove KERNEL_VERSION checksGravatar Greg Kroah-Hartman 1-9/+1
2016-09-05greybus: gpio: create irqdomain before registering gpio controllerGravatar Viresh Kumar 1-9/+9
2016-07-14greybus: gpio: Add runtime_pm suppourtGravatar Axel Haslam 1-5/+25
2016-06-10greybus: Remove extra blank linesGravatar Viresh Kumar 1-1/+0
2016-05-31greybus: gbphy: Remove protocol specific version handlingGravatar Viresh Kumar 1-4/+0
2016-05-19greybus: gpbridge: rename 'gpbridge' to 'gbphy' everywhereGravatar Sandeep Patil 1-27/+27
2016-05-14greybus: gpio: Create separate moduleGravatar Viresh Kumar 1-1/+4
2016-05-05greybus: GPIO: convert to a gpbridge driverGravatar Greg Kroah-Hartman 1-34/+66
2016-03-22greybus: convert drivers to use connection->private set/getGravatar Greg Kroah-Hartman 1-3/+3
2016-03-03greybus: gpbridge.h: move protocol init/exit prototypesGravatar Greg Kroah-Hartman 1-0/+1
2016-02-24greybus: gpio: handle api changes for 4.5 kernel releaseGravatar Greg Kroah-Hartman 1-0/+4
2016-02-24greybus: gpio: use bundle device for error messagesGravatar Greg Kroah-Hartman 1-22/+25
2015-10-15greybus: gpio: use the bundle struct device instead of the connectorGravatar Greg Kroah-Hartman 1-5/+6
2015-10-14greybus: gpio: handle set_irq_flags api changeGravatar Johan Hovold 1-7/+0
2015-10-01greybus: gpio: fix generic_handle_irq_desc api changeGravatar Rui Miguel Silva 1-1/+1
2015-09-30greybus: gpio: handle api change in generic_handle_irq_desc()Gravatar Greg Kroah-Hartman 1-0/+4
2015-08-11greybus: gpio: Drop get_version supportGravatar Viresh Kumar 1-10/+0
2015-08-10greybus: gpio: Use (already defined) major/minor macrosGravatar Viresh Kumar 1-2/+2
2015-08-10greybus: gpio: Print expected/actual payload size on mismatchGravatar Viresh Kumar 1-1/+2
2015-07-01greybus: Rename gb_gpbridge_protocol_driver() as gb_builtin_protocol_driver()Gravatar Viresh Kumar 1-1/+1
2015-05-28greybus: gpio: add irq-type definesGravatar Johan Hovold 1-1/+13
2015-05-26greybus: gpio: fix interrupt protocolGravatar Johan Hovold 1-1/+1
2015-05-26greybus: gpio: fix atomic sleep when using interruptsGravatar Johan Hovold 1-25/+90
2015-05-26greybus: gpio: rename irq mask and unmask callbacksGravatar Johan Hovold 1-4/+4
2015-05-26greybus: gpio: use irq-domain lookupsGravatar Johan Hovold 1-3/+3
2015-05-26greybus: gpio: don't call irq-flow handler directlyGravatar Johan Hovold 1-2/+1
2015-05-26greybus: gpio: remove unused irq-ack operationGravatar Johan Hovold 1-16/+0
2015-05-26greybus: gpio: fix debugfs outputGravatar Johan Hovold 1-6/+0
2015-05-23greybus: include "gpbridge.h" from "greybus.h"Gravatar Alex Elder 1-1/+0
2015-05-20greybus: Use gb_gpbridge_protocol_init()Gravatar Viresh Kumar 1-9/+1
2015-05-20greybus: gpio: fix tab/space mistakeGravatar Viresh Kumar 1-1/+1
2015-04-10greybus: Move briged phy structure definitions into gpbridge.hGravatar John Stultz 1-104/+1
2015-03-30greybus: operation: refactor response handlingGravatar Johan Hovold 1-21/+8
2015-03-30greybus: gpio: fix missing response on request errorsGravatar Johan Hovold 1-10/+17
2015-03-30greybus: gpio: fix null-deref on unexpected irq requestsGravatar Johan Hovold 1-0/+8
2015-03-30greybus: gpio: fix null-deref on short irq requestsGravatar Johan Hovold 1-0/+6
2015-03-19greybus: gpio: add error messages to callbacks not propagating errorsGravatar Johan Hovold 1-5/+18
2015-03-19greybus: gpio: refuse to set value of input pinsGravatar Johan Hovold 1-3/+7
2015-03-19greybus: gpio: clean up line-state allocationGravatar Johan Hovold 1-5/+2
2015-03-19greybus: gpio: use dev_err and dev_warnGravatar Johan Hovold 1-20/+29