- 20 Jan, 2004 7 commits
-
-
Nicolas Pitre authored
Patch from Nicolas Pitre
-
Tony Lindgren authored
Patch from Tony Lindgren Following patch adds ARM710T processor support to proc-arm720.S. The preferred way to add support was discussed on the Linux-arm-kernel mailing list in December, with a link to the thread here: http://lists.arm.linux.org.uk/pipermail/linux-arm-kernel/2003-October/017596.html NEC ARM710T is used in Psion Windermere architecture, and possibly other systems. 710T works fine with the 720T functions, except the high_mapping does not work for vectors_base(). Even if the high bit register is set, the vectors stay at 0x00000000 instead of 0xffff0000.
-
Peter Teichmann authored
Patch from Peter Teichmann This adds German Umlauts (ÄÖÜäöüß) and some other Characters to the Acorn 8x8 console font.
-
David Brownell authored
Patch from David Brownell This patch adds the UDC driver itself. Depends on the udc platform_data patch (#3 this series) and on 1659/1 (kconfig/kbuild support). SUPERCEDES patch 1658/1 (against test5)
-
David Brownell authored
Patch from David Brownell This adds basic lubbock-specific customization for the UDC driver, and makes it use INIT_MACHINE. Depends on the INIT_MACHINE patch and the UDC platform_data patches (#1, #3 in this series). Be careful of patch conflicts applying to other kernels, mostly due to different platform devices being listed.
-
David Brownell authored
Patch from David Brownell This declares the pxa2xx_udc platform device, defines the platform_data made available to that driver, and allows different machines to customize that platform_data. Same idea as in the FB driver. Be careful of patch conflicts applying to other kernels, mostly due to different platform devices being listed.
-
Russell King authored
-
- 10 Jan, 2004 2 commits
-
-
David Brownell authored
Patch from David Brownell This just makes the IDP initialization code use this initcall, so that it won't run unless it's actually on IDP hardware. Depends on the INIT_MACHINE patch (#1 this series).
-
David Brownell authored
Patch from David Brownell This adds a mechanism for a per-machine initcall, one that's guaranteed to run only to initialize a kernel running on that specific hardware. It's not strictly necessary, but it does eliminate the need for certain boilerplate in machine-specific support, to ensure it's only running on the right hardware: /* in arch/arm/mach-xxx/MYMACHINE.c */ ... static int __init init_MYMACHINE(void) { if (!mach_is_MYMACHINE()) // often forgotten!! return -EINVAL; ... declare and customize platform devices ... return 0; } arch_initcall(init_MYMACHINE); An init_MYMACHINE() call still exists, but it'd be declared as part of the machine definition.
-
- 09 Jan, 2004 3 commits
-
-
bk://linux-dj.bkbits.net/agpgartLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Dave Jones authored
Spotted by Matteo Croce
-
bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 08 Jan, 2004 28 commits
-
-
David S. Miller authored
-
Ben Collins authored
-
Jean Tourrilhes authored
-
Jean Tourrilhes authored
From Martin Diehl.
-
Jean Tourrilhes authored
From Martin Diehl.
-
Jean Tourrilhes authored
Also, make sir-dev locking compatible with irport. From Martin Diehl.
-
Jean Tourrilhes authored
-
Kurt Garloff authored
-
Chas Williams authored
[ATM]: br2684 incorrectly handles frames recvd with FCS (by Alex Zeffertt <ajz@cambridgebroadband.com>)
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Keith M. Wesolowski authored
-
Keith M. Wesolowski authored
-