]> git.ipfire.org Git - people/ms/u-boot.git/commit
Blackfin: pull io funcs from linux
authorMike Frysinger <vapier@gentoo.org>
Mon, 30 Nov 2009 18:51:24 +0000 (13:51 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 17 Jan 2010 14:17:27 +0000 (09:17 -0500)
commita52ad4f99486ce3f404f83f75263e321956bb6d5
treee2b0df114689789e35e08548099ba19100de024a
parent5eefe7e99537ca3641496185f23b1dc9e76b405c
Blackfin: pull io funcs from linux

Some common code uses more of the io.h funcs than we currently provide, so
pull in all of the ones from the linux kernel.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
include/asm-blackfin/config-pre.h
include/asm-blackfin/io.h
lib_blackfin/Makefile
lib_blackfin/ins.S [new file with mode: 0644]
lib_blackfin/outs.S [new file with mode: 0644]