All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@lst.de>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: ppc-dev <linuxppc-dev@ozlabs.org>, paulus@samba.org
Subject: Re: [PATCH 09/11] [POWERPC] iSeries: move detection of virtual tapes
Date: Fri, 21 Sep 2007 10:29:52 +0200	[thread overview]
Message-ID: <20070921082952.GA5607@lst.de> (raw)
In-Reply-To: <20070921143841.37ad2a2f.sfr@canb.auug.org.au>

> +#if defined(CONFIG_VIOTAPE) || defined(CONFIG_VIOTAPE_MODULE)
> +/* Handle interrupt events for tape */
> +static void __init handle_tape_event(struct HvLpEvent *event)
> +{
> +	struct vio_waitevent *we;
> +	struct viotapelpevent *tevent = (struct viotapelpevent *)event;

I think we should generate these device tree entires unconditionally.
They're just a conversion of what the iseries firmware/hypervisor
provides and not dependent on a specific driver.

(dito for the other patches with the same scheme)

  parent reply	other threads:[~2007-09-21  8:30 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-21  3:55 [PATCH 0/11][POWERPC] vio cleanups Stephen Rothwell
2007-09-21  4:29 ` [PATCH 01/11] [POWERPC] Remove debug printk from vio_bus_init Stephen Rothwell
2007-09-21  4:31   ` [PATCH 02/11] [POWERPC] Simplify vio_bus_init a little for legacy iSeries Stephen Rothwell
2007-09-21  4:32     ` [PATCH 03/11] [POWERPC] Make vio_bus_type static Stephen Rothwell
2007-09-21  4:33       ` [PATCH 04/11] [POWERPC] iSeries: simplify viocd initialisation Stephen Rothwell
2007-09-21  4:34         ` [PATCH 05/11] [POWERPC] remove iSeries_vio_dev Stephen Rothwell
2007-09-21  4:35           ` [PATCH 06/11] [POWERPC] Remove more iSeries specific stuff from vio.c Stephen Rothwell
2007-09-21  4:36             ` [PATCH 07/11] [POWERPC] iSeries: missing newline in printk Stephen Rothwell
2007-09-21  4:37               ` [PATCH 08/11] [POWERPC] iSeries: move detection of virtual cdroms Stephen Rothwell
2007-09-21  4:38                 ` [PATCH 09/11] [POWERPC] iSeries: move detection of virtual tapes Stephen Rothwell
2007-09-21  4:39                   ` [PATCH 10/11] [POWERPC] Clean up vio.h Stephen Rothwell
2007-09-21  4:40                     ` [PATCH 11/11] [POWERPC] iSeries: move viodasd probing Stephen Rothwell
2007-09-23 16:54                       ` Stephen Rothwell
2007-09-21  8:29                   ` Christoph Hellwig [this message]
2007-09-21 10:56                     ` [PATCH 09/11] [POWERPC] iSeries: move detection of virtual tapes Stephen Rothwell
2007-09-23 16:52                   ` Stephen Rothwell
2007-09-23 16:50                 ` [PATCH 08/11] [POWERPC] iSeries: move detection of virtual cdroms Stephen Rothwell

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=20070921082952.GA5607@lst.de \
    --to=hch@lst.de \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=paulus@samba.org \
    --cc=sfr@canb.auug.org.au \
    /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 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.