]> git.karo-electronics.de Git - karo-tx-linux.git/history - drivers/staging/greybus/core.c
greybus: Random spell fixes
[karo-tx-linux.git] / drivers / staging / greybus / core.c
2014-11-21 Viresh Kumargreybus: Random spell fixes
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: 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 Greg Kroah-Hartmangreybus: Merge branch 'master' into vibrator-gb
2014-11-18 Alex Eldergreybus: kill the gbuf slab cache
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-15 Greg Kroah-Hartmangreybus: skeleton for future uevents.
2014-11-14 Viresh Kumargreybus: module: move module specific code to module.c
2014-11-14 Viresh Kumargreybus: core: re-use gb_module_find() in gb_remove_mod...
2014-11-14 Viresh Kumargreybus: core: use 'drv' instead of dev->driver
2014-11-14 Viresh Kumargreybus: core: remove unnecessary braces
2014-11-14 Viresh Kumargreybus: Fix missing gb_protocol_exit() on gb_exit()
2014-11-05 Alex Eldergreybus: register preallocated protocols
2014-10-28 Greg Kroah-Hartmangreybus: Remove id_table usages
2014-10-28 Greg Kroah-Hartmangreybus: Merge branch 'master' into driver_model_rework
2014-10-27 Greg Kroah-Hartmangreybus: uart-gb: remove global init functions
2014-10-27 Greg Kroah-Hartmangreybus: core: make greybus_kill_gbuf not return a...
2014-10-27 Greg Kroah-Hartmangreybus: core: check for valid hcd callbacks
2014-10-24 Greg Kroah-Hartmangreybus: hook up greybus to the driver model
2014-10-22 Alex Eldergreybus: only initialize interfaces when up
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 Alex Eldergreybus: improve module cleanup code
2014-10-20 Alex Eldergreybus: remove cports and strings from gb_module
2014-10-20 Viresh Kumargreybus: Fix parameters of core_param()
2014-10-17 Alex Eldergreybus: add device initialization
2014-10-17 Alex Eldergreybus: move receive handling to operation layer
2014-10-17 Alex Eldergreybus: stop init_subdevs stuff
2014-10-17 Alex Eldergreybus: unlock hd mutex on free
2014-10-07 Greg Kroah-Hartmangreybus: connection: properly lock idr
2014-10-06 Alex Eldergreybus: add bg_hd_connection_find()
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 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 Alex Eldergreybus: create host device cport id map
2014-10-03 Alex Eldergreybus: kill off old manifest code
2014-10-03 Alex Eldergreybus: start improving manifest parsing
2014-10-03 Alex Eldergreybus: introduce a connection 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 Alex Eldergreybus: kill struct gmod_cport
2014-09-30 Alex Eldergreybus: fix version check
2014-09-30 Alex Eldergreybus: some more renames
2014-09-30 Matt Portergreybus: update string descriptor length field to __u8...
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: get rid of a weird idiom
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: core.c: create empty functions to keep linking...
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: core: verify major/minor number of greybus...
2014-09-13 Greg Kroah-Hartmangreybus: tty driver fixes to get init working properly
2014-09-10 Greg Kroah-Hartmangreybus: pass appropriate type to create function
2014-09-09 Alex Eldergreybus: fix manifest parsing size bug
2014-09-09 Alex Eldergreybus: validate descriptor sizes
2014-09-09 Alex Eldergreybus: interpret descriptor type properly
2014-09-09 Alex Eldergreybus: call put_device() on error
2014-09-09 Alex Eldergreybus: define struct greybus_manifest
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: minor checkpatch cleanups
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: serial number attribute added
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-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: static module_init/exit functions
2014-08-30 Greg Kroah-Hartmangreybus: start moving the function types into the greyb...
2014-08-11 Greg Kroah-Hartmangreybus: Import most recent greybus code to new repo.