]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Blackfin: bf51x/bf52x: fix 16/32bit SPORT MMR helpers
authorBob Liu <lliubbo@gmail.com>
Wed, 29 Sep 2010 03:12:44 +0000 (03:12 +0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 22 Oct 2010 20:29:58 +0000 (16:29 -0400)
commitc5b77b450a067cd09031caaee72b671810a0fd25
treef5db8cfa45dcbe0e76353219de6ac6f9ba06c2db
parente5c1721894415d00a55c2650ed6536b644799c50
Blackfin: bf51x/bf52x: fix 16/32bit SPORT MMR helpers

The RX/TX address is always the same regardless of the size of the access.
That means there is no dedicated "16bit" or "32bit" MMR.  Trying to use
these currently leads to compile errors.  So change everything to use the
right MMR define.

Signed-off-by: Bob Liu <lliubbo@gmail.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/mach-bf518/include/mach/cdefBF51x_base.h
arch/blackfin/mach-bf527/include/mach/cdefBF52x_base.h