cascardo/linux.git
2015-01-14 Alexandre Bailongreybus: i2c-gb: fix bad message size in gb_i2c
2015-01-02 Greg Kroah... greybus: sysfs: put a \n at the end of all sysfs files
2015-01-02 Greg Kroah... greybus: protocol: fix oops when no protocol is assigned
2015-01-02 Greg Kroah... greybus: protocol: name protocols.
2015-01-02 Greg Kroah... greybus: module: get rid of global list of modules
2015-01-02 Greg Kroah... greybus: i2c-gb: move i2c protocol into the gpbridge...
2015-01-02 Greg Kroah... greybus: gpb: Create a "GP Bridge" kernel module
2015-01-02 Greg Kroah... greybus: battery-gb: move the battery protocol out...
2015-01-02 Greg Kroah... greybus: vibrator-gb: move vibrator protocol to a stand...
2015-01-02 Greg Kroah... greybus: protocol: add a module owner to a protocol
2015-01-02 Greg Kroah... greybus: bundle: create GB_DEVICE_ID_BAD
2014-12-24 Greg Kroah... greybus: i2c-gb: split out into a stand-alone kernel...
2014-12-24 Greg Kroah... greybus: protocol: split binding of prototcols to conne...
2014-12-24 Greg Kroah... greybus: export needed symbols for protocols
2014-12-24 Greg Kroah... greybus: protocol: switch gb_protocol_register() to...
2014-12-24 Greg Kroah... greybus: interface: remove global manifest_descs list
2014-12-23 Greg Kroah... greybus: add module support
2014-12-19 Greg Kroah... greybus: interface: rename gb_modules_lock -> gb_interf...
2014-12-19 Greg Kroah... greybus: greybus_host_device: rename modules -> interfaces
2014-12-19 Greg Kroah... greybus: interface: we really are creating/destroying...
2014-12-19 Greg Kroah... greybus: greybus_id.h: minor typo fixes
2014-12-19 Greg Kroah... greybus: interface.h: remove unused #defines
2014-12-19 Greg Kroah... greybus: interface: rename greybus_interface_block_id...
2014-12-19 Greg Kroah... greybus: interface: s/gb_interface_block/gb_interface/g
2014-12-19 Greg Kroah... greybus: rename interface_block.[c|h] -> interface...
2014-12-19 Greg Kroah... greybus: interface_block.c: rename the "interfaces...
2014-12-13 Greg Kroah... greybus: bundle: s/gb_interface/gb_bundle/g
2014-12-13 Greg Kroah... greybus: es1-ap-usb: don't protest when getting -EPROTO...
2014-12-13 Greg Kroah... greybus: bundle: rename interface.[c|h] to bundle....
2014-12-12 Alex Eldergreybus: add Linaro copyrights
2014-12-12 Greg Kroah... greybus: driver matching: Greybus drivers bind to inter...
2014-12-12 Greg Kroah... greybus: interface: document sysfs files
2014-12-12 Greg Kroah... greybus: connection: document the sysfs files
2014-12-12 Greg Kroah... greybus: interface_block: move sysfs files into the...
2014-12-12 Greg Kroah... greybus: sysfs documentation: Document the greybus...
2014-12-12 Greg Kroah... greybus: interface_block: rename the sysfs files to...
2014-12-12 Greg Kroah... greybus: interface_block: s/gb_module/gb_interface_block/
2014-12-12 Greg Kroah... greybus: interface_block: rename module.[c|h] to interf...
2014-12-12 Greg Kroah... greybus: module: remove obsolete gb_tty pointer
2014-12-12 Greg Kroah... greybus: module versions: remove them
2014-12-12 Greg Kroah... greybus: uart-gb.c: don't include module.h
2014-12-12 Alex Eldergreybus: switch cport id used for sends
2014-12-10 Alex Eldergreybus: ENODEV can be an expected error too
2014-12-10 Alex Eldergreybus: define GB_OP_NONEXISTENT
2014-12-09 Greg Kroah... greybus: greybus_manifest.h: add FIXME for version
2014-12-08 Greg Kroah... greybus: battery-gb.c: add new functions from Greybus...
2014-12-03 Alex Eldergreybus: record type in operation structure
2014-12-03 Alex Eldergreybus: use null pointer for empty payload
2014-12-03 Alex Eldergreybus: only record message payload size
2014-12-03 Alex Eldergreybus: don't let i2c code assume non-null payload...
2014-12-03 Alex Eldergreybus: set up connection->private properly
2014-12-03 Alex Eldergreybus: fix an error message
2014-12-03 Alex Eldergreybus: introduce gb_operation_request_send_sync()
2014-12-03 Alex Eldergreybus: make op_cycle atomic (again)
2014-12-03 Alex Eldergreybus: get rid of pending operations list
2014-12-03 Alex Eldergreybus: don't use 0 as an operation id
2014-12-02 Alex Eldergreybus: define the invalid operation type symbolically
2014-12-02 Alex Eldergreybus: fix a bug in gb_operation_sync()
2014-12-02 Alex Eldergreybus: use little-endian in PWM requests
2014-12-02 Alex Eldergreybus: send operation response messages
2014-12-02 Alex Eldergreybus: introduce gb_operation_errno_map()
2014-12-02 Alex Eldergreybus: activate incoming request handling
2014-12-02 Alex Eldergreybus: set result in gb_operation_response_send()
2014-12-02 Alex Eldergreybus: create a slab cache for simple messages
2014-12-02 Alex Eldergreybus: enforce a buffer headroom maximum size
2014-12-02 Alex Eldergreybus: introduce gb_operation_message_init()
2014-12-02 Alex Eldergreybus: use operation type 0 to signal incoming data
2014-12-02 Alex Eldergreybus: enforce non-zero operation type requirement
2014-12-02 Alex Eldergreybus: pass result in gb_connection_recv_response()
2014-12-02 Alex Eldergreybus: short message is OK for errors
2014-12-02 Alex Eldergreybus: move copy of incoming request data
2014-12-02 Greg Kroah... greybus: operation: fix up sparse warning
2014-12-02 Alex Eldergreybus: always drop reference in gb_operation_work()
2014-12-02 Alex Eldergreybus: drop gfp_mask from gb_message_send()
2014-12-02 Alex Eldergreybus: renumber operation result values
2014-12-02 Alex Eldergreybus: define -EILSEQ to mean implementation error
2014-12-02 Alex Eldergreybus: enforce max representable message size
2014-12-02 Alex Eldergreybus: use outgoing flag when creating operation
2014-12-02 Greg Kroah... greybus: usb-gb: import a "buildable" version of the...
2014-11-25 Alex Eldergreybus: protect cookie with a mutex
2014-11-25 Alex Eldergreybus: ignore a null cookie when canceling buffer
2014-11-25 Alex Eldergreybus: update operation result atomically
2014-11-25 Alex Eldergreybus: enforce receive buffer size
2014-11-25 Alex Eldergreybus: fix some error codes
2014-11-25 Alex Eldergreybus: use special operation result valus
2014-11-25 Alex Eldergreybus: first operation error prevails
2014-11-25 Alex Eldergreybus: encapsulate operation result access
2014-11-25 Greg Kroah... greybus: uart-gb: clean up send_line_coding
2014-11-24 Viresh Kumargreybus: es1-ap-usb: don't use 'es1' after it is freed
2014-11-24 Greg Kroah... greybus: pwm-gb: convert to use gb_operation_sync
2014-11-24 Greg Kroah... greybus: i2c-gb: convert to use gb_operation_sync
2014-11-24 Greg Kroah... greybus: gpio-gb: convert to use gb_operation_sync
2014-11-24 Greg Kroah... greybus: uart-gb: convert to use gb_operation_sync
2014-11-24 Greg Kroah... greybus: vibrator-gb: convert to use gb_operation_sync
2014-11-24 Greg Kroah... greybus: battery-gb: convert to use gb_operation_sync
2014-11-24 Greg Kroah... greybus: operation: create gb_operation_sync for sendin...
2014-11-22 Alex Eldergreybus: rework synchronous operation completion
2014-11-22 Alex Eldergreybus: kill gb_operation_wait()
2014-11-22 Alex Eldergreybus: cancel whole operation on interrupt
2014-11-22 Alex Eldergreybus: cancel operation on timeout
next