> From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com]
> Sent: Saturday, April 23, 2016 0:21
> To: de...@linuxdriverproject.org
> Cc: linux-ker...@vger.kernel.org; KY Srinivasan ; Haiyang
> Zhang ; Dexuan Cui
> Subject: [PATCH] tools: hv: lsvmbus: add pci pass-through UUID
>
> lsvmbus keeps its ow
On 21/04/16 17:18, Aaron Sierra wrote:
Fix a typo in the spurious interrupt warning and consistently capitalize
VME, PCI, and DMA acronyms.
Signed-off-by: Aaron Sierra
Acked-by: Martyn Welch
---
drivers/vme/vme.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff -
As explained in 1407814240-4275-1-git-send-email-de...@microsoft.com:
> hyperv_keyboard invokes serio_interrupt(), which needs a valid serio
> driver like atkbd.c. atkbd.c depends on libps2.c because it invokes
> ps2_command(). libps2.c depends on i8042.c because it invokes
> i8042_check_port_ow
A few tripels later and the patch has been completely rewritten.
The problem symbols have been moved to a new module, libi8042.c, which
both libps2.c and i8042.c use. libps2.c no longer depends on i8042.c,
and i8042.c no longer needs the gross hack of the previous patch.
Since I didn't write anyt
lsvmbus keeps its own copy of all VMBus UUIDs, add PCIe pass-through
device there to not report 'Unknown' for such devices.
Signed-off-by: Vitaly Kuznetsov
---
tools/hv/lsvmbus | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/hv/lsvmbus b/tools/hv/lsvmbus
index 162a378..e223284 100644
-
On Thu, Apr 21, 2016 at 11:38 AM, Gustavo Padovan wrote:
> From: Gustavo Padovan
>
> This function had copies in 3 different files. Unify them in kernel.h.
>
> Cc: Joe Perches
> Cc: Andrew Morton
> Cc: David Airlie
> Cc: Daniel Vetter
> Cc: Rob Clark
> Signed-off-by: Gustavo Padovan
Acked-
2016-04-22 Daniel Vetter :
> On Thu, Apr 21, 2016 at 12:38:49PM -0300, Gustavo Padovan wrote:
> > From: Gustavo Padovan
> >
> > This function had copies in 3 different files. Unify them in kernel.h.
> >
> > Cc: Joe Perches
> > Cc: Andrew Morton
> > Cc: David Airlie
> > Cc: Daniel Vetter
> >
Why is platform_create_bundle() failing? It didn't fail in the first
version of the patch.
Btw, I'm not asking rhetorical questions, if I ask a question it means I
legitimately don't know the answer.
But I don't like this patch. Could you describe how you have tested it
with real hardware? Wha
As explained in 1407814240-4275-1-git-send-email-de...@microsoft.com:
> hyperv_keyboard invokes serio_interrupt(), which needs a valid serio
> driver like atkbd.c. atkbd.c depends on libps2.c because it invokes
> ps2_command(). libps2.c depends on i8042.c because it invokes
> i8042_check_port_ow
This is an updated version of the original patch from this thread. It
fixes the style issues Dan Carpenter brought up.
Mark Laws (1):
Input: i8042 - Fix console keyboard support on Gen2 Hyper-V VMs
drivers/input/serio/i8042.c | 50 ++---
1 file changed,
On 21/04/16 20:04, H Hartley Sweeten wrote:
This series does some additional cleanup of the mite driver and the
drivers that use it so that the CHSR_* bit defines do not need to
be exposed.
These apply after:
[PATCH v2 00/15] staging: comedi: mite: cleanup driver
H Hartley Sweeten (10):
stag
Haiyang Zhang writes:
> RNDIS_STATUS_NETWORK_CHANGE event is handled as two "half events" --
> media disconnect & connect. The second half should be added to the list
> head, not to the tail. So all events are processed in normal order.
>
Thanks,
this matters when we get some other events in be
On Thu, Apr 21, 2016 at 12:38:49PM -0300, Gustavo Padovan wrote:
> From: Gustavo Padovan
>
> This function had copies in 3 different files. Unify them in kernel.h.
>
> Cc: Joe Perches
> Cc: Andrew Morton
> Cc: David Airlie
> Cc: Daniel Vetter
> Cc: Rob Clark
> Signed-off-by: Gustavo Padovan
13 matches
Mail list logo