All of lore.kernel.org
 help / color / mirror / Atom feed
From: Huang Shijie <shijie8@gmail.com>
To: Hou Zhiqiang <B48286@freescale.com>
Cc: linuxppc-dev@ozlabs.org, linux-mtd@lists.infradead.org,
	scottwood@freescale.com, mingkai.hu@freescale.com,
	computersforpeace@gmail.com, dwmw2@infradead.org
Subject: Re: [PATCH V4] mtd: m25p80: Modify the name of mtd_info
Date: Mon, 21 Apr 2014 23:30:45 +0800	[thread overview]
Message-ID: <20140421153042.GA3498@localhost.localdomain> (raw)
In-Reply-To: <1398078381-22452-1-git-send-email-B48286@freescale.com>

On Mon, Apr 21, 2014 at 07:06:21PM +0800, Hou Zhiqiang wrote:
> To specify spi flash layouts by "mtdparts=..." in cmdline, we must
> give mtd_info a fixed name,because the cmdlinepart's parser will
> match the name of mtd_info given in cmdline.
> Now, if use DT, the mtd_info's name will be spi->dev->name. It
> consists of spi_master->bus_num, and the spi_master->bus_num maybe
> dynamically fetched. So, in this case, replace the component bus_num
> with thei physical address of spi master.
> 
> Signed-off-by: Hou Zhiqiang <B48286@freescale.com>
> ---
> V4:
> 	add check no-NULL for pointer of master's device node, and if it failed
> 	to get physcial address of the master, then name the mtd_info by the
> 	name of spi->dev.
> V3:
> 	Fix a bug, matching unsigned long long with "%llx".
> V2:
> 	1. Fix some code style issue.
> 	2. Cast physical address to unsigned long long.
> 
>  drivers/mtd/devices/m25p80.c | 16 ++++++++++++++--
please rebase this patch on the latest l2-mtd tree.

thanks
Huang Shijie

      reply	other threads:[~2014-04-21 15:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-21 11:06 [PATCH V4] mtd: m25p80: Modify the name of mtd_info Hou Zhiqiang
2014-04-21 15:30 ` Huang Shijie [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=20140421153042.GA3498@localhost.localdomain \
    --to=shijie8@gmail.com \
    --cc=B48286@freescale.com \
    --cc=computersforpeace@gmail.com \
    --cc=dwmw2@infradead.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=mingkai.hu@freescale.com \
    --cc=scottwood@freescale.com \
    /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.