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] [PATCH 1/5] sf: sf_dataflash: Remove inline property of function dataflash_status
Date: Wed, 5 Aug 2015 14:19:12 +0530	[thread overview]
Message-ID: <CAD6G_RQkr3dYVyccyw_rKO8c720pJNBn6DXCR9XmXkifXGdknQ@mail.gmail.com> (raw)
In-Reply-To: <BN1PR0301MB0612A217A1AF5F90E6216BF4F8850@BN1PR0301MB0612.namprd03.prod.outlook.com>

On 20 July 2015 at 11:26, Wang Haikun <Haikun.Wang@freescale.com> wrote:
> On 7/2/2015 5:17 PM, Haikun Wang wrote:
>> Signed-off-by: Haikun Wang <haikun.wang@freescale.com>
>> ---
>>   drivers/mtd/spi/sf_dataflash.c | 3 +--
>>   1 file changed, 1 insertion(+), 2 deletions(-)
>>
>> diff --git a/drivers/mtd/spi/sf_dataflash.c b/drivers/mtd/spi/sf_dataflash.c
>> index 3111f4f..f83f994 100644
>> --- a/drivers/mtd/spi/sf_dataflash.c
>> +++ b/drivers/mtd/spi/sf_dataflash.c
>> @@ -67,7 +67,6 @@
>>   #define OP_WRITE_SECURITY_REVC      0x9A
>>   #define OP_WRITE_SECURITY   0x9B    /* revision D */
>>
>> -
>>   struct dataflash {
>>       uint8_t                 command[16];
>>       unsigned short          page_offset;    /* offset in flash address */
>> @@ -76,7 +75,7 @@ struct dataflash {
>>   /*
>>    * Return the status of the DataFlash device.
>>    */
>> -static inline int dataflash_status(struct spi_slave *spi)
>> +static int dataflash_status(struct spi_slave *spi)
>>   {
>>       int ret;
>>       u8 status;
>>
> Update my email address.

Looks fines with the series, but please update commit message on all
patches and
send next version series.

thanks!
-- 
Jagan | openedev.

      reply	other threads:[~2015-08-05  8:49 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-02  9:12 [U-Boot] [PATCH 1/5] sf: sf_dataflash: Remove inline property of function dataflash_status Haikun Wang
2015-07-02  9:12 ` [U-Boot] [PATCH 2/5] sf: sf_dataflash: Add error handler when flash operate fail Haikun Wang
2015-07-06 17:32   ` Simon Glass
2015-07-20  5:57     ` Wang Haikun
2015-07-02  9:12 ` [U-Boot] [PATCH 3/5] sf: sf_dataflash: Remove CONFIG_SPI_DATAFLASH_WRITE_VERIFY option Haikun Wang
2015-07-06 17:33   ` Simon Glass
2015-07-07  2:49     ` Wang Haikun
2015-07-20  5:57     ` Wang Haikun
2015-07-02  9:12 ` [U-Boot] [PATCH 4/5] sf: sf_dataflash: Change the return value of jedec_probe to int Haikun Wang
2015-07-06 17:33   ` Simon Glass
2015-07-20  5:58     ` Wang Haikun
2015-07-02  9:12 ` [U-Boot] [PATCH 5/5] sf: sf_dataflash: Update probing method of old chips which not support Device ID Haikun Wang
2015-07-20  5:58   ` Wang Haikun
2015-07-20  5:56 ` [U-Boot] [PATCH 1/5] sf: sf_dataflash: Remove inline property of function dataflash_status Wang Haikun
2015-08-05  8:49   ` Jagan Teki [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=CAD6G_RQkr3dYVyccyw_rKO8c720pJNBn6DXCR9XmXkifXGdknQ@mail.gmail.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.