From: Jan-Benedict G. <jb...@he...> - 2006-11-08 18:40:11
|
Makefile | 2 arch/alpha/kernel/srm_env.c | 84 --- arch/arm/common/dmabounce.c | 3 arch/arm/configs/bast_defconfig | 947 ----------------------------------- arch/arm/configs/s3c2410_defconfig | 112 +++- arch/arm/configs/smdk2410_defconfig | 735 --------------------------- arch/arm/kernel/setup.c | 4 arch/arm/kernel/time.c | 4 arch/arm/mach-ixp4xx/common.c | 60 -- arch/arm/mach-s3c2410/gpio.c | 21 arch/arm/mach-s3c2410/s3c2410-gpio.c | 19 arch/arm/mm/init.c | 61 +- arch/arm/mm/proc-xscale.S | 2 arch/i386/pci/mmconfig.c | 35 - drivers/ata/sata_via.c | 2 drivers/net/Kconfig | 8 drivers/net/tg3.c | 19 include/asm-arm/arch-pxa/pxa-regs.h | 8 net/core/netpoll.c | 6 net/core/skbuff.c | 1 net/decnet/af_decnet.c | 25 net/decnet/dn_nsp_in.c | 8 net/decnet/dn_nsp_out.c | 2 net/decnet/dn_rules.c | 4 net/ipv4/tcp.c | 4 net/sched/sch_htb.c | 6 26 files changed, 257 insertions(+), 1925 deletions(-) New commits: commit 3c121f4ab85dda923289a7c5a5ca5e7725b3f86e gitweb-commit: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commit;h=3c121f4ab85dda923289a7c5a5ca5e7725b3f86e gitweb-diff: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commitdiff;h=3c121f4ab85dda923289a7c5a5ca5e7725b3f86e Merge: d818257d62d30ab549477d1cba5db1767fa69a56 de8e7c12430a73654ae3cedbc45428d56c6b777b Author: Jan-Benedict Glaw <jb...@d2...> Date: Wed Nov 8 19:38:34 2006 +0100 Merge branch 'master' into getuptodate commit de8e7c12430a73654ae3cedbc45428d56c6b777b gitweb-commit: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commit;h=de8e7c12430a73654ae3cedbc45428d56c6b777b gitweb-diff: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commitdiff;h=de8e7c12430a73654ae3cedbc45428d56c6b777b Author: Linus Torvalds <tor...@g5...> Date: Wed Nov 8 10:09:28 2006 -0800 Revert "[PATCH] i386: Add MMCFG resources to i386 too" This reverts commit de09bddb9d6f96785be470c832b881e6d72d589f. It tried to reserve the MMCONFIG mmio memory ranges, but since the MMCONFIG information is broken and often bogus (which is why we don't dare use it most of the time _anyway_), it does more harm than good. Cc: Jeff Chua <jef...@gm...> Cc: Adrian Bunk <bu...@st...> Cc: Andi Kleen <ak...@su...> Signed-off-by: Linus Torvalds <tor...@os...> commit 464908d7e2a9f77cb50ee905cda8a59e5b4e50e4 gitweb-commit: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commit;h=464908d7e2a9f77cb50ee905cda8a59e5b4e50e4 gitweb-diff: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commitdiff;h=464908d7e2a9f77cb50ee905cda8a59e5b4e50e4 Merge: 3ee783a3e4867ce5691bfa6a818959e88a50f209 68ff6e8e0e203580ecb118319b5a3b53962edf5a Author: Linus Torvalds <tor...@g5...> Date: Wed Nov 8 08:05:59 2006 -0800 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev * 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev: [libata] sata_via: fix obvious typo commit 3ee783a3e4867ce5691bfa6a818959e88a50f209 gitweb-commit: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commit;h=3ee783a3e4867ce5691bfa6a818959e88a50f209 gitweb-diff: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commitdiff;h=3ee783a3e4867ce5691bfa6a818959e88a50f209 Merge: 80c218812786f619c9a1ce50d0e7c32c7afde4de 375d9d71838970030c8e0bf0ac2abcc1a3487df8 Author: Linus Torvalds <tor...@g5...> Date: Wed Nov 8 07:34:11 2006 -0800 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 * master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6: [DECNET]: Endianess fixes (try #2) [TG3]: Fix array overrun in tg3_read_partno(). [NET]: Set truesize in pskb_copy [NETPOLL]: Compute checksum properly in netpoll_send_udp(). [PKT_SCHED] sch_htb: Use hlist_del_init(). [TCP]: Don't use highmem in tcp hash size calculation. [NET]: kconfig, correct traffic shaper commit 68ff6e8e0e203580ecb118319b5a3b53962edf5a gitweb-commit: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commit;h=68ff6e8e0e203580ecb118319b5a3b53962edf5a gitweb-diff: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commitdiff;h=68ff6e8e0e203580ecb118319b5a3b53962edf5a Author: Jeff Garzik <je...@ga...> Date: Wed Nov 8 07:46:02 2006 -0500 [libata] sata_via: fix obvious typo Spotted by Martin Devera. Signed-off-by: Jeff Garzik <je...@ga...> commit 80c218812786f619c9a1ce50d0e7c32c7afde4de gitweb-commit: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commit;h=80c218812786f619c9a1ce50d0e7c32c7afde4de gitweb-diff: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commitdiff;h=80c218812786f619c9a1ce50d0e7c32c7afde4de Author: Linus Torvalds <tor...@g5...> Date: Tue Nov 7 18:24:20 2006 -0800 Linux 2.6.19-rc5 Ok, things are clearly starting to calm down.. Finally. commit 5b064423d66159a1b33ff9d5bcb42040a03e7dfe gitweb-commit: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commit;h=5b064423d66159a1b33ff9d5bcb42040a03e7dfe gitweb-diff: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commitdiff;h=5b064423d66159a1b33ff9d5bcb42040a03e7dfe Merge: 3d4248885b9fca818e7fe6b66328e714876d36ad 16b7f4dcd340875625714438a812ea06400f9666 Author: Linus Torvalds <tor...@g5...> Date: Tue Nov 7 18:22:31 2006 -0800 Merge branch 'fixes_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbglaw/vax-linux * 'fixes_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbglaw/vax-linux: Update for the srm_env driver. commit 375d9d71838970030c8e0bf0ac2abcc1a3487df8 gitweb-commit: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commit;h=375d9d71838970030c8e0bf0ac2abcc1a3487df8 gitweb-diff: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commitdiff;h=375d9d71838970030c8e0bf0ac2abcc1a3487df8 Author: Steven Whitehouse <swh...@re...> Date: Tue Nov 7 15:09:17 2006 -0800 [DECNET]: Endianess fixes (try #2) Here are some fixes to endianess problems spotted by Al Viro. Signed-off-by: Steven Whitehouse <swh...@re...> Signed-off-by: David S. Miller <da...@da...> commit af2c6a4aaa2253f1e29df8fb59a3d92174d30a33 gitweb-commit: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commit;h=af2c6a4aaa2253f1e29df8fb59a3d92174d30a33 gitweb-diff: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commitdiff;h=af2c6a4aaa2253f1e29df8fb59a3d92174d30a33 Author: Michael Chan <mc...@br...> Date: Tue Nov 7 14:57:51 2006 -0800 [TG3]: Fix array overrun in tg3_read_partno(). Use proper upper limits for the loops and check for all error conditions. The problem was noticed by Adrian Bunk. Signed-off-by: Michael Chan <mc...@br...> Signed-off-by: David S. Miller <da...@da...> commit 25f484a62e41be8020b9a31bf50a792baa58d2d4 gitweb-commit: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commit;h=25f484a62e41be8020b9a31bf50a792baa58d2d4 gitweb-diff: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commitdiff;h=25f484a62e41be8020b9a31bf50a792baa58d2d4 Author: Herbert Xu <he...@go...> Date: Tue Nov 7 14:57:15 2006 -0800 [NET]: Set truesize in pskb_copy Since pskb_copy tacks on the non-linear bits from the original skb, it needs to count them in the truesize field of the new skb. Signed-off-by: Herbert Xu <he...@go...> Signed-off-by: David S. Miller <da...@da...> commit 8e365eec04c86899fab5db0f49a9c98554069bd0 gitweb-commit: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commit;h=8e365eec04c86899fab5db0f49a9c98554069bd0 gitweb-diff: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commitdiff;h=8e365eec04c86899fab5db0f49a9c98554069bd0 Author: Chris Lalancette <cla...@re...> Date: Tue Nov 7 14:56:19 2006 -0800 [NETPOLL]: Compute checksum properly in netpoll_send_udp(). Signed-off-by: Chris Lalancette <cla...@re...> Signed-off-by: David S. Miller <da...@da...> commit da33e3eb4876c43b78fdc7b7068653239f28714a gitweb-commit: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commit;h=da33e3eb4876c43b78fdc7b7068653239f28714a gitweb-diff: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commitdiff;h=da33e3eb4876c43b78fdc7b7068653239f28714a Author: Stephen Hemminger <she...@os...> Date: Tue Nov 7 14:54:46 2006 -0800 [PKT_SCHED] sch_htb: Use hlist_del_init(). Otherwise we can hit paths that (legally) do multiple deletes on the same node and OOPS with the HLIST poison values there instead of NULL. Signed-off-by: David S. Miller <da...@da...> commit 9e950efa20dc8037c27509666cba6999da9368e8 gitweb-commit: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commit;h=9e950efa20dc8037c27509666cba6999da9368e8 gitweb-diff: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commitdiff;h=9e950efa20dc8037c27509666cba6999da9368e8 Author: John Heffner <jhe...@ps...> Date: Mon Nov 6 23:10:51 2006 -0800 [TCP]: Don't use highmem in tcp hash size calculation. This patch removes consideration of high memory when determining TCP hash table sizes. Taking into account high memory results in tcp_mem values that are too large. Signed-off-by: John Heffner <jhe...@ps...> Signed-off-by: David S. Miller <da...@da...> commit 3b6a792f6ace33584897d1af08630c9acc0ce221 gitweb-commit: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commit;h=3b6a792f6ace33584897d1af08630c9acc0ce221 gitweb-diff: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commitdiff;h=3b6a792f6ace33584897d1af08630c9acc0ce221 Author: Jiri Slaby <jir...@gm...> Date: Mon Nov 6 14:34:48 2006 -0800 [NET]: kconfig, correct traffic shaper As Patrick McHardy <ka...@tr...> suggested, Traffic Shaper is now obsolete and alternative to it is no longer CBQ, since its problems with virtual devices, alter Kconfig text to reflect this -- put a link to the traffic schedulers as a whole. Signed-off-by: Jiri Slaby <jir...@gm...> Acked-by: Patrick McHardy <ka...@tr...> Signed-off-by: Andrew Morton <ak...@os...> Signed-off-by: David S. Miller <da...@da...> commit 3d4248885b9fca818e7fe6b66328e714876d36ad gitweb-commit: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commit;h=3d4248885b9fca818e7fe6b66328e714876d36ad gitweb-diff: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commitdiff;h=3d4248885b9fca818e7fe6b66328e714876d36ad Merge: edd106fc8ac1826dbe231b70ce0762db24133e5c 5e7098275094ec405f2b19285ec0c38aead42d53 Author: Linus Torvalds <tor...@g5...> Date: Tue Nov 7 14:55:40 2006 -0800 Merge master.kernel.org:/home/rmk/linux-2.6-arm * master.kernel.org:/home/rmk/linux-2.6-arm: [ARM] 3927/1: Allow show_mem() to work with holes in memory map. [ARM] 3926/1: make timer led handle HZ != 100 [ARM] 3923/1: S3C24XX: update s3c2410_defconfig with new drivers [ARM] 3922/1: S3C24XX: update s3c2410_defconfig to 2.6.19-rc4 [ARM] 3921/1: S3C24XX: remove bast_defconfig [ARM] 3920/1: S3C24XX: Remove smdk2410_defconfig [ARM] 3919/1: Fixed definition of some PXA270 CIF related registers [ARM] 3918/1: ixp4xx irq-chip rework [ARM] 3912/1: Make PXA270 advertise HWCAP_IWMMXT capability [ARM] 3915/1: S3C2412: Add s3c2410_gpio_getirq() to general gpio.c [ARM] 3917/1: Fix dmabounce symbol exports commit 16b7f4dcd340875625714438a812ea06400f9666 gitweb-commit: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commit;h=16b7f4dcd340875625714438a812ea06400f9666 gitweb-diff: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commitdiff;h=16b7f4dcd340875625714438a812ea06400f9666 Author: Jan-Benedict Glaw <jb...@lu...> Date: Tue Nov 7 23:50:37 2006 +0100 Update for the srm_env driver. This patch contains a fix for a bug introduced more than a year ago (not setting *eof) and updates whitespace a bit. Signed-off-by: Jan-Benedict Glaw <jb...@lu...> commit 5e7098275094ec405f2b19285ec0c38aead42d53 gitweb-commit: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commit;h=5e7098275094ec405f2b19285ec0c38aead42d53 gitweb-diff: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commitdiff;h=5e7098275094ec405f2b19285ec0c38aead42d53 Author: Ray Lehtiniemi <rayl@com.rmk.(none)> Date: Tue Nov 7 03:19:15 2006 +0100 [ARM] 3927/1: Allow show_mem() to work with holes in memory map. show_mem() was not correctly handling holes in the memory map. It was treating the freed sections of the map as though they contained valid struct page entries. This could cause incorrect debugging output or even a kernel panic. This patch keeps the struct meminfo around after system initialization so that show_mem() can use it when scanning memory. show_mem() now walks over each bank of each online node, rather than assuming that each node contains a single contiguous bank. Signed-off-by: Ray Lehtiniemi <ra...@ma...> Signed-off-by: Russell King <rmk...@ar...> commit 6d15cb42fe4f8c07c80c9d49db721fcfe2da0e90 gitweb-commit: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commit;h=6d15cb42fe4f8c07c80c9d49db721fcfe2da0e90 gitweb-diff: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commitdiff;h=6d15cb42fe4f8c07c80c9d49db721fcfe2da0e90 Author: David Brownell <david-b@net.rmk.(none)> Date: Mon Nov 6 19:29:16 2006 +0100 [ARM] 3926/1: make timer led handle HZ != 100 The timer LED is unusable at HZ=large, since it's got a hard-wired value of 100 ticks per cycle; when HZ=1024 (for example) it's essentially always-on. This patch just makes that be HZ ticks per cycle. Signed-off-by: David Brownell <dbr...@us...> Signed-off-by: Russell King <rmk...@ar...> commit 3f84ada6c173d856b5e06b239931866ed7dd7a16 gitweb-commit: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commit;h=3f84ada6c173d856b5e06b239931866ed7dd7a16 gitweb-diff: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commitdiff;h=3f84ada6c173d856b5e06b239931866ed7dd7a16 Author: Ben Dooks <ben-linux@org.rmk.(none)> Date: Fri Nov 3 18:47:10 2006 +0100 [ARM] 3923/1: S3C24XX: update s3c2410_defconfig with new drivers Add the new drivers, such as SPI, LED and RTC core, to the s3c2410_defconfig. Signed-off-by: Ben Dooks <ben...@fl...g> Signed-off-by: Russell King <rmk...@ar...> commit da86341856befac4e2f4b16965d6f78379dc960a gitweb-commit: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commit;h=da86341856befac4e2f4b16965d6f78379dc960a gitweb-diff: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commitdiff;h=da86341856befac4e2f4b16965d6f78379dc960a Author: Ben Dooks <ben-linux@org.rmk.(none)> Date: Fri Nov 3 18:38:02 2006 +0100 [ARM] 3922/1: S3C24XX: update s3c2410_defconfig to 2.6.19-rc4 Update the s3c2410_defconfig to 2.6.19-rc4 Signed-off-by: Ben Dooks <ben...@fl...> Signed-off-by: Russell King <rmk...@ar...> commit 73d15da44f34626b4ad18eb4d56e1c2c4aaed578 gitweb-commit: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commit;h=73d15da44f34626b4ad18eb4d56e1c2c4aaed578 gitweb-diff: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commitdiff;h=73d15da44f34626b4ad18eb4d56e1c2c4aaed578 Author: Ben Dooks <ben-linux@org.rmk.(none)> Date: Fri Nov 3 18:33:43 2006 +0100 [ARM] 3921/1: S3C24XX: remove bast_defconfig Remove the bast_defconfig, as it has not been updated since 2.6.13. The s3c2410_defconfig should be a good replacement. Signed-off-by: Ben Dooks <ben...@fl...> Signed-off-by: Russell King <rmk...@ar...> commit d91f75fb761e1e691796287889774cc8690034c1 gitweb-commit: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commit;h=d91f75fb761e1e691796287889774cc8690034c1 gitweb-diff: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commitdiff;h=d91f75fb761e1e691796287889774cc8690034c1 Author: Ben Dooks <ben-linux@org.rmk.(none)> Date: Fri Nov 3 18:30:12 2006 +0100 [ARM] 3920/1: S3C24XX: Remove smdk2410_defconfig Remove the smdk2410_defconifg as it is out of data and has not been touched since 2.6.11. Use the s3c2410_defconfig instead. Signed-off-by: Ben Dooks <ben...@fl...> Signed-off-by: Russell King <rmk...@ar...> commit 1f4a39319e9226c3b1d5b91a1e4d3559ef8740e4 gitweb-commit: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commit;h=1f4a39319e9226c3b1d5b91a1e4d3559ef8740e4 gitweb-diff: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commitdiff;h=1f4a39319e9226c3b1d5b91a1e4d3559ef8740e4 Author: Enrico Scholz <enrico.scholz@de.rmk.(none)> Date: Fri Nov 3 13:47:39 2006 +0100 [ARM] 3919/1: Fixed definition of some PXA270 CIF related registers Fixed definition of some CIF registers; see PXA27x Developer\'s Manual. Signed-off-by: Enrico Scholz <enr...@si...> Signed-off-by: Russell King <rmk...@ar...> commit 984d115bbf2d731ed2264031fe49c1378d730db0 gitweb-commit: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commit;h=984d115bbf2d731ed2264031fe49c1378d730db0 gitweb-diff: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commitdiff;h=984d115bbf2d731ed2264031fe49c1378d730db0 Author: Kevin Hilman <khilman@com.rmk.(none)> Date: Fri Nov 3 01:47:20 2006 +0100 [ARM] 3918/1: ixp4xx irq-chip rework This is a rework of the ixp4xx irq_chip implementation. The use of two irq_chip structures and potentially switching between them is a violation of the intended use of the IRQ framework. The current implementation does not work with current in-kernel spinlock debugging or lockdep due to lock recursion problems caused by calling set_irq_chip/handler from within the chip's set_irq_type(). This patch goes back to using one irq_chip structure and handling the differences between edge/level, normal/GPIO interrupts inside the ack/mask/unmask routines themselves. Signed-off-by: Kevin Hilman <kh...@mv...> Signed-off-by: Deepak Saxena <ds...@mv...> Signed-off-by: Russell King <rmk...@ar...> commit 8f7f9435e6df0985c877d10259393bdfaac3655f gitweb-commit: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commit;h=8f7f9435e6df0985c877d10259393bdfaac3655f gitweb-diff: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commitdiff;h=8f7f9435e6df0985c877d10259393bdfaac3655f Author: Paul Gortmaker <paul.gortmaker@com.rmk.(none)> Date: Fri Oct 27 05:13:19 2006 +0100 [ARM] 3912/1: Make PXA270 advertise HWCAP_IWMMXT capability ARM patch 3756/1 added HWCAP_IWMMXT. This patch adds support for broadcasting that info via /proc/cpuinfo and sets it for the CPU features of the PXA270. I've booted 19rc3 on a pxa270 and confirmed that the /proc/cpuinfo shows "iwmmxt" in the Features. Signed-off-by: Paul Gortmaker <pau...@wi...> Signed-off-by: Nicolas Pitre <ni...@ca...> Signed-off-by: Russell King <rmk...@ar...> commit 94c52fde553260e86f263448034930abe364faec gitweb-commit: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commit;h=94c52fde553260e86f263448034930abe364faec gitweb-diff: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commitdiff;h=94c52fde553260e86f263448034930abe364faec Author: Ben Dooks <ben-linux@org.rmk.(none)> Date: Mon Oct 30 02:27:45 2006 +0100 [ARM] 3915/1: S3C2412: Add s3c2410_gpio_getirq() to general gpio.c s3c2410_gpio_getirq() holds for the S3C2412 build, so ensure that it gets built for all the current S3C24XX architectures Signed-off-by: Ben Dooks <ben...@fl...> Signed-off-by: Russell King <rmk...@ar...> commit 73218187e8650c08d4e4735dbeeeb860f438da7c gitweb-commit: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commit;h=73218187e8650c08d4e4735dbeeeb860f438da7c gitweb-diff: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commitdiff;h=73218187e8650c08d4e4735dbeeeb860f438da7c Author: Kevin Hilman <khilman@com.rmk.(none)> Date: Thu Nov 2 23:44:24 2006 +0100 [ARM] 3917/1: Fix dmabounce symbol exports dma_sync_single is no more (and to be removed in 2.7) so this export should be dma_sync_single_for_cpu. Also export dma_sync_single_for_device. Signed-off-by: Kevin Hilman <kh...@mv...> Signed-off-by: Russell King <rmk...@ar...> |