All of lore.kernel.org
 help / color / mirror / Atom feed
From: Purna Chandra Mandal <purna.mandal@microchip.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 05/13] drivers: ddr: Add DDR2 SDRAM controller driver for Microchip PIC32.
Date: Tue, 12 Jan 2016 10:29:54 +0530	[thread overview]
Message-ID: <5694884A.8040401@microchip.com> (raw)
In-Reply-To: <CAPnjgZ1+0muWokmgHakqL=G=vfNyDvsR2bU9cfmU5Y1hnMp0Fw@mail.gmail.com>

On 01/11/2016 10:27 PM, Simon Glass wrote:

> Hi,
>
> On 4 January 2016 at 07:01, Purna Chandra Mandal
> <purna.mandal@microchip.com> wrote:
>> Signed-off-by: Paul Thacker <paul.thacker@microchip.com>
>> Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com>
> Please add a commit message.

Agreed, Will add.

>> ---
>>
>> Changes in v2:
>> - move ddr2 initialization from board/microchip/ to drivers/ddr/microchip
>>
>>  arch/mips/mach-pic32/include/mach/ddr.h |  32 ++++
>>  drivers/Makefile                        |   1 +
>>  drivers/ddr/microchip/Makefile          |   6 +
>>  drivers/ddr/microchip/ddr2.c            | 277 ++++++++++++++++++++++++++++++++
>>  drivers/ddr/microchip/ddr2_regs.h       | 151 +++++++++++++++++
>>  drivers/ddr/microchip/ddr2_timing.h     |  65 ++++++++
>>  6 files changed, 532 insertions(+)
>>  create mode 100644 arch/mips/mach-pic32/include/mach/ddr.h
>>  create mode 100644 drivers/ddr/microchip/Makefile
>>  create mode 100644 drivers/ddr/microchip/ddr2.c
>>  create mode 100644 drivers/ddr/microchip/ddr2_regs.h
>>  create mode 100644 drivers/ddr/microchip/ddr2_timing.h
>>
> Regards,
> Simon

      reply	other threads:[~2016-01-12  4:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-04 14:01 [U-Boot] [PATCH v2 05/13] drivers: ddr: Add DDR2 SDRAM controller driver for Microchip PIC32 Purna Chandra Mandal
2016-01-05 19:02 ` Daniel Schwierzeck
2016-01-06  6:48   ` Purna Chandra Mandal
2016-01-11 16:57 ` Simon Glass
2016-01-12  4:59   ` Purna Chandra Mandal [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=5694884A.8040401@microchip.com \
    --to=purna.mandal@microchip.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.