1. 11 May, 2007 33 commits
  2. 10 May, 2007 7 commits
    • Linus Torvalds's avatar
      Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog · a9deecba
      Linus Torvalds authored
      * master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog:
        [WATCHDOG] MTX-1 Watchdog driver
        [WATCHDOG] s3c2410_wdt - initialize watchdog irq resource  
        [WATCHDOG] Kconfig menuconfig patch
        [WATCHDOG] pcwd.c: Port to the new device driver model
        [WATCHDOG] use mutex instead of semaphore in Berkshire USB-PC Watchdog driver
        [WATCHDOG] the scheduled removal of the i8xx_tco watchdog driver
        [WATCHDOG] Semi-typical watchdog bug re early misc_register()
        [WATCHDOG] add support for the w83627thf chipset.
      a9deecba
    • Simon Horman's avatar
      Allow compat_ioctl.c to compile without CONFIG_NET · d9de2622
      Simon Horman authored
      A small regression appears to have been introduced in the recent patch
      "cleanup compat ioctl handling", which was included in Linus' tree after
      2.6.20.
      
      siocdevprivate_ioctl() is no longer defined if CONFIG_NET is undefined,
      whereas previously it was a dummy function in this case.
      
      This causes compilation with CONFIG_COMPAT but without CONFIG_NET to fail.
      
      fs/compat_ioctl.c: In function `compat_sys_ioctl':
      fs/compat_ioctl.c:3571: warning: implicit declaration of function `siocdevprivate_ioctl'
      
      Cc: Christoph Hellwig <hch@lst.de>
      Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
      Cc: Andi Kleen <ak@suse.de>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      d9de2622
    • Frederik Deweerdt's avatar
      Fix ixp4xx compile error · 643bd272
      Frederik Deweerdt authored
      drivers/input/misc/ixp4xx-beeper.c: In function 'ixp4xx_spkr_event':
      drivers/input/misc/ixp4xx-beeper.c:54: error: 'input_dev' undeclared (first use in this function)
      drivers/input/misc/ixp4xx-beeper.c:54: error: (Each undeclared identifier is reported only once
      drivers/input/misc/ixp4xx-beeper.c:54: error: for each function it appears in.)
      Signed-off-by: default avatarFrederik Deweerdt <frederik.deweerdt@gmail.com>
      Acked-by: default avatarDmitry Torokhov <dtor@mail.ru>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      643bd272
    • Linus Torvalds's avatar
      Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc · 62933d36
      Linus Torvalds authored
      * 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc: (24 commits)
        [POWERPC] Fix compile error with kexec and CONFIG_SMP=n
        [POWERPC] Split initrd logic out of early_init_dt_scan_chosen() to fix warning
        [POWERPC] Fix warning in hpte_decode(), and generalize it
        [POWERPC] Minor pSeries IOMMU debug cleanup
        [POWERPC] PS3: Fix sys manager build error
        [POWERPC] Assorted janitorial EEH cleanups
        [POWERPC] We don't define CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID
        [POWERPC] pmu_sys_suspended is only defined for PPC32
        [POWERPC] Fix incorrect calculation of I/O window addresses
        [POWERPC] celleb: Update celleb_defconfig
        [POWERPC] celleb: Fix parsing of machine type hack command line option
        [POWERPC] celleb: Fix PCI config space accesses to subordinate buses
        [POWERPC] celleb: Fix support for multiple PCI domains
        [POWERPC] Wire up sys_utimensat
        [POWERPC] CPM_UART: Removed __init from cpm_uart_init_portdesc to fix warning
        [POWERPC] User rheap from arch/powerpc/lib
        [POWERPC] 83xx: Fix the PCI ranges in the MPC834x_MDS device tree.
        [POWERPC] 83xx: Fix the PCI ranges in the MPC832x_MDS device tree.
        [POWERPC] CPM_UART: cpm_uart_set_termios should take ktermios, not termios
        [POWERPC] Change rheap functions to use ulongs instead of pointers
        ...
      62933d36
    • Linus Torvalds's avatar
      Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 · 0ab59809
      Linus Torvalds authored
      * master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6:
        [SPARC64]: Use alloc_pci_dev() in PCI bus probes.
        [SPARC64]: Bump PROMINTR_MAX to 32.
        [SPARC64]: Fix recursion in PROM tree building.
        [SERIAL] sunzilog: Interrupt enable before ISR handler installed
        [SPARC64] PCI: Consolidate PCI access code into pci_common.c
      0ab59809
    • Linus Torvalds's avatar
      Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 · b526ca43
      Linus Torvalds authored
      * 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6:
        acpi,msi-laptop: Fall back to EC polling mode for MSI laptop specific EC commands
        sony-laptop: rename SONY_LAPTOP_OLD to a more meaningful SONYPI_COMPAT
        asus-laptop: version bump and lindent
        asus-laptop: fix light sens init
        asus-laptop: add GPS support
        asus-laptop: notify ALL events
        ACPICA: Lindent
        ACPI: created a dedicated workqueue for notify() execution
        Revert "ACPICA: fix AML mutex re-entrancy"
        Revert "Execute AML Notify() requests on stack."
        Revert "ACPICA: revert "acpi_serialize" changes"
        ACPI: delete un-reliable concept of cooling mode
        ACPI: thermal trip points are read-only
      b526ca43
    • Linus Torvalds's avatar
      Merge branch 'juju' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 · 9b6a5174
      Linus Torvalds authored
      * 'juju' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6: (138 commits)
        firewire: Convert OHCI driver to use standard goto unwinding for error handling.
        firewire: Always use parens with sizeof.
        firewire: Drop single buffer request support.
        firewire: Add a comment to describe why we split the sg list.
        firewire: Return SCSI_MLQUEUE_HOST_BUSY for out of memory cases in queuecommand.
        firewire: Handle the last few DMA mapping error cases.
        firewire: Allocate scsi_host up front and allocate the sbp2_device as hostdata.
        firewire: Provide module aliase for backwards compatibility.
        firewire: Add to fw-core-y instead of assigning fw-core-objs in Makefile.
        firewire: Break out shared IEEE1394 constant to separate header file.
        firewire: Use linux/*.h instead of asm/*.h header files.
        firewire: Uppercase most macro names.
        firewire: Coding style cleanup: no spaces after function names.
        firewire: Convert card_rwsem to a regular mutex.
        firewire: Clean up comment style.
        firewire: Use lib/ implementation of CRC ITU-T.
        CRC ITU-T V.41
        firewire: Rename fw-device-cdev.c to fw-cdev.c and move header to include/linux.
        firewire: Future proof the iso ioctls by adding a handle for the iso context.
        firewire: Add read/write and size annotations to IOC numbers.
        ...
      Acked-by: default avatarChristoph Hellwig <hch@infradead.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      9b6a5174