summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Collapse)AuthorAgeFilesLines
...
* DECstation framebuffer drivers from Michael Engel and Karsten MerkerHarald Koerfgen2001-01-288-55/+996
|
* Fix compilation of non-module sgiwd93.cFlorian Lohoff2001-01-251-0/+4
|
* Better error checking.Ralf Baechle2001-01-231-3/+25
|
* Ignore more temp files.Ralf Baechle2001-01-1510-0/+20
|
* IOC3 fixes from Hans Grober.Ralf Baechle2001-01-151-15/+18
|
* Let it compile for my /260Harald Koerfgen2001-01-121-2/+25
|
* - Check get_free_pages() return valueRalf Baechle2001-01-111-2/+6
| | | | | | - Use only GFP_KERNEL for allocation of rings. Patch from Mingo.
* SGI Seeq8003 driver kmalloc() NULL-check bugfix. From Ingo Molnar.Ralf Baechle2001-01-111-5/+20
|
* Merge with Linux 2.4.0.Ralf Baechle2001-01-11145-7123/+6089
|
* Merge with Linux 2.4.0-prerelease. Big Makefile rewrite, test yourRalf Baechle2001-01-10384-19537/+28081
| | | | Makefiles.
* Merge with Linux 2.4.0-test12.Ralf Baechle2001-01-10386-11870/+25549
|
* Remove duplicate initialization.Ralf Baechle2001-01-101-3/+0
|
* LK201 keyboard and PMAG-BA framebuffer driver for DECstationsHarald Koerfgen2000-12-3013-159/+1598
|
* Switch to new style MakefileHarald Koerfgen2000-12-303-39/+40
|
* Bunch more patches from MIPS.Ralf Baechle2000-12-296-54/+70
|
* serial fixes and enhancements from Maciej and KarelHarald Koerfgen2000-12-182-7/+22
|
* Devfs support for DECstation serial driver. From Karel.Ralf Baechle2000-12-171-1/+15
|
* DECstation RTC cleanup. From Maciej.Ralf Baechle2000-12-111-3/+0
|
* Bitops work on long, not int.Ralf Baechle2000-12-041-3/+3
|
* Indent cleanup and initialisation cleanup (Crash on boot - Penguin in interrupt)Florian Lohoff2000-12-031-51/+51
|
* Fix for early crash on KN04 2.1k on diskbootFlorian Lohoff2000-12-031-6/+17
|
* Undo workaround for binutils bug. I'll uploaded fixed tools later.Ralf Baechle2000-11-302-2/+1
|
* Merge with 2.4.0-test11.Ralf Baechle2000-11-28436-16301/+19665
|
* Merge with Linux 2.4.0-test10.Ralf Baechle2000-11-23333-7678/+9603
|
* IOC3 fixes. Bug report from Colin Ngam.Ralf Baechle2000-11-211-2/+2
|
* SAA9730 Ethernet driver. Applied with hefty stilistic changes;Ralf Baechle2000-11-184-0/+1500
| | | | original patch from Carsten.
* Partial support for Galileo EV96100 evaluation board. Patches fromRalf Baechle2000-11-064-0/+1581
| | | | Pete Popov of Monta Vista.
* Fix & vs. && bug in PHY detection. Found by Chad.Ralf Baechle2000-10-131-1/+1
|
* Modem control ioctls from zs driver.Ralf Baechle2000-10-132-31/+76
|
* The usual dose of .cvsignore files.Ralf Baechle2000-10-091-0/+2
|
* Initialization fixes for 2.4.0-test9Florian Lohoff2000-10-051-0/+6
|
* Merge with Linux 2.4.0-test9. Please check DECstation, I had a numberRalf Baechle2000-10-05752-23876/+60906
| | | | | | | of rejects to fixup while integrating Linus patches. I also found that this kernel will only boot SMP on Origin; the UP kernel freeze soon after bootup with SCSI timeout messages. I commit this anyway since I found that the last CVS versions had the same problem.
* More format string fixes from Maciej.Ralf Baechle2000-10-032-10/+10
|
* Fixes for IOC3 driver reset.Ralf Baechle2000-10-021-40/+84
|
* String format fixes from Maciej.Ralf Baechle2000-10-021-2/+2
|
* Move <asm/ioc3.h> to <asm/sn/ioc3.h> which is a better place. The oldKanoj Sarcar2000-09-251-1/+1
| | | | | <asm/ioc3.h> is still around, and should be removed once Linus takes in the ioc3-eth.c patch that I am going to send him.
* DECstation RTC fix omissions. Fix from Maciej.Ralf Baechle2000-09-061-2/+5
|
* Fix for broken handling of the year in the RTC by DECstation firmware.Ralf Baechle2000-09-011-5/+35
|
* Ignore a few junkfiles.Ralf Baechle2000-09-015-0/+18
|
* No more hardcoded serial port addresses. Get the serial driver probingKanoj Sarcar2000-08-311-6/+3
| | | | addresses for ports. Serial driver changes are being sent to Linus.
* Merge with Linux 2.4.0-test8-pre1.Ralf Baechle2000-08-2926-235/+813
|
* Merge with 2.4.0-test7.Ralf Baechle2000-08-28437-11089/+36335
|
* Merge with Linux 2.4.0-test6-pre10.Ralf Baechle2000-08-2530-356/+598
|
* Merge with Linux 2.4.0-test6-pre9.Ralf Baechle2000-08-2539-847/+965
|
* First set of PMAZ-AA fixes - Still not reliable in Multi-PMAZ-AA setups asFlorian Lohoff2000-08-191-46/+27
| | | | still some global vars get used - but a start
* Fix break and SysRq handling for DECstation Zilog driver.Ralf Baechle2000-08-101-23/+71
|
* Ignore more build files.Ralf Baechle2000-08-091-0/+2
|
* From Arnaldo Carvalho de Melo (acme@conectiva.com.br):Ralf Baechle2000-08-091-6/+12
| | | | Use init_etherdev to allocate the dev->priv and check return value.
* Merge with Linux 2.4.0-test6-pre8.Ralf Baechle2000-08-0830-155/+164
|
* Merge with Linux 2.4.0-test6-pre7.Ralf Baechle2000-08-088-50/+74
|