platform/kernel/linux-rpi.git
2014-10-22 Alex Eldergreybus: make svc_set_route_send() public
2014-10-22 Alex Eldergreybus: define connection state
2014-10-22 Alex Eldergreybus: define operation_cancel()
2014-10-22 Alex Eldergreybus: time out operation requests
2014-10-22 Greg Kroah... greybus: module: fix double free of module
2014-10-22 Matt Portergreybus: ap: add svc_set_route_send() command and use...
2014-10-22 Matt Portergreybus: svc: remove unneeded fields from the unipro...
2014-10-22 Matt Portergreybus: ap: process the UniPro link up message
2014-10-22 Matt Portergreybus: interface: add gb_interface_find()
2014-10-22 Matt Portergreybus: module: add gb_module_find()
2014-10-21 Greg Kroah... greybus: battery-gb: Allow kernel values to get out...
2014-10-21 Greg Kroah... greybus: battery-gb.c: fix memory leak found by Viresh
2014-10-21 Greg Kroah... greybus: 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-21 Alex Eldergreybus: stash power supply pointer in connection
2014-10-21 Alex Eldergreybus: fix op_cycle logic
2014-10-21 Greg Kroah... greybus: battery-gb: Add battery communication with...
2014-10-20 Alex Eldergreybus: leverage ap_disconnect() in ap_probe()
2014-10-20 Alex Eldergreybus: move ap_disconnect()
2014-10-20 Alex Eldergreybus: remove cports and strings from gb_module
2014-10-20 Alex Eldergreybus: drop gb_* device fields from gb_module
2014-10-20 Alex Eldergreybus: create a slab cache for operations
2014-10-20 Alex Eldergreybus: properly drop device reference
2014-10-20 Viresh Kumargreybus: .gitignore: minor updates
2014-10-20 Viresh Kumargreybus: Fix parameters of core_param()
2014-10-20 Matt Portergreybus: gpio-gb: fix offset error checking and usage
2014-10-20 Greg Kroah... greybus: add LED protocol numbers
2014-10-20 Greg Kroah... greybus: battery: some hooking up to the greybus core
2014-10-20 Matt Portergreybus: gpio-gb: remove unused status field from struc...
2014-10-20 Greg Kroah... greybus: battery-gb: provide accessors for a few more...
2014-10-20 Greg Kroah... greybus: gpio-gb: allow it to build properly for all...
2014-10-20 Greg Kroah... greybus: greybus_manifest.h: fix up class protocol...
2014-10-18 Alex Eldergreybus: report gbuf errors
2014-10-17 Alex Eldergreybus: update gbuf status for completion handlers
2014-10-17 Alex Eldergreybus: add write retry support for i2c
2014-10-17 Alex Eldergreybus: initial operations-based GPIO driver
2014-10-17 Alex Eldergreybus: add i2c driver
2014-10-17 Alex Eldergreybus: kill old cport handlers
2014-10-17 Alex Eldergreybus: kill off gbuf work queue
2014-10-17 Alex Eldergreybus: add device initialization
2014-10-17 Alex Eldergreybus: move receive handling to operation layer
2014-10-17 Alex Eldergreybus: let operation layer examine incoming data
2014-10-17 Alex Eldergreybus: add gb_operation_find()
2014-10-17 Alex Eldergreybus: add response buffer to an operation
2014-10-17 Alex Eldergreybus: stop init_subdevs stuff
2014-10-17 Alex Eldergreybus: drop hd arg from submit_gbuf method
2014-10-17 Alex Eldergreybus: zero all data buffers
2014-10-17 Alex Eldergreybus: don't restrict input buffer size
2014-10-17 Alex Eldergreybus: unlock hd mutex on free
2014-10-17 Alex Eldergreybus: unlock gbuf mutex on free
2014-10-17 Alex Eldergreybus: don't assume subdevs are valid
2014-10-13 Matt Portergreybus: es1-ap-usb: handle -EPROTO in check_urb_status()
2014-10-11 John Stultzgreybus: Changes required for integrating into the...
2014-10-07 Greg Kroah... greybus: greybus_manifest.h: add BSD license so that...
2014-10-07 Greg Kroah... greybus: svc_msg.h: add bsd license to file so that...
2014-10-07 Greg Kroah... greybus: greybus_id.h: checkpatch cleanup
2014-10-07 Greg Kroah... greybus: greybus.h: remove transfer_flags
2014-10-07 Greg Kroah... greybus: connection: properly lock idr
2014-10-06 Matt Portergreybus: fix gb_manifest_parse() successful return...
2014-10-06 Marti Bolivargreybus: gb_hd_connection_find(): fix "not found" case
2014-10-06 Matt Portergreybus: fix manifest parsing problem with descriptor...
2014-10-06 Alex Eldergreybus: get rid of gbuf->hdpriv
2014-10-06 Alex Eldergreybus: kill __alloc_gbuf()
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: look up connection for recevied messages
2014-10-06 Alex Eldergreybus: add bg_hd_connection_find()
2014-10-06 Alex Eldergreybus: bury some dead code
2014-10-06 Alex Eldergreybus: fix two misnamed functions
2014-10-05 Greg Kroah... greybus: manifest.c: minor sparse cleanup
2014-10-04 Alex Eldergreybus: define gb_connection_err()
2014-10-04 Alex Eldergreybus: add a connection->private field
2014-10-04 Alex Eldergreybus: specify type when creating an operation
2014-10-04 Alex Eldergreybus: gbuf: have caller set actual_length
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 greybus_class_type symbol names
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 Greg Kroah... greybus: manifest: some minor sparse warning fixups.
2014-10-03 Greg Kroah... greybus: operation: fix endian issue in the operation...
2014-10-03 Alex Eldergreybus: record connection protocol
2014-10-03 Alex Eldergreybus: get rid of functions now...
2014-10-03 Alex Eldergreybus: allocate connection host cport id
2014-10-03 Alex Eldergreybus: create host device cport id map
2014-10-03 Alex Eldergreybus: October 1 updates
2014-10-03 Alex Eldergreybus: fix connection header declarations
2014-10-03 Alex Eldergreybus: kill off old manifest code
2014-10-03 Alex Eldergreybus: manifest cport descriptor parsing
2014-10-03 Alex Eldergreybus: manifest interface descriptor parsing
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 Matt Portergreybus: fix error message on parse of cport descriptor...
next