From mboxrd@z Thu Jan 1 00:00:00 1970 From: mgreer@animalcreek.com (Mark A. Greer) Date: Mon, 22 Oct 2012 13:01:03 -0700 Subject: [PATCH 2/7] ARM: OMAP2xxx: hwmod: Add DMA information for SHAM module In-Reply-To: References: <1350683640-15044-1-git-send-email-mgreer@animalcreek.com> <1350683640-15044-3-git-send-email-mgreer@animalcreek.com> <20121022193714.GB1708@animalcreek.com> Message-ID: <20121022200103.GE1708@animalcreek.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Oct 22, 2012 at 07:53:06PM +0000, Paul Walmsley wrote: > On Mon, 22 Oct 2012, Mark A. Greer wrote: > > > On Sat, Oct 20, 2012 at 07:40:44PM +0000, Paul Walmsley wrote: > > > On Fri, 19 Oct 2012, Mark A. Greer wrote: > > > > > > > From: "Mark A. Greer" > > > > > > > > Add the DMA information for the OMAP2 SHA module. > > > > > > > > CC: Paul Walmsley > > > > Signed-off-by: Mark A. Greer > > > > > > This can probably be combined with the first patch. > > > > I made it a separate patch because the original omap2xxx code didn't > > support DMA and I wanted to keep the first patch an apples-apples > > conversion and _add_ functionality in this, separate, patch. > > > > I prefer 2 patches but if you still want me to combine them, let me know. > > OK, I see. That's fine, then. Maybe add a sentence about that into the > patch description of #2, that this effectively enables a code path in > the driver that wasn't being used before, and therefore should be in a > separate patch for ease of bisecting? Sure. After your comment I realized my description was insufficient. Mark --