greybus: gbuf: implement gbuf_kill_gbuf()
[cascardo/linux.git] / drivers / staging / greybus / greybus.h
2014-10-27 Greg Kroah-Hartmangreybus: gbuf: implement gbuf_kill_gbuf()
2014-10-24 Greg Kroah-Hartmangreybus: hook up greybus to the driver model
2014-10-22 Alex Eldergreybus: make svc_set_route_send() public
2014-10-22 Greg Kroah-Hartmangreybus: module: fix double free of module
2014-10-21 Greg Kroah-Hartmangreybus: Merge branch 'gregkh_work' into master
2014-10-21 Matt Portergreybus: ap: add support for the AP Device ID unipro...
2014-10-21 Alex Eldergreybus: improve module cleanup code
2014-10-20 Greg Kroah-Hartmangreybus: battery: some hooking up to the greybus core
2014-10-17 Alex Eldergreybus: initial operations-based GPIO driver
2014-10-17 Alex Eldergreybus: kill off gbuf work queue
2014-10-17 Alex Eldergreybus: add device initialization
2014-10-17 Alex Eldergreybus: stop init_subdevs stuff
2014-10-17 Alex Eldergreybus: drop hd arg from submit_gbuf method
2014-10-07 Greg Kroah-Hartmangreybus: greybus.h: remove transfer_flags
2014-10-07 Greg Kroah-Hartmangreybus: connection: properly lock idr
2014-10-06 Alex Eldergreybus: get rid of gbuf->hdpriv
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: add bg_hd_connection_find()
2014-10-06 Alex Eldergreybus: bury some dead code
2014-10-04 Alex Eldergreybus: use ida for cport id allocation
2014-10-04 Alex Eldergreybus: fix some hasty bugs
2014-10-03 Alex Eldergreybus: get rid of functions now...
2014-10-03 Alex Eldergreybus: create host device cport id map
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 Alex Eldergreybus: kill struct gmod_cport
2014-09-30 Alex Eldergreybus: reorder greybus_svc_in() arguments
2014-09-30 Alex Eldergreybus: some more renames
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 Alex Eldergreybus: embed workqueue structure in struct gbuf
2014-09-23 Alex Eldergreybus: rename struct greybus_device
2014-09-22 Greg Kroah-Hartmangreybus: core: hook up the hotplug message
2014-09-22 Greg Kroah-Hartmangreybus: ap: validate the rest of the svc message buffe...
2014-09-22 Greg Kroah-Hartmangreybus: greybus.h: add function prototype for add...
2014-09-22 Greg Kroah-Hartmangreybus: gbuf: clean up logic of who owns what "part...
2014-09-20 Greg Kroah-Hartmangreybus: gbuf: implement submission logic
2014-09-19 Matt Portergreybus: update GREYBUS_VERSION_[MAJOR|MINOR] to match...
2014-09-14 Greg Kroah-Hartmangreybus: fix hd init sequence of setting up parent...
2014-09-14 Greg Kroah-Hartmangreybus: gbuf: cport in buffer stream logic
2014-09-14 Greg Kroah-Hartmangreybus: gbuf recieve path work, not done, dinner time...
2014-09-13 Greg Kroah-Hartmangreybus: es1: handle cport data in and out
2014-09-13 Greg Kroah-Hartmangreybus: es1: add the start of cport urb handling.
2014-09-13 Greg Kroah-Hartmangreybus: AP: move a bunch of svc message handling logic...
2014-09-09 Alex Eldergreybus: switch to the term "manifest"
2014-09-07 Greg Kroah-Hartmangreybus: add battery module
2014-09-07 Greg Kroah-Hartmangreybus: more hd work
2014-09-06 Greg Kroah-Hartmangreybus: host controller additions
2014-09-02 Greg Kroah-Hartmangreybus: split sysfs functions out to separate file.
2014-09-02 Greg Kroah-Hartmangreybus: greybus_string()
2014-09-02 Greg Kroah-Hartmangreybus: module id attributes
2014-09-02 Greg Kroah-Hartmangreybus: sysfs attributes for functions and more driver...
2014-09-01 Greg Kroah-Hartmangreybus: start parsing descriptor fields
2014-09-01 Greg Kroah-Hartmangreybus: start parsing descriptor structures
2014-09-01 Greg Kroah-Hartmangreybus: get field names right for descriptors
2014-09-01 Greg Kroah-Hartmangreybus: s/greybus_device_id/greybus_module_id/g
2014-09-01 Greg Kroah-Hartmangreybus: greybus.h: tiny movement around
2014-08-31 Greg Kroah-Hartmangreybus: ap message loop added.
2014-08-31 Greg Kroah-Hartmangreybus: register the bus with the driver core and...
2014-08-30 Greg Kroah-Hartmangreybus: hook up sdio, gpio, and tty into the greybus...
2014-08-30 Greg Kroah-Hartmangreybus: start moving the function types into the greyb...
2014-08-11 Greg Kroah-Hartmangreybus: add framework for 'struct gbuf'
2014-08-11 Greg Kroah-Hartmangreybus: greybus.h: tiny coding style cleanups
2014-08-11 Greg Kroah-Hartmangreybus: Import most recent greybus code to new repo.