aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/core.c
AgeCommit message (Expand)Author
2015-08-11greybus: Add firmware protocol driverViresh Kumar
2015-07-29greybus: initialize svc connection while creating hdViresh Kumar
2015-07-29greybus: remove submit_svc from the host driverGreg Kroah-Hartman
2015-07-29greybus: get rid of old svc-protocolViresh Kumar
2015-07-29greybus: svc: revert svc changes to keep things working for a while.Greg Kroah-Hartman
2015-07-28greybus: initialize svc connection while creating hdViresh Kumar
2015-07-28greybus: core: clean up ida memory for host controllerGreg Kroah-Hartman
2015-07-27greybus: remove submit_svc from the host driverGreg Kroah-Hartman
2015-07-27greybus: get rid of old svc-protocolViresh Kumar
2015-07-24greybus: svc: connection is created only once nowViresh Kumar
2015-07-13greybus: Cleanup connection leftoversViresh Kumar
2015-07-08greybus: svc: SVC is part of greybus coreViresh Kumar
2015-06-23greybus: Add control protocol supportViresh Kumar
2015-06-16greybus: Revert "greybus: reserve host cport id 0"Greg Kroah-Hartman
2015-06-15greybus: reserve host cport id 0Alex Elder
2015-06-15greybus: rename HOST_DEV_CPORT_ID_MAXAlex Elder
2015-06-10greybus: endo: clean up id assignment codeAlex Elder
2015-06-10greybus: endo: define endo_init() and endo_exit()Alex Elder
2015-06-10greybus: drop some unnecessary headersAlex Elder
2015-06-09greybus: endo: move endo id map declaration to endo.hPhong Tran
2015-06-08greybus: core: rename greybus_deregister()Alex Elder
2015-06-08greybus: Generate greybus wide unique ids for endo devicesViresh Kumar
2015-05-26greybus: Merge branch 'master' of github.com:gregkh/greybusGreg Kroah-Hartman
2015-05-23greybus: update copyrightsAlex Elder
2015-05-23greybus: core: don't set up endo until host device is initializedAlex Elder
2015-05-23greybus: endo: record AP interface idAlex Elder
2015-05-23greybus: core: return error code when creating host deviceAlex Elder
2015-05-23greybus: core: return error code when creating endoAlex Elder
2015-05-23greybus: endo: pass endo_id to gb_endo_create()Alex Elder
2015-05-20greybus: core: add lower-limit for host-device buffersJohan Hovold
2015-05-20greybus: fix host-device buffer constraintsJohan Hovold
2015-05-20greybus: interface: name routines consistentlyViresh Kumar
2015-04-17greybus: MODULE_LICENSE cleanupGreg Kroah-Hartman
2015-04-09greybus: endo: hook up endos into the device treeGreg Kroah-Hartman
2015-04-09greybus: endo: add endo structures and logicGreg Kroah-Hartman
2015-04-07greybus: pass messages to host driversJohan Hovold
2015-04-06greybus: driver corresponds to a bundle, not interfaceViresh Kumar
2015-03-30greybus: debugfs: we shouldn't care if debugfs is working or notGreg Kroah-Hartman
2015-03-24greybus: core: Don't initialize greybus if it is disabledViresh Kumar
2015-03-19greybus: core: place module_{init|exit}() right below the routinesViresh Kumar
2015-01-02greybus: gpb: Create a "GP Bridge" kernel moduleGreg Kroah-Hartman
2014-12-23greybus: add module supportGreg Kroah-Hartman
2014-12-19greybus: greybus_host_device: rename modules -> interfacesGreg Kroah-Hartman
2014-12-19greybus: interface: we really are creating/destroying interfaces not modules.Greg Kroah-Hartman
2014-12-19greybus: interface: rename greybus_interface_block_id to greybus_interface_idGreg Kroah-Hartman
2014-12-19greybus: interface: s/gb_interface_block/gb_interface/gGreg Kroah-Hartman
2014-12-13greybus: bundle: s/gb_interface/gb_bundle/gGreg Kroah-Hartman
2014-12-12greybus: add Linaro copyrightsAlex Elder
2014-12-11greybus: driver matching: Greybus drivers bind to interface blocks, not modulesGreg Kroah-Hartman
2014-12-11greybus: interface_block: s/gb_module/gb_interface_block/Greg Kroah-Hartman