aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2015-08-10greybus: pwm: Use (already defined) major/minor macrosViresh Kumar1-2/+2
2015-08-10greybus: i2c: Use (already defined) major/minor macrosViresh Kumar1-2/+2
2015-08-10greybus: hid: Use (already defined) major/minor macrosViresh Kumar1-2/+2
2015-08-10greybus: gpio: Use (already defined) major/minor macrosViresh Kumar1-2/+2
2015-08-10greybus: battery: Use (already defined) major/minor macrosViresh Kumar1-2/+2
2015-08-10greybus: hid: spell fix (s/infomation/information)Viresh Kumar1-1/+1
2015-08-10greybus: sdio: error out only for smaller payloads receivedViresh Kumar1-2/+3
2015-08-10greybus: svc: Handle hotplug request from a workqueueViresh Kumar1-20/+57
2015-08-10greybus: svc: Print expected/actual payload size on mismatchViresh Kumar1-3/+6
2015-08-10greybus: Merge branch 'master' into svcGreg Kroah-Hartman5-41/+65
2015-08-10greybus: gpio: Print expected/actual payload size on mismatchViresh Kumar1-1/+2
2015-08-10greybus: raw: Print expected/actual payload size on mismatchViresh Kumar1-1/+2
2015-08-04greybus: kernel_ver.h: define U32_MAX and U64_MAXAlex Elder1-0/+8
2015-08-03greybus: loopback: fix connection cleanup pathsAlex Elder1-12/+17
2015-08-03greybus: loopback: compute average stats on demand onlyAlex Elder1-4/+5
2015-08-03greybus: loopback: use separate attribute macro for averageAlex Elder1-1/+12
2015-08-03greybus: loopback: all read-only attributes are unsignedAlex Elder1-4/+4
2015-08-03greybus: loopback: error is an unsigned attributeAlex Elder1-1/+1
2015-08-03greybus: loopback: use a 32-bit countAlex Elder1-1/+1
2015-08-03greybus: loopback: record 32-bit min and maxAlex Elder1-5/+5
2015-08-03greybus: loopback: use u32 for stats updateAlex Elder1-1/+1
2015-08-03greybus: loopback: use U64_MAX for initializationAlex Elder1-1/+1
2015-08-03greybus: loopback: drop unneeded casts for void pointersAlex Elder1-9/+5
2015-08-03greybus: looback: fix two typosAlex Elder1-3/+3
2015-08-03greybus: interface: declare gb_interface_destroy()Alex Elder1-0/+1
2015-08-03greybus: svc: Move '{' to a new line in function definitionsViresh Kumar1-1/+2
2015-08-03greybus: Merge branch 'master' into svcGreg Kroah-Hartman2-45/+45
2015-08-03greybus: greybus_protocols: use only type attributes for message packingJohan Hovold1-5/+5
2015-08-03greybus: sdio: fix message packingJohan Hovold1-3/+3
2015-08-03greybus: uart: fix message packingJohan Hovold1-2/+2
2015-08-03greybus: svc: fix message packingJohan Hovold1-4/+4
2015-08-03greybus: greybus_protocols: fix typo in commentJohan Hovold1-1/+1
2015-08-03greybus: operation: Move operation header to greybus_protocols.hViresh Kumar2-30/+30
2015-08-03greybus: operation: Drop alignment attribute from operation message headerViresh Kumar1-2/+2
2015-07-30greybus: Merge branch 'master' into svcGreg Kroah-Hartman1-211/+81
2015-07-30greybus: usb: disable protocol driverJohan Hovold1-0/+12
2015-07-30greybus: usb: implement hub_control callbackJohan Hovold1-11/+31
2015-07-30greybus: usb: fix hc_driver fieldsJohan Hovold1-3/+4
2015-07-30greybus: usb: fix hcd allocation, deregistration and deallocationJohan Hovold1-20/+26
2015-07-30greybus: usb: renumber operation typesJohan Hovold1-3/+3
2015-07-30greybus: usb: clean up driverJohan Hovold1-175/+6
2015-07-30greybus: Revert "connection: remove special check for svc cport id"Greg Kroah-Hartman1-2/+4
2015-07-30greybus: Merge branch 'master' into svc to keep it up to date.Greg Kroah-Hartman1-4/+2
2015-07-30greybus: connection: remove special check for svc cport idViresh Kumar1-4/+2
2015-07-29greybus: initialize svc connection while creating hdViresh Kumar4-13/+15
2015-07-29greybus: remove svc_msg.hViresh Kumar2-158/+0
2015-07-29greybus: es1: create svc connection early enoughViresh Kumar2-12/+12
2015-07-29greybus: interface: make gb_interface_destroy() staticGreg Kroah-Hartman1-3/+3
2015-07-29greybus: remove submit_svc from the host driverGreg Kroah-Hartman4-48/+1
2015-07-29greybus: greybus.h: remove greybus_svc_in()Greg Kroah-Hartman1-1/+0