From: Tomi Valkeinen <tomi.valkeinen@nokia.com>
To: "ext Guruswamy, Senthilvadivu" <svadivu@ti.com>
Cc: "khilman@deeprootsystems.com" <khilman@deeprootsystems.com>,
"paul@pwsan.com" <paul@pwsan.com>,
"Hiremath, Vaibhav" <hvaibhav@ti.com>,
"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>
Subject: RE: [PATCH v2 05/17] OMAP2,3 DSS Driver register moved to mach_omap2
Date: Wed, 22 Dec 2010 13:36:00 +0200 [thread overview]
Message-ID: <1293017760.6829.11.camel@tubuntu> (raw)
In-Reply-To: <FCCFB4CDC6E5564B9182F639FC356087035F28E448@dbde02.ent.ti.com>
On Wed, 2010-12-22 at 16:55 +0530, ext Guruswamy, Senthilvadivu wrote:
>
> > -----Original Message-----
> > From: Tomi Valkeinen [mailto:tomi.valkeinen@nokia.com]
> > Sent: Tuesday, December 21, 2010 7:19 PM
> > To: Guruswamy, Senthilvadivu
> > Cc: khilman@deeprootsystems.com; paul@pwsan.com; Hiremath, Vaibhav; linux-
> > omap@vger.kernel.org
> > Subject: Re: [PATCH v2 05/17] OMAP2,3 DSS Driver register moved to
> > mach_omap2
> >
> > On Mon, 2010-11-29 at 17:21 +0530, ext Guruswamy Senthilvadivu wrote:
> > > From: Senthilvadivu Guruswamy <svadivu@ti.com>
> > >
> > > Move DSS driver register from board file to devices.c
> > > Changed device name from omapdss to omap_display as the
> > > driver takes care of panel information.
> >
> > Here you do two separate things, adding the omap_display_init() and
> > changing the driver name. The latter should be in the previous patch, I
> > suppose.
> [Senthil] Yes, I can change the driver name first and then omap_display_init() as 2 small patches. When I do this I have to do similarly for board files too. Then the board file related changes alone would be 3 separate patches - 1. driver name change, 2. omap_display_init, 3. Regulator initialization being done with driver name
>
> If this is fine, then I can send v3 version of the patch set.
Try to do one logical change in one patch, so for example when you
change the driver name, change it in the clock files, board files and in
the driver. That way the kernel stays whole after each patch.
Tomi
next prev parent reply other threads:[~2010-12-22 11:36 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-29 11:51 [PATCH v2 00/17] OMAP2,3: hwmod DSS Adaptation Guruswamy Senthilvadivu
2010-11-29 11:51 ` [PATCH v2 01/17] OMAP2420: hwmod data: add DSS DISPC RFBI VENC Guruswamy Senthilvadivu
2010-12-06 7:44 ` Guruswamy, Senthilvadivu
2010-12-13 11:31 ` Guruswamy, Senthilvadivu
[not found] ` <FCCFB4CDC6E5564B9182F639FC356087035F28E41F@dbde02.ent.ti.com>
2010-12-14 14:20 ` Tomi Valkeinen
2010-11-29 11:51 ` [PATCH v2 02/17] OMAP2430: " Guruswamy Senthilvadivu
2010-11-29 11:51 ` [PATCH v2 03/17] OMAP3: hwmod data: add DSS DISPC RFBI DSI VENC Guruswamy Senthilvadivu
2010-12-20 13:08 ` Tomi Valkeinen
2010-12-20 16:43 ` Taneja, Archit
2010-12-21 3:29 ` Guruswamy, Senthilvadivu
2010-11-29 11:51 ` [PATCH v2 04/17] OMAP2420,OMAP2430,OMAP3xx: change dss driver name in clock files Guruswamy Senthilvadivu
2010-12-21 13:44 ` Tomi Valkeinen
2010-12-22 10:29 ` Guruswamy, Senthilvadivu
2010-11-29 11:51 ` [PATCH v2 05/17] OMAP2,3 DSS Driver register moved to mach_omap2 Guruswamy Senthilvadivu
2010-12-21 13:49 ` Tomi Valkeinen
2010-12-22 11:25 ` Guruswamy, Senthilvadivu
2010-12-22 11:36 ` Tomi Valkeinen [this message]
2010-11-29 11:51 ` [PATCH v2 06/17] OMAP2,3 board files DSS Driver register moved to devices.c Guruswamy Senthilvadivu
2010-12-21 13:59 ` Tomi Valkeinen
2010-11-29 11:51 ` [PATCH v2 07/17] OMAP2,3: DSS: Build omap_device for each DSS HWIP Guruswamy Senthilvadivu
2010-11-29 11:51 ` [PATCH v2 08/17] OMAP2,3: DSS: Create platform_driver for each DSS HW IP Guruswamy Senthilvadivu
2010-11-29 11:51 ` [PATCH v2 09/17] OMAP2,3: DSS: Move clocks from core driver to dss driver Guruswamy Senthilvadivu
2010-11-29 11:51 ` [PATCH v2 10/17] OMAP2,3: DSS: Move dss_feature_init to dss Guruswamy Senthilvadivu
2010-11-29 11:51 ` [PATCH v2 11/17] OMAP2,3: DSS: DSS Move init,exit to driver Guruswamy Senthilvadivu
2010-11-29 11:51 ` [PATCH v2 12/17] OMAP2,3: DSS: RFBI " Guruswamy Senthilvadivu
2010-11-29 11:51 ` [PATCH v2 13/17] OMAP2,3: DSS: DISPC " Guruswamy Senthilvadivu
2010-11-29 11:51 ` [PATCH v2 14/17] OMAP2,3: DSS: VENC " Guruswamy Senthilvadivu
2010-11-29 11:51 ` [PATCH v2 15/17] OMAP2,3: DSS: DSI Move init, exit " Guruswamy Senthilvadivu
2010-11-29 11:51 ` [PATCH v2 16/17] OMAP2,3: DSS: Use platform device to get baseaddr Guruswamy Senthilvadivu
2010-11-29 11:51 ` [PATCH v2 17/17] OMAP2,3: DSS: Get DSS IRQ from platform device Guruswamy Senthilvadivu
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=1293017760.6829.11.camel@tubuntu \
--to=tomi.valkeinen@nokia.com \
--cc=hvaibhav@ti.com \
--cc=khilman@deeprootsystems.com \
--cc=linux-omap@vger.kernel.org \
--cc=paul@pwsan.com \
--cc=svadivu@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