summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
...
* [imagebuilder] remove dependency on CONFIG_ALLjow2010-03-091-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20084 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Several small fixes for ar8216 driver (patch by Jonas Gorski)nbd2010-03-092-12/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Create defines for some magic values/masks. * Change vlan_id to u16, to allow VIDs > 255. * Add a range check to set_pvid as it isn't a VID, but the index in the vlan table. * Set the max VID to 4094, since 4095 is a reserved value and should not be used. * In mangle_rx replace the provided VID with the VID of the table entry of the port, not the index of the table. * In hw_apply, remove a redundant emptyness check (was already checked several lines above). * In no vlan mode do not set the ingress mode to secure, as there are no vlan table entries, but to use the port's destination masks. Otherwise the switch won't forward anything. * In read_status tell that the phy is up (taken from the rtl8306 driver). git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20083 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [xburst] jz4740: Properly setup intc irq handler.lars2010-03-091-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20082 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [xburst] n516-lpc: Ack wakeup events and some minor cleanupslars2010-03-091-54/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20075 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: fix commit r18413 "128MB ram problem"hauke2010-03-0811-61/+146
| | | | | | | | | | | The patch commited in r18413 was wrong. This patch prevents prom_init_mem from scanning over 128MB ram. This is from #6765 and #3177 Refresh all patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20072 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [xburst] jz4740-gpio: Fix potential race conditionlars2010-03-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20071 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [xbrust] Fix gpio and irq wakeup irq handling.lars2010-03-082-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20070 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [xburst] Export gpio and irq registers through debugfslars2010-03-082-18/+90
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20069 3c298f89-4303-0410-b956-a3cf2f4a3e73
* imagebuilder: add REVISION variable (closes #6795)juhosg2010-03-082-2/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20064 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: simplify WP543 image generation, and fix rootfs offsetjuhosg2010-03-081-16/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20063 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: sync .33 configjuhosg2010-03-081-5/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20060 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: enable AR7240 DSA driver on 2.6.33 as welljuhosg2010-03-083-0/+109
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20059 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: refresh patchesjuhosg2010-03-083-10/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20055 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add NAND driver for the RB750juhosg2010-03-086-1/+410
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20054 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add ar71xx_gpio_function_setupjuhosg2010-03-082-1/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20053 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add LED driver for the RB750juhosg2010-03-087-0/+249
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20051 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add latch handling code for the RB750juhosg2010-03-082-0/+104
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20050 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: increase kernel partition size for the WP543 boardsjuhosg2010-03-081-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20049 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [xburst] Add sound support for the n516.lars2010-03-073-0/+313
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20044 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [xburst] Add support for enabling/disabling the aic controllers clock.lars2010-03-072-27/+50
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20043 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] correct the MDIO base address and reset sequence for Titan (#6573)florian2010-03-072-27/+85
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20037 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add preliminary support for the RouterBOARD 750juhosg2010-03-078-0/+53
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20029 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: make the rb4xx nand driver depends on AR71XX_MACH_RB4XXjuhosg2010-03-072-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20028 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: rename mach-rb-4xx.c to mach-rb4xx.c, and change Kconfig symboljuhosg2010-03-075-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20027 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] let 802.1q tagged frames go in and out from cpmac (#6730)florian2010-03-062-0/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20023 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] fallback to "dumb switch" mode if no PHY was detectedflorian2010-03-061-0/+16
| | | | | | | This will enable the second Ethernet MAC in most cases, but will allow previously non working devices to work. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20022 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] fix cpmac panics with 2.6.32 (#6764)florian2010-03-061-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20021 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix missing symbols for kernel 2.6.33, closes #6803 thanks Maddesthepeople2010-03-051-0/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20010 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix missing symbols for kernel 2.6.32, closes #6802 thanks Maddesthepeople2010-03-051-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20009 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing symbolthepeople2010-03-051-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20008 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: don't init PCI irqs on the AR7240 if the PCIe subsystem are in resetjuhosg2010-03-051-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20007 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix sysupgrade on the WRT400N (thanks to chuljin)juhosg2010-03-051-1/+1
| | | | | | | * closes #6782 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20006 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix status led detection on the RB4xx boardsjuhosg2010-03-052-4/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20005 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: ag71xx: move calling ag71xx_phy_stop out from spinlockjuhosg2010-03-051-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20004 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: ag71xx: move link update functionjuhosg2010-03-053-104/+105
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20003 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: ag71xx: don't use dev->trans_startjuhosg2010-03-052-3/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20002 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: ag71xx: use dma_unmap_single to unmap framesjuhosg2010-03-052-5/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20001 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [xburst] Add support for the n516lars2010-03-0511-3/+2467
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19987 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [xburst] Add subtarget for each devicelars2010-03-057-23/+57
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19986 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [xburst] jz4740 pm: Fix gpio suspend/resume. Turn pll off while in suspend ↵lars2010-03-056-20/+52
| | | | | | | | | and gate clocks off which arn't handeld by their subsystems yet. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19984 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [xburst] gpio.h: Add proper parenthesis to JZ_GPIO_PORTX macroslars2010-03-051-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19983 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [xburst] jz4740_fb: Add support for parallel displays, improve power consumptionlars2010-03-053-106/+295
| | | | | | | and some minor bugfixes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19982 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] fix watchdog driver unregistering, patch by Bernhard Loosflorian2010-03-041-3/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19979 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [xburst] jz4740_udc: Implement suspend/resumelars2010-03-041-9/+39
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19978 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] rework reboot mechanism with the new watchdog fixesflorian2010-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19977 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] enable the required packages to use a gpio-based reset buttonflorian2010-03-041-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19976 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] remove now unused rdc321x_gpio.h fileflorian2010-03-041-16/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19975 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] improve sitecom device supportflorian2010-03-042-9/+14
| | | | | | | Add support for the 3 GPIO LEDs, reset button and switch to the gpio-buttons driver. Patch by Bernhard Loos. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19974 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] select ARCH_REQUIRE_GPIOLIB which is required for our gpiolib driverflorian2010-03-041-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19973 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] add a new southbridge driver which registers the gpio and watchdog ↵florian2010-03-045-97/+493
| | | | | | | | | platform 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19972 3c298f89-4303-0410-b956-a3cf2f4a3e73