All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Antony Pavlov <antonynpavlov@gmail.com>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH v1-very-draft 1/5] barebox draft pci support
Date: Mon, 18 Jul 2011 08:39:50 +0200	[thread overview]
Message-ID: <20110718063950.GD20587@pengutronix.de> (raw)
In-Reply-To: <CAA4bVAEYusniJ5DYrzgtEqr7kQ8zWOnybPwN2ZmZge8J3HYqfQ@mail.gmail.com>

On Fri, Jul 15, 2011 at 02:15:34PM +0400, Antony Pavlov wrote:
> On 15 July 2011 12:42, Sascha Hauer <s.hauer@pengutronix.de> wrote:
> 
> > I finally found some time to look at this. Having pci support for
> > barebox would be great.
> >
> > It seems what missing in this patch is the integration into the
> > barebox device infrastructure. barebox already has an idea about
> > bus_type which is used for USB. a bus can have its own match
> > function to implement id based driver<->device matching. You would
> > need a struct device_d member in struct pci_device.
> >
> > As for the resource part Jean Christophe already started to convert
> > barebox from struct device_d->base to use real resources like
> > the Linux Kernel.
> 
> Absens of real resouces is painful.
> 
> If Jean Christophe started work on resources, where I can see it?

I think you just motivated him to repost his work ;)

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

      reply	other threads:[~2011-07-18  6:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-05 10:19 [PATCH v1-very-draft 1/5] barebox draft pci support Antony Pavlov
2011-07-05 10:19 ` [PATCH v1-very-draft 2/5] MIPS: add file gt64120.h from linux 2.6.39 Antony Pavlov
2011-07-05 10:19 ` [PATCH v1-very-draft 3/5] MIPS: fix file gt64120.h for barebox Antony Pavlov
2011-07-05 10:19 ` [PATCH v1-very-draft 4/5] MIPS: add PCI support for GT64120-based malta Antony Pavlov
2011-07-05 10:19 ` [PATCH v1-very-draft 5/5] PCI: add draft lspci command Antony Pavlov
2011-07-15  8:42 ` [PATCH v1-very-draft 1/5] barebox draft pci support Sascha Hauer
2011-07-15 10:15   ` Antony Pavlov
2011-07-18  6:39     ` Sascha Hauer [this message]

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=20110718063950.GD20587@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=antonynpavlov@gmail.com \
    --cc=barebox@lists.infradead.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 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.