First  |  Prev |  Next  |  Last
Pages: 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950
x86/mrst/pci: avoid enabling intx for msi capable devices
On Mon, 21 Jun 2010 12:01:30 -0700 "H. Peter Anvin" <hpa(a)zytor.com> wrote: Jesse: are you taking this or should I? -hpa On 06/21/2010 11:30 AM, Jacob Pan wrote: On Moorestown platform, true PCI devices with MSI capabilities do not support INTx mode. IRQ line# for those devices are zeros i... 21 Jun 2010 15:48
[PATCH RESEND] (revised) Calgary: increase max PHB number
There was a small difference in 35-rc3 that prevented this patch from applying, so I regenerated it. =============================== Newer systems (x3950M2) can have 48 PHBs per chassis and 8 chassis, so bump the limits up and provide an explanation of the requirements for each class. Signed-off-by: Dar... 21 Jun 2010 15:48
[PATCH] x86/mrst/pci: avoid enabling intx for msi capable devices
On Moorestown platform, true PCI devices with MSI capabilities do not support INTx mode. IRQ line# for those devices are zeros in the PCI shim, an attempt to enable INTx on these MSI capable devices will cause conflict in the system such as IRQ0 for the system timers. If the device driver probes/enables MSI before ... 21 Jun 2010 14:40
hrtimer and context switch overhead -- udelay to "usleep"?
Circa 2007 there was talk of a patch to replace the underlying msleep Implementation with hrtimers ( http://lkml.org/lkml/2007/8/3/250 ); this ended up not happening for several reasons, but the idea of a usleep call built on hrtimers was at one point tossed around in the discussion. However, it seems that usleep i... 21 Jun 2010 14:40
2.6.35-rc3 deadlocks on wakeup(?) (was on semaphore operations)
Same thing happens with fakeroot-tcp. So it looks like it is not the semaphore ops but the wakeup logic. In one case processes wer waiting in sk_wait?? or so and one sees libfakeroot: read: Connection timed out after awhile. Wereupon the build continues for a while until it hangs for good. Another run re... 21 Jun 2010 14:40
msm: Add gpio register address mapping information.
On Sat, 2010-06-19 at 09:29 -0700, Gregory Bean wrote: +#if defined(CONFIG_ARCH_MSM7X30) +#define GPIO1_REG(off) (MSM_GPIO1_BASE + (off)) +#define GPIO2_REG(off) (MSM_GPIO2_BASE + 0x400 + (off)) +#else +#define GPIO1_REG(off) (MSM_GPIO1_BASE + 0x800 + (off)) +#define GPIO2_REG(off) (MSM_GPIO2_BASE + 0... 21 Jun 2010 14:40
[git pull] PCI fix
The following changes since commit 7e27d6e778cd87b6f2415515d7127eba53fe5d02: Linus Torvalds (1): Linux 2.6.35-rc3 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 for-linus Just one regression fix from Rafael right now. I hope to get one or two... 21 Jun 2010 13:34
i2c/mips: Fix error return codes from Sibyte i2c bus driver
Hi Guenter, On Sun, 20 Jun 2010 10:57:53 -0700, Guenter Roeck wrote: Sibyte i2c bus driver returns non-descriptive error values. Update to return error values as defined in Documentation/i2c/fault-codes. Signed-off-by: Guenter Roeck <guenter.roeck(a)ericsson.com> --- drivers/i2c/busses/i2c-sibyte.c... 26 Jun 2010 13:01
[PATCH 06/13] Allow xen platform pci device to be compiled as a module
From: Stefano Stabellini <stefano.stabellini(a)eu.citrix.com> Signed-off-by: Stefano Stabellini <stefano.stabellini(a)eu.citrix.com> --- drivers/xen/events.c | 1 + drivers/xen/grant-table.c | 20 +++++++++++--------- drivers/xen/manage.c | 1 + drivers/xen/platform-pci.c | 3 +++ include/... 21 Jun 2010 13:33
[PATCH 07/13] Fix find_unbound_irq in presence of ioapic irqs.
From: Stefano Stabellini <stefano.stabellini(a)eu.citrix.com> Don't break the assumption that the first 16 irqs are ISA irqs; make sure that the irq is actually free before using it. Signed-off-by: Stefano Stabellini <stefano.stabellini(a)eu.citrix.com> --- drivers/xen/events.c | 11 ++++++++++- 1 files change... 21 Jun 2010 13:33
First  |  Prev |  Next  |  Last
Pages: 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950