From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/5] exynos5: Add system register structure
Date: Wed, 2 May 2012 17:53:07 +0200 [thread overview]
Message-ID: <201205021753.08102.marex@denx.de> (raw)
In-Reply-To: <1335966762-9769-2-git-send-email-rajeshwari.s@samsung.com>
Dear Rajeshwari Shinde,
> This patch add structure for SYSREG.
Ccing Minkyu. Can I get your opinion on these patches please?
>
> Signed-off-by: Che-Liang Chiou <clchiou@chromium.org>
> Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
> Reviewed-by: Vivek Gautam <gautam.vivek@samsung.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>
> ---
> arch/arm/include/asm/arch-exynos/sysreg.h | 43
> +++++++++++++++++++++++++++++ 1 files changed, 43 insertions(+), 0
> deletions(-)
> create mode 100644 arch/arm/include/asm/arch-exynos/sysreg.h
>
> diff --git a/arch/arm/include/asm/arch-exynos/sysreg.h
> b/arch/arm/include/asm/arch-exynos/sysreg.h new file mode 100644
> index 0000000..aca4b2b
> --- /dev/null
> +++ b/arch/arm/include/asm/arch-exynos/sysreg.h
> @@ -0,0 +1,43 @@
> +/*
> + * (C) Copyright 2012 Samsung Electronics
> + * Register map for sysreg
> + *
> + * This program is free software; you can redistribute it and/or
> + * modify it under the terms of the GNU General Public License as
> + * published by the Free Software Foundation; either version 2 of
> + * the License, or (at your option) any later version.
> + *
> + * This program is distributed in the hope that it will be useful,
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> + * GNU General Public License for more details.
> + *
> + * You should have received a copy of the GNU General Public License
> + * along with this program; if not, write to the Free Software
> + * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
> + * MA 02111-1307 USA
> + */
> +
> +#ifndef __EXYNOS5_SYSREG_H__
> +#define __EXYNOS5_SYSREG_H__
> +
> +#ifndef __ASSEMBLY__
> +/* sysreg map */
> +struct exynos5_sysreg {
> + /* Add registers as and when required */
> + unsigned char res1[0x214];
> + unsigned int disp1blk_cfg;
> + unsigned int dispblk_cfg2;
> + unsigned int hdcp_e_fuse_mem_cfg;
> + unsigned int gsclblk_cfg0;
> + unsigned int gsclblk_cfg1;
> + unsigned int ispblk_cfg;
> + unsigned int usb20_phy_cfg;
> + unsigned char res2[0x29c];
> + unsigned int mipi_dphy;
> + unsigned int dptx_phy;
> + unsigned int phyclk_sel;
> +};
> +#endif
> +
> +#endif
Best regards,
Marek Vasut
next prev parent reply other threads:[~2012-05-02 15:53 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-02 13:52 [U-Boot] [PATCH 0/5] exynos5: usb: Enable USB 2.0 support Rajeshwari Shinde
2012-05-02 13:52 ` [U-Boot] [PATCH 1/5] exynos5: Add system register structure Rajeshwari Shinde
2012-05-02 15:53 ` Marek Vasut [this message]
2012-05-03 1:47 ` Kyungmin Park
2012-05-03 5:38 ` Chander Kashyap
2012-05-03 7:14 ` Minkyu Kang
2012-05-03 12:21 ` Rajeshwari Birje
2012-05-02 13:52 ` [U-Boot] [PATCH 2/5] exynos5: Add structure for PMU register Rajeshwari Shinde
2012-05-03 6:13 ` Chander Kashyap
2012-05-03 6:14 ` Chander Kashyap
2012-05-02 13:52 ` [U-Boot] [PATCH 3/5] exynos5: Add power Enable/Disable for USB-EHCI Rajeshwari Shinde
2012-05-03 7:33 ` Minkyu Kang
2012-05-03 12:52 ` Rajeshwari Birje
2012-05-02 13:52 ` [U-Boot] [PATCH 4/5] exynos5: usb: Fix incorrect USB base addresses Rajeshwari Shinde
2012-05-03 6:15 ` Chander Kashyap
2012-05-02 13:52 ` [U-Boot] [PATCH 5/5] exynos5: usb: Enable USB 2.0 on smdk5250 Rajeshwari Shinde
2012-05-03 6:43 ` Chander Kashyap
2012-05-03 7:38 ` Minkyu Kang
2012-05-03 12:06 ` Rajeshwari Birje
2012-05-03 1:49 ` [U-Boot] [PATCH 0/5] exynos5: usb: Enable USB 2.0 support Kyungmin Park
2012-05-03 2:46 ` Marek Vasut
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=201205021753.08102.marex@denx.de \
--to=marex@denx.de \
--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