public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Libo Chen <clbchenlibo.chen@huawei.com>
To: LKML <linux-kernel@vger.kernel.org>
Cc: <hverkuil@xs4all.nl>, <matthew.garrett@nebula.com>,
	<jejb@parisc-linux.org>, <deller@gmx.de>,
	<richardcochran@gmail.com>, <ptyser@xes-inc.com>,
	<sameo@linux.intel.com>, <bhelgaas@google.com>,
	<JBottomley@parallels.com>, <oliver@neukum.org>, <aliakc@web.de>,
	<samuel@sortiz.org>, <davem@davemloft.net>,
	<chas@cmf.nrl.navy.mil>, <akpm@linux-foundation.org>,
	<gregkh@linuxfoundation.org>, <lizefan@huawei.com>
Subject: Re: [PATCH 00/25] Convert to module_pci_driver replace init/exit
Date: Mon, 27 May 2013 10:37:17 +0800	[thread overview]
Message-ID: <51A2C6DD.208@huawei.com> (raw)
In-Reply-To: <1369621702-12920-1-git-send-email-libo.chen@huawei.com>

sorry, only 24!

On 2013/5/27 10:28, Libo Chen wrote:
> use module_pci_driver instead of init/exit, make code clean.
> 
> Libo Chen (25):
>   drivers/scsi/a100u2w: Convert to module_pci_driver replace init/exit
>   drivers/scsi/dc395x: Convert to module_pci_driver
>   drivers/scsi/dmx3191d: Convert to module_pci_driver
>   drivers/scsi/initio: Convert to module_pci_driver
>   drivers/scsi/mvumi: Convert to module_pci_driver
>   drivers/net/irda/donauboe: Convert to module_pci_driver
>   drivers/ide/delkin_cb: Convert to module_pci_driver
>   drivers/atm/he: Convert to module_pci_driver
>   drivers/pci/ioapic: Convert to module_pci_driver
>   drivers/mfd/lpc_ich: Convert to module_pci_driver
>   drivers/ptp/ptp_pch: Convert to module_pci_driver
>   drivers/memstick/host/r592: Convert to module_pci_driver
>   drivers/parisc/superio: Convert to module_pci_driver

please, drop it had been changed in upstream.

>   drivers/uwb/whci: Convert to module_pci_driver
>   drivers/platform/x86/intel_ips: Convert to module_pci_driver
>   drivers/memstick/host/jmb38x_ms: Convert to module_pci_driver
>   drivers/media/pci/mantis/mantis_cards: Convert to module_pci_driver
>   drivers/media/pci/dm1105/dm1105: Convert to module_pci_driver
>   drivers/media/pci/mantis/hopper_cards: Convert to module_pci_driver
>   drivers/media/pci/dm1105/dm1105: Convert to module_pci_driver2
>   drivers/media/pci/pluto2/pluto2: Convert to module_pci_driver
>   drivers/media/pci/pt1/pt1: Convert to module_pci_driver
>   drivers/media/radio/radio-maxiradio: Convert to module_pci_driver
>   drivers/pcmcia/pd6729: Convert to module_pci_driver
>   drivers/pcmcia/yenta_socket: Convert to module_pci_driver
> 
>  drivers/atm/he.c                        |   13 +------------
>  drivers/ide/delkin_cb.c                 |   13 +------------
>  drivers/media/pci/b2c2/flexcop-pci.c    |   13 +------------
>  drivers/media/pci/dm1105/dm1105.c       |   13 +------------
>  drivers/media/pci/mantis/hopper_cards.c |   13 +------------
>  drivers/media/pci/mantis/mantis_cards.c |   13 +------------
>  drivers/media/pci/pluto2/pluto2.c       |   13 +------------
>  drivers/media/pci/pt1/pt1.c             |   15 +--------------
>  drivers/media/radio/radio-maxiradio.c   |   13 +------------
>  drivers/memstick/host/jmb38x_ms.c       |   13 +------------
>  drivers/memstick/host/r592.c            |   13 +------------
>  drivers/mfd/lpc_ich.c                   |   13 +------------
>  drivers/net/irda/donauboe.c             |   15 +--------------
>  drivers/parisc/superio.c                |    1 -
>  drivers/pci/ioapic.c                    |   13 +------------
>  drivers/pcmcia/pd6729.c                 |   13 +------------
>  drivers/pcmcia/yenta_socket.c           |   16 +---------------
>  drivers/platform/x86/intel_ips.c        |   13 +------------
>  drivers/ptp/ptp_pch.c                   |   18 +-----------------
>  drivers/scsi/a100u2w.c                  |   12 +-----------
>  drivers/scsi/dc395x.c                   |   24 +-----------------------
>  drivers/scsi/dmx3191d.c                 |   13 +------------
>  drivers/scsi/initio.c                   |   13 +------------
>  drivers/scsi/mvumi.c                    |   20 +-------------------
>  drivers/uwb/whci.c                      |   13 +------------
>  25 files changed, 24 insertions(+), 318 deletions(-)
> 
> 
> 
> .
> 



           reply	other threads:[~2013-05-27  2:37 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1369621702-12920-1-git-send-email-libo.chen@huawei.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51A2C6DD.208@huawei.com \
    --to=clbchenlibo.chen@huawei.com \
    --cc=JBottomley@parallels.com \
    --cc=akpm@linux-foundation.org \
    --cc=aliakc@web.de \
    --cc=bhelgaas@google.com \
    --cc=chas@cmf.nrl.navy.mil \
    --cc=davem@davemloft.net \
    --cc=deller@gmx.de \
    --cc=gregkh@linuxfoundation.org \
    --cc=hverkuil@xs4all.nl \
    --cc=jejb@parisc-linux.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lizefan@huawei.com \
    --cc=matthew.garrett@nebula.com \
    --cc=oliver@neukum.org \
    --cc=ptyser@xes-inc.com \
    --cc=richardcochran@gmail.com \
    --cc=sameo@linux.intel.com \
    --cc=samuel@sortiz.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox