platform/kernel/linux-rpi.git
2014-11-17 Alex Eldergreybus: kill gb_operation_gbuf_complete()
2014-11-17 Alex Eldergreybus: delete some lines in "greybus.h"
2014-11-17 Alex Eldergreybus: move operation timeout teardown
2014-11-16 Greg Kroah... greybus: Greybus UART connection driver
2014-11-15 Greg Kroah... greybus: skeleton for future uevents.
2014-11-14 Greg Kroah... greybus: Revert "manifest: remove extra loop for findin...
2014-11-14 Greg Kroah... greybus: Revert "manifest: improve print message"
2014-11-14 Viresh Kumargreybus: interface: move gb_module_interface_init(...
2014-11-14 Viresh Kumargreybus: module: move module specific code to module.c
2014-11-14 Viresh Kumargreybus: module: move gb_module_find() to a more logica...
2014-11-14 Viresh Kumargreybus: core: re-use gb_module_find() in gb_remove_mod...
2014-11-14 Viresh Kumargreybus: connection: fix duplicating naming in _gb_hd_c...
2014-11-14 Viresh Kumargreybus: manifest: make sure manifest_descs list is...
2014-11-14 Viresh Kumargreybus: connection: try cancelling operations only...
2014-11-14 Viresh Kumargreybus: nullify dangling pointers
2014-11-14 Viresh Kumargreybus: operation: free resources in the reverse order...
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: manifest: improve print message
2014-11-14 Viresh Kumargreybus: manifest: remove extra loop for finding module...
2014-11-14 Viresh Kumargreybus: connection: free resources properly on failures
2014-11-14 Viresh Kumargreybus: interface: free resources properly on failures
2014-11-14 Viresh Kumargreybus: module: free resources properly on failures
2014-11-14 Viresh Kumargreybus: sysfs: generalize gb_module_attr() to capture...
2014-11-14 Viresh Kumargreybus: debug: mark debug messages with pr_debug(...
2014-11-14 Viresh Kumargreybus: don't set ->dev.driver to NULL when it is...
2014-11-14 Viresh Kumargreybus: Fix missing gb_protocol_exit() on gb_exit()
2014-11-14 Viresh Kumargreybus: manifest: don't free unallocated resources
2014-11-14 Viresh Kumargreybus: manifest: initialize variable during definition
2014-11-14 Viresh Kumargreybus: manifest: no need to initialize 'result'
2014-11-14 Viresh Kumargreybus: gitignore: few more additions
2014-11-14 Matt Portergreybus: remove unused gb_connection_handler externs
2014-11-14 Alex Eldergreybus: pass operation type on request receive
2014-11-14 Alex Eldergreybus: op_cycle doesn't need to be atomic
2014-11-14 Alex Eldergreybus: simplify pending operations tracking
2014-11-14 Alex Eldergreybus: move timeout out of gb_operation_insert()
2014-11-14 Alex Eldergreybus: fix request timeout bug
2014-11-14 Alex Eldergreybus: don't assume PAGE_SIZE for URB size
2014-11-14 Matt Portergreybus: add pwm protocol driver
2014-11-06 Alex Eldergreybus: kill gbuf->complete
2014-11-06 Alex Eldergreybus: move gb_operation_gbuf_complete()
2014-11-06 Alex Eldergreybus: get rid of greybus_gbuf_finished()
2014-11-06 Alex Eldergreybus: remove gbuf->context
2014-11-06 Alex Eldergreybus: record gbuf->operation
2014-11-06 Alex Eldergreybus: get rid of gbuf->actual_length
2014-11-06 Alex Eldergreybus: kill old cport handler code
2014-11-06 Alex Eldergreybus: kill test_sink.c
2014-11-05 Alex Eldergreybus: add an incoming request receive method
2014-11-05 Alex Eldergreybus: move methods into protocol
2014-11-05 Alex Eldergreybus: register preallocated protocols
2014-11-05 Alex Eldergreybus: order the protocols list
2014-11-05 Alex Eldergreybus: count rather than list protocol users
2014-11-05 Alex Eldergreybus: identify protocol by id *and* version
2014-11-05 Alex Eldergreybus: improve some error messages
2014-11-05 Alex Eldergreybus: control printing message
2014-11-05 Alex Eldergreybus: make _gb_protocol_find() static
2014-11-05 Alex Eldergreybus: drop a redundant assignment
2014-11-05 Alex Eldergreybus: fix a bug in gb_operation_gbuf_complete()
2014-10-30 John Stultzgreybus: build: Add -fno-pic for 32bit arm as well
2014-10-29 Greg Kroah... greybus: connection: fix up error patch logic in gb_con...
2014-10-29 Alex Eldergreybus: introduce protocol abstraction
2014-10-29 Alex Eldergreybus: use protocol_id for numeric values
2014-10-29 Alex Eldergreybus: drop the cport id on error
2014-10-28 Matt Portergreybus: connection: call connection_init hook after...
2014-10-28 Matt Portergreybus: module: set device_id when initializing an...
2014-10-28 Greg Kroah... greybus: es1-ap-usb: document the lack of callback...
2014-10-28 Greg Kroah... greybus: Remove id_table usages
2014-10-28 Greg Kroah... greybus: #if 0 cleanups
2014-10-28 Greg Kroah... greybus: Merge branch 'master' into driver_model_rework
2014-10-28 Greg Kroah... greybus: sdio-gb: convert to the connection interface.
2014-10-28 Greg Kroah... greybus: battery-gb: remove some #if 0 code
2014-10-28 Greg Kroah... greybus: uart-gb: mark some functions static
2014-10-28 Alex Eldergreybus: begin abstracting connection operations
2014-10-28 Greg Kroah... greybus: kernel_ver.h: add ATTRIBUTE_GROUPS() macro...
2014-10-27 Greg Kroah... greybus: module: remove unneeded XXX comment about...
2014-10-27 Greg Kroah... greybus: FIXME/XXX removals: We have proper reference...
2014-10-27 Greg Kroah... greybus: uart-gb: remove global init functions
2014-10-27 Greg Kroah... greybus: uart-gb: convert over to the connection interface
2014-10-27 Alex Eldergreybus: embed the i2c adapter struct
2014-10-27 Alex Eldergreybus: gpio: kill gpio_controller->gpio
2014-10-27 Greg Kroah... greybus: operation: make the timeout a per-operation...
2014-10-27 Greg Kroah... greybus: core: make greybus_kill_gbuf not return a...
2014-10-27 Greg Kroah... greybus: core: check for valid hcd callbacks
2014-10-27 Greg Kroah... greybus: gbuf: implement gbuf_kill_gbuf()
2014-10-27 Greg Kroah... greybus: gpio-gb: fix some endian sparse warnings that...
2014-10-27 Greg Kroah... greybus: operation: fix some sparse warnings
2014-10-24 Greg Kroah... greybus: module: don't create duplicate module ids
2014-10-24 Greg Kroah... greybus: i2c: point to the proper parent device
2014-10-24 Greg Kroah... greybus: module: enable all sysfs attributes
2014-10-24 Alex Eldergreybus: fix repeated input errors
2014-10-24 Greg Kroah... greybus: hook up greybus to the driver model
2014-10-22 Alex Eldergreybus: update AP id service message
2014-10-22 Alex Eldergreybus: set route before sending packets
2014-10-22 Matt Portergreybus: svc: remove the DDB function message support
2014-10-22 Alex Eldergreybus: only initialize interfaces when up
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
next