1. 09 8月, 2008 6 次提交
    • L
      Merge branch 'for-linus-merged' of master.kernel.org:/home/rmk/linux-2.6-arm · 49b75b87
      Linus Torvalds 提交于
      * 'for-linus-merged' of master.kernel.org:/home/rmk/linux-2.6-arm:
        [ARM] 5177/1: arm/mach-sa1100/Makefile: remove CONFIG_SA1100_USB
        [ARM] 5166/1: magician: add MAINTAINERS entry
        [ARM] fix pnx4008 build errors
        [ARM] Fix SMP booting with non-zero PHYS_OFFSET
        [ARM] 5185/1: Fix spi num_chipselect for lubbock
        [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
        [ARM] Add support for arch/arm/mach-*/include and arch/arm/plat-*/include
        [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead
        [ARM] Eliminate useless includes of asm/mach-types.h
        [ARM] Fix circular include dependency with IRQ headers
        avr32: Use <mach/foo.h> instead of <asm/arch/foo.h>
        avr32: Introduce arch/avr32/mach-*/include/mach
        avr32: Move include/asm-avr32 to arch/avr32/include/asm
        [ARM] sa1100_wdt: use reset_status to remember watchdog reset status
        [ARM] pxa: introduce reset_status and clear_reset_status for driver's usage
        [ARM] pxa: introduce reset.h for reset specific header information
      49b75b87
    • A
      [NFSD] uninline nfsd4_op_name() · f1c7f79b
      Adrian Bunk 提交于
      There doesn't seem to be a compelling reason why nfsd4_op_name() is
      marked as "inline":
      
      It's only used in a dprintk(), and as long as it has only one caller
      non-ancient gcc versions anyway inline it automatically.
      
      This patch fixes the following compile error with gcc 3.4:
      
        ...
          CC      fs/nfsd/nfs4proc.o
        nfs4proc.c: In function `nfsd4_proc_compound':
        nfs4proc.c:854: sorry, unimplemented: inlining failed in call to
        nfs4proc.c:897: sorry, unimplemented: called from here
        make[3]: *** [fs/nfsd/nfs4proc.o] Error 1
      Reported-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      [ Also made it "const char *"  - Linus]
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      f1c7f79b
    • R
      Merge Linus' latest into master · 097d9eb5
      Russell King 提交于
      Conflicts:
      
      	drivers/watchdog/at91rm9200_wdt.c
      	drivers/watchdog/davinci_wdt.c
      	drivers/watchdog/ep93xx_wdt.c
      	drivers/watchdog/ixp2000_wdt.c
      	drivers/watchdog/ixp4xx_wdt.c
      	drivers/watchdog/ks8695_wdt.c
      	drivers/watchdog/omap_wdt.c
      	drivers/watchdog/pnx4008_wdt.c
      	drivers/watchdog/sa1100_wdt.c
      	drivers/watchdog/wdt285.c
      097d9eb5
    • L
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 · f2d7499b
      Linus Torvalds 提交于
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: (99 commits)
        pkt_sched: Fix actions referencing
        bnx2x: fix logical op
        tcp: (whitespace only) fix confusing indentation
        pkt_sched: Fix qdisc config when link is down.
        [Bluetooth] Add full quirk implementation for btusb driver
        [Bluetooth] Removal of unnecessary ignore module parameter
        [Bluetooth] Add parameters to control BNEP header compression
        ath9k: Revamp wireless mode usage
        ath9k: More unused macros
        ath9k: Remove a few unused macros and fix indentation
        ath9k: Use mac80211's band macros and remove enum hal_freq_band
        ath9k: Remove redundant data structure ath9k_txq_info
        ath9k: Cleanup data structures related to HW capabilities
        ath9k: work around gcc ICEs
        ath9k: Add new Atheros IEEE 802.11n driver
        ath5k: remove Atheros 11n devices from supported list
        list.h: add list_cut_position()
        list.h: Add list_splice_tail() and list_splice_tail_init()
        p54: swap short slot time dcf values
        rt2x00: Block all unsupported modes
        ...
      f2d7499b
    • L
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 · 8d659f5e
      Linus Torvalds 提交于
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:
        sparc64: Fix end-of-stack checking in save_stack_trace().
        sparc: don't use asm/of_device.h
        sparc64: Use kernel/uid16.c helpers instead of own copy.
        of/sparc: remove include of linux/of_platform.h from asm/of_platform.h
        sparc: i8042-sparcio.h: fix warning
      8d659f5e
    • J
      powerpc: Do not ignore arch/powerpc/include · 9da1f7e6
      Junio C Hamano 提交于
      Back when .gitignore file was added to arch/powerpc/ in 06f2138e ([POWERPC]
      Add files build to .gitignore, 2006-11-26), there indeed was nothing
      tracked in the ignored hierarchy and ignoring everything made sense.  But
      we have very many tracked files there these days, and having a higher
      level .gitignore that ignores everything is asking for future troubles..
      
      This should have been part of b8b572e1 (powerpc: Move include files to
      arch/powerpc/include/asm, 2008-08-01).
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      Acked-by: NStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      9da1f7e6
  2. 08 8月, 2008 30 次提交
  3. 07 8月, 2008 4 次提交