summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/core.c
AgeCommit message (Expand)Author
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
2014-11-21greybus: Random spell fixesViresh Kumar
2014-11-21greybus: have greybus allocate its own buffersAlex Elder
2014-11-18greybus: send buffers without gbufsAlex Elder
2014-11-18greybus: cancel buffers via magic cookieAlex Elder
2014-11-18greybus: free space without gbufsAlex Elder
2014-11-18greybus: allocate space without gbufsAlex Elder
2014-11-17greybus: kill the gbuf slab cacheAlex Elder
2014-11-17greybus: get rid of cport_id_map_lockAlex Elder
2014-11-17greybus: use a simple list of hd connectionsAlex Elder
2014-11-15greybus: skeleton for future uevents.Greg Kroah-Hartman
2014-11-14greybus: module: move module specific code to module.cViresh Kumar
2014-11-14greybus: core: re-use gb_module_find() in gb_remove_module()Viresh Kumar
2014-11-14greybus: core: use 'drv' instead of dev->driverViresh Kumar
2014-11-14greybus: core: remove unnecessary bracesViresh Kumar
2014-11-14greybus: Fix missing gb_protocol_exit() on gb_exit()Viresh Kumar