1. Oct 22, 2007
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/cooloney/blackfin-2.6 · efea90a4
      Linus Torvalds authored
      * 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/cooloney/blackfin-2.6:
        Blackfin arch: update boards files
        Blackfin arch: dma add some API and cleanup bf54x DMA definition
        Blackfin arch: cleanup and promote the general purpose timers api to a core blackfin component
        Blackfin arch: add a cheesy install target
        Blackfin arch: add functions for converting between sclks and usecs
        Blackfin arch: add assembly function for doing 64bit unsigned division
        Blackfin arch: -mno-fdpic works
        Blackfin arch: use "char bfin_board_name[]" rather than "char *bfin_board_name" per discussion on lkml as the former uses less storage
        Blackfin arch: Fixing Bug: balance calls to get_task_mm with corresponding mmput calls
        Blackfin serial driver Kconfig: depend on DMA not being enabled rather than a specific DMA size
        Blackfin arch: Fix bug: missing CHIPID register field definition of BF54x
        Blackfin arch: Fix up /proc/cpuinfo so it is like everyone else
        Blackfin arch: Optimization - no need to make additional math here
        Blackfin arch: force irq_flags into the .data section
        Blackfin arch BF548 defconfig: enable watchdog by default
        Blackfin arch: add new processor ADSP-BF52x arch/mach support
      efea90a4
  2. Oct 21, 2007
  3. Oct 22, 2007
  4. Oct 21, 2007
  5. Oct 22, 2007
  6. Oct 21, 2007
  7. Oct 22, 2007
  8. Oct 21, 2007
  9. Oct 20, 2007
    • Kyle McMartin's avatar
      [PARISC] Zap unused variable warnings in pci.c · 7425ada2
      Kyle McMartin authored
      
      
      'bus' was basically useless and 'hba' is only applicable on
      64bit. Sigh, there's got to be a cleaner way to do this...
      
      Signed-off-by: default avatarKyle McMartin <kyle@mcmartin.ca>
      7425ada2
    • Linus Torvalds's avatar
      Revert "kconfig: tristate choices with mixed tristate and boolean values" · e8b8c977
      Linus Torvalds authored
      This reverts commit a5bf3d89
      
      .
      
      David Brownell notes that this causes a regression visible in the
      drivers/usb/gadget Kconfig file:
      
        "That Kconfig hasn't changed (other than adding new drivers), and it's
         worked that way for several years now ...  so the issue seems to be
         changes in menuconfig/kconfig/etc semantics.
      
         The issue is that when USB_GADGET=m, it's no longer possible to
         configure peripheral controller drivers as modules ...  the
         controller drivers can now only be configured for static linkage.
      
         It should be making a choice of one of the controller drivers which
         could work on the target system, and allow that driver to be linked
         either as a module (ok iff USB_GADGET=m) or statically."
      
      Reverting this commit resolves the problem, and also fixes a second
      problem that David noticed: various dependent options couldn't be enabled.
      
      Tested-and-reported-by: default avatarDavid Brownell <david-b@pacbell.net>
      Cc: Randy Dunlap <rdunlap@xenotime.net>
      Cc: Jan Beulich <jbeulich@novell.com>,
      Cc: Andrew Morton <akpm@linux-foundation.org>,
      Cc: Sam Ravnborg <sam@ravnborg.org>,
      Cc: Roman Zippel <zippel@linux-m68k.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      e8b8c977
    • Kyle McMartin's avatar
      [PARISC] Fix tests in palo target · 9430d374
      Kyle McMartin authored
      
      
      Signed-off-by: default avatarKyle McMartin <kyle@mcmartin.ca>
      9430d374
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial · c00046c2
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial: (74 commits)
        fix do_sys_open() prototype
        sysfs: trivial: fix sysfs_create_file kerneldoc spelling mistake
        Documentation: Fix typo in SubmitChecklist.
        Typo: depricated -> deprecated
        Add missing profile=kvm option to Documentation/kernel-parameters.txt
        fix typo about TBI in e1000 comment
        proc.txt: Add /proc/stat field
        small documentation fixes
        Fix compiler warning in smount example program from sharedsubtree.txt
        docs/sysfs: add missing word to sysfs attribute explanation
        documentation/ext3: grammar fixes
        Documentation/java.txt: typo and grammar fixes
        Documentation/filesystems/vfs.txt: typo fix
        include/asm-*/system.h: remove unused set_rmb(), set_wmb() macros
        trivial copy_data_pages() tidy up
        Fix typo in arch/x86/kernel/tsc_32.c
        file link fix for Pegasus USB net driver help
        remove unused return within void return function
        Typo fixes retrun -> return
        x86 hpet.h: remove broken links
        ...
      c00046c2
    • Linus Torvalds's avatar
      Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 · 9abbf7d0
      Linus Torvalds authored
      * 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6: (21 commits)
        Fix build break in tsi108.c
        qeth: remove header_ops bug
        ir-functions.c:(.text+0xbce18): undefined reference to `input_event'
        NAPI: kconfig prompt and deleted doc file
        phy/bitbang: missing MODULE_LICENSE
        DM9000 initialization fix
        [PATCH] rt2x00: Add new rt73usb USB ID
        [PATCH] rt2x00: Fix residual check in PLCP calculations.
        [PATCH] iwlwifi: Fix rate setting in probe request for HW sacn
        [PATCH] b43: Make b43_stop() static
        [PATCH] drivers/net/wireless/b43/main.c: fix an uninitialized variable
        [PATCH] iwlwifi: set correct base rate for A band in rs_dbgfs_set_mcs
        [PATCH] zd1211rw, fix oops when ejecting install media
        [PATCH] b43legacy: Fix potential return of uninitialized variable
        [PATCH] iwl4965-base.c: fix off-by-one errors
        [PATCH] p54: Make filter configuration atomic
        [PATCH] rtl8187: remove NICMAC setting in configure_filters callback
        [PATCH] janitorial: fix all double includes in drivers/net/wireless
        [PATCH] rtl8187: Fix more frag bit checking, rts duration calc
        [PATCH] ipw2100: send WEXT scan events
        ...
      9abbf7d0