platform/kernel/linux-rpi.git
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
2014-11-22 Alex Eldergreybus: minor tweak in gb_connection_recv_response()
2014-11-22 Alex Eldergreybus: add a reference to pending operations
2014-11-22 Alex Eldergreybus: handle data send errors in workqueue
2014-11-22 Alex Eldergreybus: abandon incoming requests for now
2014-11-22 Alex Eldergreybus: use errno for operation result
2014-11-21 Viresh Kumargreybus: Random spell fixes
2014-11-21 Alex Eldergreybus: rename greybus_cport_in()
2014-11-21 Alex Eldergreybus: define greybus_data_sent()
2014-11-21 Alex Eldergreybus: embed message buffer into message structure
2014-11-21 Alex Eldergreybus: dynamically allocate requests and responses
2014-11-21 Alex Eldergreybus: rename message buffer fields
2014-11-21 Alex Eldergreybus: have greybus allocate its own buffers
2014-11-21 Alex Eldergreybus: complete overflow responses
2014-11-21 Alex Eldergreybus: fix a timeout race
2014-11-21 Alex Eldergreybus: drop a now-empty structure
2014-11-20 Greg Kroah... greybus: add -Wall to the build flags
2014-11-20 Greg Kroah... greybus: pwm-gb.c: fix up missing { } for else
2014-11-20 Greg Kroah... greybus: uart-gb: fix up typo from previous patch movin...
2014-11-20 Alex Eldergreybus: remove status from all responses
2014-11-20 Alex Eldergreybus: define gb_operation_status_map()
2014-11-20 Alex Eldergreybus: send operation result in response message...
2014-11-20 Alex Eldergreybus: distinguish incoming from outgoing requests
2014-11-20 Alex Eldergreybus: get rid of uart request_operation()
2014-11-20 Greg Kroah... greybus: uart-gb: handle throttle/unthrottle properly
2014-11-20 Alex Eldergreybus: fix vibrator request_operation()
2014-11-20 Alex Eldergreybus: fix uart request_operation()
2014-11-20 Alex Eldergreybus: fix battery_operation()
2014-11-19 Viresh Kumargreybus: operation: don't complete operation twice
2014-11-19 Alex Eldergreybus: refactor gb_connection_recv()
2014-11-19 Alex Eldergreybus: use "operation_id" for certain values
2014-11-19 Alex Eldergreybus: get rid of message status
2014-11-19 Alex Eldergreybus: tidy up svc_in_callback() and cport_in_callback()
2014-11-19 Alex Eldergreybus: explicitly mark cookies as opaque
2014-11-19 Viresh Kumargreybus: ap: function_id is already set by svc_msg_alloc()
2014-11-19 Viresh Kumargreybus: Pass '*ptr' to sizeof() wherever possible
2014-11-19 Viresh Kumargreybus: ap: keep all svc function routines together
2014-11-19 Viresh Kumargreybus: ap: remove extra parameter to convert_ap_message()
2014-11-19 Greg Kroah... greybus: vibrator-gb.c: fix up incorrect comment
2014-11-18 Greg Kroah... greybus: Merge branch 'master' into vibrator-gb
2014-11-18 Alex Eldergreybus: pass gfp_flags for message allocation
2014-11-18 Alex Eldergreybus: stop storing dest_cport_id in message
2014-11-18 Alex Eldergreybus: stop storing hd in message
2014-11-18 Alex Eldergreybus: kill the last gbuf remnants
2014-11-18 Alex Eldergreybus: rework receve handling
2014-11-18 Alex Eldergreybus: cancel messages, not gbufs
2014-11-18 Alex Eldergreybus: send messages, not gbufs
2014-11-18 Alex Eldergreybus: rework message initialization
2014-11-18 Alex Eldergreybus: send buffers without gbufs
2014-11-18 Alex Eldergreybus: stash hd as context for all URBs
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 Alex Eldergreybus: fill in destination data at send time
2014-11-18 Alex Eldergreybus: improve data buffer alignment
2014-11-18 Alex Eldergreybus: prepend cport byte for all gbufs
2014-11-18 Alex Eldergreybus: fix an allocation flag bug
2014-11-18 Greg Kroah... greybus: vibrator-gb: fix up api changes
2014-11-18 Greg Kroah... greybus: Merge branch 'master' into vibrator-gb
2014-11-18 Alex Eldergreybus: kill off the last of gbuf.c
2014-11-18 Alex Eldergreybus: kill the gbuf slab cache
next