From: Andre Heider <a.heider@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] ARM: bcm2835: add missing mbox overscan response field
Date: Tue, 22 Oct 2013 22:27:20 +0200 [thread overview]
Message-ID: <1382473641-20614-1-git-send-email-a.heider@gmail.com> (raw)
Add the missing "right" field to struct bcm2835_mbox_tag_overscan.
Signed-off-by: Andre Heider <a.heider@gmail.com>
---
arch/arm/include/asm/arch-bcm2835/mbox.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/include/asm/arch-bcm2835/mbox.h b/arch/arm/include/asm/arch-bcm2835/mbox.h
index 24abe57..6b806ec 100644
--- a/arch/arm/include/asm/arch-bcm2835/mbox.h
+++ b/arch/arm/include/asm/arch-bcm2835/mbox.h
@@ -350,6 +350,7 @@ struct bcm2835_mbox_tag_overscan {
u32 top;
u32 bottom;
u32 left;
+ u32 right;
} resp;
} body;
};
--
1.8.3.2
next reply other threads:[~2013-10-22 20:27 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-22 20:27 Andre Heider [this message]
2013-10-23 16:54 ` [U-Boot] [PATCH 1/2] ARM: bcm2835: add missing mbox overscan response field Stephen Warren
2013-10-23 19:46 ` Andre Heider
2013-11-07 13:29 ` Albert ARIBAUD
2013-11-07 21:30 ` Stephen Warren
2013-11-08 12:16 ` Albert ARIBAUD
2013-11-08 12:13 ` Albert ARIBAUD
2013-11-09 10:11 ` Anatolij Gustschin
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=1382473641-20614-1-git-send-email-a.heider@gmail.com \
--to=a.heider@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