* [KJ] [PATCH] drivers/isdn/hardware/eicon/*: convert to
@ 2005-02-08 8:46 Christophe Lucas
2005-02-08 12:11 ` Armin Schindler
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: Christophe Lucas @ 2005-02-08 8:46 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 140 bytes --]
Hi,
Description:
convert from pci_module_init to pci_register_driver
Signed-off-by: Christophe Lucas <c.lucas@ifrance.com>
--
Christophe
[-- Attachment #2: pci_register_driver-linux-2.6.11-rc3_drivers_isdn_hardware_eicon.patch --]
[-- Type: text/plain, Size: 614 bytes --]
diff -urpN -X /work/users/dontdiff linux-2.6.11-rc3-vanilla/drivers/isdn/hardware/eicon/divasmain.c linux-2.6.11-rc3/drivers/isdn/hardware/eicon/divasmain.c
--- linux-2.6.11-rc3-vanilla/drivers/isdn/hardware/eicon/divasmain.c 2005-02-03 17:03:46.000000000 +0100
+++ linux-2.6.11-rc3/drivers/isdn/hardware/eicon/divasmain.c 2005-02-07 09:39:27.000000000 +0100
@@ -823,7 +823,7 @@ static int DIVA_INIT_FUNCTION divas_init
goto out;
}
- if ((ret = pci_module_init(&diva_pci_driver))) {
+ if ((ret = pci_register_driver(&diva_pci_driver))) {
#ifdef MODULE
remove_divas_proc();
divas_unregister_chrdev();
[-- Attachment #3: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [KJ] [PATCH] drivers/isdn/hardware/eicon/*: convert to
2005-02-08 8:46 [KJ] [PATCH] drivers/isdn/hardware/eicon/*: convert to Christophe Lucas
@ 2005-02-08 12:11 ` Armin Schindler
2005-02-08 13:44 ` Christophe Lucas
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Armin Schindler @ 2005-02-08 12:11 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: TEXT/PLAIN, Size: 903 bytes --]
Hi,
who is sending/committing those patches to BK tree?
Armin
On Tue, 8 Feb 2005, Christophe Lucas wrote:
Hi,
Description:
convert from pci_module_init to pci_register_driver
Signed-off-by: Christophe Lucas <c.lucas@ifrance.com>
Signed-off-by: Armin Schindler <armin@melware.de>
diff -urpN -X /work/users/dontdiff linux-2.6.11-rc3-vanilla/drivers/isdn/hardware/eicon/divasmain.c linux-2.6.11-rc3/drivers/isdn/hardware/eicon/divasmain.c
--- linux-2.6.11-rc3-vanilla/drivers/isdn/hardware/eicon/divasmain.c 2005-02-03 17:03:46.000000000 +0100
+++ linux-2.6.11-rc3/drivers/isdn/hardware/eicon/divasmain.c 2005-02-07 09:39:27.000000000 +0100
@@ -823,7 +823,7 @@ static int DIVA_INIT_FUNCTION divas_init
goto out;
}
- if ((ret = pci_module_init(&diva_pci_driver))) {
+ if ((ret = pci_register_driver(&diva_pci_driver))) {
#ifdef MODULE
remove_divas_proc();
divas_unregister_chrdev();
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [KJ] [PATCH] drivers/isdn/hardware/eicon/*: convert to
2005-02-08 8:46 [KJ] [PATCH] drivers/isdn/hardware/eicon/*: convert to Christophe Lucas
2005-02-08 12:11 ` Armin Schindler
@ 2005-02-08 13:44 ` Christophe Lucas
2005-02-09 7:41 ` Armin Schindler
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Christophe Lucas @ 2005-02-08 13:44 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 237 bytes --]
Armin Schindler (armin@melware.de) wrote:
> Hi,
>
> who is sending/committing those patches to BK tree?
>
> Armin
Now, no one.
Sorry to not have CC you as ISDN SUBSYSTEM (Eicon active card driver) ;(
Have a good day.
--
Christophe
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [KJ] [PATCH] drivers/isdn/hardware/eicon/*: convert to
2005-02-08 8:46 [KJ] [PATCH] drivers/isdn/hardware/eicon/*: convert to Christophe Lucas
2005-02-08 12:11 ` Armin Schindler
2005-02-08 13:44 ` Christophe Lucas
@ 2005-02-09 7:41 ` Armin Schindler
2005-02-12 12:41 ` maximilian attems
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Armin Schindler @ 2005-02-09 7:41 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: TEXT/PLAIN, Size: 393 bytes --]
On Tue, 8 Feb 2005, Christophe Lucas wrote:
> Armin Schindler (armin@melware.de) wrote:
> > Hi,
> >
> > who is sending/committing those patches to BK tree?
> >
> > Armin
>
> Now, no one.
Now? And in the furture?
What is the kernel-janitors' way to send patches?
Anyway, I will send the patch for this...
Armin
> Sorry to not have CC you as ISDN SUBSYSTEM (Eicon active card driver) ;(
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [KJ] [PATCH] drivers/isdn/hardware/eicon/*: convert to
2005-02-08 8:46 [KJ] [PATCH] drivers/isdn/hardware/eicon/*: convert to Christophe Lucas
` (2 preceding siblings ...)
2005-02-09 7:41 ` Armin Schindler
@ 2005-02-12 12:41 ` maximilian attems
2005-02-12 13:34 ` Armin Schindler
2005-02-12 15:32 ` maximilian attems
5 siblings, 0 replies; 7+ messages in thread
From: maximilian attems @ 2005-02-12 12:41 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 1054 bytes --]
On Wed, 09 Feb 2005, Armin Schindler wrote:
> On Tue, 8 Feb 2005, Christophe Lucas wrote:
> > Armin Schindler (armin@melware.de) wrote:
> > > Hi,
> > >
> > > who is sending/committing those patches to BK tree?
> > >
> > > Armin
> >
> > Now, no one.
dooh - your are wrong.
you'll need some more patience.
janitorial stuff is not critical,
so needs its time to get accepted.
>
> Now? And in the furture?
> What is the kernel-janitors' way to send patches?
>
> Anyway, I will send the patch for this...
>
> Armin
thanks for doing that,
Domen Puncer <domen@coderock.org> is current kj Maintainer,
but i guess that latest peak of activity may have well
interferred with his own vacations.
so you'll probably do him a favour. :)
anyway when he is back he'll collect the patches out of the list
and will send out a new -kj patchset against latest with the not
applied ones and after testing, he'll push the patches upstream.
maintainers are free to take the patches per themselves.
gregkh or davej does it frequently.
hope that explains..
a++ maks
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [KJ] [PATCH] drivers/isdn/hardware/eicon/*: convert to
2005-02-08 8:46 [KJ] [PATCH] drivers/isdn/hardware/eicon/*: convert to Christophe Lucas
` (3 preceding siblings ...)
2005-02-12 12:41 ` maximilian attems
@ 2005-02-12 13:34 ` Armin Schindler
2005-02-12 15:32 ` maximilian attems
5 siblings, 0 replies; 7+ messages in thread
From: Armin Schindler @ 2005-02-12 13:34 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: TEXT/PLAIN, Size: 1326 bytes --]
On Sat, 12 Feb 2005, maximilian attems wrote:
> On Wed, 09 Feb 2005, Armin Schindler wrote:
>
> > On Tue, 8 Feb 2005, Christophe Lucas wrote:
> > > Armin Schindler (armin@melware.de) wrote:
> > > > Hi,
> > > >
> > > > who is sending/committing those patches to BK tree?
> > > >
> > > > Armin
> > >
> > > Now, no one.
> dooh - your are wrong.
> you'll need some more patience.
> janitorial stuff is not critical,
> so needs its time to get accepted.
> >
> > Now? And in the furture?
> > What is the kernel-janitors' way to send patches?
> >
> > Anyway, I will send the patch for this...
> >
> > Armin
> thanks for doing that,
> Domen Puncer <domen@coderock.org> is current kj Maintainer,
> but i guess that latest peak of activity may have well
> interferred with his own vacations.
> so you'll probably do him a favour. :)
>
> anyway when he is back he'll collect the patches out of the list
> and will send out a new -kj patchset against latest with the not
> applied ones and after testing, he'll push the patches upstream.
>
> maintainers are free to take the patches per themselves.
> gregkh or davej does it frequently.
>
> hope that explains..
Yes, thank you.
Since I want to put changes through my code code and revision control, I
prefer to send the patches by myself.
Thanks to the janitors list.
Armin
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [KJ] [PATCH] drivers/isdn/hardware/eicon/*: convert to
2005-02-08 8:46 [KJ] [PATCH] drivers/isdn/hardware/eicon/*: convert to Christophe Lucas
` (4 preceding siblings ...)
2005-02-12 13:34 ` Armin Schindler
@ 2005-02-12 15:32 ` maximilian attems
5 siblings, 0 replies; 7+ messages in thread
From: maximilian attems @ 2005-02-12 15:32 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 271 bytes --]
On Sat, 12 Feb 2005, Armin Schindler wrote:
> Since I want to put changes through my code code and revision control, I
> prefer to send the patches by myself.
>
> Thanks to the janitors list.
>
> Armin
thanks to you, i saw the fix already landed in -bk. :)
--
maks
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2005-02-12 15:32 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-08 8:46 [KJ] [PATCH] drivers/isdn/hardware/eicon/*: convert to Christophe Lucas
2005-02-08 12:11 ` Armin Schindler
2005-02-08 13:44 ` Christophe Lucas
2005-02-09 7:41 ` Armin Schindler
2005-02-12 12:41 ` maximilian attems
2005-02-12 13:34 ` Armin Schindler
2005-02-12 15:32 ` maximilian attems
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.