public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jesse Barnes <jbarnes@engr.sgi.com>
To: linux-pci@atrey.karlin.mff.cuni.cz
Cc: Greg KH <greg@kroah.com>,
	linux-kernel@vger.kernel.org,
	Bjorn Helgaas <bjorn.helgaas@hp.com>,
	willy@debian.org, benh@kernel.crashing.org
Subject: Re: [PATCH] add PCI API to sysfs
Date: Mon, 20 Dec 2004 15:01:12 -0800	[thread overview]
Message-ID: <200412201501.12575.jbarnes@engr.sgi.com> (raw)
In-Reply-To: <20041220225817.GA21404@kroah.com>

On Monday, December 20, 2004 2:58 pm, Greg KH wrote:
> On Mon, Dec 20, 2004 at 02:50:46PM -0800, Jesse Barnes wrote:
> > Ok, how does this one look?  It needs some obvious work, but is the
> > approach of adding functionality to sysfs instead of /proc the right way
> > to go?  What I've done:
> >
> >   o add mmap support to bin files in sysfs
> >   o make PCI resources available via mmap
> >   o make legacy I/O and memory space available in sysfs
>
> How about splitting this up into the different patches that each do one
> thing?

Sure, I forgot the diffstat too (doh!).

> > +static int mmap(struct file *file, struct vm_area_struct *vma)
> > +{
> > + struct dentry *dentry = file->f_dentry;
> > + struct bin_attribute *attr = to_bin_attr(dentry);
> > + struct kobject *kobj = to_kobj(dentry->d_parent);
> > +
> > + return attr->mmap(kobj, attr, vma);
> > +}
> > +
>
> What happens if mmap is not set?  oops...

Yeah, I mentioned that in "things to do" at the bottom, but I'm really looking 
for an "ack, this is a sane way to go" before I sink much more time into it.

Thanks,
Jesse

  reply	other threads:[~2004-12-20 23:21 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-20 22:50 [PATCH] add PCI API to sysfs Jesse Barnes
2004-12-20 22:58 ` Greg KH
2004-12-20 23:01   ` Jesse Barnes [this message]
2004-12-21  7:12     ` Benjamin Herrenschmidt
2004-12-21 12:31       ` Matthew Wilcox
2004-12-21 16:13         ` Benjamin Herrenschmidt
2004-12-21 17:05     ` Greg KH
2004-12-21 17:20       ` Jesse Barnes
2004-12-21  7:10   ` Benjamin Herrenschmidt
2004-12-21 16:22     ` Jesse Barnes

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=200412201501.12575.jbarnes@engr.sgi.com \
    --to=jbarnes@engr.sgi.com \
    --cc=benh@kernel.crashing.org \
    --cc=bjorn.helgaas@hp.com \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@atrey.karlin.mff.cuni.cz \
    --cc=willy@debian.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