From: Kevin Hilman <khilman@ti.com>
To: "Aguirre, Sergio" <saaguirre@ti.com>
Cc: "Hiremath, Vaibhav" <hvaibhav@ti.com>,
"linux-media@vger.kernel.org" <linux-media@vger.kernel.org>,
"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
"laurent.pinchart@ideasonboard.com"
<laurent.pinchart@ideasonboard.com>,
"sakari.ailus@iki.fi" <sakari.ailus@iki.fi>,
Benoit Cousson <b-cousson@ti.com>
Subject: Re: [PATCH v2 04/11] OMAP4: hwmod: Include CSI2A and CSIPHY1 memory sections
Date: Fri, 02 Dec 2011 14:49:10 -0800 [thread overview]
Message-ID: <87pqg6lhcp.fsf@ti.com> (raw)
In-Reply-To: <CAKnK67TrzD1hoKOOaodRK=-Ct5bNYAtXab3hY4UdxJTNdD0Tuw@mail.gmail.com> (Sergio Aguirre's message of "Thu, 1 Dec 2011 07:17:25 -0600")
+Benoit,
"Aguirre, Sergio" <saaguirre@ti.com> writes:
> Hi Vaibhav,
>
> Thanks for the comments.
>
> On Thu, Dec 1, 2011 at 12:34 AM, Hiremath, Vaibhav <hvaibhav@ti.com> wrote:
>>
>>> -----Original Message-----
>>> From: linux-media-owner@vger.kernel.org [mailto:linux-media-
>>> owner@vger.kernel.org] On Behalf Of Aguirre, Sergio
>>> Sent: Thursday, December 01, 2011 5:45 AM
>>> To: linux-media@vger.kernel.org
>>> Cc: linux-omap@vger.kernel.org; laurent.pinchart@ideasonboard.com;
>>> sakari.ailus@iki.fi; Aguirre, Sergio
>>> Subject: [PATCH v2 04/11] OMAP4: hwmod: Include CSI2A and CSIPHY1 memory
>>> sections
>>>
>>> Signed-off-by: Sergio Aguirre <saaguirre@ti.com>
>>> ---
>>> arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 16 +++++++++++++---
>>> 1 files changed, 13 insertions(+), 3 deletions(-)
>>>
>>> diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-
>>> omap2/omap_hwmod_44xx_data.c
>>> index 7695e5d..1b59e2f 100644
>>> --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
>>> +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
>>> @@ -2623,8 +2623,18 @@ static struct omap_hwmod_ocp_if
>>> *omap44xx_iss_masters[] = {
>>>
>>> static struct omap_hwmod_addr_space omap44xx_iss_addrs[] = {
>>> {
>>> - .pa_start = 0x52000000,
>>> - .pa_end = 0x520000ff,
>>> + .pa_start = OMAP44XX_ISS_TOP_BASE,
>>> + .pa_end = OMAP44XX_ISS_TOP_END,
>>> + .flags = ADDR_TYPE_RT
>>> + },
>>> + {
>>> + .pa_start = OMAP44XX_ISS_CSI2_A_REGS1_BASE,
>>> + .pa_end = OMAP44XX_ISS_CSI2_A_REGS1_END,
>>> + .flags = ADDR_TYPE_RT
>>> + },
>>> + {
>>> + .pa_start = OMAP44XX_ISS_CAMERARX_CORE1_BASE,
>>> + .pa_end = OMAP44XX_ISS_CAMERARX_CORE1_END,
>>> .flags = ADDR_TYPE_RT
>>> },
>> This patch will result in build failure, because, the above base addresses
>> are getting defined in the next patch
>>
>> [PATCH v2 05/11] OMAP4: Add base addresses for ISS
>
> Agreed. Will revisit "git-bisectability" of the patch series. Will fix.
To fix this, just drop the #defines from the header, and use raw
addresses directly.
Also, work with Benoit to make sure at the scripts that autogenerate
this data are updated to include these two regions.
Kevin
--
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
WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@ti.com>
To: "Aguirre\, Sergio" <saaguirre@ti.com>
Cc: "Hiremath\, Vaibhav" <hvaibhav@ti.com>,
"linux-media\@vger.kernel.org" <linux-media@vger.kernel.org>,
"linux-omap\@vger.kernel.org" <linux-omap@vger.kernel.org>,
"laurent.pinchart\@ideasonboard.com"
<laurent.pinchart@ideasonboard.com>,
"sakari.ailus\@iki.fi" <sakari.ailus@iki.fi>,
Benoit Cousson <b-cousson@ti.com>
Subject: Re: [PATCH v2 04/11] OMAP4: hwmod: Include CSI2A and CSIPHY1 memory sections
Date: Fri, 02 Dec 2011 14:49:10 -0800 [thread overview]
Message-ID: <87pqg6lhcp.fsf@ti.com> (raw)
In-Reply-To: <CAKnK67TrzD1hoKOOaodRK=-Ct5bNYAtXab3hY4UdxJTNdD0Tuw@mail.gmail.com> (Sergio Aguirre's message of "Thu, 1 Dec 2011 07:17:25 -0600")
+Benoit,
"Aguirre, Sergio" <saaguirre@ti.com> writes:
> Hi Vaibhav,
>
> Thanks for the comments.
>
> On Thu, Dec 1, 2011 at 12:34 AM, Hiremath, Vaibhav <hvaibhav@ti.com> wrote:
>>
>>> -----Original Message-----
>>> From: linux-media-owner@vger.kernel.org [mailto:linux-media-
>>> owner@vger.kernel.org] On Behalf Of Aguirre, Sergio
>>> Sent: Thursday, December 01, 2011 5:45 AM
>>> To: linux-media@vger.kernel.org
>>> Cc: linux-omap@vger.kernel.org; laurent.pinchart@ideasonboard.com;
>>> sakari.ailus@iki.fi; Aguirre, Sergio
>>> Subject: [PATCH v2 04/11] OMAP4: hwmod: Include CSI2A and CSIPHY1 memory
>>> sections
>>>
>>> Signed-off-by: Sergio Aguirre <saaguirre@ti.com>
>>> ---
>>> arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 16 +++++++++++++---
>>> 1 files changed, 13 insertions(+), 3 deletions(-)
>>>
>>> diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-
>>> omap2/omap_hwmod_44xx_data.c
>>> index 7695e5d..1b59e2f 100644
>>> --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
>>> +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
>>> @@ -2623,8 +2623,18 @@ static struct omap_hwmod_ocp_if
>>> *omap44xx_iss_masters[] = {
>>>
>>> static struct omap_hwmod_addr_space omap44xx_iss_addrs[] = {
>>> {
>>> - .pa_start = 0x52000000,
>>> - .pa_end = 0x520000ff,
>>> + .pa_start = OMAP44XX_ISS_TOP_BASE,
>>> + .pa_end = OMAP44XX_ISS_TOP_END,
>>> + .flags = ADDR_TYPE_RT
>>> + },
>>> + {
>>> + .pa_start = OMAP44XX_ISS_CSI2_A_REGS1_BASE,
>>> + .pa_end = OMAP44XX_ISS_CSI2_A_REGS1_END,
>>> + .flags = ADDR_TYPE_RT
>>> + },
>>> + {
>>> + .pa_start = OMAP44XX_ISS_CAMERARX_CORE1_BASE,
>>> + .pa_end = OMAP44XX_ISS_CAMERARX_CORE1_END,
>>> .flags = ADDR_TYPE_RT
>>> },
>> This patch will result in build failure, because, the above base addresses
>> are getting defined in the next patch
>>
>> [PATCH v2 05/11] OMAP4: Add base addresses for ISS
>
> Agreed. Will revisit "git-bisectability" of the patch series. Will fix.
To fix this, just drop the #defines from the header, and use raw
addresses directly.
Also, work with Benoit to make sure at the scripts that autogenerate
this data are updated to include these two regions.
Kevin
next prev parent reply other threads:[~2011-12-02 22:49 UTC|newest]
Thread overview: 65+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-01 0:14 [PATCH v2 00/11] v4l2: OMAP4 ISS driver + Sensor + Board support Sergio Aguirre
2011-12-01 0:14 ` Sergio Aguirre
2011-12-01 0:14 ` [PATCH v2 01/11] TWL6030: Add mapping for auxiliary regs Sergio Aguirre
2011-12-01 0:14 ` Sergio Aguirre
2011-12-01 15:58 ` T Krishnamoorthy, Balaji
2011-12-01 17:47 ` Aguirre, Sergio
2011-12-01 17:47 ` Aguirre, Sergio
2011-12-01 0:14 ` [PATCH v2 02/11] mfd: twl6040: Fix wrong TWL6040_GPO3 bitfield value Sergio Aguirre
2011-12-01 0:14 ` Sergio Aguirre
2011-12-01 17:24 ` Laurent Pinchart
2011-12-01 17:35 ` Aguirre, Sergio
2011-12-02 1:08 ` Laurent Pinchart
2011-12-01 0:14 ` [PATCH v2 03/11] v4l: Introduce sensor operation for getting interface configuration Sergio Aguirre
2011-12-01 0:14 ` Sergio Aguirre
2011-12-02 13:32 ` Stanimir Varbanov
2011-12-02 16:04 ` Aguirre, Sergio
2011-12-01 0:14 ` [PATCH v2 04/11] OMAP4: hwmod: Include CSI2A and CSIPHY1 memory sections Sergio Aguirre
2011-12-01 0:14 ` Sergio Aguirre
2011-12-01 6:34 ` Hiremath, Vaibhav
2011-12-01 13:17 ` Aguirre, Sergio
2011-12-01 13:17 ` Aguirre, Sergio
2011-12-02 22:49 ` Kevin Hilman [this message]
2011-12-02 22:49 ` Kevin Hilman
2011-12-02 22:59 ` Aguirre, Sergio
2011-12-02 23:18 ` Kevin Hilman
2011-12-02 23:18 ` Kevin Hilman
2011-12-01 0:14 ` [PATCH v2 05/11] OMAP4: Add base addresses for ISS Sergio Aguirre
2011-12-01 0:14 ` Sergio Aguirre
2011-12-01 17:24 ` Laurent Pinchart
2011-12-01 17:30 ` Aguirre, Sergio
2011-12-02 22:45 ` Kevin Hilman
2011-12-02 22:45 ` Kevin Hilman
2011-12-02 23:01 ` Aguirre, Sergio
2011-12-02 23:01 ` Aguirre, Sergio
2011-12-01 0:14 ` [PATCH v2 06/11] v4l: Add support for omap4iss driver Sergio Aguirre
2011-12-01 0:14 ` Sergio Aguirre
2011-12-11 9:11 ` Sakari Ailus
2012-01-23 9:10 ` Aguirre, Sergio
2012-01-14 17:51 ` Sakari Ailus
2012-01-25 8:58 ` Aguirre, Sergio
2012-01-26 21:05 ` Sakari Ailus
2012-03-09 3:14 ` Aguirre, Sergio
2012-03-09 3:14 ` Aguirre, Sergio
2011-12-01 0:14 ` [PATCH v2 07/11] v4l: Add support for ov5640 sensor Sergio Aguirre
2011-12-01 0:14 ` Sergio Aguirre
2011-12-01 0:14 ` [PATCH v2 08/11] v4l: Add support for ov5650 sensor Sergio Aguirre
2011-12-01 0:14 ` Sergio Aguirre
2011-12-01 0:14 ` [PATCH v2 09/11] arm: omap4430sdp: Add support for omap4iss camera Sergio Aguirre
2011-12-01 0:14 ` Sergio Aguirre
2011-12-11 8:05 ` Sakari Ailus
2011-12-01 0:14 ` [PATCH v2 10/11] arm: omap4panda: " Sergio Aguirre
2011-12-01 0:14 ` Sergio Aguirre
2011-12-01 6:24 ` Hiremath, Vaibhav
2011-12-01 13:34 ` Aguirre, Sergio
2011-12-01 13:34 ` Aguirre, Sergio
2011-12-01 0:15 ` [PATCH v2 11/11] arm: Add support for CMA for omap4iss driver Sergio Aguirre
2011-12-01 0:15 ` Sergio Aguirre
2011-12-01 4:05 ` [PATCH v2 00/11] v4l2: OMAP4 ISS driver + Sensor + Board support Aguirre, Sergio
2011-12-01 4:05 ` Aguirre, Sergio
2011-12-01 16:14 ` Sakari Ailus
2011-12-01 17:41 ` Aguirre, Sergio
2011-12-01 17:26 ` Laurent Pinchart
2011-12-01 17:43 ` Aguirre, Sergio
2011-12-01 17:43 ` Aguirre, Sergio
2011-12-07 21:50 ` Tony Lindgren
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=87pqg6lhcp.fsf@ti.com \
--to=khilman@ti.com \
--cc=b-cousson@ti.com \
--cc=hvaibhav@ti.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=saaguirre@ti.com \
--cc=sakari.ailus@iki.fi \
/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.