From: Paul M. <le...@us...> - 2003-07-19 21:56:32
|
Update of /cvsroot/linuxdc/linux-sh-dc In directory sc8-pr-cvs1:/tmp/cvs-serv8288 Modified Files: Tag: linux-sh-dc-2_4-branch ChangeLog.dc Added Files: Tag: linux-sh-dc-2_4-branch ChangeLog-2002.dc Log Message: Shuffle changelogs. --- NEW FILE: ChangeLog-2002.dc --- 2002-11-20 Adrian McMenamin <ad...@mc...> First write code (may now delete files) added to vmufs. BEFORE YOU USE THIS MAKE SURE YOU UNDERSTAND WHAT THE GPL SAYS ABOUT "NO WARRANTY". NO WARRANTY IS OFFERED. If you want to keep your vmu the way it is - don't use this code! * fs/vmufs/super.c: First write support added * fs/vmufs/inode.c: First write support added 2002-11-13 Adrian McMenamin <ad...@mc...> * fs/vmufs/super.c: Fixes to file mode code 2002-11-10 Adrian McMenamin <ad...@mc...> Moving vmufs towards device independence * fs/vmufs/vmufs.h: Moving away from mtd layer * fs/vmufs/inode.c: Taking out mtd layer code * fs/vmufs/super.c: Removing mtd layer code 2002-11-08 Adrian McMenamin <ad...@mc...> Code tidied up before starting work on writing * fs/vmufs/inode.c: General tidy up * fs/vmufs/super.c: General tidy up 2002-11-06 Adrian McMenamin <ad...@mc...> * fs/vmufs/inode.c: further fixes to handle large number of vmu files * fs/vmufs/super.c: further fixes 2002-11-05 Adrian McMenamin <ad...@mc...> * fs/vmufs/inode.c: Code now handles more than 16 files on one vmu flash slab 2002-11-04 Adrian McMenamin <ad...@mc...> Further vmufs improvements/clean ups * fs/vmufs/super.c: Make bcd conversion function inline * fs/vmufs/inode.c: Traverse through FAT rather than simply assume all files saved in sequential order 2002-11-03 M. R. Brown <mr...@li...> * drivers/mtd/maps/vmu-flash.c (dc_flashmap_connect): Assign name based on the connected port and unit. Dreamcast internal flash support (read tested only). * drivers/mtd/chips/jedec_probe.c: New file, imported from stock 2.4.20-pre11. Add device and chip type for the Fujitsu MBM29LV002TC. * drivers/mtd/maps/dreamcast-flash.c: New file. * drivers/mtd/maps/Config.in: Add CONFIG_MTD_DREAMCAST. * drivers/mtd/maps/Makefile: Add target for CONFIG_MTD_DREAMCAST. 2002-11-03 Paul Mundt <le...@li...> * fs/vmufs/super.c (vmufs_read_super): Free up the root inode if the root dentry allocation fails. Clear out inode mode fmt and force to directory/regular file in certain cases. * fs/vmufs/inode.c (vmufs_readdir): Rework some of the filldir semantics. * fs/vmufs/vmufs_inode.c: Renamed to inode.c, ran through indent, some general cleanup. * fs/vmufs/vmufs_sblock.c: Renamed to super.c, also ran through indent and cleaned up some. 2002-11-03 Adrian McMenamin <ad...@mc...> Further VMU fs cleanup * fs/vmufs/inode.c: Redundant code removed * fs/vmufs/super.c: Force directory and regular file types - seems to fix problems with remounts Initial VMU File System Support added: * fs/vmufs/vmufs.h: New file * fs/vmufs/vmufs_inode.c: New file * fs/vmufs/vmufs_sblock.c: New file * fs/vmufs: Directory added 2002-11-02 M. R. Brown <mr...@li...> * fs/vmufs/vmufs.h: Add extern to struct declaration so that they won't be multiply defined. * fs/Config.in, fs/vmufs/Makefile: Fix typos. * fs/Config.in: Add CONFIG_VMU_FS. * fs/Makefile.in: Add target for CONFIG_VMU_FS. * fs/vmufs/Makefile: New file. * fs/Config.in, fs/Makefile: Add files from Linux 2.4.20-pre11. 2002-11-01 M. R. Brown <mr...@li...> From Mike Barnett: * drivers/maple/maple.c (maple_dma_irq): Make sure maple_detect_callback() is called if the previous command was MAPLE_COMMAND_DEVINFO. 2002-10-26 M. R. Brown <mr...@li...> * Documentation/Configure.help, drivers/sound/Config.in: Fix merge breakage. Linux-SH 2.4.20-pre11 * AGAINST-2.4.20-pre11: New file. * AGAINST-2.4.19: Remove. * Documentation/Configure.help, Makefile, arch/sh/config.in, drivers/char/drm/Config.in, drivers/char/drm/Makefile, drivers/char/Makefile, drivers/mtd/maps/Config.in, drivers/mtd/maps/Makefile, drivers/sound/Config.in: Merge changes from Linux-SH 2.4.20-pre11. Linux-SH 2.4.19 * AGAINST-2.4.19: New file. * AGAINST-2.4.18: Removed. * Makefile, drivers/mtd/maps/Makefile, drivers/sound/Config.in, drivers/sound/Makefile: Merge changes from Linux-SH 2.4.19. 2002-10-18 Adrian McMenamin <ad...@mc...> * drivers/sound/aica/main.c: Parameterised loading added (insmod aica sleeps=1 to lighten load on system from driver playing back high sample rate sounds) 2002-09-20 Adrian McMenamin <ad...@mc...> vmublk files removed as they only saved 1.25k on a zImage compile. Currently these files can also been seen at sf project vmublk * drivers/mtd/devices: Directory removed 2002-09-18 Adrian McMenamin <ad...@mc...> vmublk - a thin vmu block device added. This is thin (and non-cacheing) alternative to mtdblock. mtdblock is designed for large erasesize mtds, vmublk is a thinner alternative (though mtdblock can be used) for the vmu. * drivers/mtd/devices/Config.in: fixed * drivers/mtd/devices/vmublk.c: tidied * drivers/mtd/devices/Makefile: Makefile support *drivers/mtd/devices/Config.in: support for vmu block device added *drivers/mtd/devices/vmublk.c: vmu block device driver added *drivers/mtd/devices: directory added *fs/vmuflash-fs.c: File removed 2002-09-16 Adrian McMenamin <ad...@mc...> *fs/vmuflash-fs.c: Module can now be removed as well as loaded 2002-09-15 Adrian McMenamin <ad...@mc...> *fs/vmuflash-fs.c : Cleaned and improved Initial check-in of vmu flash file system *fs : directory added *fs/vmuflash-fs.c : initial check-in 2002-09-11 Adrian McMenamin <ad...@mc...> * drivers/mtd/maps/vmu-flash.c: Code cleaned-up 2002-09-10 Adrian McMenamin <ad...@mc...> * drivers/mtd/maps/vmu-flash.c: Multiple vmu devices now supported 2002-09-03 Adrian McMenamin <ad...@mc...> * drivers/mtd/maps/vmu-flash.c: Writes now cached 2002-09-01 Adrian McMenamin <ad...@mc...> VMU writes now working - but slowly and code needs to be cleaned. Beware of writing over saved game data! * drivers/mtd/maps/vmu-flash.c: Phased writing now in place and appears to work using kernel 'flat' char and cached block drivers. 2002-08-31 Adrian McMenamin <ad...@mc...> VMU reads now work * drivers/mtd/maps/vmu-flash.c: memcopy code corrected and further diagnostic code inserted - now correctly reads VMU data. Writes to follow. 2002-08-31 Adrian McMenamin <ad...@mc...> * drivers/mtd/maps/vmu-flash.c: Code corrected 2002-08-31 Adrian McMenamin <ad...@mc...> Enhanced diagnostics of flash chips - reading now broadly works * drivers/mtd/maps/vmu-flash.c: Further code updates 2002-08-28 Adrian McMenamin <ad...@mc...> * drivers/mtd/maps/vmu-flash.c: Updated code - almost works 2002-08-24 Adrian McMenamin <ad...@mc...> * drivers/mtd/maps/vmu-flash.c: Cleaned up kmalloc code * drivers/sound/microphone.c: Made clear this is licensed under GPL 2002-08-22 Adrian McMenamin <ad...@mc...> * drivers/sound/microphone.c: Very experimental microphone driver code (not working at present) 2002-08-22 Adrian McMenamin <ad...@mc...> * drivers/mtd/maps/vmu-flash.c: Updated and semi-working VMU flash driver 2002-05-01 Paul Mundt <le...@ch...> * Makefile: Set ARCH explicitly to sh. * drivers/maple/maple.c: Add a MODULE_LICENSE() tag to avoid accidentally tainting the kernel. (maple_init): Further cleanup. Make sure kmapled gets shot when request_irq() fails .. also remember to exit_maple_low() to get rid of some of those pesky allocations. (init_maple_low): Free up maple_sendbuf in the event that request_irq() fails. 2002-05-01 M. R. Brown <mr...@0x...> * arch/sh/kernel/io_dc.c (dreamcast_isa_port2addr): Fixed offset returned for 0x1f0-0x1f7 addresses. Initial IDE support. * include/asm-sh/ide.h (ide_default_irq_dreamcast): New function. (ide_default_irq): Added check for MACH_DREAMCAST. * include/asm-sh/dc_sysasic.h: Added HW_EVENT_EXT0. Renamed HW_EVENT_EXTERNAL to HW_EVENT_EXT1. * arch/sh/kernel/pci-dc.c: We now use HW_EVENT_EXT1. * arch/sh/kernel/io_dc.c (dreamcast_isa_port2addr): Added checks for primary IDE command and control (status) registers. * include/asm-sh/ide.h, arch/sh/kernel/io_dc.c: Imported from LinuxSH 2.4.18. * Makefile: Added. Add "-dc" to EXTRAVERSION to distinguish ourselves from LinuxSH kernels. Sync'd tree against LinuxSH 2.4.18. * AGAINST-2.4.18: Added file. * AGAINST-2.4.16: Removed file. * arch/sh/mm/Makefile, drivers/char/Makefile, drivers/maple/Config.in, drivers/maple/Makefile, Documentation/Configure.help: Merged changes from LinuxSH 2.4.18. 2002-03-20 Adrian McMenamin <ad...@mc...> Changed config.in file to reflect Puru Puru driver only supports NAKI rockerpak at present * drivers/char/joystick/Config.in: Puru Puru pack driver support correctly described 2002-03-14 Adrian McMenamin <ad...@mc...> Fixed (mostly) hot plugging code in Puru Puru driver * drivers/char/joystick/purupuru.c: Fixed hot plugging code. May still be problems when other devices are repeatedly plugged and unplugged 2002-03-07 Adrian McMenamin <ad...@mc...> Fixed multiple device support in Puru Puru driver * drivers/char/joystick/purupuru.c: Fixed multiple device support 2002-02-22 Adrian McMenamin <ad...@mc...> Implemented tasklet in Puru Puru driver * drivers/char/joystick/purupuru.c: Moved most interrupt handling code into tasklet 2002-02-21 Adrian McMenamin <ad...@mc...> Puru Puru (rumble) Pack support added * drivers/char/joystick/purupuru.c: Support for Puru Puru (rumble) Pack added. Tested as both module and built-in. * drivers/char/joystick/Config.in: New file * drivers/char/joystick/Makefile: New file 2002-02-03 Fredrik Hubinette <hu...@hu...> * drivers/maple/maple.c: Devices are now automatically connected to their approperiate drivers when a new driver is loaded. This should make developing maple modules significantly more convenient. 2002-01-30 Adrian McMenamin <ad...@mc...> Fixed minor closedown bug in sound driver * drivers/sound/aica/main.c: Modified with bug fix 2002-01-27 Adrian McMenamin <ad...@mc...> Removed C++ style comments * drivers/sound/aica/main.c: Removed C++ style comments 2002-01-26 Adrian McMenamin <ad...@mc...> Cleaned up some more sound driver code * drivers/sound/aica/main.c: Removed some more redundant code 2002-01-23 M. R. Brown <mr...@0x...> Split HEAD into older 2.4 Maple branch. Imported Fredrik Hubinette's Maple update and lightgun patch. * drivers/char/Makefile, drivers/char/joystick/maplecontrol.c, drivers/char/maple_keyb.c, drivers/char/maplemouse.c, drivers/maple/maple.c, drivers/video/pvr2fb, include/linux/maple.h: Modified by Fredrik Hubinette's Maple patch. * drivers/char/maple_lg.c: New file (from Maple patch). * drivers/char/Makefile: New file. * drivers/char/joystick: Added directory. * drivers/char/joystick/maplecontrol.c: New file. * drivers/char/maple_keyb.c: New file. * drivers/char/maplemouse.c: New file. * include/linux: Added directory. * include/linux/maple.h: New file. * drivers/maple/maple.c: Removed. * include/asm-sh/maple.h: Removed. 2002-01-18 Adrian McMenamin <ad...@mc...> Cleaned up AICA driver * drivers/sound/aica/main.c: Removed dead code, optimised other bits 2002-01-09 M. R. Brown <mr...@0x...> Imported Adrian McMenamin's AICA sound driver. * drivers/sound/Config.in: Added CONFIG_SOUND_AICA. * drivers/sound/Makefile: Added Yamaha AICA support. * drivers/sound/aica: Added directory. * drivers/sound/aica/main.c: New file. This is Adrian's original aica.c renamed to keep the Makefile coherent. * drivers/sound/aica/arm7.h: New file. * drivers/sound/aica/Makefile: New file. * drivers/sound/aica/firmware: Added directory. * drivers/sound/aica/firmware/Makefile: New file. * drivers/sound/aica/firmware/aica.h: New file. * drivers/sound/aica/firmware/aica.c: New file. * drivers/sound/aica/firmware/aica_cmd_iface.h: New file. * drivers/sound/aica/firmware/bin2hex.pl: New file. * drivers/sound/aica/firmware/crt0.s: New file. * drivers/sound/aica/firmware/main.c: New file. * drivers/sound/aica/firmware/prog.elf: New file. * drivers/sound/aica/firmware/stream.drv: New file. * ChangeLog-2001.dc: New file. Rotated original changelog. * driver/sound: Added directory. * driver/sound/Makefile: New file, from Linus 2.4.16. * driver/sound/Config.in: New file, from Linus 2.4.16. Index: ChangeLog.dc =================================================================== RCS file: /cvsroot/linuxdc/linux-sh-dc/ChangeLog.dc,v retrieving revision 1.56.2.25 retrieving revision 1.56.2.26 diff -u -d -r1.56.2.25 -r1.56.2.26 --- ChangeLog.dc 13 May 2003 22:32:33 -0000 1.56.2.25 +++ ChangeLog.dc 19 Jul 2003 21:56:28 -0000 1.56.2.26 @@ -17,424 +17,3 @@ * fs/vmufs/super.c: Further write support * fs/vmufs/inode.c: Further write support -2002-11-20 Adrian McMenamin <ad...@mc...> - - First write code (may now delete files) added to vmufs. - BEFORE YOU USE THIS MAKE SURE YOU UNDERSTAND WHAT - THE GPL SAYS ABOUT "NO WARRANTY". NO WARRANTY IS - OFFERED. If you want to keep your vmu the way it - is - don't use this code! - - * fs/vmufs/super.c: First write support added - * fs/vmufs/inode.c: First write support added - - -2002-11-13 Adrian McMenamin <ad...@mc...> - - * fs/vmufs/super.c: Fixes to file mode code - -2002-11-10 Adrian McMenamin <ad...@mc...> - - Moving vmufs towards device independence - - * fs/vmufs/vmufs.h: Moving away from mtd layer - * fs/vmufs/inode.c: Taking out mtd layer code - * fs/vmufs/super.c: Removing mtd layer code - - -2002-11-08 Adrian McMenamin <ad...@mc...> - - Code tidied up before starting work on writing - - * fs/vmufs/inode.c: General tidy up - * fs/vmufs/super.c: General tidy up - -2002-11-06 Adrian McMenamin <ad...@mc...> - - * fs/vmufs/inode.c: further fixes to handle large - number of vmu files - * fs/vmufs/super.c: further fixes - - -2002-11-05 Adrian McMenamin <ad...@mc...> - - * fs/vmufs/inode.c: Code now handles more than 16 - files on one vmu flash slab - - -2002-11-04 Adrian McMenamin <ad...@mc...> - - Further vmufs improvements/clean ups - - * fs/vmufs/super.c: Make bcd conversion function inline - * fs/vmufs/inode.c: Traverse through FAT rather than - simply assume all files saved in sequential order - - -2002-11-03 M. R. Brown <mr...@li...> - - * drivers/mtd/maps/vmu-flash.c (dc_flashmap_connect): Assign name - based on the connected port and unit. - - Dreamcast internal flash support (read tested only). - - * drivers/mtd/chips/jedec_probe.c: New file, imported from stock - 2.4.20-pre11. Add device and chip type for the Fujitsu MBM29LV002TC. - - * drivers/mtd/maps/dreamcast-flash.c: New file. - * drivers/mtd/maps/Config.in: Add CONFIG_MTD_DREAMCAST. - * drivers/mtd/maps/Makefile: Add target for CONFIG_MTD_DREAMCAST. - -2002-11-03 Paul Mundt <le...@li...> - - * fs/vmufs/super.c (vmufs_read_super): Free up the root inode - if the root dentry allocation fails. Clear out inode mode fmt - and force to directory/regular file in certain cases. - * fs/vmufs/inode.c (vmufs_readdir): Rework some of the filldir - semantics. - * fs/vmufs/vmufs_inode.c: Renamed to inode.c, ran through indent, - some general cleanup. - * fs/vmufs/vmufs_sblock.c: Renamed to super.c, also ran through - indent and cleaned up some. - -2002-11-03 Adrian McMenamin <ad...@mc...> - - Further VMU fs cleanup - * fs/vmufs/inode.c: Redundant code removed - * fs/vmufs/super.c: Force directory and regular file types - - seems to fix problems with remounts - - Initial VMU File System Support added: - * fs/vmufs/vmufs.h: New file - * fs/vmufs/vmufs_inode.c: New file - * fs/vmufs/vmufs_sblock.c: New file - * fs/vmufs: Directory added - -2002-11-02 M. R. Brown <mr...@li...> - - * fs/vmufs/vmufs.h: Add extern to struct declaration so that they - won't be multiply defined. - - * fs/Config.in, fs/vmufs/Makefile: Fix typos. - - * fs/Config.in: Add CONFIG_VMU_FS. - * fs/Makefile.in: Add target for CONFIG_VMU_FS. - - * fs/vmufs/Makefile: New file. - - * fs/Config.in, fs/Makefile: Add files from Linux 2.4.20-pre11. - -2002-11-01 M. R. Brown <mr...@li...> - - From Mike Barnett: - * drivers/maple/maple.c (maple_dma_irq): Make sure - maple_detect_callback() is called if the previous command was - MAPLE_COMMAND_DEVINFO. - -2002-10-26 M. R. Brown <mr...@li...> - - * Documentation/Configure.help, drivers/sound/Config.in: Fix merge - breakage. - - Linux-SH 2.4.20-pre11 - - * AGAINST-2.4.20-pre11: New file. - * AGAINST-2.4.19: Remove. - - * Documentation/Configure.help, Makefile, arch/sh/config.in, - drivers/char/drm/Config.in, drivers/char/drm/Makefile, - drivers/char/Makefile, drivers/mtd/maps/Config.in, - drivers/mtd/maps/Makefile, drivers/sound/Config.in: Merge changes from - Linux-SH 2.4.20-pre11. - - Linux-SH 2.4.19 - - * AGAINST-2.4.19: New file. - * AGAINST-2.4.18: Removed. - - * Makefile, drivers/mtd/maps/Makefile, drivers/sound/Config.in, - drivers/sound/Makefile: Merge changes from Linux-SH 2.4.19. - -2002-10-18 Adrian McMenamin <ad...@mc...> - - * drivers/sound/aica/main.c: Parameterised - loading added (insmod aica sleeps=1 to lighten - load on system from driver playing back - high sample rate sounds) - - -2002-09-20 Adrian McMenamin <ad...@mc...> - - vmublk files removed as they only saved 1.25k - on a zImage compile. Currently these files can - also been seen at sf project vmublk - - * drivers/mtd/devices: Directory removed - - -2002-09-18 Adrian McMenamin <ad...@mc...> - - vmublk - a thin vmu block device added. This is - thin (and non-cacheing) alternative to mtdblock. - mtdblock is designed for large erasesize mtds, - vmublk is a thinner alternative (though mtdblock - can be used) for the vmu. - - * drivers/mtd/devices/Config.in: fixed - * drivers/mtd/devices/vmublk.c: tidied - - * drivers/mtd/devices/Makefile: Makefile support - - *drivers/mtd/devices/Config.in: support for vmu - block device added - - *drivers/mtd/devices/vmublk.c: vmu block device - driver added - - *drivers/mtd/devices: directory added - - *fs/vmuflash-fs.c: File removed - - -2002-09-16 Adrian McMenamin <ad...@mc...> - - *fs/vmuflash-fs.c: Module can now be removed as - well as loaded - - -2002-09-15 Adrian McMenamin <ad...@mc...> - - *fs/vmuflash-fs.c : Cleaned and improved - - Initial check-in of vmu flash file system - - *fs : directory added - *fs/vmuflash-fs.c : initial check-in - - -2002-09-11 Adrian McMenamin <ad...@mc...> - - * drivers/mtd/maps/vmu-flash.c: Code cleaned-up - - -2002-09-10 Adrian McMenamin <ad...@mc...> - - * drivers/mtd/maps/vmu-flash.c: Multiple - vmu devices now supported - - -2002-09-03 Adrian McMenamin <ad...@mc...> - - * drivers/mtd/maps/vmu-flash.c: Writes now - cached - - -2002-09-01 Adrian McMenamin <ad...@mc...> - - VMU writes now working - but slowly and code - needs to be cleaned. Beware of writing over - saved game data! - - * drivers/mtd/maps/vmu-flash.c: Phased writing - now in place and appears to work using kernel - 'flat' char and cached block drivers. - -2002-08-31 Adrian McMenamin <ad...@mc...> - - VMU reads now work - - * drivers/mtd/maps/vmu-flash.c: memcopy code - corrected and further diagnostic code inserted - - now correctly reads VMU data. Writes to follow. - -2002-08-31 Adrian McMenamin <ad...@mc...> - - * drivers/mtd/maps/vmu-flash.c: Code corrected - -2002-08-31 Adrian McMenamin <ad...@mc...> - - Enhanced diagnostics of flash chips - reading now broadly works - - * drivers/mtd/maps/vmu-flash.c: Further code updates - -2002-08-28 Adrian McMenamin <ad...@mc...> - - * drivers/mtd/maps/vmu-flash.c: Updated code - almost works - -2002-08-24 Adrian McMenamin <ad...@mc...> - - * drivers/mtd/maps/vmu-flash.c: Cleaned up kmalloc code - * drivers/sound/microphone.c: Made clear this is licensed - under GPL - -2002-08-22 Adrian McMenamin <ad...@mc...> - - * drivers/sound/microphone.c: Very experimental microphone - driver code (not working at present) - - -2002-08-22 Adrian McMenamin <ad...@mc...> - - * drivers/mtd/maps/vmu-flash.c: Updated and semi-working VMU - flash driver - - -2002-05-01 Paul Mundt <le...@ch...> - - * Makefile: Set ARCH explicitly to sh. - - * drivers/maple/maple.c: Add a MODULE_LICENSE() tag to avoid - accidentally tainting the kernel. - - (maple_init): Further cleanup. Make sure kmapled gets shot when - request_irq() fails .. also remember to exit_maple_low() to get - rid of some of those pesky allocations. - - (init_maple_low): Free up maple_sendbuf in the event that - request_irq() fails. - -2002-05-01 M. R. Brown <mr...@0x...> - - * arch/sh/kernel/io_dc.c (dreamcast_isa_port2addr): Fixed offset - returned for 0x1f0-0x1f7 addresses. - - Initial IDE support. - - * include/asm-sh/ide.h (ide_default_irq_dreamcast): New function. - (ide_default_irq): Added check for MACH_DREAMCAST. - * include/asm-sh/dc_sysasic.h: Added HW_EVENT_EXT0. Renamed - HW_EVENT_EXTERNAL to HW_EVENT_EXT1. - * arch/sh/kernel/pci-dc.c: We now use HW_EVENT_EXT1. - * arch/sh/kernel/io_dc.c (dreamcast_isa_port2addr): Added checks for - primary IDE command and control (status) registers. - * include/asm-sh/ide.h, arch/sh/kernel/io_dc.c: Imported from LinuxSH - 2.4.18. - - * Makefile: Added. Add "-dc" to EXTRAVERSION to distinguish ourselves - from LinuxSH kernels. - - Sync'd tree against LinuxSH 2.4.18. - - * AGAINST-2.4.18: Added file. - * AGAINST-2.4.16: Removed file. - - * arch/sh/mm/Makefile, drivers/char/Makefile, drivers/maple/Config.in, - drivers/maple/Makefile, Documentation/Configure.help: Merged changes - from LinuxSH 2.4.18. - -2002-03-20 Adrian McMenamin <ad...@mc...> - - Changed config.in file to reflect Puru Puru driver only supports NAKI rockerpak at present - - * drivers/char/joystick/Config.in: Puru Puru pack driver support correctly described - -2002-03-14 Adrian McMenamin <ad...@mc...> - - Fixed (mostly) hot plugging code in Puru Puru driver - - * drivers/char/joystick/purupuru.c: Fixed hot plugging code. May still - be problems when other devices are repeatedly plugged and unplugged - -2002-03-07 Adrian McMenamin <ad...@mc...> - - Fixed multiple device support in Puru Puru driver - - * drivers/char/joystick/purupuru.c: Fixed multiple device - support - -2002-02-22 Adrian McMenamin <ad...@mc...> - - Implemented tasklet in Puru Puru driver - - * drivers/char/joystick/purupuru.c: Moved most interrupt - handling code into tasklet - -2002-02-21 Adrian McMenamin <ad...@mc...> - - Puru Puru (rumble) Pack support added - - * drivers/char/joystick/purupuru.c: Support for Puru Puru - (rumble) Pack added. Tested as both module and built-in. - * drivers/char/joystick/Config.in: New file - * drivers/char/joystick/Makefile: New file - -2002-02-03 Fredrik Hubinette <hu...@hu...> - - * drivers/maple/maple.c: Devices are now automatically connected - to their approperiate drivers when a new driver is loaded. This - should make developing maple modules significantly more convenient. - -2002-01-30 Adrian McMenamin <ad...@mc...> - - Fixed minor closedown bug in sound driver - - * drivers/sound/aica/main.c: Modified with bug fix - -2002-01-27 Adrian McMenamin <ad...@mc...> - - Removed C++ style comments - - * drivers/sound/aica/main.c: Removed C++ style comments - -2002-01-26 Adrian McMenamin <ad...@mc...> - - Cleaned up some more sound driver code - - * drivers/sound/aica/main.c: Removed some more redundant code - -2002-01-23 M. R. Brown <mr...@0x...> - - Split HEAD into older 2.4 Maple branch. Imported Fredrik Hubinette's - Maple update and lightgun patch. - - * drivers/char/Makefile, drivers/char/joystick/maplecontrol.c, - drivers/char/maple_keyb.c, drivers/char/maplemouse.c, - drivers/maple/maple.c, drivers/video/pvr2fb, include/linux/maple.h: - Modified by Fredrik Hubinette's Maple patch. - * drivers/char/maple_lg.c: New file (from Maple patch). - - * drivers/char/Makefile: New file. - * drivers/char/joystick: Added directory. - * drivers/char/joystick/maplecontrol.c: New file. - * drivers/char/maple_keyb.c: New file. - * drivers/char/maplemouse.c: New file. - * include/linux: Added directory. - * include/linux/maple.h: New file. - - * drivers/maple/maple.c: Removed. - * include/asm-sh/maple.h: Removed. - -2002-01-18 Adrian McMenamin <ad...@mc...> - - Cleaned up AICA driver - - * drivers/sound/aica/main.c: Removed dead code, optimised other bits - -2002-01-09 M. R. Brown <mr...@0x...> - - Imported Adrian McMenamin's AICA sound driver. - - * drivers/sound/Config.in: Added CONFIG_SOUND_AICA. - * drivers/sound/Makefile: Added Yamaha AICA support. - - * drivers/sound/aica: Added directory. - * drivers/sound/aica/main.c: New file. This is Adrian's original - aica.c renamed to keep the Makefile coherent. - * drivers/sound/aica/arm7.h: New file. - * drivers/sound/aica/Makefile: New file. - * drivers/sound/aica/firmware: Added directory. - * drivers/sound/aica/firmware/Makefile: New file. - * drivers/sound/aica/firmware/aica.h: New file. - * drivers/sound/aica/firmware/aica.c: New file. - * drivers/sound/aica/firmware/aica_cmd_iface.h: New file. - * drivers/sound/aica/firmware/bin2hex.pl: New file. - * drivers/sound/aica/firmware/crt0.s: New file. - * drivers/sound/aica/firmware/main.c: New file. - * drivers/sound/aica/firmware/prog.elf: New file. - * drivers/sound/aica/firmware/stream.drv: New file. - - * ChangeLog-2001.dc: New file. Rotated original changelog. - - * driver/sound: Added directory. - * driver/sound/Makefile: New file, from Linus 2.4.16. - * driver/sound/Config.in: New file, from Linus 2.4.16. |