All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jean-Christophe DUBOIS <jcd@tribudubois.net>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: QEMU Developers <qemu-devel@nongnu.org>,
	Peter Crosthwaite <crosthwaite.peter@gmail.com>
Subject: Re: [Qemu-devel] [PATCH v4 6/6] i.MX: Add sabrelite i.MX6 emulation.
Date: Thu, 24 Mar 2016 08:11:03 +0100	[thread overview]
Message-ID: <56F39307.5000400@tribudubois.net> (raw)
In-Reply-To: <CAFEAcA8yrhFCbvC_k1bpm9pnDzxm4M5s5XExRdNZBRuxyLegcA@mail.gmail.com>

Le 23/03/2016 15:48, Peter Maydell a écrit :
> On 19 March 2016 at 20:59, Jean-Christophe Dubois <jcd@tribudubois.net> wrote:
>> The sabrelite supports one SPI FLASH memory on SPI1
>>
>> Signed-off-by: Jean-Christophe Dubois <jcd@tribudubois.net>
>> +    {
>> +        /* Add the sst25vf016b NOR FLASH memory to first SPI */
>> +        Object *spi_dev;
>> +
>> +        spi_dev = object_resolve_path_component(OBJECT(&s->soc), "spi1");
> Can you add a comment to remind us there's a todo here:
>   /* Ideally we would expose the chip select and spi bus on the SoC
>    * object using alias properties; then we would not need to directly
>    * access the underlying spi device object.
>    */
OK
>
> Otherwise
> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
>
> thanks
> -- PMM
>

      reply	other threads:[~2016-03-24  7:11 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-19 20:59 [Qemu-devel] [PATCH v4 0/6] Add i.MX6 (Single/Dual/Quad) support Jean-Christophe Dubois
2016-03-19 20:59 ` [Qemu-devel] [PATCH v4 1/6] ARM: Factor out ARM on/off PSCI control functions Jean-Christophe Dubois
2016-03-23 15:24   ` Peter Maydell
2016-03-24  7:10     ` Jean-Christophe DUBOIS
2016-03-24 10:46       ` Peter Maydell
2016-03-24 13:54         ` jcd
2016-03-24 14:03           ` Peter Maydell
2016-03-19 20:59 ` [Qemu-devel] [PATCH v4 2/6] i.MX: Add i.MX6 System Reset Controller device Jean-Christophe Dubois
2016-03-19 20:59 ` [Qemu-devel] [PATCH v4 3/6] FIFO: Add a FIFO32 implementation Jean-Christophe Dubois
2016-03-19 20:59 ` [Qemu-devel] [PATCH v4 4/6] i.MX: Add the Freescale SPI Controller Jean-Christophe Dubois
2016-03-19 20:59 ` [Qemu-devel] [PATCH v4 5/6] i.MX: Add i.MX6 SOC implementation Jean-Christophe Dubois
2016-03-19 20:59 ` [Qemu-devel] [PATCH v4 6/6] i.MX: Add sabrelite i.MX6 emulation Jean-Christophe Dubois
2016-03-23 14:48   ` Peter Maydell
2016-03-24  7:11     ` Jean-Christophe DUBOIS [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=56F39307.5000400@tribudubois.net \
    --to=jcd@tribudubois.net \
    --cc=crosthwaite.peter@gmail.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.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.