All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: U-Boot <u-boot@lists.denx.de>, git <git@xilinx.com>
Cc: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>,
	Simon Glass <sjg@chromium.org>
Subject: Re: [PATCH 1/2] pinctrl: Increase length of pinmux status buffer
Date: Mon, 7 Mar 2022 08:57:59 +0100	[thread overview]
Message-ID: <CAHTX3dJXRu18M5W-aAmCK1kw_bvH_RranWDzqXUBwFSjZKNfHg@mail.gmail.com> (raw)
In-Reply-To: <3a6be84c8354f38754a9838670cc0319e84f29e8.1645626183.git.michal.simek@xilinx.com>

st 23. 2. 2022 v 15:23 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> From: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>
>
> Xilinx ZynqMP SOC can set 6 parameters for its pins. pinmux status
> command will print the status of these parameters for each pin. But
> current print buffer length is only 40 characters long, increase it
> to 80 to print all the parameters.
>
> Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  include/dm/pinctrl.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/dm/pinctrl.h b/include/dm/pinctrl.h
> index 0c461e56bb48..a09b242fd990 100644
> --- a/include/dm/pinctrl.h
> +++ b/include/dm/pinctrl.h
> @@ -7,7 +7,7 @@
>  #define __PINCTRL_H
>
>  #define PINNAME_SIZE   10
> -#define PINMUX_SIZE    40
> +#define PINMUX_SIZE    80
>
>  /**
>   * struct pinconf_param - pin config parameters
> --
> 2.35.1
>

Applied.
M

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs

      parent reply	other threads:[~2022-03-07  7:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-23 14:23 [PATCH 1/2] pinctrl: Increase length of pinmux status buffer Michal Simek
2022-02-23 14:23 ` [PATCH 2/2] pinctrl: zynqmp: Add pinctrl driver Michal Simek
2022-03-07  7:58   ` Michal Simek
2022-03-07  7:57 ` Michal Simek [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=CAHTX3dJXRu18M5W-aAmCK1kw_bvH_RranWDzqXUBwFSjZKNfHg@mail.gmail.com \
    --to=monstr@monstr.eu \
    --cc=ashok.reddy.soma@xilinx.com \
    --cc=git@xilinx.com \
    --cc=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.