From: Tony Lindgren <tony@atomide.com>
To: "Aguirre Rodriguez, Sergio Alberto" <saaguirre@ti.com>
Cc: "linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>
Subject: Re: [PATCH 14/15] OMAP3 camera driver: OMAP34XXCAM: Camera Base Address.
Date: Wed, 10 Sep 2008 17:16:35 -0700 [thread overview]
Message-ID: <20080911001635.GC21163@atomide.com> (raw)
In-Reply-To: <A24693684029E5489D1D202277BE89441191E335@dlee02.ent.ti.com>
* Aguirre Rodriguez, Sergio Alberto <saaguirre@ti.com> [080829 16:34]:
> From: Sergio Aguirre <saaguirre@ti.com>
>
> ARM: OMAP: OMAP34XXCAM: Camera Base Address.
>
> Adding OMAP 3 Camera registers base address, and Platform Device.
Pushing today.
Tony
> Signed-off-by: Sergio Aguirre <saaguirre@ti.com>
> Signed-off-by: Sameer Venkatraman <sameerv@ti.com>
> Signed-off-by: Mohit Jalori <mjalori@ti.com>
> ---
> arch/arm/plat-omap/include/mach-omap2/devices.c | 26 ++++++++++++++++++++++++++
> arch/arm/plat-omap/include/plat-omap/include/mach/omap34xx.h | 1 +
> 2 files changed, 27 insertions(+)
>
> --- a/arch/arm/plat-omap/include/mach/omap34xx.h
> +++ b/arch/arm/plat-omap/include/mach/omap34xx.h
> @@ -63,6 +63,7 @@
> #define OMAP2_CM_BASE OMAP3430_CM_BASE
> #define OMAP2_PRM_BASE OMAP3430_PRM_BASE
> #define OMAP2_VA_IC_BASE IO_ADDRESS(OMAP34XX_IC_BASE)
> +#define OMAP34XX_CAMERA_BASE (L4_34XX_BASE + 0xBC000)
>
> #endif
>
> --- a/arch/arm/mach-omap2/devices.c
> +++ b/arch/arm/mach-omap2/devices.c
> @@ -50,6 +50,32 @@
> {
> platform_device_register(&omap_cam_device);
> }
> +
> +#elif defined(CONFIG_VIDEO_OMAP3) || defined(CONFIG_VIDEO_OMAP3_MODULE)
> +
> +static struct resource cam_resources[] = {
> + {
> + .start = OMAP34XX_CAMERA_BASE,
> + .end = OMAP34XX_CAMERA_BASE + 0x1B70,
> + .flags = IORESOURCE_MEM,
> + },
> + {
> + .start = INT_34XX_CAM_IRQ,
> + .flags = IORESOURCE_IRQ,
> + }
> +};
> +
> +static struct platform_device omap_cam_device = {
> + .name = "omap34xxcam",
> + .id = -1,
> + .num_resources = ARRAY_SIZE(cam_resources),
> + .resource = cam_resources,
> +};
> +
> +static inline void omap_init_camera(void)
> +{
> + platform_device_register(&omap_cam_device);
> +}
> #else
> static inline void omap_init_camera(void)
> {
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2008-09-11 0:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-29 23:34 [PATCH 14/15] OMAP3 camera driver: OMAP34XXCAM: Camera Base Address Aguirre Rodriguez, Sergio Alberto
2008-09-11 0:16 ` Tony Lindgren [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=20080911001635.GC21163@atomide.com \
--to=tony@atomide.com \
--cc=linux-omap@vger.kernel.org \
--cc=saaguirre@ti.com \
/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