From mboxrd@z Thu Jan 1 00:00:00 1970 From: will.deacon@arm.com (Will Deacon) Date: Wed, 24 Jul 2013 15:49:24 +0100 Subject: [PATCH 06/14] ARM: twd: data endian fix In-Reply-To: <1374661682-9349-7-git-send-email-ben.dooks@codethink.co.uk> References: <1374661682-9349-1-git-send-email-ben.dooks@codethink.co.uk> <1374661682-9349-7-git-send-email-ben.dooks@codethink.co.uk> Message-ID: <20130724144923.GO11072@mudshark.cambridge.arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Jul 24, 2013 at 11:27:54AM +0100, Ben Dooks wrote: > Ensure the twd driver uses the correct calls to access the hardware > to ensure that we do not end up with data in the wrong endian format. > > Signed-off-by: Ben Dooks Reviewed-by: Will Deacon There are a bunch of other __raw_* users under arch/arm/, but I suppose we can let other people move those over as they see fit. It wouldn't hurt to fix arch/arm/include/asm/{cti,hardware/coresight.h} though. Will