This list is closed, nobody may subscribe to it.
2004 |
Jan
(53) |
Feb
(78) |
Mar
(34) |
Apr
(26) |
May
(25) |
Jun
(34) |
Jul
(16) |
Aug
(16) |
Sep
(2) |
Oct
(58) |
Nov
(13) |
Dec
(32) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(62) |
Feb
(4) |
Mar
(40) |
Apr
(9) |
May
(13) |
Jun
(26) |
Jul
(32) |
Aug
(24) |
Sep
(18) |
Oct
(18) |
Nov
(14) |
Dec
|
2006 |
Jan
(15) |
Feb
(2) |
Mar
(23) |
Apr
(2) |
May
(2) |
Jun
(13) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2007 |
Jan
(1) |
Feb
(45) |
Mar
|
Apr
(13) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(31) |
Dec
(5) |
2008 |
Jan
(6) |
Feb
(34) |
Mar
(113) |
Apr
(40) |
May
(19) |
Jun
(5) |
Jul
(41) |
Aug
(13) |
Sep
(53) |
Oct
(4) |
Nov
(53) |
Dec
|
2009 |
Jan
(1) |
Feb
(29) |
Mar
(66) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(163) |
Nov
|
Dec
(91) |
From: Albert H. <he...@us...> - 2009-10-25 18:45:43
|
Update of /cvsroot/gc-linux/linux/drivers/block In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29988/drivers/block Modified Files: Kconfig Makefile Log Message: Forward to v.2.6.30. Index: Makefile =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/block/Makefile,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** Makefile 25 Oct 2009 18:33:47 -0000 1.25 --- Makefile 25 Oct 2009 18:45:35 -0000 1.26 *************** *** 7,10 **** --- 7,11 ---- obj-$(CONFIG_MAC_FLOPPY) += swim3.o + obj-$(CONFIG_BLK_DEV_SWIM) += swim_mod.o obj-$(CONFIG_BLK_DEV_FD) += floppy.o obj-$(CONFIG_AMIGA_FLOPPY) += amiflop.o *************** *** 21,24 **** --- 22,26 ---- obj-$(CONFIG_XILINX_SYSACE) += xsysace.o obj-$(CONFIG_CDROM_PKTCDVD) += pktcdvd.o + obj-$(CONFIG_MG_DISK) += mg_disk.o obj-$(CONFIG_SUNVDC) += sunvdc.o *************** *** 34,35 **** --- 36,39 ---- obj-$(CONFIG_XEN_BLKDEV_FRONTEND) += xen-blkfront.o + + swim_mod-objs := swim.o swim_asm.o Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/block/Kconfig,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** Kconfig 25 Oct 2009 18:33:46 -0000 1.37 --- Kconfig 25 Oct 2009 18:45:35 -0000 1.38 *************** *** 46,49 **** --- 46,56 ---- floppy controller, say Y here. Most commonly found in PowerMacs. + config BLK_DEV_SWIM + tristate "Support for SWIM Macintosh floppy" + depends on M68K && MAC + help + You should select this option if you want floppy support + and you don't have a II, IIfx, Q900, Q950 or AV series. + config AMIGA_Z2RAM tristate "Amiga Zorro II ramdisk support" *************** *** 404,407 **** --- 411,431 ---- devices like the Coraid EtherDrive (R) Storage Blade. + config MG_DISK + tristate "mGine mflash, gflash support" + depends on ARM && ATA && GPIOLIB + help + mGine mFlash(gFlash) block device driver + + config MG_DISK_RES + int "Size of reserved area before MBR" + depends on MG_DISK + default 0 + help + Define size of reserved area that usually used for boot. Unit is KB. + All of the block device operation will be taken this value as start + offset + Examples: + 1024 => 1 MB + config SUNVDC tristate "Sun Virtual Disk Client support" |
From: Albert H. <he...@us...> - 2009-10-25 18:44:19
|
Update of /cvsroot/gc-linux/linux/drivers/mmc/host In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29903/drivers/mmc/host Log Message: Directory /cvsroot/gc-linux/linux/drivers/mmc/host added to the repository |
From: Albert H. <he...@us...> - 2009-10-25 18:42:11
|
Update of /cvsroot/gc-linux/linux/drivers/mmc In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29465/drivers/mmc Log Message: Directory /cvsroot/gc-linux/linux/drivers/mmc added to the repository |
From: Albert H. <he...@us...> - 2009-10-25 18:41:06
|
Update of /cvsroot/gc-linux/linux/kernel In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29293/kernel Log Message: Directory /cvsroot/gc-linux/linux/kernel added to the repository |
From: Albert H. <he...@us...> - 2009-10-25 18:34:01
|
Update of /cvsroot/gc-linux/linux/arch/powerpc/mm In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28099/arch/powerpc/mm Modified Files: pgtable_32.c Log Message: Rewind to v2.6.29. Index: pgtable_32.c =================================================================== RCS file: /cvsroot/gc-linux/linux/arch/powerpc/mm/pgtable_32.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** pgtable_32.c 2 Mar 2009 19:26:37 -0000 1.3 --- pgtable_32.c 25 Oct 2009 18:33:46 -0000 1.4 *************** *** 185,201 **** */ if (mem_init_done && (p < virt_to_phys(high_memory))) { ! /* ! * On some systems, though, we may want to remap normal RAM ! * that we have memreserve'd at the device tree. ! * But we can't do that safely if we are using BATs. ! * ! */ ! if (!__map_without_bats) { ! printk(KERN_WARNING ! "__ioremap(): phys addr 0x%llx is RAM lr %p\n", ! (unsigned long long)p, ! __builtin_return_address(0)); ! return NULL; ! } } #endif --- 185,191 ---- */ if (mem_init_done && (p < virt_to_phys(high_memory))) { ! printk("__ioremap(): phys addr 0x%llx is RAM lr %p\n", ! (unsigned long long)p, __builtin_return_address(0)); ! return NULL; } #endif |
From: Albert H. <he...@us...> - 2009-10-25 18:34:00
|
Update of /cvsroot/gc-linux/linux/arch/powerpc/include/asm In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28099/arch/powerpc/include/asm Modified Files: udbg.h Log Message: Rewind to v2.6.29. Index: udbg.h =================================================================== RCS file: /cvsroot/gc-linux/linux/arch/powerpc/include/asm/udbg.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** udbg.h 1 Feb 2009 18:29:34 -0000 1.2 --- udbg.h 25 Oct 2009 18:33:46 -0000 1.3 *************** *** 51,55 **** extern void __init udbg_init_40x_realmode(void); extern void __init udbg_init_cpm(void); - extern void __init udbg_init_usbgecko(void); #endif /* __KERNEL__ */ --- 51,54 ---- |
From: Albert H. <he...@us...> - 2009-10-25 18:33:59
|
Update of /cvsroot/gc-linux/linux/drivers/gpio In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28099/drivers/gpio Modified Files: gpiolib.c Log Message: Rewind to v2.6.29. Index: gpiolib.c =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/gpio/gpiolib.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** gpiolib.c 2 Mar 2009 18:33:59 -0000 1.2 --- gpiolib.c 25 Oct 2009 18:33:47 -0000 1.3 *************** *** 997,1018 **** EXPORT_SYMBOL_GPL(gpio_direction_output); - /** - * gpio_direction_is_output - tell if a gpio is configured as an output - * @gpio: gpio in question - * - * Returns a negative errno if the given gpio is not valid. - * Returns a positive non-zero if the gpio is configured as an output. - * Returns zero otherwise. - */ - int gpio_direction_is_output(unsigned gpio) - { - struct gpio_desc *desc = &gpio_desc[gpio]; - - if (!gpio_is_valid(gpio)) - return -EINVAL; - - return test_bit(FLAG_IS_OUT, &desc->flags); - } - EXPORT_SYMBOL_GPL(gpio_direction_is_output); /* I/O calls are only valid after configuration completed; the relevant --- 997,1000 ---- |
From: Albert H. <he...@us...> - 2009-10-25 18:33:58
|
Update of /cvsroot/gc-linux/linux/drivers/i2c/busses In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28099/drivers/i2c/busses Modified Files: Kconfig Makefile i2c-gpio.c Log Message: Rewind to v2.6.29. Index: Makefile =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/i2c/busses/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile 2 Mar 2009 18:25:07 -0000 1.3 --- Makefile 25 Oct 2009 18:33:47 -0000 1.4 *************** *** 31,37 **** obj-$(CONFIG_I2C_CPM) += i2c-cpm.o obj-$(CONFIG_I2C_DAVINCI) += i2c-davinci.o - obj-$(CONFIG_I2C_GPIO_COMMON) += i2c-gpio-common.o obj-$(CONFIG_I2C_GPIO) += i2c-gpio.o - obj-$(CONFIG_I2C_GPIO_OF) += i2c-gpio-of.o obj-$(CONFIG_I2C_HIGHLANDER) += i2c-highlander.o obj-$(CONFIG_I2C_IBM_IIC) += i2c-ibm_iic.o --- 31,35 ---- Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/i2c/busses/Kconfig,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Kconfig 2 Mar 2009 18:25:07 -0000 1.3 --- Kconfig 25 Oct 2009 18:33:47 -0000 1.4 *************** *** 326,349 **** For details please see http://www.ti.com/davinci - config I2C_GPIO_COMMON - tristate - depends on GENERIC_GPIO - select I2C_ALGOBIT - default n - config I2C_GPIO tristate "GPIO-based bitbanging I2C" ! select I2C_GPIO_COMMON help This is a very simple bitbanging I2C driver utilizing the arch-neutral GPIO API to control the SCL and SDA lines. - config I2C_GPIO_OF - tristate "GPIO-based bitbanging I2C driver with OF bindings" - select I2C_GPIO_COMMON - help - This option allows the declaration of GPIO-based I2C devices - using a device tree source. - config I2C_HIGHLANDER tristate "Highlander FPGA SMBus interface" --- 326,337 ---- For details please see http://www.ti.com/davinci config I2C_GPIO tristate "GPIO-based bitbanging I2C" ! depends on GENERIC_GPIO ! select I2C_ALGOBIT help This is a very simple bitbanging I2C driver utilizing the arch-neutral GPIO API to control the SCL and SDA lines. config I2C_HIGHLANDER tristate "Highlander FPGA SMBus interface" Index: i2c-gpio.c =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/i2c/busses/i2c-gpio.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** i2c-gpio.c 2 Mar 2009 18:20:40 -0000 1.2 --- i2c-gpio.c 25 Oct 2009 18:33:47 -0000 1.3 *************** *** 8,27 **** * published by the Free Software Foundation. */ ! ! #include "i2c-gpio-common.h" ! #include <linux/init.h> #include <linux/platform_device.h> /* ! * Platform bindings. ! * */ static int __devinit i2c_gpio_probe(struct platform_device *pdev) { struct i2c_gpio_platform_data *pdata; struct i2c_adapter *adap; ! int error; pdata = pdev->dev.platform_data; --- 8,87 ---- * published by the Free Software Foundation. */ ! #include <linux/i2c.h> ! #include <linux/i2c-algo-bit.h> ! #include <linux/i2c-gpio.h> #include <linux/init.h> + #include <linux/module.h> #include <linux/platform_device.h> + #include <asm/gpio.h> + + /* Toggle SDA by changing the direction of the pin */ + static void i2c_gpio_setsda_dir(void *data, int state) + { + struct i2c_gpio_platform_data *pdata = data; + + if (state) + gpio_direction_input(pdata->sda_pin); + else + gpio_direction_output(pdata->sda_pin, 0); + } + /* ! * Toggle SDA by changing the output value of the pin. This is only ! * valid for pins configured as open drain (i.e. setting the value ! * high effectively turns off the output driver.) */ + static void i2c_gpio_setsda_val(void *data, int state) + { + struct i2c_gpio_platform_data *pdata = data; + + gpio_set_value(pdata->sda_pin, state); + } + + /* Toggle SCL by changing the direction of the pin. */ + static void i2c_gpio_setscl_dir(void *data, int state) + { + struct i2c_gpio_platform_data *pdata = data; + + if (state) + gpio_direction_input(pdata->scl_pin); + else + gpio_direction_output(pdata->scl_pin, 0); + } + + /* + * Toggle SCL by changing the output value of the pin. This is used + * for pins that are configured as open drain and for output-only + * pins. The latter case will break the i2c protocol, but it will + * often work in practice. + */ + static void i2c_gpio_setscl_val(void *data, int state) + { + struct i2c_gpio_platform_data *pdata = data; + + gpio_set_value(pdata->scl_pin, state); + } + + static int i2c_gpio_getsda(void *data) + { + struct i2c_gpio_platform_data *pdata = data; + + return gpio_get_value(pdata->sda_pin); + } + + static int i2c_gpio_getscl(void *data) + { + struct i2c_gpio_platform_data *pdata = data; + + return gpio_get_value(pdata->scl_pin); + } static int __devinit i2c_gpio_probe(struct platform_device *pdev) { struct i2c_gpio_platform_data *pdata; + struct i2c_algo_bit_data *bit_data; struct i2c_adapter *adap; ! int ret; pdata = pdev->dev.platform_data; *************** *** 29,61 **** return -ENXIO; ! error = -ENOMEM; ! adap = kzalloc(sizeof(*adap), GFP_KERNEL); if (!adap) goto err_alloc_adap; ! error = i2c_gpio_adapter_probe(adap, pdata, &pdev->dev, pdev->id, ! THIS_MODULE); ! if (error) ! goto err_probe; platform_set_drvdata(pdev, adap); return 0; ! err_probe: kfree(adap); err_alloc_adap: ! return error; } static int __devexit i2c_gpio_remove(struct platform_device *pdev) { - struct i2c_adapter *adap; struct i2c_gpio_platform_data *pdata; adap = platform_get_drvdata(pdev); pdata = pdev->dev.platform_data; ! i2c_gpio_adapter_remove(adap, pdata); kfree(adap); return 0; } --- 89,192 ---- return -ENXIO; ! ret = -ENOMEM; ! adap = kzalloc(sizeof(struct i2c_adapter), GFP_KERNEL); if (!adap) goto err_alloc_adap; ! bit_data = kzalloc(sizeof(struct i2c_algo_bit_data), GFP_KERNEL); ! if (!bit_data) ! goto err_alloc_bit_data; ! ! ret = gpio_request(pdata->sda_pin, "sda"); ! if (ret) ! goto err_request_sda; ! ret = gpio_request(pdata->scl_pin, "scl"); ! if (ret) ! goto err_request_scl; ! ! if (pdata->sda_is_open_drain) { ! gpio_direction_output(pdata->sda_pin, 1); ! bit_data->setsda = i2c_gpio_setsda_val; ! } else { ! gpio_direction_input(pdata->sda_pin); ! bit_data->setsda = i2c_gpio_setsda_dir; ! } ! ! if (pdata->scl_is_open_drain || pdata->scl_is_output_only) { ! gpio_direction_output(pdata->scl_pin, 1); ! bit_data->setscl = i2c_gpio_setscl_val; ! } else { ! gpio_direction_input(pdata->scl_pin); ! bit_data->setscl = i2c_gpio_setscl_dir; ! } ! ! if (!pdata->scl_is_output_only) ! bit_data->getscl = i2c_gpio_getscl; ! bit_data->getsda = i2c_gpio_getsda; ! ! if (pdata->udelay) ! bit_data->udelay = pdata->udelay; ! else if (pdata->scl_is_output_only) ! bit_data->udelay = 50; /* 10 kHz */ ! else ! bit_data->udelay = 5; /* 100 kHz */ ! ! if (pdata->timeout) ! bit_data->timeout = pdata->timeout; ! else ! bit_data->timeout = HZ / 10; /* 100 ms */ ! ! bit_data->data = pdata; ! ! adap->owner = THIS_MODULE; ! snprintf(adap->name, sizeof(adap->name), "i2c-gpio%d", pdev->id); ! adap->algo_data = bit_data; ! adap->class = I2C_CLASS_HWMON | I2C_CLASS_SPD; ! adap->dev.parent = &pdev->dev; ! ! /* ! * If "dev->id" is negative we consider it as zero. ! * The reason to do so is to avoid sysfs names that only make ! * sense when there are multiple adapters. ! */ ! adap->nr = (pdev->id != -1) ? pdev->id : 0; ! ret = i2c_bit_add_numbered_bus(adap); ! if (ret) ! goto err_add_bus; platform_set_drvdata(pdev, adap); + dev_info(&pdev->dev, "using pins %u (SDA) and %u (SCL%s)\n", + pdata->sda_pin, pdata->scl_pin, + pdata->scl_is_output_only + ? ", no clock stretching" : ""); + return 0; ! err_add_bus: ! gpio_free(pdata->scl_pin); ! err_request_scl: ! gpio_free(pdata->sda_pin); ! err_request_sda: ! kfree(bit_data); ! err_alloc_bit_data: kfree(adap); err_alloc_adap: ! return ret; } static int __devexit i2c_gpio_remove(struct platform_device *pdev) { struct i2c_gpio_platform_data *pdata; + struct i2c_adapter *adap; adap = platform_get_drvdata(pdev); pdata = pdev->dev.platform_data; ! i2c_del_adapter(adap); ! gpio_free(pdata->scl_pin); ! gpio_free(pdata->sda_pin); ! kfree(adap->algo_data); kfree(adap); + return 0; } *************** *** 72,82 **** static int __init i2c_gpio_init(void) { ! int error; ! error = platform_driver_register(&i2c_gpio_driver); ! if (error) ! printk(KERN_ERR "i2c-gpio: registration failed (%d)\n", error); ! return error; } module_init(i2c_gpio_init); --- 203,213 ---- static int __init i2c_gpio_init(void) { ! int ret; ! ret = platform_driver_register(&i2c_gpio_driver); ! if (ret) ! printk(KERN_ERR "i2c-gpio: probe failed: %d\n", ret); ! return ret; } module_init(i2c_gpio_init); |
From: Albert H. <he...@us...> - 2009-10-25 18:33:57
|
Update of /cvsroot/gc-linux/linux/drivers/net/usb In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28099/drivers/net/usb Modified Files: usbnet.c Log Message: Rewind to v2.6.29. Index: usbnet.c =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/net/usb/usbnet.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** usbnet.c 5 Mar 2009 19:58:46 -0000 1.3 --- usbnet.c 25 Oct 2009 18:33:47 -0000 1.4 *************** *** 523,529 **** // during some PM-driven resume scenarios, // these (async) unlinks complete immediately - spin_unlock(&q->lock); retval = usb_unlink_urb (urb); - spin_lock(&q->lock); if (retval != -EINPROGRESS && retval != 0) devdbg (dev, "unlink urb err, %d", retval); --- 523,527 ---- |
From: Albert H. <he...@us...> - 2009-10-25 18:33:57
|
Update of /cvsroot/gc-linux/linux/sound/ppc In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28099/sound/ppc Modified Files: Kconfig Makefile Log Message: Rewind to v2.6.29. Index: Makefile =================================================================== RCS file: /cvsroot/gc-linux/linux/sound/ppc/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Makefile 1 Feb 2009 18:29:35 -0000 1.9 --- Makefile 25 Oct 2009 18:33:48 -0000 1.10 *************** *** 5,13 **** snd-powermac-objs := powermac.o pmac.o awacs.o burgundy.o daca.o tumbler.o keywest.o beep.o - snd-gcn-objs := gcn-ai.o # Toplevel Module Dependency obj-$(CONFIG_SND_POWERMAC) += snd-powermac.o obj-$(CONFIG_SND_PS3) += snd_ps3.o - obj-$(CONFIG_SND_GAMECUBE) += snd-gcn.o - obj-$(CONFIG_SND_GAMECUBE_MIC) += gcn-mic.o --- 5,10 ---- Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/sound/ppc/Kconfig,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** Kconfig 1 Feb 2009 18:29:35 -0000 1.17 --- Kconfig 25 Oct 2009 18:33:48 -0000 1.18 *************** *** 49,69 **** default "2000" - config SND_GAMECUBE - tristate "Nintendo GameCube/Wii" - depends on SND && GAMECUBE_COMMON - help - Say Y here to include support for audio on the Nintendo GameCube/Wii. - - To compile this driver as a module, choose M here: the module - will be called snd-gcn. - - config SND_GAMECUBE_MIC - tristate "Nintendo GameCube Microphone (DOL-022)" - depends on SND && GAMECUBE_EXI && EXPERIMENTAL - help - If you say yes to this option, support will be included for the - Nintendo GameCube Microphone (DOL-022). - - If in doubt, say N here. - endif # SND_PPC --- 49,51 ---- |
From: Albert H. <he...@us...> - 2009-10-25 18:33:57
|
Update of /cvsroot/gc-linux/linux/drivers In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28099/drivers Modified Files: Kconfig Makefile Log Message: Rewind to v2.6.29. Index: Makefile =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/Makefile,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** Makefile 2 Mar 2009 19:26:37 -0000 1.28 --- Makefile 25 Oct 2009 18:33:46 -0000 1.29 *************** *** 102,107 **** obj-$(CONFIG_HID) += hid/ obj-$(CONFIG_PPC_PS3) += ps3/ - obj-$(CONFIG_GAMECUBE_EXI) += exi/ - obj-$(CONFIG_GAMECUBE_SI) += input/si/ obj-$(CONFIG_OF) += of/ obj-$(CONFIG_SSB) += ssb/ --- 102,105 ---- Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/Kconfig,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Kconfig 2 Mar 2009 19:26:37 -0000 1.5 --- Kconfig 25 Oct 2009 18:33:46 -0000 1.6 *************** *** 51,56 **** source "drivers/i2c/Kconfig" - source "drivers/exi/Kconfig" - source "drivers/spi/Kconfig" --- 51,54 ---- |
From: Albert H. <he...@us...> - 2009-10-25 18:33:57
|
Update of /cvsroot/gc-linux/linux/drivers/usb/host In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28099/drivers/usb/host Modified Files: Kconfig Makefile Log Message: Rewind to v2.6.29. Index: Makefile =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/usb/host/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile 2 Mar 2009 19:26:37 -0000 1.4 --- Makefile 25 Oct 2009 18:33:47 -0000 1.5 *************** *** 29,32 **** obj-$(CONFIG_USB_R8A66597_HCD) += r8a66597-hcd.o obj-$(CONFIG_USB_ISP1760_HCD) += isp1760.o - obj-$(CONFIG_USB_WII_HCD) += rvl-sthcd.o obj-$(CONFIG_USB_HWA_HCD) += hwa-hc.o --- 29,31 ---- Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/usb/host/Kconfig,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Kconfig 2 Mar 2009 19:26:37 -0000 1.6 --- Kconfig 25 Oct 2009 18:33:47 -0000 1.7 *************** *** 326,348 **** SH7366 and SH7723 processors. - config USB_WII_HCD - tristate "Nintendo Wii HCD support" - depends on USB && WII && !HIGHMEM && EXPERIMENTAL - help - The Nintendo Wii includes a USB 1.1 host controller that can be - accessed through the API provided by the starlet subsystem. - - Enable this option if you plan to use the internal Nintendo Wii - bluetooth dongle or any USB peripheral connected to the external - ports. - - USB devices using isochronous transfers are not supported. - Use of USB hubs is partially supported. - - Use completely at you own risk. If unsure, say N. - - To compile this driver as a module, choose M here: the - module will be called rvl-sthcd. - config USB_WHCI_HCD tristate "Wireless USB Host Controller Interface (WHCI) driver (EXPERIMENTAL)" --- 326,329 ---- |
From: Albert H. <he...@us...> - 2009-10-25 18:33:57
|
Update of /cvsroot/gc-linux/linux/drivers/net In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28099/drivers/net Modified Files: Kconfig Makefile Log Message: Rewind to v2.6.29. Index: Makefile =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/net/Makefile,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** Makefile 28 Mar 2009 20:44:19 -0000 1.32 --- Makefile 25 Oct 2009 18:33:47 -0000 1.33 *************** *** 230,234 **** obj-$(CONFIG_MLX4_CORE) += mlx4/ obj-$(CONFIG_ENC28J60) += enc28j60.o - obj-$(CONFIG_GAMECUBE_BBA) += gcn-bba.o obj-$(CONFIG_XTENSA_XT2000_SONIC) += xtsonic.o --- 230,233 ---- Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/net/Kconfig,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** Kconfig 28 Mar 2009 20:44:19 -0000 1.38 --- Kconfig 25 Oct 2009 18:33:47 -0000 1.39 *************** *** 272,284 **** will be called bmac. - config GAMECUBE_BBA - tristate "Nintendo GameCube ethernet BroadBand Adapter (BBA)" - depends on GAMECUBE_EXI && GAMECUBE - help - Say Y here to add ethernet support for the Broadband Adapter (BBA). - - To compile this driver as a module, choose M here: the module - will be called gcn-bba. - config ARIADNE tristate "Ariadne support" --- 272,275 ---- |
From: Albert H. <he...@us...> - 2009-10-25 18:33:57
|
Update of /cvsroot/gc-linux/linux/drivers/usb In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28099/drivers/usb Modified Files: Kconfig Makefile Log Message: Rewind to v2.6.29. Index: Makefile =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/usb/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile 2 Mar 2009 19:26:37 -0000 1.4 --- Makefile 25 Oct 2009 18:33:47 -0000 1.5 *************** *** 19,23 **** obj-$(CONFIG_USB_U132_HCD) += host/ obj-$(CONFIG_USB_R8A66597_HCD) += host/ - obj-$(CONFIG_USB_WII_HCD) += host/ obj-$(CONFIG_USB_HWA_HCD) += host/ --- 19,22 ---- Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/usb/Kconfig,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Kconfig 2 Mar 2009 19:26:37 -0000 1.5 --- Kconfig 25 Oct 2009 18:33:47 -0000 1.6 *************** *** 23,27 **** default y if ARM # SL-811 default y if SUPERH # r8a66597-hcd - default y if WII # rvl-sthcd default PCI --- 23,26 ---- |
From: Albert H. <he...@us...> - 2009-10-25 18:33:57
|
Update of /cvsroot/gc-linux/linux/drivers/video/logo In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28099/drivers/video/logo Modified Files: Kconfig Makefile logo.c Log Message: Rewind to v2.6.29. Index: Makefile =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/video/logo/Makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Makefile 14 Sep 2008 19:20:31 -0000 1.7 --- Makefile 25 Oct 2009 18:33:47 -0000 1.8 *************** *** 8,12 **** obj-$(CONFIG_LOGO_BLACKFIN_VGA16) += logo_blackfin_vga16.o obj-$(CONFIG_LOGO_DEC_CLUT224) += logo_dec_clut224.o - obj-$(CONFIG_LOGO_GAMECUBE_CLUT224) += logo_gcn_clut224.o obj-$(CONFIG_LOGO_MAC_CLUT224) += logo_mac_clut224.o obj-$(CONFIG_LOGO_PARISC_CLUT224) += logo_parisc_clut224.o --- 8,11 ---- Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/video/logo/Kconfig,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Kconfig 14 Sep 2008 19:20:31 -0000 1.8 --- Kconfig 25 Oct 2009 18:33:47 -0000 1.9 *************** *** 43,51 **** default y - config LOGO_GAMECUBE_CLUT224 - bool "224-color GameCube Linux logo" - depends on GAMECUBE - default y - config LOGO_MAC_CLUT224 bool "224-color Macintosh Linux logo" --- 43,46 ---- Index: logo.c =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/video/logo/logo.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** logo.c 14 Sep 2008 19:20:31 -0000 1.7 --- logo.c 25 Oct 2009 18:33:47 -0000 1.8 *************** *** 28,32 **** extern const struct linux_logo logo_blackfin_clut224; extern const struct linux_logo logo_dec_clut224; - extern const struct linux_logo logo_gcn_clut224; extern const struct linux_logo logo_mac_clut224; extern const struct linux_logo logo_parisc_clut224; --- 28,31 ---- *************** *** 92,99 **** logo = &logo_dec_clut224; #endif - #ifdef CONFIG_LOGO_GAMECUBE_CLUT224 - /* GameCube Linux logo */ - logo = &logo_gcn_clut224; - #endif #ifdef CONFIG_LOGO_MAC_CLUT224 /* Macintosh Linux logo on m68k */ --- 91,94 ---- |
From: Albert H. <he...@us...> - 2009-10-25 18:33:57
|
Update of /cvsroot/gc-linux/linux/drivers/serial In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28099/drivers/serial Modified Files: Kconfig Makefile Log Message: Rewind to v2.6.29. Index: Makefile =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/serial/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Makefile 2 Mar 2009 19:26:37 -0000 1.6 --- Makefile 25 Oct 2009 18:33:47 -0000 1.7 *************** *** 77,79 **** obj-$(CONFIG_KGDB_SERIAL_CONSOLE) += kgdboc.o obj-$(CONFIG_SERIAL_QE) += ucc_uart.o - obj-$(CONFIG_SERIAL_USBGECKO) += usbgecko.o --- 77,78 ---- Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/serial/Kconfig,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Kconfig 2 Mar 2009 19:26:37 -0000 1.7 --- Kconfig 25 Oct 2009 18:33:47 -0000 1.8 *************** *** 1413,1428 **** default 9600 if (SERIAL_SPORT_BAUD_RATE_9600) - config SERIAL_USBGECKO - bool "USBGecko adapter on the Nintendo GameCube/Wii" - depends on GAMECUBE_EXI - select SERIAL_CORE - help - This is a driver for the USB Gecko adapter for the Nintendo GameCube - and Wii gaming consoles. It provides a console and a tty interface. - - If you have an adapter like this, say Y here, otherwise say N. - - To compile this driver as a module, choose M here: the - module will be called usbgecko. - endmenu --- 1413,1415 ---- |
From: Albert H. <he...@us...> - 2009-10-25 18:33:57
|
Update of /cvsroot/gc-linux/linux/drivers/rtc In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28099/drivers/rtc Modified Files: Kconfig Makefile Log Message: Rewind to v2.6.29. Index: Makefile =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/rtc/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Makefile 2 Mar 2009 19:26:37 -0000 1.6 --- Makefile 25 Oct 2009 18:33:47 -0000 1.7 *************** *** 39,43 **** obj-$(CONFIG_RTC_DRV_EP93XX) += rtc-ep93xx.o obj-$(CONFIG_RTC_DRV_FM3130) += rtc-fm3130.o - obj-$(CONFIG_RTC_DRV_GCN) += rtc-gcn.o obj-$(CONFIG_RTC_DRV_ISL1208) += rtc-isl1208.o obj-$(CONFIG_RTC_DRV_M41T80) += rtc-m41t80.o --- 39,42 ---- Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/rtc/Kconfig,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Kconfig 2 Mar 2009 19:26:37 -0000 1.6 --- Kconfig 25 Oct 2009 18:33:47 -0000 1.7 *************** *** 516,529 **** NXP PCF50633 used in embedded systems. - config RTC_DRV_GCN - bool "Nintendo GameCube/Wii Real Time Clock and SRAM" - depends on GAMECUBE_EXI - default y - help - If you say yes to this option, support will be included for the - Real Time Clock and SRAM of the Nintendo GameCube/Wii. - - If in doubt, say Y here. - comment "on-CPU RTC drivers" --- 516,519 ---- |
From: Albert H. <he...@us...> - 2009-10-25 18:33:57
|
Update of /cvsroot/gc-linux/linux/include/asm-generic In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28099/include/asm-generic Modified Files: gpio.h Log Message: Rewind to v2.6.29. Index: gpio.h =================================================================== RCS file: /cvsroot/gc-linux/linux/include/asm-generic/gpio.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** gpio.h 2 Mar 2009 18:33:59 -0000 1.2 --- gpio.h 25 Oct 2009 18:33:47 -0000 1.3 *************** *** 114,118 **** extern int gpio_direction_input(unsigned gpio); extern int gpio_direction_output(unsigned gpio, int value); - extern int gpio_direction_is_output(unsigned gpio); extern int gpio_get_value_cansleep(unsigned gpio); --- 114,117 ---- |
From: Albert H. <he...@us...> - 2009-10-25 18:33:57
|
Update of /cvsroot/gc-linux/linux/drivers/video In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28099/drivers/video Modified Files: Kconfig Makefile Log Message: Rewind to v2.6.29. Index: Makefile =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/video/Makefile,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** Makefile 2 Mar 2009 19:26:37 -0000 1.30 --- Makefile 25 Oct 2009 18:33:47 -0000 1.31 *************** *** 124,128 **** obj-$(CONFIG_FB_CARMINE) += carminefb.o obj-$(CONFIG_FB_MB862XX) += mb862xx/ - obj-$(CONFIG_FB_GAMECUBE) += gcnfb.o # Platform or fallback drivers go here --- 124,127 ---- Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/video/Kconfig,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** Kconfig 2 Mar 2009 19:26:37 -0000 1.34 --- Kconfig 25 Oct 2009 18:33:47 -0000 1.35 *************** *** 1701,1723 **** endchoice - config FB_GAMECUBE - bool "Nintendo GameCube/Wii frame buffer" - depends on FB && GAMECUBE_COMMON - select FB_CFB_FILLRECT - select FB_CFB_COPYAREA - select FB_CFB_IMAGEBLIT - help - This is the frame buffer device driver for the Nintendo GameCube. - - config WII_AVE_RVL - bool "Nintendo Wii audio/video encoder support" - depends on FB_GAMECUBE && WII - select I2C_GPIO - select I2C - default y - help - Say Y here to support the audio/video encoder found in the - Nintendo Wii video game console. - config FB_AU1100 bool "Au1100 LCD Driver" --- 1701,1704 ---- |
From: Albert H. <he...@us...> - 2009-10-25 18:33:57
|
Update of /cvsroot/gc-linux/linux/include/linux In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28099/include/linux Modified Files: fb.h gpio.h i2c-gpio.h Log Message: Rewind to v2.6.29. Index: i2c-gpio.h =================================================================== RCS file: /cvsroot/gc-linux/linux/include/linux/i2c-gpio.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** i2c-gpio.h 2 Mar 2009 18:36:16 -0000 1.2 --- i2c-gpio.h 25 Oct 2009 18:33:47 -0000 1.3 *************** *** 34,38 **** unsigned int scl_is_open_drain:1; unsigned int scl_is_output_only:1; - unsigned int sda_enforce_dir:1; }; --- 34,37 ---- Index: gpio.h =================================================================== RCS file: /cvsroot/gc-linux/linux/include/linux/gpio.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** gpio.h 2 Mar 2009 18:34:00 -0000 1.2 --- gpio.h 25 Oct 2009 18:33:47 -0000 1.3 *************** *** 50,58 **** } - static inline int gpio_direction_is_output(unsigned gpio) - { - return -EINVAL; - } - static inline int gpio_get_value(unsigned gpio) { --- 50,53 ---- Index: fb.h =================================================================== RCS file: /cvsroot/gc-linux/linux/include/linux/fb.h,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** fb.h 2 Mar 2009 19:26:38 -0000 1.32 --- fb.h 25 Oct 2009 18:33:47 -0000 1.33 *************** *** 39,47 **** #define FBIOGET_DISPINFO 0x4618 - #define FBIOWAITRETRACE 0x4619 - #define FBIOWAITPEFINISH 0x4620 - #define FBIOVIRTTOPHYS 0x4621 - #define FBIOFLIP 0x4622 - #define FBIOFLIPHACK 0x4623 /* libsdl */ #define FB_TYPE_PACKED_PIXELS 0 /* Packed Pixels */ --- 39,42 ---- *************** *** 902,912 **** #define fb_writeb __raw_writeb #define fb_writew __raw_writew ! #ifndef CONFIG_FB_GAMECUBE /* XXX Why? O' why? */ ! # define fb_writel __raw_writel ! #else ! extern unsigned int vifb_writel(unsigned int, void *); ! # define fb_writel(b, addr) vifb_writel(b, addr) ! # define fb_writel_real(b, addr) (*(/*volatile*/ u32 __iomem *)(addr) = (b)) ! #endif #define fb_writeq __raw_writeq #define fb_memset memset_io --- 897,901 ---- #define fb_writeb __raw_writeb #define fb_writew __raw_writew ! #define fb_writel __raw_writel #define fb_writeq __raw_writeq #define fb_memset memset_io |
From: Albert H. <he...@us...> - 2009-10-25 18:33:56
|
Update of /cvsroot/gc-linux/linux/arch/powerpc/platforms In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28099/arch/powerpc/platforms Modified Files: Kconfig.cputype Log Message: Rewind to v2.6.29. Index: Kconfig.cputype =================================================================== RCS file: /cvsroot/gc-linux/linux/arch/powerpc/platforms/Kconfig.cputype,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Kconfig.cputype 2 Mar 2009 19:26:37 -0000 1.7 --- Kconfig.cputype 25 Oct 2009 18:33:46 -0000 1.8 *************** *** 259,263 **** config NOT_COHERENT_CACHE bool ! depends on 4xx || 8xx || E200 || PPC_MPC512x || GAMECUBE_COMMON default y --- 259,263 ---- config NOT_COHERENT_CACHE bool ! depends on 4xx || 8xx || E200 || PPC_MPC512x default y |
From: Albert H. <he...@us...> - 2009-10-25 18:33:56
|
Update of /cvsroot/gc-linux/linux/arch/powerpc/kernel In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28099/arch/powerpc/kernel Modified Files: cputable.c head_32.S udbg.c Log Message: Rewind to v2.6.29. Index: udbg.c =================================================================== RCS file: /cvsroot/gc-linux/linux/arch/powerpc/kernel/udbg.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** udbg.c 1 Feb 2009 18:29:35 -0000 1.4 --- udbg.c 25 Oct 2009 18:33:46 -0000 1.5 *************** *** 60,65 **** #elif defined(CONFIG_PPC_EARLY_DEBUG_CPM) udbg_init_cpm(); - #elif defined(CONFIG_PPC_EARLY_DEBUG_USBGECKO) - udbg_init_usbgecko(); #endif --- 60,63 ---- Index: head_32.S =================================================================== RCS file: /cvsroot/gc-linux/linux/arch/powerpc/kernel/head_32.S,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** head_32.S 28 Mar 2009 20:44:19 -0000 1.8 --- head_32.S 25 Oct 2009 18:33:46 -0000 1.9 *************** *** 161,167 **** bl setup_cpm_bat #endif - #ifdef CONFIG_PPC_EARLY_DEBUG_USBGECKO - bl setup_usbgecko_bat - #endif /* --- 161,164 ---- *************** *** 1277,1298 **** #endif - #ifdef CONFIG_PPC_EARLY_DEBUG_USBGECKO - setup_usbgecko_bat: - /* prepare a BAT for early io */ - lis r8, 0x0c00 - ori r8, r8, 0x002a /* uncached, guarded ,rw */ - lis r11, 0xcc00 - ori r11, r11, 0x3 /* 128K */ - #ifdef CONFIG_WII - oris r8, r8, 0x0100 - oris r11, r11, 0x0100 - #endif - mtspr SPRN_DBAT1L, r8 - mtspr SPRN_DBAT1U, r11 - sync - isync - blr - #endif - #ifdef CONFIG_8260 /* Jump into the system reset for the rom. --- 1274,1277 ---- Index: cputable.c =================================================================== RCS file: /cvsroot/gc-linux/linux/arch/powerpc/kernel/cputable.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** cputable.c 2 Mar 2009 19:26:37 -0000 1.7 --- cputable.c 25 Oct 2009 18:33:46 -0000 1.8 *************** *** 683,691 **** .platform = "ppc750", }, ! { /* 745/755 */ ! .pvr_mask = 0xfffff000, ! .pvr_value = 0x00083000, ! .cpu_name = "745/755", ! .cpu_features = CPU_FTRS_750, .cpu_user_features = COMMON_USER | PPC_FEATURE_PPC_LE, .mmu_features = MMU_FTR_HPTE_TABLE | MMU_FTR_USE_HIGH_BATS, --- 683,691 ---- .platform = "ppc750", }, ! { /* 750CL */ ! .pvr_mask = 0xfffff0f0, ! .pvr_value = 0x00087010, ! .cpu_name = "750CL", ! .cpu_features = CPU_FTRS_750CL, .cpu_user_features = COMMON_USER | PPC_FEATURE_PPC_LE, .mmu_features = MMU_FTR_HPTE_TABLE | MMU_FTR_USE_HIGH_BATS, *************** *** 698,708 **** .platform = "ppc750", }, ! { /* 750CL (and "Broadway") */ ! .pvr_mask = 0xfffff0e0, ! .pvr_value = 0x00087000, ! .cpu_name = "750CL", ! .cpu_features = CPU_FTRS_750CL, .cpu_user_features = COMMON_USER | PPC_FEATURE_PPC_LE, ! .mmu_features = MMU_FTR_HPTE_TABLE | MMU_FTR_USE_HIGH_BATS, .icache_bsize = 32, .dcache_bsize = 32, --- 698,708 ---- .platform = "ppc750", }, ! { /* 745/755 */ ! .pvr_mask = 0xfffff000, ! .pvr_value = 0x00083000, ! .cpu_name = "745/755", ! .cpu_features = CPU_FTRS_750, .cpu_user_features = COMMON_USER | PPC_FEATURE_PPC_LE, ! .mmu_features = MMU_FTR_HPTE_TABLE, .icache_bsize = 32, .dcache_bsize = 32, |
From: Albert H. <he...@us...> - 2009-10-25 18:33:56
|
Update of /cvsroot/gc-linux/linux/drivers/input/keyboard In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28099/drivers/input/keyboard Modified Files: Kconfig Makefile Log Message: Rewind to v2.6.29. Index: Makefile =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/input/keyboard/Makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Makefile 2 Mar 2009 19:26:37 -0000 1.7 --- Makefile 25 Oct 2009 18:33:47 -0000 1.8 *************** *** 29,31 **** obj-$(CONFIG_KEYBOARD_BFIN) += bf54x-keys.o obj-$(CONFIG_KEYBOARD_SH_KEYSC) += sh_keysc.o - obj-$(CONFIG_KEYBOARD_WII) += rvl-stkbd.o --- 29,30 ---- Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/input/keyboard/Kconfig,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Kconfig 2 Mar 2009 19:26:37 -0000 1.10 --- Kconfig 25 Oct 2009 18:33:47 -0000 1.11 *************** *** 324,338 **** module will be called bf54x-keys. - config KEYBOARD_WII - tristate "Nintendo Wii USB keyboard IOS glue" - depends on (WII && !USB) - help - Say Y here if you have a Nintendo Wii console running Linux and have - a keyboard attached to one of its USB ports. - This driver uses the IOS interface glue to access the USB keyboard. - - To compile this driver as a module, choose M here: the - module will be called rvl-stkbd. - config KEYBOARD_SH_KEYSC tristate "SuperH KEYSC keypad support" --- 324,327 ---- |
From: Albert H. <he...@us...> - 2009-10-25 18:33:55
|
Update of /cvsroot/gc-linux/linux/arch/powerpc In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28099/arch/powerpc Modified Files: Kconfig Kconfig.debug Log Message: Rewind to v2.6.29. Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/arch/powerpc/Kconfig,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Kconfig 2 Mar 2009 19:26:36 -0000 1.7 --- Kconfig 25 Oct 2009 18:33:46 -0000 1.8 *************** *** 623,627 **** bool "PCI support" if PPC_PCI_CHOICE default y if !40x && !CPM2 && !8xx && !PPC_83xx \ ! && !PPC_85xx && !PPC_86xx && !GAMECUBE_COMMON default PCI_PERMEDIA if !4xx && !CPM2 && !8xx default PCI_QSPAN if !4xx && !CPM2 && 8xx --- 623,627 ---- bool "PCI support" if PPC_PCI_CHOICE default y if !40x && !CPM2 && !8xx && !PPC_83xx \ ! && !PPC_85xx && !PPC_86xx default PCI_PERMEDIA if !4xx && !CPM2 && !8xx default PCI_QSPAN if !4xx && !CPM2 && 8xx Index: Kconfig.debug =================================================================== RCS file: /cvsroot/gc-linux/linux/arch/powerpc/Kconfig.debug,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Kconfig.debug 2 Mar 2009 19:26:37 -0000 1.6 --- Kconfig.debug 25 Oct 2009 18:33:46 -0000 1.7 *************** *** 234,245 **** has run, and set up the CPM in a particular way. - config PPC_EARLY_DEBUG_USBGECKO - bool "Early debugging through the USB Gecko adapter" - depends on GAMECUBE_COMMON - select USBGECKO_UDBG - help - Select this to enable early debugging for Nintendo GameCube/Wii - consoles via an external USB Gecko adapter. - endchoice --- 234,237 ---- |
From: Albert H. <he...@us...> - 2009-10-25 18:33:55
|
Update of /cvsroot/gc-linux/linux/drivers/input In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28099/drivers/input Modified Files: Kconfig Log Message: Rewind to v2.6.29. Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/input/Kconfig,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Kconfig 14 Sep 2008 19:20:28 -0000 1.11 --- Kconfig 25 Oct 2009 18:33:47 -0000 1.12 *************** *** 181,186 **** source "drivers/input/gameport/Kconfig" - source "drivers/input/si/Kconfig" - endmenu --- 181,184 ---- |