All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jagan Teki <jteki@openedev.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RESEND 1/2] stm32: stm32f4: move flash driver to mtd driver location
Date: Thu, 10 Mar 2016 08:22:53 +0530	[thread overview]
Message-ID: <56E0E185.3060709@openedev.com> (raw)
In-Reply-To: <1457565497-9822-1-git-send-email-vikas.manocha@st.com>

On Thursday 10 March 2016 04:48 AM, Vikas Manocha wrote:
> Same flash driver can be used by other stm32 families like stm32f7.
> Better place for this driver would be mtd driver location.

What kind of flash is it, parallel or serial NOR?

>
> Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
> ---
>   arch/arm/include/asm/arch-stm32f4/stm32.h          | 31 ++++++-------------
>   arch/arm/mach-stm32/stm32f4/Makefile               |  2 +-
>   arch/arm/mach-stm32/stm32f4/clock.c                | 10 +------
>   drivers/mtd/Makefile                               |  1 +
>   .../stm32f4/flash.c => drivers/mtd/stm32_flash.c   | 35 +++++++++++-----------
>   drivers/mtd/stm32_flash.h                          | 27 +++++++++++++++++
>   include/configs/stm32f429-discovery.h              |  1 +
>   include/flash.h                                    |  2 +-
>   8 files changed, 59 insertions(+), 50 deletions(-)
>   rename arch/arm/mach-stm32/stm32f4/flash.c => drivers/mtd/stm32_flash.c (82%)
>   create mode 100644 drivers/mtd/stm32_flash.h

--
Jagan.

  parent reply	other threads:[~2016-03-10  2:52 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-09 23:18 [U-Boot] [RESEND 1/2] stm32: stm32f4: move flash driver to mtd driver location Vikas Manocha
2016-03-09 23:18 ` [U-Boot] [RESEND 2/2] stm32f746-disco: enable flash support Vikas Manocha
2016-03-27 22:23   ` [U-Boot] [U-Boot, RESEND, " Tom Rini
2016-03-10  2:52 ` Jagan Teki [this message]
2016-03-10  4:18   ` [U-Boot] [RESEND 1/2] stm32: stm32f4: move flash driver to mtd driver location Vikas MANOCHA
2016-03-10  5:01     ` jteki at openedev.com
2016-03-10 17:41       ` Vikas MANOCHA
2016-03-10 17:46         ` Jagan Teki
2016-03-10 17:52           ` Vikas MANOCHA
2016-03-10 17:58             ` Jagan Teki
2016-03-10 18:17               ` Vikas MANOCHA
2016-03-10 18:38                 ` Jagan Teki
2016-03-21 21:53                   ` Vikas MANOCHA
2016-03-27 22:23 ` [U-Boot] [U-Boot, RESEND, " Tom Rini

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=56E0E185.3060709@openedev.com \
    --to=jteki@openedev.com \
    --cc=u-boot@lists.denx.de \
    /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.