platform/kernel/linux-rpi.git
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
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
next