aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/i2c.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-26staging: greybus: Parenthesis alignmentCristian Sicilia1-10/+11
2017-11-11staging: greybus: Remove redundant license textGreg Kroah-Hartman1-2/+0
2017-11-11staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2016-07-14greybus: i2c: add runtime pm supportDavid Lin1-0/+13
2016-05-31greybus: gbphy: Remove protocol specific version handlingViresh Kumar1-4/+0
2016-05-19greybus: gpbridge: rename 'gpbridge' to 'gbphy' everywhereSandeep Patil1-19/+19
2016-05-14greybus: i2c : Create separate moduleViresh Kumar1-1/+4
2016-05-05greybus: I2C: convert to a gpbridge driverGreg Kroah-Hartman1-21/+50
2016-03-22greybus: convert drivers to use connection->private set/getGreg Kroah-Hartman1-2/+2
2016-03-03greybus: gpbridge.h: move protocol init/exit prototypesGreg Kroah-Hartman1-0/+1
2016-03-03greybus: remove gb_i2c_retries_operationMichael Mogenson1-31/+2
2016-03-03greybus: remove gb_i2c_timeout_operationMichael Mogenson1-27/+4
2016-02-11greybus: i2c: add bundle-device prefix to error messagesJohan Hovold1-3/+6
2015-10-15greybus: i2c: use the bundle struct device instead of the connectorGreg Kroah-Hartman1-2/+2
2015-09-29greybus: operation: remove gb_operation_destroyJohan Hovold1-1/+2
2015-08-11greybus: i2c: Drop get_version supportViresh Kumar1-10/+0
2015-08-10greybus: i2c: Use (already defined) major/minor macrosViresh Kumar1-2/+2
2015-07-01greybus: operation: allow atomic operation allocationsJohan Hovold1-1/+1
2015-07-01greybus: Rename gb_gpbridge_protocol_driver() as gb_builtin_protocol_driver()Viresh Kumar1-1/+1
2015-05-23greybus: include "gpbridge.h" from "greybus.h"Alex Elder1-2/+0
2015-05-20greybus: Use gb_gpbridge_protocol_init()Viresh Kumar1-9/+1
2015-04-10greybus: Move briged phy structure definitions into gpbridge.hJohn Stultz1-55/+2
2015-03-19greybus: connection: replace custom error function with dev_errJohan Hovold1-2/+2
2015-01-22greybus: i2c: fix name conflict between function and struct: gb_i2c_transfer_requestViresh Kumar1-3/+3
2015-01-22greybus: i2c: fix name conflict between function and struct: gb_i2c_transfer_responseViresh Kumar1-2/+2
2015-01-22greybus: remove unused version-response structsViresh Kumar1-6/+0
2015-01-22greybus: create get_version() routines with the help of a macroViresh Kumar1-25/+3
2015-01-22greybus: Remove "-gb" suffix from .c filesViresh Kumar1-0/+450