Re: [PATCH -next] random: Remove remaining relicts of rand_initialize_irq()

2012-07-23 Thread Linus Walleij
On Tue, Jul 17, 2012 at 11:42 PM, Theodore Ts'o wrote: > On Tue, Jul 17, 2012 at 08:57:19PM +0200, Linus Walleij wrote: >> So the IRQ will be auto-sampled now or something? >> >> Sorry for not quite following, which commit do I look at to >> understand this now... > > Yes, there was a huge

Re: [PATCH -next] random: Remove remaining relicts of rand_initialize_irq()

2012-07-23 Thread Linus Walleij
On Tue, Jul 17, 2012 at 11:42 PM, Theodore Ts'o ty...@mit.edu wrote: On Tue, Jul 17, 2012 at 08:57:19PM +0200, Linus Walleij wrote: So the IRQ will be auto-sampled now or something? Sorry for not quite following, which commit do I look at to understand this now... Yes, there was a huge

Re: [PATCH -next] random: Remove remaining relicts of rand_initialize_irq()

2012-07-17 Thread Theodore Ts'o
On Tue, Jul 17, 2012 at 08:57:19PM +0200, Linus Walleij wrote: > So the IRQ will be auto-sampled now or something? > > Sorry for not quite following, which commit do I look at to > understand this now... Yes, there was a huge discussion on LKML about two weeks ago. The key commit that will be

Re: [PATCH -next] random: Remove remaining relicts of rand_initialize_irq()

2012-07-17 Thread Linus Walleij
On Tue, Jul 17, 2012 at 7:12 PM, Theodore Ts'o wrote: > On Tue, Jul 17, 2012 at 01:33:13PM +0200, Sedat Dilek wrote: >> rand_initialize_irq() was removed here: >> >> commit 946672f548682905d8ecdab33bb6e2c705418505 >> "random: remove rand_initialize_irq()" >> >> The AB3100 mfd-driver is the only

Re: [PATCH -next] random: Remove remaining relicts of rand_initialize_irq()

2012-07-17 Thread Theodore Ts'o
On Tue, Jul 17, 2012 at 01:33:13PM +0200, Sedat Dilek wrote: > rand_initialize_irq() was removed here: > > commit 946672f548682905d8ecdab33bb6e2c705418505 > "random: remove rand_initialize_irq()" > > The AB3100 mfd-driver is the only driver still using it and breaks > with the following

[PATCH -next] random: Remove remaining relicts of rand_initialize_irq()

2012-07-17 Thread Sedat Dilek
rand_initialize_irq() was removed here: commit 946672f548682905d8ecdab33bb6e2c705418505 "random: remove rand_initialize_irq()" The AB3100 mfd-driver is the only driver still using it and breaks with the following error-messages in linux-next (next-20120717): ... drivers/built-in.o: In function

[PATCH -next] random: Remove remaining relicts of rand_initialize_irq()

2012-07-17 Thread Sedat Dilek
rand_initialize_irq() was removed here: commit 946672f548682905d8ecdab33bb6e2c705418505 random: remove rand_initialize_irq() The AB3100 mfd-driver is the only driver still using it and breaks with the following error-messages in linux-next (next-20120717): ... drivers/built-in.o: In function

Re: [PATCH -next] random: Remove remaining relicts of rand_initialize_irq()

2012-07-17 Thread Theodore Ts'o
On Tue, Jul 17, 2012 at 01:33:13PM +0200, Sedat Dilek wrote: rand_initialize_irq() was removed here: commit 946672f548682905d8ecdab33bb6e2c705418505 random: remove rand_initialize_irq() The AB3100 mfd-driver is the only driver still using it and breaks with the following error-messages in

Re: [PATCH -next] random: Remove remaining relicts of rand_initialize_irq()

2012-07-17 Thread Linus Walleij
On Tue, Jul 17, 2012 at 7:12 PM, Theodore Ts'o ty...@mit.edu wrote: On Tue, Jul 17, 2012 at 01:33:13PM +0200, Sedat Dilek wrote: rand_initialize_irq() was removed here: commit 946672f548682905d8ecdab33bb6e2c705418505 random: remove rand_initialize_irq() The AB3100 mfd-driver is the only

Re: [PATCH -next] random: Remove remaining relicts of rand_initialize_irq()

2012-07-17 Thread Theodore Ts'o
On Tue, Jul 17, 2012 at 08:57:19PM +0200, Linus Walleij wrote: So the IRQ will be auto-sampled now or something? Sorry for not quite following, which commit do I look at to understand this now... Yes, there was a huge discussion on LKML about two weeks ago. The key commit that will be going