summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/gpio.c
Commit message (Expand)AuthorAgeFilesLines
* staging: greybus: fix checkpatch unsigned warningsRoman Sommer2017-01-161-12/+12
* Staging: greybus: gpio: Use gbphy_dev->dev instead of bundle->devViresh Kumar2016-10-171-4/+2
* drivers/staging/greybus: gpio.c - Fixed a checkpatch generated warningChase Metzger2016-09-271-2/+1
* staging: greybus: gpio: remove KERNEL_VERSION checksGreg Kroah-Hartman2016-09-191-9/+1
* greybus: gpio: create irqdomain before registering gpio controllerViresh Kumar2016-09-051-9/+9
* greybus: gpio: Add runtime_pm suppourtAxel Haslam2016-07-141-5/+25
* greybus: Remove extra blank linesViresh Kumar2016-06-101-1/+0
* greybus: gbphy: Remove protocol specific version handlingViresh Kumar2016-05-311-4/+0
* greybus: gpbridge: rename 'gpbridge' to 'gbphy' everywhereSandeep Patil2016-05-191-27/+27
* greybus: gpio: Create separate moduleViresh Kumar2016-05-141-1/+4
* greybus: GPIO: convert to a gpbridge driverGreg Kroah-Hartman2016-05-051-34/+66
* greybus: convert drivers to use connection->private set/getGreg Kroah-Hartman2016-03-221-3/+3
* greybus: gpbridge.h: move protocol init/exit prototypesGreg Kroah-Hartman2016-03-031-0/+1
* greybus: gpio: handle api changes for 4.5 kernel releaseGreg Kroah-Hartman2016-02-241-0/+4
* greybus: gpio: use bundle device for error messagesGreg Kroah-Hartman2016-02-241-22/+25
* greybus: gpio: use the bundle struct device instead of the connectorGreg Kroah-Hartman2015-10-151-5/+6
* greybus: gpio: handle set_irq_flags api changeJohan Hovold2015-10-141-7/+0
* greybus: gpio: fix generic_handle_irq_desc api changeRui Miguel Silva2015-10-011-1/+1
* greybus: gpio: handle api change in generic_handle_irq_desc()Greg Kroah-Hartman2015-09-301-0/+4
* greybus: gpio: Drop get_version supportViresh Kumar2015-08-111-10/+0
* greybus: gpio: Use (already defined) major/minor macrosViresh Kumar2015-08-101-2/+2
* greybus: gpio: Print expected/actual payload size on mismatchViresh Kumar2015-08-101-1/+2
* greybus: Rename gb_gpbridge_protocol_driver() as gb_builtin_protocol_driver()Viresh Kumar2015-07-011-1/+1
* greybus: gpio: add irq-type definesJohan Hovold2015-05-281-1/+13
* greybus: gpio: fix interrupt protocolJohan Hovold2015-05-261-1/+1
* greybus: gpio: fix atomic sleep when using interruptsJohan Hovold2015-05-261-25/+90
* greybus: gpio: rename irq mask and unmask callbacksJohan Hovold2015-05-261-4/+4
* greybus: gpio: use irq-domain lookupsJohan Hovold2015-05-261-3/+3
* greybus: gpio: don't call irq-flow handler directlyJohan Hovold2015-05-261-2/+1
* greybus: gpio: remove unused irq-ack operationJohan Hovold2015-05-261-16/+0
* greybus: gpio: fix debugfs outputJohan Hovold2015-05-261-6/+0
* greybus: include "gpbridge.h" from "greybus.h"Alex Elder2015-05-231-1/+0
* greybus: Use gb_gpbridge_protocol_init()Viresh Kumar2015-05-201-9/+1
* greybus: gpio: fix tab/space mistakeViresh Kumar2015-05-201-1/+1
* greybus: Move briged phy structure definitions into gpbridge.hJohn Stultz2015-04-101-104/+1
* greybus: operation: refactor response handlingJohan Hovold2015-03-301-21/+8
* greybus: gpio: fix missing response on request errorsJohan Hovold2015-03-301-10/+17
* greybus: gpio: fix null-deref on unexpected irq requestsJohan Hovold2015-03-301-0/+8
* greybus: gpio: fix null-deref on short irq requestsJohan Hovold2015-03-301-0/+6
* greybus: gpio: add error messages to callbacks not propagating errorsJohan Hovold2015-03-191-5/+18
* greybus: gpio: refuse to set value of input pinsJohan Hovold2015-03-191-3/+7
* greybus: gpio: clean up line-state allocationJohan Hovold2015-03-191-5/+2
* greybus: gpio: use dev_err and dev_warnJohan Hovold2015-03-191-20/+29
* greybus: gpio: fix error handlingJohan Hovold2015-03-191-35/+14
* greybus: gpio: make gb_gpio_controller pointer naming consistentJohan Hovold2015-03-191-43/+43
* greybus: gpio: remove unnecessary explicit castJohan Hovold2015-03-191-1/+1
* greybus: gpio: remove overly defensive argument verificationJohan Hovold2015-03-191-22/+0
* greybus: gpio: remove redundant argument verificationJohan Hovold2015-03-191-24/+0
* greybus: gpio: remove incorrect todo commentsJohan Hovold2015-03-191-2/+2
* greybus: gpio: fix truncated debounce timesJohan Hovold2015-03-191-2/+2
OpenPOWER on IntegriCloud