cascardo/linux.git
2014-10-11 John Stultzgreybus: Changes required for integrating into the...
2014-10-07 Greg Kroah... greybus: greybus_manifest.h: add BSD license so that...
2014-10-07 Greg Kroah... greybus: svc_msg.h: add bsd license to file so that...
2014-10-07 Greg Kroah... greybus: greybus_id.h: checkpatch cleanup
2014-10-07 Greg Kroah... greybus: greybus.h: remove transfer_flags
2014-10-07 Greg Kroah... greybus: connection: properly lock idr
2014-10-06 Matt Portergreybus: fix gb_manifest_parse() successful return...
2014-10-06 Marti Bolivargreybus: gb_hd_connection_find(): fix "not found" case
2014-10-06 Matt Portergreybus: fix manifest parsing problem with descriptor...
2014-10-06 Alex Eldergreybus: get rid of gbuf->hdpriv
2014-10-06 Alex Eldergreybus: kill __alloc_gbuf()
2014-10-06 Alex Eldergreybus: use alloc_gbuf_data() for both directions
2014-10-06 Alex Eldergreybus: allocate gbufs using the connection
2014-10-06 Alex Eldergreybus: look up connection for recevied messages
2014-10-06 Alex Eldergreybus: add bg_hd_connection_find()
2014-10-06 Alex Eldergreybus: bury some dead code
2014-10-06 Alex Eldergreybus: fix two misnamed functions
2014-10-05 Greg Kroah... greybus: manifest.c: minor sparse cleanup
2014-10-04 Alex Eldergreybus: define gb_connection_err()
2014-10-04 Alex Eldergreybus: add a connection->private field
2014-10-04 Alex Eldergreybus: specify type when creating an operation
2014-10-04 Alex Eldergreybus: gbuf: have caller set actual_length
2014-10-04 Alex Eldergreybus: fix module setup
2014-10-04 Alex Eldergreybus: use ida for cport id allocation
2014-10-04 Alex Eldergreybus: fix greybus_class_type symbol names
2014-10-04 Alex Eldergreybus: fix some hasty bugs
2014-10-03 Matt Portergreybus: implement core module removal path
2014-10-03 Matt Portergreybus: fix gb_add_module() by enabling the device_add()
2014-10-03 Greg Kroah... greybus: manifest: some minor sparse warning fixups.
2014-10-03 Greg Kroah... greybus: operation: fix endian issue in the operation...
2014-10-03 Alex Eldergreybus: record connection protocol
2014-10-03 Alex Eldergreybus: get rid of functions now...
2014-10-03 Alex Eldergreybus: allocate connection host cport id
2014-10-03 Alex Eldergreybus: create host device cport id map
2014-10-03 Alex Eldergreybus: October 1 updates
2014-10-03 Alex Eldergreybus: fix connection header declarations
2014-10-03 Alex Eldergreybus: kill off old manifest code
2014-10-03 Alex Eldergreybus: manifest cport descriptor parsing
2014-10-03 Alex Eldergreybus: manifest interface descriptor parsing
2014-10-03 Alex Eldergreybus: start improving manifest parsing
2014-10-03 Alex Eldergreybus: introduce an operation abstraction
2014-10-03 Alex Eldergreybus: introduce a connection abstraction
2014-10-03 Alex Eldergreybus: define greybus function abstraction
2014-10-03 Alex Eldergreybus: define greybus interface abstraction
2014-10-03 Alex Eldergreybus: isolate greybus module code
2014-10-03 Alex Eldergreybus: descriptor type updates
2014-10-01 Matt Portergreybus: fix error message on parse of cport descriptor...
2014-10-01 Matt Portergreybus: remove additional unused fields from the cport...
2014-10-01 Alex Eldergreybus: clarify device vs module
2014-10-01 Greg Kroah... greybus: es1: no BUG_ON() code, report an error and...
2014-10-01 Alex Eldergreybus: kill struct gmod_cport
2014-09-30 Matt Portergreybus: es1-ap-usb: adjust SVC buffer size to handle...
2014-09-30 Alex Eldergreybus: reorder greybus_svc_in() arguments
2014-09-30 Alex Eldergreybus: fix version check
2014-09-30 Alex Eldergreybus: descriptor type is 1 byte
2014-09-30 Alex Eldergreybus: fix the guard in "greybus_manifest.h"
2014-09-30 Alex Eldergreybus: fix document version number
2014-09-30 Alex Eldergreybus: update a few header file comments
2014-09-30 Alex Eldergreybus: some more renames
2014-09-30 Alex Eldergreybus: encapsulate URB status checking
2014-09-30 Matt Portergreybus: update descriptor type enums to match renumber...
2014-09-30 Matt Portergreybus: update string descriptor length field to __u8...
2014-09-30 Matt Portergreybus: remove unused function descriptor fields and...
2014-09-30 Matt Portergreybus: remove serial number descriptor to match spec
2014-09-30 Matt Portergreybus: update descriptor module_id->module to match...
2014-09-24 Greg Kroah... greybus: fix up coding style issue I caused with the...
2014-09-24 Alex Eldergreybus: embed workqueue structure in struct gbuf
2014-09-24 Alex Eldergreybus: get rid of a weird idiom
2014-09-24 Alex Eldergreybus: quick fix for sysfs serial number
2014-09-23 Alex Eldergreybus: rename struct greybus_device
2014-09-23 Alex Eldergreybus: simple fixes
2014-09-22 Matt Portergreybus: initialize all fields in an SVC handshake...
2014-09-22 Matt Portergreybus: es1-ap-usb: fix svc control pipe flags
2014-09-22 Greg Kroah... greybus: core: hook up the hotplug message
2014-09-22 Greg Kroah... greybus: ap: validate the rest of the svc message buffe...
2014-09-22 Greg Kroah... greybus: ap: start validating the message better
2014-09-22 Greg Kroah... greybus: core.c: create empty functions to keep linking...
2014-09-22 Greg Kroah... greybus: greybus.h: add function prototype for add...
2014-09-22 Greg Kroah... greybus: svc_msg.h: add data for hotplug message
2014-09-22 Greg Kroah... greybus: gbuf: clean up logic of who owns what "part...
2014-09-20 Greg Kroah... greybus: gbuf: implement submission logic
2014-09-20 Greg Kroah... greybus: es1: set buffer sizes for messages based on...
2014-09-19 Matt Portergreybus: update GREYBUS_VERSION_[MAJOR|MINOR] to match...
2014-09-19 Matt Portergreybus: move versioning from svc message header to...
2014-09-19 Matt Portergreybus: update svc_msg_header fields and users to...
2014-09-14 Greg Kroah... greybus: fix hd init sequence of setting up parent...
2014-09-14 Greg Kroah... greybus: add test_sink driver
2014-09-14 Greg Kroah... greybus: gbuf: cport in buffer stream logic
2014-09-14 Greg Kroah... greybus: gbuf recieve path work, not done, dinner time...
2014-09-14 Greg Kroah... greybus: devices: endpoint description of device
2014-09-14 Greg Kroah... greybus: es1: functionally complete
2014-09-14 Greg Kroah... greybus: core: verify major/minor number of greybus...
2014-09-14 Greg Kroah... greybus: uart-gb: let the core dynamically allocate...
2014-09-13 Greg Kroah... greybus: tty driver fixes to get init working properly
2014-09-13 Greg Kroah... greybus: es1 endpoint descriptor: minor fixes to get...
2014-09-13 Greg Kroah... greybus: Makefile: add 'check' option to run sparse...
2014-09-13 Greg Kroah... greybus: ap: cleanup of process ap message loop
2014-09-13 Greg Kroah... greybus: ap: convert to workqueue from thread
2014-09-13 Greg Kroah... greybus: es1: handle cport data in and out
2014-09-13 Greg Kroah... greybus: es1: allocate cport out urbs properly
next