platform/kernel/linux-rpi.git
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 Matt Portergreybus: fix error message on parse of cport descriptor...
2014-10-01 Matt Portergreybus: remove additional unused fields from the cport...
2014-10-01 Alex Eldergreybus: clarify device vs module
2014-10-01 Greg Kroah... greybus: es1: no BUG_ON() code, report an error and...
2014-10-01 Alex Eldergreybus: kill struct gmod_cport
2014-09-30 Matt Portergreybus: es1-ap-usb: adjust SVC buffer size to handle...
2014-09-30 Alex Eldergreybus: reorder greybus_svc_in() arguments
2014-09-30 Alex Eldergreybus: fix version check
2014-09-30 Alex Eldergreybus: descriptor type is 1 byte
2014-09-30 Alex Eldergreybus: fix the guard in "greybus_manifest.h"
2014-09-30 Alex Eldergreybus: fix document version number
2014-09-30 Alex Eldergreybus: update a few header file comments
2014-09-30 Alex Eldergreybus: some more renames
2014-09-30 Alex Eldergreybus: encapsulate URB status checking
2014-09-30 Matt Portergreybus: update descriptor type enums to match renumber...
2014-09-30 Matt Portergreybus: update string descriptor length field to __u8...
2014-09-30 Matt Portergreybus: remove unused function descriptor fields and...
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 Greg Kroah... greybus: fix up coding style issue I caused with the...
2014-09-24 Alex Eldergreybus: embed workqueue structure in struct gbuf
2014-09-24 Alex Eldergreybus: get rid of a weird idiom
2014-09-24 Alex Eldergreybus: quick fix for sysfs serial number
2014-09-23 Alex Eldergreybus: rename struct greybus_device
2014-09-23 Alex Eldergreybus: simple fixes
2014-09-22 Matt Portergreybus: initialize all fields in an SVC handshake...
2014-09-22 Matt Portergreybus: es1-ap-usb: fix svc control pipe flags
2014-09-22 Greg Kroah... greybus: core: hook up the hotplug message
2014-09-22 Greg Kroah... greybus: ap: validate the rest of the svc message buffe...
2014-09-22 Greg Kroah... greybus: ap: start validating the message better
2014-09-22 Greg Kroah... greybus: core.c: create empty functions to keep linking...
2014-09-22 Greg Kroah... greybus: greybus.h: add function prototype for add...
2014-09-22 Greg Kroah... greybus: svc_msg.h: add data for hotplug message
2014-09-22 Greg Kroah... greybus: gbuf: clean up logic of who owns what "part...
2014-09-20 Greg Kroah... greybus: gbuf: implement submission logic
2014-09-20 Greg Kroah... greybus: es1: set buffer sizes for messages based on...
2014-09-19 Matt Portergreybus: update GREYBUS_VERSION_[MAJOR|MINOR] to match...
2014-09-19 Matt Portergreybus: move versioning from svc message header to...
2014-09-19 Matt Portergreybus: update svc_msg_header fields and users to...
2014-09-14 Greg Kroah... greybus: fix hd init sequence of setting up parent...
2014-09-14 Greg Kroah... greybus: add test_sink driver
2014-09-14 Greg Kroah... greybus: gbuf: cport in buffer stream logic
2014-09-14 Greg Kroah... greybus: gbuf recieve path work, not done, dinner time...
2014-09-14 Greg Kroah... greybus: devices: endpoint description of device
2014-09-14 Greg Kroah... greybus: es1: functionally complete
2014-09-14 Greg Kroah... greybus: core: verify major/minor number of greybus...
2014-09-14 Greg Kroah... greybus: uart-gb: let the core dynamically allocate...
2014-09-13 Greg Kroah... greybus: tty driver fixes to get init working properly
2014-09-13 Greg Kroah... greybus: es1 endpoint descriptor: minor fixes to get...
2014-09-13 Greg Kroah... greybus: Makefile: add 'check' option to run sparse...
2014-09-13 Greg Kroah... greybus: ap: cleanup of process ap message loop
2014-09-13 Greg Kroah... greybus: ap: convert to workqueue from thread
2014-09-13 Greg Kroah... greybus: es1: handle cport data in and out
2014-09-13 Greg Kroah... greybus: es1: allocate cport out urbs properly
2014-09-13 Greg Kroah... greybus: es1: add the start of cport urb handling.
2014-09-13 Greg Kroah... greybus: AP: move a bunch of svc message handling logic...
2014-09-11 Greg Kroah... greybus: Merge branch 'master' of github.com:gregkh...
2014-09-11 Greg Kroah... greybus: Fix build errors on older kernels.
2014-09-11 Greg Kroah... greybus: fix endian issue in sysfs.c
2014-09-10 Greg Kroah... greybus: 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-09 Greg Kroah... greybus: es1: forgot to free our urb on disconnect
2014-09-09 Greg Kroah... greybus: es1: finialized USB device structure
2014-09-09 Greg Kroah... greybus: es1_ap_desc.c: updated ES1 USB device descriptor
2014-09-07 Greg Kroah... greybus: minor whitespace cleanups to make checkpatch...
2014-09-07 Greg Kroah... greybus: battery FIXME added
2014-09-07 Greg Kroah... greybus: add battery module
2014-09-07 Greg Kroah... greybus: first cut at parsing svc messages sent to...
2014-09-07 Greg Kroah... greybus: more hd work
2014-09-06 Greg Kroah... greybus: host controller additions
2014-09-06 Greg Kroah... greybus: add es1_ap_desc.c to describe the ES1 USB...
2014-09-06 Greg Kroah... greybus: uart-gb: remove unneeded THIS_MODULE setting
2014-09-06 Marti Bolivargreybus: uart-gb.c: dynamically allocate device numbers
2014-09-06 Marti Bolivargreybus: uart-gb.c: replace alloc_tty_driver with tty_a...
2014-09-02 Greg Kroah... greybus: add proper packing to all greybus message...
2014-09-02 Greg Kroah... greybus: minor checkpatch cleanups
2014-09-02 Greg Kroah... greybus: split sysfs functions out to separate file.
2014-09-02 Greg Kroah... greybus: greybus_string()
2014-09-02 Greg Kroah... greybus: module id attributes
2014-09-02 Greg Kroah... greybus: serial number attribute added
2014-09-02 Greg Kroah... greybus: sysfs attributes for functions and more driver...
2014-09-01 Greg Kroah... greybus: start parsing descriptor fields
2014-09-01 Greg Kroah... greybus: start parsing descriptor structures
2014-09-01 Greg Kroah... greybus: export gb_new_ap_msg so that the es1 module...
2014-09-01 Greg Kroah... greybus: turn off warnings for es1-ap-usb.c to make...
2014-09-01 Greg Kroah... greybus: get field names right for descriptors
2014-09-01 Greg Kroah... greybus: s/greybus_device_id/greybus_module_id/g
2014-09-01 Greg Kroah... greybus: more changes due to name changes in the greybu...
2014-09-01 Greg Kroah... greybus: greybus.h: tiny movement around
2014-09-01 Greg Kroah... greybus: header file s/u8/__u8/g
2014-09-01 Greg Kroah... greybus: greybus_desc.h created
2014-09-01 Greg Kroah... greybus: split svc msg out into separate header file
next