summaryrefslogtreecommitdiff
path: root/drivers/macintosh/rtc.c
AgeCommit message (Collapse)Author
2002-11-08[PATCH] remove obsolete powermac driversPaul Mackerras
This removes two drivers from drivers/macintosh. The files affected are all in drivers/macintosh. First, the patch removes the old macintosh ADB keyboard driver and the macintosh keymap file, which are no longer used now that we use the input layer and the adbhid.c driver. Secondly, it removes the drivers/macintosh/rtc.c driver, which was only ever used on PPC, and which is obsolete now that we use the drivers/char/genrtc.c driver instead.
2002-05-23EXPORT_SYMBOL: Remove EXPORT_NO_SYMBOLS from drivers/*Kai Germaschewski
2002-05-12PPC32: This changeset updates several of the powermac-specificPaul Mackerras
drivers. Most of this is from 2.4. Almost all of this work was done by Ben Herrenschmidt.
2002-02-04v2.4.12.2 -> v2.4.12.3Linus Torvalds
- Jens Axboe: clean up duplicate unused request list - Jeff Mahoney: reiserfs endianness finishing touches - Hugh Dickins: some further swapoff fixes and cleanups - prepare-for-Alan: move drivers/i2o into drivers/message/i2o - Leonard Zubkoff: 2TB disk device fixes - Paul Schroeder: mwave config enable - Urban Widmark: fix via-rhine double free.. - Tom Rini: PPC fixes - NIIBE Yutaka: SuperH update
2002-02-04v2.4.9.5 -> v2.4.9.6Linus Torvalds
- Jens Axboe: remove trivially dead io_request_lock usage - Andrea Arcangeli: softirq cleanup and ARM fixes. Slab cleanups - Christoph Hellwig: gendisk handling helper functions/cleanups - Nikita Danilov: reiserfs dead code pruning - Anton Altaparmakov: NTFS update to 1.1.18 - firestream network driver: patch reverted on authors request - NIIBE Yutaka: SH architecture update - Paul Mackerras: PPC cleanups, PPC8xx update. - me: reverse broken bootdata allocation patch that went into pre5
2002-02-04v2.4.8 -> v2.4.8.1Linus Torvalds
- Rui Sousa: emu10k1 module fixes, remove joystick part. - Alan Cox: driver merges - Andrea Arkangeli: alpha updates - David Woodhouse: up_and_exit -> complete_and_exit - David Miller: sparc and network update - Andrew Morton: update 3c59x driver - Neil Brown: NFS export VFAT, knfsd cleanups, raid fixes - Ben Collins: ieee1394 updates - Paul Mackerras: PPC update - me: make sure we don't lose position bits in "filldir()"
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds
- Jens: better ordering of requests when unable to merge - Neil Brown: make md work as a module again (we cannot autodetect in modules, not enough background information) - Neil Brown: raid5 SMP locking cleanups - Neil Brown: nfsd: handle Irix NFS clients named pipe behavior and dentry leak fix - maestro3 shutdown fix - fix dcache hash calculation that could cause bad hashes under certain circumstances (Dean Gaudet) - David Miller: networking and sparc updates - Jeff Garzik: include file cleanups - Andy Grover: ACPI update - Coda-fs error return fixes - rth: alpha Jensen update
2002-02-04Import changesetLinus Torvalds