[PATCH 2/2] staging: greybus: loopback: convert loopback to use generic async operations

2017-11-04 Thread Bryan O'Donoghue
Loopback has its own internal method for tracking and timing out asynchronous operations however previous patches make it possible to use functionality provided by operation.c to do this instead. Using the code in operation.c means we can completely subtract the timer, the work-queue, the kref and

[PATCH 1/2] staging: greybus: operation: add private data with get/set accessors

2017-11-04 Thread Bryan O'Donoghue
Asynchronous operation completion handler's lives are made easier if there is a generic pointer that can store private data associated with the operation. This patch adds a pointer field to operation.h and get/set methods to access that pointer. Signed-off-by: Bryan O'Donoghue

[PATCH 0/2] Convert greybus loopback to core async API

2017-11-04 Thread Bryan O'Donoghue
dbec27298b0d ('staging: greybus: operation: add generic timeout support') gives the ability to remove lots of the asynchronous operation code in loopback. Kees is also doing a cleanup of timer code which for loopback will go away when converting to the core API. These two patches kill two birds

Re:Partnership Request.

2017-11-04 Thread Albrecht Lutz
Good day My name is Lutz Albrecht, an attorney, I have searched for several years to locate any possible relative of a late client of mine who died intestate but left a huge financial estate. I am contacting you because you have the same last name to present you as the beneficiary of the

Re: [PATCH 2/2] staging: greybus/loopback: use ktime_get() for time intervals

2017-11-04 Thread Bryan O'Donoghue
On 02/11/17 14:32, Arnd Bergmann wrote: This driver is the only one using the deprecated timeval_to_ns() helper. Changing it from do_gettimeofday() to ktime_get() makes the code more efficient, more robust against concurrent settimeofday(), more accurate and lets us get rid of that helper in the

RE: [PATCH 10/17] hyper-v: trace vmbus_open()

2017-11-04 Thread KY Srinivasan
> -Original Message- > From: Greg KH [mailto:gre...@linuxfoundation.org] > Sent: Saturday, November 4, 2017 4:05 AM > To: KY Srinivasan > Cc: Steven Rostedt ; o...@aepfle.de; Stephen > Hemminger ; jasow...@redhat.com;

Re: [PATCH 10/17] hyper-v: trace vmbus_open()

2017-11-04 Thread Greg KH
On Wed, Nov 01, 2017 at 05:43:08PM +, KY Srinivasan wrote: > > > > -Original Message- > > From: devel [mailto:driverdev-devel-boun...@linuxdriverproject.org] On > > Behalf Of Steven Rostedt > > Sent: Tuesday, October 31, 2017 6:10 AM > > To: Greg KH > >

INVESTMENT PROPOSAL

2017-11-04 Thread Michelle Leach
Dobry przyjaciel dnia Chce zainwestowac w twój kraj i bede potrzebowac, abys mnie poprowadzil, bo nie wiem, jak to jest zrobione w Twoim kraju. skontaktuj sie ze mna na tej e-mailu:michelleleee...@gmail.com Z pozdrowiem dobry przyjaciel dnia ___

Re: [REVIEW REQUEST] staging: unisys: review request for visorbus

2017-11-04 Thread Dan Carpenter
drivers/staging/unisys/visorbus/visorchipset.c 588 static void *parser_name_get(struct parser_context *ctx) 589 { 590 struct visor_controlvm_parameters_header *phdr; 591 592 phdr = >data; 593 if (phdr->name_offset + phdr->name_length >

Re: [PATCH] staging: wilc1000: Fix bssid buffer offset in Txq

2017-11-04 Thread Dan Carpenter
This driver really needs proper structs and datatypes so this doesn't happen again and so that you and Colin stop reverting each other's *pu8CurrByte++ = ((strHostIfSetMulti->enabled >> 8) & 0xFF); assignments: regards, dan carpenter ___