1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-18 20:37:07 +03:00
Commit Graph

14 Commits

Author SHA1 Message Date
juhosg
94b5af79b4 [kernel] update to 2.6.25.19, and refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13137 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-11-07 08:44:56 +00:00
juhosg
151259743b [kernel] update to 2.6.26.5 and 2.6.25.17
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12718 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-26 18:46:53 +00:00
florian
365590ad71 au1000: fix gpio output
when setting the output state of one GPIO pin we have to keep the state of the
other pins, hence use binary OR. also gpio_direction_output() wants to set an
initial value, so add that too.
    
this fixes a problem with the USB power switch on mtx-1 boards. (#3974)
    
Signed-off-by: Bruno Randolf <br1@einfach.org>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12561 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-09 09:20:50 +00:00
juhosg
ad91de86f5 [kernel] upgrade to 2.6.25.7, and refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11523 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-17 12:57:04 +00:00
blogic
adbba01413 fixes au1000 ethernet support, signed off: Bruno Randolf
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11382 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-06 19:57:03 +00:00
juhosg
b8abb00e2f [au1000] bump to 2.6.25.4, refresh kernel patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11199 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-19 07:34:56 +00:00
blogic
b8df3a5a0e bump au1000 to .25
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11021 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-03 15:05:29 +00:00
florian
055cb9a23a Hopefully fix the PCI resource conflict and upgrade to .24.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10515 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-21 11:05:13 +00:00
florian
c20006b4ae Upgrade au1000 to .24
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10377 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-03 19:49:50 +00:00
florian
c0b9d6593a Replace system button patch with its correspondant API
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10161 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-10 18:44:38 +00:00
florian
ac7a80e932 The watchdog driver is now a platform device driver and reads its gpio line
while registering


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9425 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-24 13:43:15 +00:00
florian
d0b4a9a9a0 Fix the platform device registration; resync kernel config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9266 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-12 10:12:02 +00:00
florian
8dba7c5861 Upgrade au1000 to 2.6.23
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9243 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-10 14:03:16 +00:00
nbd
17c7b6c3fd strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-06 16:27:37 +00:00