First  |  Prev |  Next  |  Last
Pages: 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
[PATCH] USB: pl2303: New vendor and product id
Add support for the Zeagle N2iTiON3 dive computer interface. Since Zeagle devices are actually manufactured by Seiko, this patch will support other Seiko based models as well. Signed-off-by: Jef Driesen <jefdriesen(a)telenet.be> --- drivers/usb/serial/pl2303.c | 1 + drivers/usb/serial/pl2303.h | 4 ++++ ... 9 Aug 2010 11:13
lpfc: change spin_lock_irq() to spin_lock()
Dan Carpenter wrote: In lpfc_cleanup_pending_mbox() we already have IRQs disabled so we don't need to disable them again. Also in lpfc_sli_intr_handler() there is a typo where it has spin_unlock_irq() instead of just spin_unlock(). Signed-off-by: Dan Carpenter <error27(a)gmail.com> diff ... 9 Aug 2010 11:13
[PATCH 3/4] tc35892-gpio: add setup/remove callbacks
For board-specific initialization. Cc: Samuel Ortiz <sameo(a)linux.intel.com> Cc: linux-kernel(a)vger.kernel.org Acked-by: Linus Walleij <linus.walleij(a)stericsson.com> Signed-off-by: Rabin Vincent <rabin.vincent(a)stericsson.com> --- drivers/gpio/tc35892-gpio.c | 8 ++++++++ include/linux/mfd/tc35892.h | 4 ++... 9 Aug 2010 10:06
[PATCH 3/3] usb gadget: don't save bind callback in struct usb_configuration
From: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> The bind function is most of the time only called at init time so there is no need to save a pointer to it in the configuration structure. This fixes many section mismatches reported by modpost. Signed-off-by: Uwe Kleine-König <u.kleine-koenig(a)pengutroni... 9 Aug 2010 10:06
[PATCH 2/3] usb gadget: don't save bind callback in struct usb_composite_driver
The bind function is most of the time only called at init time so there is no need to save a pointer to it in the composite driver structure. This fixes many section mismatches reported by modpost. Signed-off-by: Michał Nazarewicz <m.nazarewicz(a)samsung.com> Cc: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> ... 9 Aug 2010 10:06
is nfsd sync or async?
Hi all, Suppose there is only one nfsd and two clients are sending random read requests to this daemon. In this way, read ahead of the client should not work since the requests are random. The requests between these two clients should be async, while the requests from any one client of the two should be sync. My... 9 Aug 2010 23:23
[GIT PULL #2] block bits for 2.6.36-rc1
Hi Linus, So lets try this for real. It appears to work fine, on the laptop and running tests on a box back home. At the very end is the fixup patch for merging. Please pull! git://git.kernel.dk/linux-2.6-block.git for-2.6.36 Andi Kleen (2): gcc-4.6: block: fix unused but set variables in blk-mer... 9 Aug 2010 09:00
AFS: Implement an autocell mount capability
David Howells <dhowells(a)redhat.com> wrote: Implement the ability for the root directory of a mounted AFS filesystem to accept lookups of arbitrary directory names, to interpet the names as the names of cells, to look the cell names up in the DNS for AFSDB records and to mount the root.cell volume of the... 9 Aug 2010 09:00
[GIT PULL] arch/cris changes for 2.6.36
Hi Linus, I lost one patch in the last pull request (sorry Claudio), please pull the below tree which adds an ioctl to the CRISv10 serial driver. The following changes since commit 9fe6206f400646a2322096b56c59891d530e8d51: Linus Torvalds (1): Linux 2.6.35 are available in the git repository at: ... 9 Aug 2010 09:00
[PATCH 13/14] DMAENGINE: ste_dma40: don't pause/resume non-executing channels
From: Jonas Aaberg <jonas.aberg(a)stericsson.com> There is no point in pausing what isn't running. Signed-off-by: Jonas Aaberg <jonas.aberg(a)stericsson.com> Signed-off-by: Linus Walleij <linus.walleij(a)stericsson.com> --- drivers/dma/ste_dma40.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) ... 9 Aug 2010 09:00
First  |  Prev |  Next  |  Last
Pages: 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106