1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 23:56:48 +03:00
Commit Graph

18 Commits

Author SHA1 Message Date
juhosg
1c358226eb generic: add support for the EON EN25F32 flash chip
* based on a patch by laigor <laigor@mail.ru> from #7882

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23058 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-14 12:03:01 +00:00
florian
14d155196f [kernel] add switch driver for Lantiq PSB6970
Tested on ifxmips based board. The PSB6970 is also known as the Infineon Tantos switch.

Signed-off-by: Ithamar R. Adema <ithamar.adema@team-embedded.nl>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22914 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 18:06:01 +00:00
juhosg
c433567bd3 generic: bacport SPI bus locking API
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22862 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-31 20:06:42 +00:00
juhosg
2bbe78f8f6 generic: fix erase operation on the pm25lv flash chip
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22861 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-31 20:06:38 +00:00
juhosg
c78a804527 generic: introduce broadcast_uevent function
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22858 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-31 20:06:25 +00:00
hauke
dede4b7a95 kernel: fix some mistakes in ssb patch refresh in r22766, r22767 and r22768.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22774 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-22 19:22:01 +00:00
florian
fa7498e33f [kernel] update to 2.6.33.7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22767 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-22 17:08:07 +00:00
juhosg
10f7c6b5f0 generic: update ARM mach-types
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22662 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-15 17:35:53 +00:00
juhosg
43aca5a0ec generic: fix wrong number of erase sectors for xxxS33B SPI flashes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22643 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-14 21:07:28 +00:00
jow
79af254839 [kernel] ssb: give the PCI core more time to initialize, fixes PCI issues with Atheros cards on the Asus WL-500w and possibly others (#4710)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22614 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-13 00:18:16 +00:00
florian
9f39c015a8 [kernel] rename 014-samsung_flash patch to a better name, thanks maddes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22587 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-10 20:23:40 +00:00
nbd
f093fbf8a3 swconfig: cleanup of kernel drivers and interface
- add some comments to a few data structures
- add a switch_dev_ops data structure for attributes and callback to replace the stupid template memcpy
- get rid of the switch_dev.priv pointer - using container_of() is better

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22476 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-04 00:43:40 +00:00
acoul
5ef70c6dac package/compcache: use mainline modules for kernels >=2.6.33 (thank you nbd)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22458 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-01 16:57:24 +00:00
nbd
5b42ce672e kernel: add the new 'crashlog' feature, which tries to store kernel oops/panic logs in a fixed location in RAM to recover them after the reboot and make them available to user space using debugfs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22305 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-20 01:54:21 +00:00
jow
be1d1d9f02 [kernel] export SSB fallback SPROM - required for wl.ko
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22168 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-13 16:20:29 +00:00
nbd
9b8cc433f0 repair the damage that was done to the packet socket type filter patch when it was forward ported to 2.6.33
this should fix the mac80211 problems in 2.6.33 and later versions

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22079 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-06 18:53:55 +00:00
nbd
14cab98656 mini_fo: add error pointer checks after dentry lookups to fix various crash bugs (fixes #7277, #7207, #7259)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22057 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-04 15:28:41 +00:00
nbd
c5552ad039 rename target/linux/generic-2.6 to generic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21952 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-26 20:42:58 +00:00