Description:
linux-kernel@vger.kernel.org (Moderated)
|
|
|
tracing: code cleanup
|
| |
Signed-off-by: Harsh Prateek Bora <ha...@linux.vnet.ibm.com>
---
kernel/trace/trace_events.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/kernel/trace/trace_events.c b/kernel/trace/trace_events.c
index 7a0cf68..371c7b0 100644
--- a/kernel/trace/trace_events.c
+++ b/kernel/trace/trace_events.c... more »
|
|
ARM: tegra114: correctly output clk_32k
|
| |
Tegra has a blink timer register that allows to modulate the
clk_32k clock before outputting it. Since clk_32k is presented to the
kernel as a fixed clock, make sure this register does not tamper with
the clock frequency and that clk_32k is outputted as-is, similarly to
what is done on t20 and t30.... more »
|
|
informations + advice about messages handling
|
| |
On Fri, May 24, 2013 at 12:41 PM, Mylene Josserand
...Only in case your device is smbus compliant.
...Message collision and detection is the job of i2c controller and if I am
not wrong you are writing a chip driver.
...It is not possible as the data contains the chip address which is
unique.7/10 bit mode addressing is used for addresses.... more »
|
|
BUG_ON in virtio-ring.c
|
| |
Hi Rusty,
current virtio-ring.c has a BUG_ON in virtqueue_add that checks
total_sg > vg->vring.num, however I'm not sure it really is 100%
correct.
If I have an indirect ring and I'm adding sgs to it and the host is
delayed (say I've got a thread consuming things from the vring and its
off doing something interesting),... more »
|
|
usb/xhci: unify parameter of xhci_msi_irq
|
| |
Ops, I just find a old patch left on my laptop. and it still works on latest
Linus tree. I don't remember there is a reasonable excuse to reject this patch.
So, anyone like to pick it up?
------
From 6ae1b9e71f9b14be5774ae9c1b4cf5 7cd4e747ac Mon Sep 17 00:00:00 2001
...
According to Felipe and Alan's comments the second parameter of irq... more »
|
|
staging/iio/mxs-lradc: fix preenable for multiple
|
| |
This patch looks like it should be in the 3.9-stable tree, should we apply
it?
------------------
...
commit c80712c793febdf1b13ad0e1c71a05 1e071b3fd8 upstream
This fixes 'preenable failed: -EINVAL' error when using this driver.
Signed-off-by: Micha Miros aw <mirq-li...@rere.qmqm.pl>"... more »
|
|
staging:iio:light:tsl2x7x: fix the error handling in tsl2x7x_probe()
|
| |
This patch looks like it should be in the 3.9-stable tree, should we apply
it?
------------------
...
commit 3b813798aa7030f1beef638c75f8b0 008f737a82 upstream
Fix to return -EINVAL in the i2c device found error handling
case instead of 0, as done elsewhere in this function.
And also correct the fail1 and fail2 lable to do the right thing.... more »
|
|
scsi: megaraid: check kzalloc
|
| |
we should check kzalloc, avoid to hit oops
Signed-off-by: Libo Chen <libo.c...@huawei.com>
---
drivers/scsi/megaraid.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/drivers/scsi/megaraid.c b/drivers/scsi/megaraid.c
index 846f475..195b095 100644
--- a/drivers/scsi/megaraid.c... more »
|
|
x86: Have debug/nmi restore the IDT it replaced
|
| |
I've sent this out before, and I'm sending it out again.
[link]
It was ignored because I signed it with "Not-yet-signed-off-by". This
time I'm signing it off with a real full signed off by, as this will
help with Seiji's patch set to do the IDT swap to enable tracing of... more »
|
|
dma: use platform_{get,set}_drvdata()
|
| |
Use the wrapper functions for getting and setting the driver data using
platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev,
so we can directly pass a struct platform_device.
Also, unnecessary dev_set_drvdata() is removed, because the driver core
clears the driver data to NULL after device_release or on probe failure.... more »
|
|
|