platform/kernel/linux-rpi.git
2015-03-19 Johan Hovoldgreybus: gpio: fix truncated debounce times
2015-03-19 Johan Hovoldgreybus: operation: remove unnecessary cast
2015-03-19 Johan Hovoldgreybus: operation: use dev_err in gb_operation_sync
2015-03-19 Johan Hovoldgreybus: connection: replace custom error function...
2015-03-19 Johan Hovoldgreybus: ap: clean up svc link management error path
2015-03-19 Johan Hovoldgreybus: ap: fix typo in comment
2015-03-19 Johan Hovoldgreybus: ap: fix svc handshake protocol check
2015-03-19 Johan Hovoldgreybus: usb: silence compiler warning
2015-03-19 Viresh Kumargreybus: hid: don't support OUTPUT report over interrup...
2015-03-19 Viresh Kumargreybus: core: place module_{init|exit}() right below...
2015-03-19 Viresh Kumargreybus: interface: remove double underscore from fn...
2015-03-19 Viresh Kumargreybus: operation: Fix comment mistake
2015-03-19 Viresh Kumargreybus: operation: s/status/result to match field...
2015-03-19 Alexandre Bailongreybus: Export greybus debugfs folder
2015-03-17 Johan Hovoldgreybus: uart: remove packed-attribute from line-coding...
2015-03-17 Johan Hovoldgreybus: pwm: fix config-request alignment
2015-03-17 Johan Hovoldgreybus: gpio: fix set-debounce request alignment
2015-03-17 Johan Hovoldgreybus: connection: fix oops after failed init
2015-03-17 Johan Hovoldgreybus: vibrator: fix memory leak in error path
2015-03-17 Johan Hovoldgreybus: pwm: fix memory leak in error path
2015-03-16 Viresh Kumargreybus: hid: add HID class driver
2015-03-12 Viresh Kumargreybus: gpb: Fix print mistakes
2015-03-03 Johan Hovoldgreybus: connection: fix locking in gb_hd_connection_find
2015-03-02 Alexandre Bailongreybus: gpio.c: fix a bad irq number
2015-03-02 Johan Hovoldgreybus: operation: fix locking issues
2015-03-02 Greg Kroah... greybus: es2: fix USB id to not be the same as ES1
2015-02-18 Johan Hovoldgreybus: gpio: fix memory leaks at init and exit
2015-02-18 Matt Portergreybus: gpio: add interrupt handling support
2015-02-14 Johan Hovoldgreybus: bundle: fix sleep-while-atomic in gb_bundle_de...
2015-02-12 Johan Hovoldgreybus: connection: fix non-atomic allocations under...
2015-02-04 Matt Portergreybus: operation: add missing gb_operation_response_s...
2015-01-27 Viresh Kumargreybus: spi:fix sparse warnings
2015-01-27 Michael Scottgreybus: build: android: Fix script which locates ...
2015-01-23 Viresh Kumargreybus: spi: add bridged-PHY spi protocol driver
2015-01-23 Greg Kroah... greybus: es1.c: wait until the last possible minute...
2015-01-23 Greg Kroah... greybus: ap.c: our workqueue should be ordered
2015-01-23 Michael Scottgreybus: build: android: add all greybus modules to...
2015-01-23 Michael Scottgreybus: build: android: replace hard-coded build desti...
2015-01-23 Greg Kroah... greybus: Revert "protocol: dedup protocol find code"
2015-01-23 Greg Kroah... greybus: Revert "protocol.c: fix a kernel panic caused...
2015-01-22 Viresh Kumargreybus: i2c: fix name conflict between function and...
2015-01-22 Viresh Kumargreybus: i2c: fix name conflict between function and...
2015-01-22 Alexandre Bailongreybus: protocol.c: fix a kernel panic caused by __gb_...
2015-01-22 Viresh Kumargreybus: remove unused version-response structs
2015-01-22 Viresh Kumargreybus: create get_version() routines with the help...
2015-01-22 Viresh Kumargreybus: uart: s/REQ/TYPE
2015-01-22 Viresh Kumargreybus: Remove "gb-" prefix from .c files
2015-01-22 Viresh Kumargreybus: Remove "-gb" suffix from .c files
2015-01-21 Greg Kroah... greybus: es2: add ES2 Greybus Host driver
2015-01-21 Greg Kroah... greybus: es1: no need to assign a variable we return...
2015-01-21 Rui Miguel... greybus: protocol: dedup protocol find code
2015-01-21 Rui Miguel... greybus: es1: release urb on error path
2015-01-21 Rui Miguel... greybus: es1: remove useless statement
2015-01-16 Perry Hunggreybus: gb_operation: drop operation refcount on cancel
2015-01-16 Perry Hunggreybus: gb_operation: replace timeout workqueue
2015-01-16 Bill Pembertongreybus: gpio-gb: remove checks for negative offset...
2015-01-16 Bill Pembertongreybus: Add FIXME warnings for possible NULL dereferences
2015-01-16 Bill Pembertongreybus: gb-vibrator: remove useless if in timeout_store()
2015-01-15 Greg Kroah... greybus: Move the es1_ap_desc.c file to Documentation...
2015-01-15 Greg Kroah... greybus: rename es1-ap-usb.ko to gb-es1.ko
2015-01-15 Greg Kroah... greybus: rename battery-gb.c to gb-battery.c
2015-01-15 Greg Kroah... greybus: rename vibrator-gb.ko to gb-vibrator.ko
2015-01-15 Greg Kroah... greybus: rename gpbridge.ko to gb-phy.ko
2015-01-15 Greg Kroah... greybus: Makefile: provide install target
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...
next