All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v5 03/16] disk: part: refactor part_get_info_efi to prepare GPT over MTD
Date: Sun, 16 Apr 2017 13:32:09 -0600	[thread overview]
Message-ID: <CAPnjgZ18rrt6i7Lxq9vQgxV+g9+rgW5LnEkNSS2T6BM1Ht75fg@mail.gmail.com> (raw)
In-Reply-To: <1492077174-31148-4-git-send-email-patrick.delaunay@st.com>

On 13 April 2017 at 03:52, Patrick Delaunay <patrick.delaunay@st.com> wrote:
> create sub-functions part_get_disk_info()
>
> Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
> Reviewed-by: Christophe KERELLO <christophe.kerello@st.com>
> ---
>
> Changes in v5: None
> Changes in v4: None
> Changes in v3: None
> Changes in v2: None
>
>  disk/part_efi.c | 49 +++++++++++++++++++++++++++----------------------
>  1 file changed, 27 insertions(+), 22 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

Would be useful to add comments for the functions you create.

  reply	other threads:[~2017-04-16 19:32 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-13  9:52 [U-Boot] [PATCH v5 00/16] GPT over MTD Patrick Delaunay
2017-04-13  9:52 ` [U-Boot] [PATCH v5 01/16] uuid: add a function for GUID string parsing Patrick Delaunay
2017-04-13  9:52 ` [U-Boot] [PATCH v5 02/16] disk: part: refactor part_print_efi to prepare GPT over MTD Patrick Delaunay
2017-04-16 19:32   ` Simon Glass
2017-04-13  9:52 ` [U-Boot] [PATCH v5 03/16] disk: part: refactor part_get_info_efi " Patrick Delaunay
2017-04-16 19:32   ` Simon Glass [this message]
2017-04-13  9:52 ` [U-Boot] [PATCH v5 04/16] disk: part: prepare_backup_gpt_header rework Patrick Delaunay
2017-04-16 19:32   ` Simon Glass
2017-04-13  9:52 ` [U-Boot] [PATCH v5 05/16] disk: part: compute partition_entry_lba Patrick Delaunay
2017-04-16 19:32   ` Simon Glass
2017-04-13  9:52 ` [U-Boot] [PATCH v5 06/16] disk: part: efi: export internal function Patrick Delaunay
2017-04-16 19:32   ` Simon Glass
2017-04-13  9:52 ` [U-Boot] [PATCH v5 07/16] disk: part: add support of GPT partitioning over MTD Patrick Delaunay
2017-04-16 19:32   ` Simon Glass
2017-04-13  9:52 ` [U-Boot] [PATCH v5 08/16] cmd: gpt: remove blk_desc parameter in static function Patrick Delaunay
2017-04-16 19:32   ` Simon Glass
2017-04-13  9:52 ` [U-Boot] [PATCH v5 09/16] cmd: gpt: use error number in set_gpt_info Patrick Delaunay
2017-04-16 19:32   ` Simon Glass
2017-04-13  9:52 ` [U-Boot] [PATCH v5 10/16] cmd: gpt: add print_gpt_info_err Patrick Delaunay
2017-04-16 19:32   ` Simon Glass
2017-04-13  9:52 ` [U-Boot] [PATCH v5 11/16] cmd: gpt: update write command to support GPT over MTD Patrick Delaunay
2017-04-16 19:32   ` Simon Glass
2017-04-13  9:52 ` [U-Boot] [PATCH v5 12/16] cmd: part: update " Patrick Delaunay
2017-04-13  9:52 ` [U-Boot] [PATCH v5 13/16] cmd: mtdparts: move PART_ADD_DESC_MAXLEN Patrick Delaunay
2017-04-13  9:52 ` [U-Boot] [PATCH v5 14/16] cmd: mtdparts: update command to support GPT over MTD Patrick Delaunay
2017-04-13  9:52 ` [U-Boot] [PATCH v5 15/16] uuid: remove dependency with io.h Patrick Delaunay
2017-04-13  9:52 ` [U-Boot] [PATCH v5 16/16] sandbox: GPT over MTD test Patrick Delaunay
2017-04-16 19:32   ` Simon Glass
2017-05-10 14:51     ` Patrick DELAUNAY

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=CAPnjgZ18rrt6i7Lxq9vQgxV+g9+rgW5LnEkNSS2T6BM1Ht75fg@mail.gmail.com \
    --to=sjg@chromium.org \
    --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.