Merge tag 'xtensa-20161005' of git://github.com/jcmvbkbc/linux-xtensa
[cascardo/linux.git] / drivers / staging / greybus / loopback.c
2016-10-06 Linus TorvaldsMerge tag 'xtensa-20161005' of git://github.com/jcmvbkb...
2016-10-05 Linus TorvaldsMerge tag 'staging-4.9-rc1' of git://git./linux/kernel...
2016-09-23 sayli karnikstaging: greybus: Use setup_timer function
2016-09-20 Greg Kroah-HartmanMerge tag 'iio-for-4.9c' of git://git./linux/kernel...
2016-09-19 Greg Kroah-HartmanMerge branch 'greybus' into staging-testing
2016-09-19 Greg Kroah-HartmanMerge greybus driver tree into 4.8-rc6
2016-07-14 Axel Haslamgreybus: loopback: add runtime pm support
2016-05-19 Sandeep Patilgreybus: gpbridge: rename 'gpbridge' to 'gbphy' everywhere
2016-04-29 Johan Hovoldgreybus: loopback: remove unsupported version request
2016-03-17 Bryan O'Donoghuegreybus: Ensure gb->mutex is held when adding timer
2016-03-17 Alexandre Bailongreybus: loopback: Fix broken loopback min values
2016-03-10 Alexandre Bailongreybus: loopback: Fix broken synchonous test
2016-03-10 Alexandre Bailongreybus: loopback: round closest the sixth decimal
2016-03-10 Alexandre Bailongreybus: loopback: Fix warning on 32-bit build
2016-03-03 Johan Hovoldgreybus: loopback: fix double error count
2016-02-29 Axel Haslamgreybus: Notify user space only when the test finished.
2016-02-26 Alexandre Bailongreybus: loopback: Fix averaging
2016-02-26 Alexandre Bailongreybus: loopback: Fix throughput calculations
2016-02-26 Alexandre Bailongreybus: loopback: Fix incoherency in calculations...
2016-02-26 Alexandre Bailongreybus: loopback: Fix calculations error for ping...
2016-02-18 Greg Kroah-Hartmangreybus: Revert "gb_loopback: Fix throughput calculations"
2016-02-17 Alexandre Bailongreybus: gb_loopback: Fix throughput calculations
2016-02-15 Viresh Kumargreybus: loopback: convert to bundle driver
2016-02-12 Johan Hovoldgreybus: bundle: remove private data field
2016-02-12 Johan Hovoldgreybus: loopback: add missing pr_fmt
2015-12-12 Bryan O'Donoghuegreybus: loopback: Add asynchronous backoff
2015-12-12 Bryan O'Donoghuegreybus: loopback: Wait for all async operations to...
2015-12-12 Bryan O'Donoghuegreybus: loopback: Retrun -ENOMEM if operation allocati...
2015-12-12 Bryan O'Donoghuegreybus: loopback: Drop NULL check on container_of...
2015-12-12 Axel Haslamgreybus: loopback: register a struct device.
2015-12-10 Axel Haslamgreybus: loopback: remove mask attribute
2015-12-07 Bryan O'Donoghuegreybus: loopback: Ensure we reset stats once and once...
2015-12-07 Bryan O'Donoghuegreybus: loopback: Convert thread delay to microseconds
2015-12-07 Bryan O'Donoghuegreybus: loopback: Add asynchronous bi-directional...
2015-12-07 Bryan O'Donoghuegreybus: loopback: Convert cross-thread mutex to spinlo...
2015-12-05 Viresh Kumargreybus: don't use %h and %hh for printing short and...
2015-12-03 Bryan O'Donoghuegreybus: loopback: drop bus aggregate calculation
2015-12-03 Bryan O'Donoghuegreybus: loopback: Drop unused timeval variables
2015-12-03 Bryan O'Donoghuegreybus: loopback: Move latency_ts initialization to...
2015-12-03 Bryan O'Donoghuegreybus: loopback: Relax locking during loopback operations
2015-11-25 Johan Hovoldgreybus: loopback: remove endo reference
2015-11-25 Johan Hovoldgreybus: interface: make interfaces children of host...
2015-11-20 Bartosz Golaszewskigreybus: loopback: allocate a response even for a 0...
2015-11-20 Alexandre Bailongreybus: loopback: fix invalid response size
2015-11-11 Johan Hovoldgreybus: loopback: fix layer violation
2015-10-19 Greg Kroah-Hartmangreybus: loopback: use the bundle struct device instead...
2015-10-15 Bryan O'Donoghuegreybus: loopback: capture and present firmware supplie...
2015-10-15 Bryan O'Donoghuegreybus: loopback: add tracker variables to hold firmwa...
2015-10-15 Bryan O'Donoghuegreybus: loopback: send command to APBridge to tag...
2015-09-29 Johan Hovoldgreybus: operation: remove gb_operation_destroy
2015-09-23 Bryan O'Donoghuegreybus: loopback: remove module specific identifier...
2015-09-23 Bryan O'Donoghuegreybus: loopback: drop redundant endo0 string from...
2015-09-23 Bryan O'Donoghuegreybus: loopback: masked out threads should sleep
2015-09-23 Bryan O'Donoghuegreybus: loopback: move sysfs entries to /sys/bus/greyb...
2015-09-23 Bryan O'Donoghuegreybus: loopback: drop dependency on internal timestamps
2015-09-15 Bryan O'Donoghuegreybus: loopback: use dev_name to populate sysfsname
2015-09-15 Bryan O'Donoghuegreybus: loopback: add gb_loopback_operation_sync
2015-09-15 Bryan O'Donoghuegreybus: loopback: sort list of connections for masking...
2015-09-15 Bryan O'Donoghuegreybus: loopback: add response len to loopback protocol
2015-09-15 Bryan O'Donoghuegreybus: loopback: convert pr_info to dev_err
2015-09-15 Bryan O'Donoghuegreybus: loopback: ensure sysfs entries are cleaned...
2015-09-15 Bryan O'Donoghuegreybus: loopback: ensure debugfs entires are cleaned...
2015-09-15 Bryan O'Donoghuegreybus: loopback: exit kfree after mutex release
2015-09-15 Bryan O'Donoghuegreybus: loopback: hold a coarse lock while init/exit run
2015-09-15 Bryan O'Donoghuegreybus: loopback: ensure count decrement happens befor...
2015-09-04 Bryan O'Donoghuegreybus: loopback: make sure to list_del on connection_exit
2015-08-18 Bryan O'Donoghuegreybus: loopback: fix typo in comment
2015-08-18 Bryan O'Donoghuegreybus: loopback: add module level sys/debug fs data...
2015-08-18 Bryan O'Donoghuegreybus: loopback: remove checkpatch error causing...
2015-08-18 Bryan O'Donoghuegreybus: loopback: initialized ms_wait negate warning
2015-08-18 Bryan O'Donoghuegreybus: loopback: add bitmask of connections to includ...
2015-08-18 Bryan O'Donoghuegreybus: loopback: graph round-trip time for all threads
2015-08-18 Bryan O'Donoghuegreybus: loopback: functionally decompose gb_loopback_c...
2015-08-18 Bryan O'Donoghuegreybus: loopback: add gb_loopback_nsec_to_usec_latency
2015-08-18 Bryan O'Donoghuegreybus: loopback: support synchronized tests over...
2015-08-18 Bryan O'Donoghuegreybus: loopback: convert sample report interface...
2015-08-18 Bryan O'Donoghuegreybus: loopback: add ability to graph greybus latency
2015-08-14 Viresh Kumargreybus: loopback: Print error on data mismatch
2015-08-14 Viresh Kumargreybus: loopback: Send some sensible data
2015-08-14 Viresh Kumargreybus: Drop protocol specific _PROTOCOL_VERSION and...
2015-08-12 Greg Kroah-Hartmangreybus: Merge branch 'master' into branch 'svc'.
2015-08-12 Bryan O'Donoghuegreybus: loopback: handle timestamp roll-over
2015-08-12 Bryan O'Donoghuegreybus: loopback: functionally decompose calculation...
2015-08-12 Greg Kroah-Hartmangreybus: Merge branch 'master' into branch 'svc'.
2015-08-12 Viresh Kumargreybus: loopback: Drop get_version support
2015-08-11 Greg Kroah-Hartmangreybus: Merge branch 'master' into svc
2015-08-04 Alex Eldergreybus: loopback: fix connection cleanup paths
2015-08-04 Alex Eldergreybus: loopback: compute average stats on demand...
2015-08-04 Alex Eldergreybus: loopback: use separate attribute macro for...
2015-08-04 Alex Eldergreybus: loopback: all read-only attributes are unsigned
2015-08-04 Alex Eldergreybus: loopback: error is an unsigned attribute
2015-08-04 Alex Eldergreybus: loopback: use a 32-bit count
2015-08-04 Alex Eldergreybus: loopback: record 32-bit min and max
2015-08-04 Alex Eldergreybus: loopback: use u32 for stats update
2015-08-04 Alex Eldergreybus: loopback: use U64_MAX for initialization
2015-08-04 Alex Eldergreybus: loopback: drop unneeded casts for void pointers
2015-08-04 Alex Eldergreybus: looback: fix two typos
2015-07-28 Bryan O'Donoghuegreybus: loopback: warn user if kfifo cannot log all...
2015-07-28 Bryan O'Donoghuegreybus: loopback: provide interface to read all latenc...
2015-07-28 Bryan O'Donoghuegreybus: loopback: make loopback code thread safe
next