From: Fabio Estevam <festevam@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/5] mx7dsabreasd: Remove dead code
Date: Sun, 13 Sep 2015 13:06:43 -0300 [thread overview]
Message-ID: <1442160406-24755-2-git-send-email-festevam@gmail.com> (raw)
In-Reply-To: <1442160406-24755-1-git-send-email-festevam@gmail.com>
From: Fabio Estevam <fabio.estevam@freescale.com>
iox74lv_set() is not used anywhere, so let's remove it.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
board/freescale/mx7dsabresd/mx7dsabresd.c | 38 -------------------------------
1 file changed, 38 deletions(-)
diff --git a/board/freescale/mx7dsabresd/mx7dsabresd.c b/board/freescale/mx7dsabresd/mx7dsabresd.c
index 6bd47df..6c2fc98 100644
--- a/board/freescale/mx7dsabresd/mx7dsabresd.c
+++ b/board/freescale/mx7dsabresd/mx7dsabresd.c
@@ -190,44 +190,6 @@ static void iox74lv_init(void)
gpio_direction_output(IOX_STCP, 1);
};
-void iox74lv_set(int index)
-{
- int i;
- for (i = 7; i >= 0; i--) {
- gpio_direction_output(IOX_SHCP, 0);
-
- if (i == index)
- gpio_direction_output(IOX_SDI, seq[qn_output[i]][0]);
- else
- gpio_direction_output(IOX_SDI, seq[qn_output[i]][1]);
- udelay(500);
- gpio_direction_output(IOX_SHCP, 1);
- udelay(500);
- }
-
- gpio_direction_output(IOX_STCP, 0);
- udelay(500);
- /*
- * shift register will be output to pins
- */
- gpio_direction_output(IOX_STCP, 1);
-
- for (i = 7; i >= 0; i--) {
- gpio_direction_output(IOX_SHCP, 0);
- gpio_direction_output(IOX_SDI, seq[qn_output[i]][1]);
- udelay(500);
- gpio_direction_output(IOX_SHCP, 1);
- udelay(500);
- }
-
- gpio_direction_output(IOX_STCP, 0);
- udelay(500);
- /*
- * shift register will be output to pins
- */
- gpio_direction_output(IOX_STCP, 1);
-};
-
#ifdef CONFIG_FEC_MXC
static iomux_v3_cfg_t const fec1_pads[] = {
MX7D_PAD_ENET1_RGMII_RX_CTL__ENET1_RGMII_RX_CTL | MUX_PAD_CTRL(ENET_RX_PAD_CTRL),
--
1.9.1
next prev parent reply other threads:[~2015-09-13 16:06 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-13 16:06 [U-Boot] [PATCH 1/5] mx7dsabresd: Staticize when possible Fabio Estevam
2015-09-13 16:06 ` Fabio Estevam [this message]
2015-09-20 7:52 ` [U-Boot] [PATCH 2/5] mx7dsabreasd: Remove dead code Stefano Babic
2015-09-13 16:06 ` [U-Boot] [PATCH 3/5] mx7dsabresd: Include USB header Fabio Estevam
2015-09-20 7:53 ` Stefano Babic
2015-09-13 16:06 ` [U-Boot] [PATCH 4/5] mx7dsabresd: Remove get_board_rev() Fabio Estevam
2015-09-20 7:53 ` Stefano Babic
2015-09-13 16:06 ` [U-Boot] [PATCH 5/5] mx7dsabresd: Remove unused config option Fabio Estevam
2015-09-20 7:53 ` Stefano Babic
2015-09-20 7:52 ` [U-Boot] [PATCH 1/5] mx7dsabresd: Staticize when possible Stefano Babic
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=1442160406-24755-2-git-send-email-festevam@gmail.com \
--to=festevam@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox