First  |  Prev |  Next  |  Last
Pages: 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
[PATCH 5/5] drivers/serial: Return -ENOMEM on memory allocation failure
From: Julia Lawall <julia(a)diku.dk> In this code, 0 is returned on memory allocation failure, even though other failures return -ENOMEM or other similar values. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression ret; expres... 11 Aug 2010 07:06
Documentation about RS485 serial communications
On Wed, Aug 11, 2010 at 11:26:23AM +0200, Claudio Scordino wrote: Hi all, some time ago I've been asked (by both Wolfram and Philippe) to provide some minimal documentation about the usage of the RS485 interface. Here is the document (updated with the very last changes in the interface). T... 11 Aug 2010 16:56
[GIT] [2.6.36] MFD pull request
Hi Linus, This is the MFD pull request for the 2.6.36 merge window. We have a few new drivers with this round, mostly the ST-E stmpe, TI TPS6586x and Ingenic jz4740. But the bulk of it is around fixes and cleanups. Thanks in advance for pulling: The following changes since commit 3d30701b58970425e1d45994d6... 11 Aug 2010 07:06
[PATCH] Documentation about RS485 serial communications
Hi all, some time ago I've been asked (by both Wolfram and Philippe) to provide some minimal documentation about the usage of the RS485 interface. Here is the document (updated with the very last changes in the interface). Best regards, Claudio Documentation about RS485 serial communications. S... 11 Aug 2010 06:00
Topcliff: Update PCH_IEEE1588 driver to 2.6.35
On Tue, Aug 10, 2010 at 07:32:04PM +0900, Masayuki Ohtak wrote: IEEE1588 driver of Topcliff PCH Are you aware of Richard Cochran's 1588 support patches? I'm not sure about the integration status, but Richard (set on Cc:) can surely say more. rsc -- Pengutronix e.K. | ... 11 Aug 2010 06:00
BUG: sleeping function called from invalid context, drm_lastclose
On Wed, Aug 11, 2010 at 6:48 PM, Luca Tettamanti <kronos.it(a)gmail.com> wrote: Hi Arnd, this commit: commit 58374713c9dfb4d231f8c56cac089f6fbdedc2ec Author: Arnd Bergmann <arnd(a)arndb.de> Date: � Sat Jul 10 23:51:39 2010 +0200 � �drm: kill BKL from common code moved the call to (inside dr... 11 Aug 2010 09:15
[DRM] BUG: sleeping function called from invalid context, drm_lastclose
Hi Arnd, this commit: commit 58374713c9dfb4d231f8c56cac089f6fbdedc2ec Author: Arnd Bergmann <arnd(a)arndb.de> Date: Sat Jul 10 23:51:39 2010 +0200 drm: kill BKL from common code moved the call to (inside drm_release) drm_lastclose inside dev->count_lock spinlock. drm_lastclose however takes dev->str... 11 Aug 2010 04:56
No patches on patchwork.kernel.org?
Hi, I love to follow LKML by looking at the patches on [1]. It looks like only LKML list is only concerned. Is the service down? Kind Regards, - Sedat - [1] https://patchwork.kernel.org/project/LKML/list/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message ... 11 Aug 2010 04:56
[PATCH 3/3] AFS: Implement an autocell mount capability [ver #2]
From: wanglei <wang840925(a)gmail.com> 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 nominated cell ... 11 Aug 2010 04:56
[PATCH 1/3] NFS: Use kernel DNS resolver [ver #2]
From: Bryan Schumaker <bjschuma(a)netapp.com> Use the kernel DNS resolver to translate hostnames to IP addresses. Create a new config option to choose between the legacy DNS resolver and the new resolver. Signed-off-by: Bryan Schumaker <bjschuma(a)netapp.com> Acked-by: Trond Myklebust <Trond.Myklebust(a)netapp.com>... 11 Aug 2010 04:56
First  |  Prev |  Next  |  Last
Pages: 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71