greybus: driver matching: Greybus drivers bind to interface blocks, not modules
[cascardo/linux.git] / drivers / staging / greybus / greybus.h
2014-12-12 Greg Kroah-Hartmangreybus: driver matching: Greybus drivers bind to inter...
2014-12-12 Greg Kroah-Hartmangreybus: interface_block: move sysfs files into the...
2014-12-12 Greg Kroah-Hartmangreybus: interface_block: rename the sysfs files to...
2014-12-12 Greg Kroah-Hartmangreybus: interface_block: s/gb_module/gb_interface_block/
2014-12-12 Greg Kroah-Hartmangreybus: interface_block: rename module.[c|h] to interf...
2014-12-02 Alex Eldergreybus: enforce a buffer headroom maximum size
2014-11-21 Alex Eldergreybus: have greybus allocate its own buffers
2014-11-18 Greg Kroah-Hartmangreybus: Merge branch 'master' into vibrator-gb
2014-11-18 Alex Eldergreybus: kill the last gbuf remnants
2014-11-18 Alex Eldergreybus: send buffers without gbufs
2014-11-18 Alex Eldergreybus: cancel buffers via magic cookie
2014-11-18 Alex Eldergreybus: free space without gbufs
2014-11-18 Alex Eldergreybus: allocate space without gbufs
2014-11-18 Alex Eldergreybus: improve data buffer alignment
2014-11-18 Greg Kroah-Hartmangreybus: Merge branch 'master' into vibrator-gb
2014-11-18 Alex Eldergreybus: kill off the last of gbuf.c
2014-11-18 Alex Eldergreybus: kill the gbuf slab cache
2014-11-18 Alex Eldergreybus: move gbuf initialization to caller
2014-11-18 Alex Eldergreybus: move the definition of struct gbuf
2014-11-18 Alex Eldergreybus: kill gbuf->kref
2014-11-18 Alex Eldergreybus: kill greybus_{get,put}_gbuf()
2014-11-17 Alex Eldergreybus: get rid of cport_id_map_lock
2014-11-17 Alex Eldergreybus: use a simple list of hd connections
2014-11-17 Alex Eldergreybus: record the host device in a gbuf
2014-11-17 Alex Eldergreybus: record a gbuf's destination CPort id
2014-11-17 Alex Eldergreybus: delete some lines in "greybus.h"
2014-11-15 Greg Kroah-Hartmangreybus: skeleton for future uevents.
2014-11-14 Viresh Kumargreybus: module: move module specific code to module.c
2014-11-14 Matt Portergreybus: remove unused gb_connection_handler externs
2014-11-06 Alex Eldergreybus: kill gbuf->complete
2014-11-06 Alex Eldergreybus: get rid of greybus_gbuf_finished()
2014-11-06 Alex Eldergreybus: remove gbuf->context
2014-11-06 Alex Eldergreybus: record gbuf->operation
2014-11-06 Alex Eldergreybus: get rid of gbuf->actual_length
2014-11-06 Alex Eldergreybus: kill old cport handler code
2014-10-29 Alex Eldergreybus: introduce protocol abstraction
2014-10-28 Greg Kroah-Hartmangreybus: Merge branch 'master' into driver_model_rework
2014-10-28 Greg Kroah-Hartmangreybus: sdio-gb: convert to the connection interface.
2014-10-28 Alex Eldergreybus: begin abstracting connection operations
2014-10-27 Greg Kroah-Hartmangreybus: uart-gb: remove global init functions
2014-10-27 Greg Kroah-Hartmangreybus: uart-gb: convert over to the connection interface
2014-10-27 Greg Kroah-Hartmangreybus: core: make greybus_kill_gbuf not return a...
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...
next