aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rdc
Commit message (Collapse)AuthorAgeFilesLines
* rename kmod-switch-ip175c package to kmod-switch-ip17xxFlorian Fainelli2010-08-081-1/+1
| | | | SVN-Revision: 22544
* update kernel versionsImre Kaloz2010-07-191-1/+1
| | | | SVN-Revision: 22289
* remove 2.6.30 supportFlorian Fainelli2010-07-1813-2256/+0
| | | | SVN-Revision: 22274
* use bootloader baudrate settings, thanks bifferos (#7619)Florian Fainelli2010-07-171-1/+1
| | | | SVN-Revision: 22259
* fix bifferboard flash map, thanks bifferos (#7622)Florian Fainelli2010-07-171-28/+16
| | | | SVN-Revision: 22258
* refresh 2.6.32 patchesFlorian Fainelli2010-07-173-3/+3
| | | | SVN-Revision: 22257
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-121-1/+1
| | | | SVN-Revision: 22145
* generic: don't override CONFIG_DEBUG_FSGabor Juhos2010-06-102-2/+0
| | | | SVN-Revision: 21749
* update linux kernel to 2.6.32.14Nicolas Thill2010-05-271-1/+1
| | | | SVN-Revision: 21583
* target/linux: refresh 2.6.32 patchesNicolas Thill2010-05-247-77/+52
| | | | SVN-Revision: 21566
* kernel: update kernel to version 2.6.32.13 and 2.6.33.4Hauke Mehrtens2010-05-231-1/+1
| | | | SVN-Revision: 21540
* include swconfig in ar525w profileFlorian Fainelli2010-05-211-1/+1
| | | | SVN-Revision: 21532
* load all r6040 modules dependencies in preinit hookFlorian Fainelli2010-05-211-0/+4
| | | | SVN-Revision: 21531
* add r6040 phylib support which allows to use the ip175c switch driver on ar525wFlorian Fainelli2010-05-213-3/+471
| | | | SVN-Revision: 21521
* set vendor to RDC even if CPU id is not knownFlorian Fainelli2010-05-162-2/+2
| | | | SVN-Revision: 21475
* squash platform_support.patch into rdc_boards.patchFlorian Fainelli2010-05-162-12/+13
| | | | SVN-Revision: 21474
* fix link checking with switches, only port1 of switches would report link upFlorian Fainelli2010-05-161-0/+33
| | | | SVN-Revision: 21471
* switch to 2.6.32.12Florian Fainelli2010-05-161-1/+1
| | | | SVN-Revision: 21467
* fix wrong hunk introduced by r21309, thanks rtz2Florian Fainelli2010-05-151-2/+2
| | | | SVN-Revision: 21460
* fix panic on boot due to invalid IORESOURCE for MFD cells, fix gpio value ↵Florian Fainelli2010-05-156-45/+61
| | | | | | setting SVN-Revision: 21459
* fix 2.6.30 lzma tuning patch to output file size at end of kernel, otherwise ↵Florian Fainelli2010-05-151-5/+5
| | | | | | decompressor remains stuck SVN-Revision: 21458
* fix bad lzma tuning options bad hunksFlorian Fainelli2010-05-051-16/+13
| | | | SVN-Revision: 21372
* add lzma tuning options, patch from Bernhard LoosFlorian Fainelli2010-05-023-8/+52
| | | | SVN-Revision: 21311
* fix upgrade detection logic, patch from Bernhard LoosFlorian Fainelli2010-05-021-10/+4
| | | | SVN-Revision: 21310
* fix sitecom firmware partition size, patch from Bernhard LoosFlorian Fainelli2010-05-022-2/+2
| | | | SVN-Revision: 21309
* panic on unrecovered NMI, thanks rtz2Florian Fainelli2010-04-2817-208/+142
| | | | SVN-Revision: 21232
* include the watchdog driver by defaultFlorian Fainelli2010-04-281-1/+2
| | | | SVN-Revision: 21222
* resync 2.6.32 support with changes in 2.6.30Florian Fainelli2010-04-2810-2/+1752
| | | | SVN-Revision: 21220
* use upstream MFD, GPIO patch, put everything in patches.Florian Fainelli2010-04-2822-1392/+1760
| | | | SVN-Revision: 21219
* package/kernel: move target specific modules to their own target filesNicolas Thill2010-04-241-0/+22
| | | | SVN-Revision: 21132
* target/rdc: remove bad ide-core package overrideNicolas Thill2010-04-241-5/+0
| | | | SVN-Revision: 21129
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-7/+7
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834
* remove 2.6.32 files, out of sync and going to be replaced differentlyFlorian Fainelli2010-04-104-469/+0
| | | | SVN-Revision: 20787
* target/rdc: revert [20653], the proper fix for #7005 is in [20712]Nicolas Thill2010-04-051-0/+1
| | | | SVN-Revision: 20714
* do not set CONFIG_NET_DEV_OPS (#7005)Florian Fainelli2010-04-021-1/+0
| | | | SVN-Revision: 20653
* remove empty subtargets directoriesFlorian Fainelli2010-03-263-0/+0
| | | | SVN-Revision: 20481
* remove now useless patches, thanks rtzFlorian Fainelli2010-03-264-176/+0
| | | | SVN-Revision: 20446
* fix the mac address setting on sitecom devices after r20294Florian Fainelli2010-03-251-1/+1
| | | | SVN-Revision: 20427
* use profiles again intead of subtargets.Florian Fainelli2010-03-2519-795/+53
| | | | | | | We have now a single kernel which autodetects the type of device we are running on, so we can switch back to having profiles. Patch by Bernhard Loos. SVN-Revision: 20416
* do not set panic_on_unrecovered_nmi in watchdog, already set in southbridge ↵Florian Fainelli2010-03-201-1/+0
| | | | | | driver, thanks rtz SVN-Revision: 20324
* rework board detectionFlorian Fainelli2010-03-1814-305/+634
| | | | | | | | | Rework board detection, separate board specific code into its own file. As a result we also change the way rdc images are generated. Support for board which required binary tools, like AMIT are dropped. Patch by Bernhard Loos. SVN-Revision: 20294
* do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵Nicolas Thill2010-03-112-0/+2
| | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136
* define panic_on_unrecovered_nmi in the southbridge driver and fix watchdog ↵Florian Fainelli2010-03-112-1/+3
| | | | | | init message Patch from Bernhard Loos. SVN-Revision: 20134
* fix watchdog driver unregistering, patch by Bernhard LoosFlorian Fainelli2010-03-041-3/+12
| | | | SVN-Revision: 19979
* rework reboot mechanism with the new watchdog fixesFlorian Fainelli2010-03-043-2/+46
| | | | | | | | The fixing of the watchdog driver makes it generate a NMI so the reboot_fixup can no longer be called from NMI context, instead, override the machine_retart callback with our southrbridge reboot mechanism. Patch by Bernhard Loos. SVN-Revision: 19977
* enable the required packages to use a gpio-based reset buttonFlorian Fainelli2010-03-041-1/+2
| | | | SVN-Revision: 19976
* remove now unused rdc321x_gpio.h fileFlorian Fainelli2010-03-041-16/+0
| | | | SVN-Revision: 19975
* improve sitecom device supportFlorian Fainelli2010-03-042-9/+14
| | | | | | | Add support for the 3 GPIO LEDs, reset button and switch to the gpio-buttons driver. Patch by Bernhard Loos. SVN-Revision: 19974
* select ARCH_REQUIRE_GPIOLIB which is required for our gpiolib driverFlorian Fainelli2010-03-041-0/+1
| | | | SVN-Revision: 19973
* add a new southbridge driver which registers the gpio and watchdog platform ↵Florian Fainelli2010-03-045-97/+493
| | | | | | | | | devices This also fixes the watchdog logic and abstracts the access to the RDC321x southbridge PCI configuration register space. Based on a patch by Bernhard Loos. SVN-Revision: 19972