From mboxrd@z Thu Jan 1 00:00:00 1970 From: mgreer@animalcreek.com (Mark A. Greer) Date: Mon, 22 Oct 2012 12:37:14 -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> Message-ID: <20121022193714.GB1708@animalcreek.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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. Mark --