summaryrefslogtreecommitdiffstats
path: root/arch/mips/ite-boards/generic
Commit message (Collapse)AuthorAgeFilesLines
* Run through indent.Ralf Baechle2001-03-182-124/+117
|
* Remove no longer necessary inclusion of spinlock.h.Ralf Baechle2001-03-181-1/+0
|
* Update ITE 8712 code.Ralf Baechle2001-03-169-43/+64
|
* Don't clear ST0_FR; generic code already does that.Ralf Baechle2001-03-121-1/+0
|
* Replace set_cp0_status / set_cp0_config by three functions, clear_cp0_*,Ralf Baechle2001-03-113-4/+4
| | | | | | | | set_cp0_* and change_cp0_* which makes the kernel code somewhat more readable. Going through the kernel code I notices some stupid abuse of the old function like set_cp0_status(ST0_BEV, 1) - this clear ST0_BEV but actually looks like attempting to set it and other abuses, so will people please look over their code again.
* ITE 8172 patches from Pete Popov slightly hacked by me.Ralf Baechle2001-02-2114-0/+2453