Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ramips: add rt2880_pci_get_cfgaddr helper | Gabor Juhos | 2009-10-07 | 1 | -8/+11 | |
| | | | | SVN-Revision: 17973 | |||||
* | ramips: use switch statement instead of multiple if-else-if in the rt288x ↵ | Gabor Juhos | 2009-10-07 | 1 | -12/+22 | |
| | | | | | | pci code SVN-Revision: 17972 | |||||
* | ramips: protect rt288x pci config accesses with a spinlock | Gabor Juhos | 2009-10-07 | 1 | -0/+15 | |
| | | | | SVN-Revision: 17971 | |||||
* | ramips: make rt2880_pci_base static | Gabor Juhos | 2009-10-07 | 1 | -1/+1 | |
| | | | | SVN-Revision: 17970 | |||||
* | ramips: define some magic values in the rt288x pci code | Gabor Juhos | 2009-10-07 | 1 | -7/+10 | |
| | | | | SVN-Revision: 17969 | |||||
* | ramips: add copyright header to the rt288x pci code | Gabor Juhos | 2009-10-07 | 1 | -0/+13 | |
| | | | | SVN-Revision: 17968 | |||||
* | cleanup kernel configuration | Florian Fainelli | 2009-10-07 | 1 | -55/+0 | |
| | | | | SVN-Revision: 17967 | |||||
* | mpc52xx: cleanup config | Nicolas Thill | 2009-10-07 | 1 | -8/+0 | |
| | | | | SVN-Revision: 17966 | |||||
* | config: add another bunch of missing CONFIG_USB_* entries to generic | Nicolas Thill | 2009-10-07 | 3 | -2/+10 | |
| | | | | SVN-Revision: 17965 | |||||
* | config: add CONFIG_USB_SUSPEND to generic | Nicolas Thill | 2009-10-07 | 7 | -1/+6 | |
| | | | | SVN-Revision: 17964 | |||||
* | config: add missing CONFIG_SPI_MPC52xx_PSC to mpc52xx/config | Nicolas Thill | 2009-10-07 | 1 | -0/+1 | |
| | | | | SVN-Revision: 17963 | |||||
* | config: remove CONFIG_ORION entry (now in generic) | Nicolas Thill | 2009-10-06 | 1 | -1/+0 | |
| | | | | SVN-Revision: 17962 | |||||
* | config: add missing CONFIG_ORION entry to generic | Nicolas Thill | 2009-10-06 | 2 | -1/+3 | |
| | | | | SVN-Revision: 17961 | |||||
* | Improve i2c driver slave delay, thanks to Fabrizio Sciarra that provide it * ↵ | Claudio Mignanti | 2009-10-06 | 2 | -211/+317 | |
| | | | | | | support for master/slave delay (provided patch) * remove some printk that spam logs * introduce new symbols ETRAX_I2C_DYN_ALLOC and ETRAX_I2C_SLAVE_DELAY * cleanup a bit the driver * dump release number SVN-Revision: 17954 | |||||
* | move common CONFIG_MMC entries to generic | Nicolas Thill | 2009-10-06 | 16 | -48/+48 | |
| | | | | SVN-Revision: 17948 | |||||
* | move common CONFIG_BATTERY entries to generic | Nicolas Thill | 2009-10-06 | 8 | -9/+12 | |
| | | | | SVN-Revision: 17945 | |||||
* | move common CONFIG_TOUCHSCREEN entries to generic | Nicolas Thill | 2009-10-06 | 7 | -57/+49 | |
| | | | | SVN-Revision: 17943 | |||||
* | move more CONFIG_SND entries to generic | Nicolas Thill | 2009-10-06 | 10 | -11/+7 | |
| | | | | SVN-Revision: 17942 | |||||
* | move common CONFIG_FB entries to generic | Nicolas Thill | 2009-10-05 | 17 | -323/+186 | |
| | | | | SVN-Revision: 17936 | |||||
* | brcm63xx: fix cardbus support with BCM6358 (closes: #5918) | Nicolas Thill | 2009-10-05 | 1 | -1/+1 | |
| | | | | SVN-Revision: 17935 | |||||
* | resync kernel config, do not enable security options | Florian Fainelli | 2009-10-05 | 1 | -11/+1 | |
| | | | | SVN-Revision: 17934 | |||||
* | add missing CONFIG_VIDEO_GO7007 symbol | Florian Fainelli | 2009-10-05 | 2 | -0/+2 | |
| | | | | SVN-Revision: 17933 | |||||
* | enable CONFIG_STAGING on 2.6.31 | Felix Fietkau | 2009-10-05 | 1 | -1/+32 | |
| | | | | SVN-Revision: 17931 | |||||
* | refresh 2.6.31 kernel config | Felix Fietkau | 2009-10-05 | 1 | -271/+271 | |
| | | | | SVN-Revision: 17930 | |||||
* | add kmod-input-rb532 by default in the rb532 profile | Florian Fainelli | 2009-10-05 | 2 | -12/+3 | |
| | | | | SVN-Revision: 17928 | |||||
* | resync kernel configuration, enable netfilter and wireless extensions | Florian Fainelli | 2009-10-05 | 1 | -66/+15 | |
| | | | | SVN-Revision: 17922 | |||||
* | ramips: make {read,write}_config static | Gabor Juhos | 2009-10-05 | 1 | -6/+6 | |
| | | | | SVN-Revision: 17920 | |||||
* | ramips: convert 'config_access' function to void | Gabor Juhos | 2009-10-05 | 1 | -10/+5 | |
| | | | | SVN-Revision: 17919 | |||||
* | ramips: add register access functions into the rt288x pci code | Gabor Juhos | 2009-10-05 | 1 | -30/+45 | |
| | | | | SVN-Revision: 17918 | |||||
* | ramips: fix RT2880_PCI_BASE definition | Gabor Juhos | 2009-10-05 | 1 | -1/+1 | |
| | | | | SVN-Revision: 17917 | |||||
* | ramips: rt288x pci code cleanup | Gabor Juhos | 2009-10-05 | 1 | -19/+17 | |
| | | | | SVN-Revision: 17916 | |||||
* | ramips: cleanup coding-style of the rt288x pci code | Gabor Juhos | 2009-10-05 | 1 | -56/+70 | |
| | | | | SVN-Revision: 17915 | |||||
* | ramips: merge ops-rt288x.c and rt288x_pci.h into pci-rt288x.c | Gabor Juhos | 2009-10-05 | 4 | -85/+71 | |
| | | | | SVN-Revision: 17914 | |||||
* | disable LEDS_GPIO_OF | Andy Boyett | 2009-10-05 | 1 | -0/+1 | |
| | | | | SVN-Revision: 17908 | |||||
* | 2.6.30: disable SND_PPC by default | Andy Boyett | 2009-10-05 | 1 | -0/+1 | |
| | | | | SVN-Revision: 17907 | |||||
* | move IMAGE_CMDLINE_HACK default to generic from targets | Andy Boyett | 2009-10-05 | 22 | -18/+4 | |
| | | | | SVN-Revision: 17905 | |||||
* | add missing USB kconfig options | Andy Boyett | 2009-10-05 | 1 | -0/+5 | |
| | | | | SVN-Revision: 17904 | |||||
* | 2.6.27: add USB_VIDEO_CLASS_INPUT_EVDEV kconfig option | Andy Boyett | 2009-10-05 | 2 | -2/+1 | |
| | | | | SVN-Revision: 17903 | |||||
* | explicitly disable LEDS_GPIO_OF kconfig option | Andy Boyett | 2009-10-05 | 1 | -0/+1 | |
| | | | | SVN-Revision: 17902 | |||||
* | explicitly disable IBM_ASM kconfig option | Andy Boyett | 2009-10-05 | 2 | -0/+2 | |
| | | | | SVN-Revision: 17901 | |||||
* | add missing SND_ARM kconfig option | Andy Boyett | 2009-10-05 | 1 | -0/+1 | |
| | | | | SVN-Revision: 17900 | |||||
* | explicitly disable <CONFIG_USB_GADGET_DEBUG_FS> to get the target compiling ↵ | Mirko Vogt | 2009-10-05 | 1 | -0/+1 | |
| | | | | | | without issues again SVN-Revision: 17890 | |||||
* | dont select atm modules yet for ifxmips | John Crispin | 2009-10-05 | 1 | -2/+2 | |
| | | | | SVN-Revision: 17888 | |||||
* | ramips: remove unneccesary ifdefs from the rt288x pci code | Gabor Juhos | 2009-10-05 | 2 | -7/+0 | |
| | | | | SVN-Revision: 17862 | |||||
* | ramips: remove unneccesary includes from the rt288x pci code | Gabor Juhos | 2009-10-05 | 2 | -13/+2 | |
| | | | | SVN-Revision: 17861 | |||||
* | ramips: add Kbuild patch for the rt288x pci code, and fix invalid header ↵ | Gabor Juhos | 2009-10-05 | 3 | -4/+13 | |
| | | | | | | file paths SVN-Revision: 17860 | |||||
* | ramips: add missing config option | Gabor Juhos | 2009-10-05 | 1 | -0/+1 | |
| | | | | SVN-Revision: 17859 | |||||
* | remove crypto moduels from ifxmips menuconfig | John Crispin | 2009-10-04 | 1 | -23/+0 | |
| | | | | SVN-Revision: 17857 | |||||
* | adds pci support for rt288x | John Crispin | 2009-10-04 | 4 | -0/+225 | |
| | | | | SVN-Revision: 17855 | |||||
* | remove reference to bogus packet | John Crispin | 2009-10-04 | 1 | -2/+2 | |
| | | | | SVN-Revision: 17854 |