All of lore.kernel.org
 help / color / mirror / Atom feed
From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/2 V2] EXYNOS5: Enable Gigabyte device GD25LQ and GD25Q64B
Date: Fri, 08 Mar 2013 22:28:01 +0900	[thread overview]
Message-ID: <5139E761.4030800@samsung.com> (raw)
In-Reply-To: <1358922619-10356-1-git-send-email-rajeshwari.s@samsung.com>

Dear Rajeshwari,

On 23/01/13 15:30, Rajeshwari Shinde wrote:
> This patch set adds driver for Gigabyte device GD25LQ and GD25Q64B
> required for Snow board and enables same in config file.
> 
> Based on following patches submitted by Simon Glass:
> "sf: Add spi_flash_alloc() to create a new SPI flash struct"
> "sf: Use spi_flash_alloc() in each SPI flash driver"
> 
> Changes in V2:
> 	- Added U-Boot copyright header to gigadevice.c
> 	- Removed unnecessary blank lines.
> 
> Rajeshwari Shinde (2):
>   SF: Add driver for Gigabyte device GD25LQ and GD25Q64B
>   SMDK5250: Enable SPI Gigabyte device.
> 
>  drivers/mtd/spi/Makefile             |    1 +
>  drivers/mtd/spi/gigadevice.c         |   81 ++++++++++++++++++++++++++++++++++
>  drivers/mtd/spi/spi_flash.c          |    3 +
>  drivers/mtd/spi/spi_flash_internal.h |    1 +
>  include/configs/exynos5250-dt.h      |    1 +
>  5 files changed, 87 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/mtd/spi/gigadevice.c
> 

I've got compiler warning and error on this patch.

gigadevice.c: In function 'spi_flash_probe_gigadevice':
gigadevice.c:68:2: warning: implicit declaration of function 'spi_flash_alloc_base' [-Wimplicit-function-declaration]
gigadevice.c:68:8: warning: assignment makes pointer from integer without a cast [enabled by default]
drivers/mtd/spi/libspi_flash.o: In function `spi_flash_probe_gigadevice':
/home/share/Work/u-boot-samsung/drivers/mtd/spi/gigadevice.c:68: undefined reference to `spi_flash_alloc_base'

There is any dependency with other patches?
then, please let me know.

Thanks,
Minkyu Kang.

  parent reply	other threads:[~2013-03-08 13:28 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-23  6:30 [U-Boot] [PATCH 0/2 V2] EXYNOS5: Enable Gigabyte device GD25LQ and GD25Q64B Rajeshwari Shinde
2013-01-23  6:30 ` [U-Boot] [PATCH 1/2 V2] SF: Add driver for " Rajeshwari Shinde
2013-01-25 21:45   ` Simon Glass
2013-02-20 15:01   ` [U-Boot] [U-Boot, 1/2, " Tom Rini
2013-02-22  6:14     ` Rajeshwari Birje
2013-05-21 13:10   ` [U-Boot] [PATCH 1/2 " Jagan Teki
2013-05-28  6:29     ` Jagan Teki
2013-01-23  6:30 ` [U-Boot] [PATCH 2/2] SMDK5250: Enable SPI Gigabyte device Rajeshwari Shinde
2013-01-23  6:27   ` Rajeshwari Birje
2013-02-13  5:23 ` [U-Boot] [PATCH 0/2 V2] EXYNOS5: Enable Gigabyte device GD25LQ and GD25Q64B Rajeshwari Birje
2013-03-08 13:28 ` Minkyu Kang [this message]
2013-03-12  6:13   ` Rajeshwari Birje
2013-03-27  6:38     ` Minkyu Kang
2013-03-27 16:42       ` Simon Glass
2013-05-20 10:23         ` Minkyu Kang

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=5139E761.4030800@samsung.com \
    --to=mk7.kang@samsung.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.