Commit graph

1282 commits

Author SHA1 Message Date
Gabor Juhos
3c3dcddb08 disable unsupported boards in the LED driver by default
SVN-Revision: 9500
2007-11-04 17:57:09 +00:00
Gabor Juhos
61f3913d85 only use trxsplit on NOR flash devices
SVN-Revision: 9497
2007-11-04 14:32:28 +00:00
Gabor Juhos
05efcf6975 fix flash driver fixes, call request_mem_region/ioremap_nocache with the correct arguments
SVN-Revision: 9496
2007-11-04 12:58:52 +00:00
Jens Muecke
fcdf364d10 fix missing CONFIG_USB_BLUETOOTH issue
SVN-Revision: 9494
2007-11-03 22:32:54 +00:00
Gabor Juhos
7c70e465c7 RB153 must use the generic RB1xx's setup code
SVN-Revision: 9491
2007-11-03 15:35:25 +00:00
Gabor Juhos
7beed53403 image generation fixes (closes: #2643, #2644) * rewrite mkcsysimg to use an align parameter instead of a fixed size * Edimax images contains the jffs2 end-of-filesystem marker at the right position from now on
SVN-Revision: 9490
2007-11-03 14:53:24 +00:00
Gabor Juhos
97fc16752b generate valid image for the BR-6104KP's web-interface (closes: 2641)
SVN-Revision: 9485
2007-11-02 09:24:01 +00:00
Gabor Juhos
6310dc873b add default option for the OTi-6858 USB serial device (closes #2631)
SVN-Revision: 9484
2007-11-02 09:08:59 +00:00
Gabor Juhos
bf78b6357d fix USB driver to compile even if USB_DEBUG is disabled
SVN-Revision: 9483
2007-11-02 08:59:37 +00:00
Florian Fainelli
38db1b4adc Fix typo
SVN-Revision: 9482
2007-11-02 07:09:39 +00:00
Gabor Juhos
c88cda562a cleanup USB driver, it's still experimental
SVN-Revision: 9480
2007-11-01 19:25:05 +00:00
Florian Fainelli
647541a1a0 CF driver cleanup
SVN-Revision: 9473
2007-11-01 17:11:16 +00:00
Florian Fainelli
e8d61c7aaa Update S100 profile (#2587)
SVN-Revision: 9459
2007-10-29 10:09:45 +00:00
Florian Fainelli
734ace1804 Resync kernel config, put back yellow led registration (#2607)
SVN-Revision: 9458
2007-10-29 10:03:14 +00:00
Jens Muecke
b314ffdd3a Initial OLPC target
SVN-Revision: 9457
2007-10-28 21:20:48 +00:00
John Crispin
39679eba93 fixed typo in generic squashfs split patch ... shame on you :)
SVN-Revision: 9455
2007-10-27 19:41:20 +00:00
Gabor Juhos
d29af25874 reduce wasted flash space by ~56K on Edimax devices, thanks to Bernhard Held (closes: #2549)
SVN-Revision: 9450
2007-10-26 07:51:49 +00:00
Florian Fainelli
3260efaa90 Fix another wrong shitfing
SVN-Revision: 9447
2007-10-25 16:31:23 +00:00
Florian Fainelli
fae75b2f4d Wrong bit shifting for the cfrdy function, will always return cf-mips busy
SVN-Revision: 9446
2007-10-25 16:22:27 +00:00
Florian Fainelli
6b70ed8f18 Fix the r8169 kernel module (#2554)
SVN-Revision: 9436
2007-10-24 19:23:47 +00:00
Florian Fainelli
0f239c91a9 The build system actually changed the routerboard kernel (#2584)
SVN-Revision: 9430
2007-10-24 17:17:04 +00:00
Felix Fietkau
39a43187f3 silence a bogus preinit message
SVN-Revision: 9429
2007-10-24 17:14:09 +00:00
Florian Fainelli
66231687af The watchdog driver is now a platform device driver and reads its gpio line while registering
SVN-Revision: 9425
2007-10-24 13:43:15 +00:00
Gabor Juhos
5f122462c0 minor cleanups
SVN-Revision: 9423
2007-10-24 08:19:16 +00:00
Matteo Croce
788a010131 ar7_gpio: remove unneeded checks and volatile
SVN-Revision: 9419
2007-10-23 15:45:54 +00:00
Gabor Juhos
71f9b205e4 fix flash driver, it should work on RB150 as well
SVN-Revision: 9418
2007-10-23 12:31:13 +00:00
Eugene Konev
ce9584fad9 ar7: fix eva image generation
SVN-Revision: 9417
2007-10-23 12:02:46 +00:00
Florian Fainelli
2514d7f799 The RB513 CF driver is now a module, enable it by default for the RB1xx profile. Fix the membase of the CF driver.
SVN-Revision: 9416
2007-10-23 10:46:19 +00:00
Florian Fainelli
486492b407 We are now at .23.1
SVN-Revision: 9415
2007-10-23 08:13:12 +00:00
Felix Fietkau
a2af03953b Add ps3 target
This patch adds a target for the Sony PlayStation 3.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9413
2007-10-23 06:23:41 +00:00
Felix Fietkau
a10edd4cee Add udev initilisation
We have a udev package, but no means to start udev at boot.

This change adds the necessary startup in /init, and adds the required
/sbin/udevsettle to the udev installed files

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9412
2007-10-23 06:23:36 +00:00
Felix Fietkau
b513ee61a5 only do hotplug2 init if hotplug2 is present
The current /init script unconditionally does the initialisation for
hotplug2, including mounting a new /dev. If hotplug2 isn't present, we
end up with no device nodes.

This change only does the hotplug2 init if hotplug2 is present, but
always mounts /sys.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9411
2007-10-23 06:23:33 +00:00
Felix Fietkau
881bac2db2 Allow targets to specify extra initramfs source files
The CONFIG_INITRAMFS_SOURCE Kconfig variable can be a space-separated
list of source files (or directories). This allows a platform to
add extra components to the initramfs image, by defining the
INITRAMFS_EXTRA_FILES make var.

By default, we add a simple initramfs extra file for the generic-2.6
platform, which specifies a few device nodes.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9410
2007-10-23 06:23:29 +00:00
Felix Fietkau
d8e032edef don't replace powerpc arch with ppc
'powerpc' is a valid arch for the LINUX_KARCH variable, but the build
system unconditionally replaces LIUNUX_KARCH=powerpc with
LINUX_KARCH=ppc.

This change only does the replacement if LINUX_KARCH isn't set. This
allows us to use the powerpc architecture.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9405
2007-10-23 06:23:12 +00:00
Florian Fainelli
2a0ca50ce2 Add preliminary support for the Routerboard 153 CF slot (#2550)
SVN-Revision: 9403
2007-10-22 20:56:34 +00:00
Florian Fainelli
5db86fb47a Resync kernel config, make kernel.{flash,ram}.srec available
SVN-Revision: 9402
2007-10-22 16:17:09 +00:00
Eugene Konev
6bf1f9a467 ar7: add eva image generation (thanks Axel Gembe)
SVN-Revision: 9401
2007-10-22 14:20:02 +00:00
John Crispin
0ac64f1dfc fix b0rked atheros kernelconfig
SVN-Revision: 9386
2007-10-21 08:56:10 +00:00
John Crispin
9f73ab51f3 refreshed madwifi patches
SVN-Revision: 9380
2007-10-20 19:13:53 +00:00
Felix Fietkau
86a906bed2 reorganize subtargets, sort subtargets below top level targets
SVN-Revision: 9378
2007-10-20 19:10:06 +00:00
Gabor Juhos
ab8a75d73f make morse LED trigger available as a package, and fix it to compile with 2.6.23
SVN-Revision: 9363
2007-10-20 14:32:13 +00:00
Gabor Juhos
d2cfb2934f add LEDs trigger for switch port states, thanks to Bernhard Held (closes: #2153)
SVN-Revision: 9362
2007-10-20 07:45:08 +00:00
Gabor Juhos
4c093ed622 fix typos in the switch driver, thanks to Bernhard Held (closes: #2573)
SVN-Revision: 9361
2007-10-20 05:51:10 +00:00
Gabor Juhos
2228e4092c add patch for gpio-leds to support special brightness values, thanks to Bernhard Held (closes: #2572)
SVN-Revision: 9360
2007-10-20 05:26:19 +00:00
Eugene Konev
1e5a1f2aa5 fritzbox leds detection (thanks Axel Gembe)
SVN-Revision: 9357
2007-10-19 03:02:49 +00:00
John Crispin
32dc9ca55a fixed missing symbols in atheros kernel config
SVN-Revision: 9356
2007-10-18 21:46:52 +00:00
Felix Fietkau
3acb27cdd7 don't dispatch spurious irq0 events
SVN-Revision: 9347
2007-10-18 18:27:33 +00:00
Gabor Juhos
96da91f5e0 add kernel config option to disabling common PCI quirks, resync kernel config
SVN-Revision: 9346
2007-10-18 15:14:55 +00:00
Gabor Juhos
36a1feebdd add ids for Edimax BR-6104Wg boards
SVN-Revision: 9342
2007-10-18 07:40:01 +00:00
Gabor Juhos
5044a3267a fix initcall level in i2c-gpio-custom driver if not built as a module
SVN-Revision: 9341
2007-10-17 17:26:54 +00:00