| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
SVN-Revision: 36478
|
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36367
|
|
|
|
| |
SVN-Revision: 36234
|
|
|
|
|
|
| |
This fixes #13058 and hopefully #12927
SVN-Revision: 35834
|
|
|
|
| |
SVN-Revision: 35833
|
|
|
|
|
|
| |
partition driver
SVN-Revision: 35791
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
WNDR3400v2 is based on BCM53xx . Image that is created breaks the router somehow therefore "#".
CFE and NVRAM contain different vars - example:
CFE line original: Device eth0: hwaddr 74-44-01-37-C6-69, ipaddr 192.168.1.1, mask 255.255.255.0
CFE after openwrt: Device eth0: hwaddr 00-FF-FF-FF-FF-FF, ipaddr 192.168.1.1, mask 255.255.255.0
Logs were posted earlier on this mailing list: https://lists.openwrt.org/pipermail/openwrt-devel/2012-July/016174.html
Different logs with factory firmware are in the wiki: http://wiki.openwrt.org/toh/netgear/wndr3400#wndr3400v2
(and on wikidevi for example)
Signed off by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 35790
|
|
|
|
| |
SVN-Revision: 35770
|
|
|
|
|
|
| |
This closes #12746.
SVN-Revision: 35622
|
|
|
|
| |
SVN-Revision: 35621
|
|
|
|
|
|
|
|
|
| |
The mac address should be aligned to u16 to prevent an unaligned access
in drivers/ssb/pci.c where it is casted to __be16.
This closes #9824.
SVN-Revision: 35618
|
|
|
|
|
|
| |
Thank you Rafał Miłecki and Nathan Hintz
SVN-Revision: 35574
|
|
|
|
| |
SVN-Revision: 35573
|
|
|
|
|
|
|
|
| |
it is already up
This fixes #12927.
SVN-Revision: 35507
|
|
|
|
|
|
| |
This fixes #12936.
SVN-Revision: 35492
|
|
|
|
| |
SVN-Revision: 35322
|
|
|
|
| |
SVN-Revision: 35321
|
|
|
|
|
|
|
|
|
| |
Update the default IRQ assignment for unrecognized devices per
the upstream change.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 35121
|
|
|
|
| |
SVN-Revision: 35083
|
|
|
|
| |
SVN-Revision: 35080
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Fix what appears to be a logic error in bgmac_phy_advertise.
2) Fix bgmac_ioctl to use passed phy_id; needed for switch-robo
interface w/ the driver to work correctly. I still have the issue
with the interface always being HD when the speed/duplex is set
manually (e.g., echo "100FD" > /proc/switch/eth0/port/N/media).
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 35052
|
|
|
|
|
|
| |
This is based on a patch send by Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 34997
|
|
|
|
|
|
|
|
|
| |
This Ethernet driver is in early development stage and still has some problems.
This was working on my bcm4716 based device.
Thanks to Rafał Miłecki <zajec5@gmail.com> for writing this driver.
SVN-Revision: 34995
|
|
|
|
|
|
|
|
|
|
| |
Adjust the IRQ Flag value from 8 to 7 for I2S Core for BCM4716 and
BCM4748 (per the Broadcom SDK). IRQ Flag values greater than 7 are
ignored when setting the interrupt masks.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 34990
|
|
|
|
|
|
| |
This was party inspirited by patches send by Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 34989
|
|
|
|
|
|
| |
This is the version like it was send for mainline inclusion.
SVN-Revision: 34988
|
|
|
|
| |
SVN-Revision: 34987
|
|
|
|
|
|
| |
Thank you Rafał Miłecki.
SVN-Revision: 34900
|
|
|
|
|
|
|
|
|
|
| |
I noticed these changes when reviewing the 2011 Broadcom SDK. I haven't
noticed any obvious changes in behavior with them applied; but thought I
should at least pass them on.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 34670
|
|
|
|
|
|
|
|
|
|
| |
The irq signal numbers that are send by the cpu are increased by 2 from
the number programmed into the mips core by bcma.
Return the irq number on which the irqs are send in bcma_core_irq() now.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 34669
|
|
|
|
| |
SVN-Revision: 34655
|
|
|
|
| |
SVN-Revision: 34651
|
|
|
|
|
|
| |
prefixed one is not available.
SVN-Revision: 34454
|
|
|
|
|
|
|
|
| |
Also refresh the affected patches.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34402
|
|
|
|
|
|
|
|
|
| |
The ASUS WL-520gU and some other similar Asus devices have a BCM5354
running at 200MHZ and not at 240 which is the default for this SoC.
This fixes #4083.
SVN-Revision: 34325
|
|
|
|
|
|
|
|
|
| |
In the old configuration the SoC issued a reboot if the watchdog was
killed also if it was kill with TERM and not KILL.
This will fix #11724.
SVN-Revision: 34324
|
|
|
|
|
|
|
|
| |
This watchdog driver should work with SoC having a PMU.
This fixes #11720.
SVN-Revision: 34323
|
|
|
|
| |
SVN-Revision: 34253
|
|
This is based on the patch by Peter Wagner.
SVN-Revision: 34252
|