cascardo/linux.git
2015-07-13 Bryan O'Donoghuegreybus: loopback: make loopback type input equivalent...
2015-07-13 Bryan O'Donoghuegreybus: loopback: remove spurious pr_err in sysfs...
2015-07-13 Bryan O'Donoghuegreybus: loopback: remove magic number in state-machine
2015-07-13 Bryan O'Donoghuegreybus: loopback: Move loopback operation definitions
2015-07-13 Viresh Kumargreybus: Cleanup connection leftovers
2015-07-13 Johan Hovoldgreybus: operation: fix incoming-response corruption
2015-07-13 Johan Hovoldgreybus: operation: fix outgoing-response corruption
2015-07-13 Johan Hovoldgreybus: operation: fix use-after-free in response...
2015-07-13 Johan Hovoldgreybus: operation: fix operation-destroy race
2015-07-08 Greg Kroah... greybus: properly cleanup ida and idr structures when...
2015-07-08 Viresh Kumargreybus: svc: save pointer to struct gb_svc in struct...
2015-07-08 Viresh Kumargreybus: svc: SVC is part of greybus core
2015-07-08 Viresh Kumargreybus: connection: Use connection->dev for printing...
2015-07-08 Viresh Kumargreybus: interface: Fix comment mistake (s/add/init)
2015-07-08 Viresh Kumargreybus: connection: Exit connection before destroying it
2015-07-06 Rui Miguel... greybus: sdio: fix transfer buffer handling and blocks...
2015-07-06 Rui Miguel... greybus: sdio: add need poll to host caps
2015-07-06 Rui Miguel... greybus: sdio: check number of blocks in transfer
2015-07-06 Rui Miguel... greybus: sdio: pass only data pointer to tranfer funtion
2015-07-06 Rui Miguel... greybus: sdio: fix call to stop command if no data...
2015-07-06 Rui Miguel... greybus: sdio: fix return of get_cd and get_ro
2015-07-06 Rui Miguel... greybus: sdio: rework of event handler
2015-07-06 Rui Miguel... greybus: sdio: split cmd_flags to there meaning
2015-07-06 Greg Kroah... greybus: Revert "examples: add manifest file for sdio"
2015-07-06 Rui Miguel... greybus: examples: add manifest file for sdio
2015-07-06 Perry Hunggreybus: makefile: fix unused cflags
2015-07-01 Johan Hovoldgreybus: operation: fix cancellation of responses
2015-07-01 Johan Hovoldgreybus: operation: allocate response before setting...
2015-07-01 Johan Hovoldgreybus: operation: drop redundant oom message
2015-07-01 Johan Hovoldgreybus: operation: remove obsolete operation-field...
2015-07-01 Johan Hovoldgreybus: operation: add unidirectional-operation flag
2015-07-01 Johan Hovoldgreybus: operation: add incoming-operation flag
2015-07-01 Johan Hovoldgreybus: operation: fix cancellation use-after-free
2015-07-01 Johan Hovoldgreybus: operation: make response helper static
2015-07-01 Johan Hovoldgreybus: operation: allow atomic request submissions
2015-07-01 Johan Hovoldgreybus: operation: allow atomic operation allocations
2015-07-01 Johan Hovoldgreybus: operation/esx: fix message-cancellation lifeti...
2015-07-01 Viresh Kumargreybus: bundles: remove gb_bundle(s)_init()
2015-07-01 Viresh Kumargreybus: interface: device_id belongs to the interface
2015-07-01 Viresh Kumargreybus: svc: Drop svc_set_route_send()
2015-07-01 Viresh Kumargreybus: connection: intf_cport_id is local to an interface
2015-07-01 Viresh Kumargreybus: connection: bind protocol after the connection...
2015-07-01 Viresh Kumargreybus: control: Use gb_builtin_protocol_driver()
2015-07-01 Viresh Kumargreybus: Rename gb_gpbridge_protocol_driver() as gb_bui...
2015-07-01 Viresh Kumargreybus: svc: Use macro's for major/minor numbers
2015-07-01 Viresh Kumargreybus: svc: Fix doc-style comment
2015-07-01 Bryan O'Donoghuegreybus: uart: Update UART to reflect field size changes
2015-07-01 Bryan O'Donoghuegreybus: uart: Add support for UART error signals
2015-07-01 Bryan O'Donoghuegreybus: uart: Relocate UART parity/overrun/framing...
2015-07-01 Viresh Kumargreybus: define more greybus classes
2015-06-30 Phong Trangreybus: sdio: correct the usage of mmc request in...
2015-06-30 Phong Trangreybus: sdio: change the order of remove and free...
2015-06-30 Phong Trangreybus: sdio: remove the redefine of sdio major and...
2015-06-30 Mark Greergreybus: gb-audio: Ensure i2c adapter struct exists...
2015-06-25 Johan Hovoldgreybus: esx: fix null-deref on hotplug events
2015-06-25 Rui Miguel... greybus: kernel_ver: add sg copy operations for kernel...
2015-06-25 Rui Miguel... greybus: sdio: fix defines for older kernels
2015-06-24 Viresh Kumargreybus: control: Warn if non-control cport/bundles...
2015-06-24 Viresh Kumargreybus: connection: send [dis]connected events over...
2015-06-24 Viresh Kumargreybus: hotplug function doesn't need to contain manif...
2015-06-24 Viresh Kumargreybus: interface: Get manifest using Control protocol
2015-06-24 Viresh Kumargreybus: Add control protocol support
2015-06-24 Viresh Kumargreybus: manifest: Allow bundles/connections list to...
2015-06-24 Rui Miguel... greybus: sdio: extend sdio implementation
2015-06-24 Rui Miguel... greybus: makefile: add MMC to the required option list
2015-06-19 Bryan O'Donoghuegreybus: uart: Fix sparse warning
2015-06-17 Bryan O'Donoghuegreybus: uart: Latch modem control signals for tciomget
2015-06-17 Greg Kroah... greybus: Revert "greybus: reserve host cport id 0"
2015-06-15 Greg Kroah... greybus: Merge branch alex into Alexandre
2015-06-15 Alexandre Bailongreybus: es2.c: add a control request for endpoints...
2015-06-15 Alexandre Bailongreybus: es2.c: Increase the number of bulk endpoints
2015-06-15 Alexandre Bailongreybus: es2.c: create dedicated struct for cport_in...
2015-06-15 Alexandre Bailongreybus: es2.c: Don't use magic value for USB control...
2015-06-15 Alexandre Bailongreybus: es1.c: Don't use magic value for USB control...
2015-06-15 Alex Eldergreybus: esX: use one byte to encode cport ids in header
2015-06-15 Alex Eldergreybus: reserve host cport id 0
2015-06-15 Alex Eldergreybus: rename HOST_DEV_CPORT_ID_MAX
2015-06-15 Alex Eldergreybus: esX: encapsulate packing cport id into header
2015-06-15 Alex Eldergreybus: introduce cport_id_valid()
2015-06-12 Alex Eldergreybus: manifest: clean up properly when parsing bundles
2015-06-12 Alex Eldergreybus: bundle: fix gb_bundle_destroy()
2015-06-12 Alex Eldergreybus: bundle: refactor gb_bundle_find()
2015-06-12 Alex Eldergreybus: manifest: clean up properly when parsing cports
2015-06-12 Alex Eldergreybus: connection: un-abstract host cport id allocation
2015-06-12 Alex Eldergreybus: connection: drop unneeded gb_protocol_put...
2015-06-12 Alex Eldergreybus: connection: remove extra kfree() call
2015-06-11 Phong Trangreybus: uart: fix the clean up while uart initiates...
2015-06-11 Greg Kroah... greybus: remove __init from .h files
2015-06-11 Viresh Kumargreybus: endo: Fix compilation warning
2015-06-10 Alex Eldergreybus: connection: check for duplicate cport ids
2015-06-10 Alex Eldergreybus: bundle: check for duplicate bundle ids
2015-06-10 Alex Eldergreybus: manifest: rework bundle parsing
2015-06-10 Alex Eldergreybus: manifest: rework cport parsing
2015-06-10 Alex Eldergreybus: manifest: use bundle's embedded interface...
2015-06-10 Alex Eldergreybus: manifest: really minor cleanups
2015-06-10 Alex Eldergreybus: endo: clean up id assignment code
2015-06-10 Alex Eldergreybus: endo: define endo_init() and endo_exit()
2015-06-10 Alex Eldergreybus: tag core init and exit functions
2015-06-10 Alex Eldergreybus: drop some unnecessary headers
2015-06-10 Mark Greergreybus: gb-audio: Reset sample count when CPort deacti...
next