Re: [PATCH v1 3/8] clk: meson: add audio clock divider support

2017-03-28 Thread Hendrik v. Raven
On Tue, Mar 28, 2017 at 04:46:00PM +0200, Jerome Brunet wrote: > The audio divider needs a specific clock divider driver. > With am mpll parent clock, which is able to provide a fairly precise rate, > the generic divider tends to select low value of the divider. In such case > the quality of the cl

[PATCH v2] staging: bcm2835-audio: remove unused macro

2017-02-14 Thread Hendrik v. Raven
The VC_AUDIO_MAX_MSG_LEN macro is not used by anything in the bcm2835-audio driver. Signed-off-by: Hendrik v. Raven --- v2: - rebased against next-20170214 --- drivers/staging/bcm2835-audio/vc_vchi_audioserv_defs.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/staging/bcm2835

[PATCH] staging: bcm2835-audio: remove unused macro

2017-02-03 Thread Hendrik v. Raven
The VC_AUDIO_MAX_MSG_LEN macro is not used anywhere and has coding style violations. Signed-off-by: Hendrik v. Raven --- drivers/staging/bcm2835-audio/vc_vchi_audioserv_defs.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/staging/bcm2835-audio/vc_vchi_audioserv_defs.h b/drivers

[PATCH] staging: bcm2835-audio: fix spacing of macro

2017-02-03 Thread Hendrik v. Raven
removes the unwanted spaces inside of sizeof( ), removing a complaint of checkpatch.pl. Also removes the second space behind the macro name. Signed-off-by: Hendrik v. Raven --- drivers/staging/bcm2835-audio/vc_vchi_audioserv_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: autofs4 patch: autofs4_wait can leak memory

2005-03-07 Thread raven
On Fri, 4 Mar 2005, Jeff Moyer wrote: Hi, There is a memory in the autofs4_wait function, if multiple processes are waiting on the same queue: Well done Jeff. I'll update my retrospective patch set. Ian - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a messa

Re: [Patch 2/6] Bind Mount Extensions 0.06

2005-02-25 Thread raven
On Thu, 24 Feb 2005, Herbert Poetzl wrote: On Wed, Feb 23, 2005 at 11:01:05PM +, Christoph Hellwig wrote: On Tue, Feb 22, 2005 at 01:11:29PM +0100, Herbert Poetzl wrote: ; ; Bind Mount Extensions ; ; This part adds the required checks for touch_atime() to allow ; for vfsmount based NOATIME and

Re: [autofs] automount does not close file descriptors at start

2005-02-21 Thread raven
On Mon, 21 Feb 2005 [EMAIL PROTECTED] wrote: On Mon, 21 Feb 2005 12:57:22 +0800, Ian Kent said: This is the first time I've heard this and the first time I wrote a Unix daemon was fifteen years ago. As far as I'm concerned redirecting stdin, stdout and stderr to the null device, then closing it and

Re: [PATCH] dcache d_drop() bug fix / __d_drop() use fix

2005-02-16 Thread raven
On Wed, 16 Feb 2005, Jan Blunck wrote: This is a re-submission of the patch I sent about a month ago. While working on my code I realized that d_drop() might race against __d_lookup(). __d_drop() (which is called by d_drop() after acquiring the dcache_lock) is accessing dentry->d_flags to set the

Re: [RFC] shared subtrees

2005-01-28 Thread raven
On Fri, 28 Jan 2005, Mike Waychison wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Al Viro wrote: OK, here comes the first draft of proposed semantics for subtree sharing. What we want is being able to propagate events between the parts of mount trees. Below is a description of what I think