14 Oct, 2008

4 commits

  • * git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:
    chmc: Mark %ver register inline asm with __volatile__
    sparc64: Add missing notify_cpu_starting() call.
    sparc32: fix build errors

    Linus Torvalds
     
  • * git://git.infradead.org/users/dwmw2/random-2.6:
    Fix autoloading of MacBook Pro backlight driver.
    Automatic MODULE_ALIAS() for DMI match tables.
    Remove asm/a.out.h files for all architectures without a.out support.
    Introduce HAVE_AOUT symbol to remove hard-coded arch list for BINFMT_AOUT
    Remove redundant CONFIG_ARCH_SUPPORTS_AOUT
    S390: Update comments about why we don't use
    SPARC: Use
    PowerPC: Use
    PARISC: Use
    x86_64: Use
    IA64: Use
    ARM: Use
    Make suitable for 64-bit platforms.
    Define and use PCI_DEVICE_ID_MARVELL_88ALP01_CCIC for CAFÉ camera driver
    [MTD] [NAND] Define and use PCI_DEVICE_ID_MARVELL_88ALP01_NAND for CAFÉ
    Use PCI_DEVICE_ID_88ALP01 for CAFÉ chip, rather than PCI_DEVICE_ID_CAFE.
    EFS: Don't set f_fsid in statfs().

    Linus Torvalds
     
  • This requires three changes:

    1) Remove !SPARC restriction in Kconfig.

    2) Move Sparc specific serial drivers before 8250, so that serial
    console devices don't change names on us, even if 8250 finds
    devices.

    3) Since the Sparc specific serial drivers try to use the
    same major/minor device namespace as 8250, some coordination
    is necessary. Use the sunserial_*() layer routines to allocate
    minor number space within TTY_MAJOR when CONFIG_SPARC.

    This has no effect on other platforms.

    Thanks to Josip Rodin for bringing up this issue and testing
    plus debugging various revisions of this patch.

    Signed-off-by: David S. Miller
    Signed-off-by: Andrew Morton
    Signed-off-by: Alan Cox
    Signed-off-by: Linus Torvalds

    David Miller
     
  • Conflicts:

    include/asm-x86/statfs.h

    David Woodhouse
     

13 Oct, 2008

1 commit

  • arch/sparc/kernel/sun4d_smp.c: In function ‘smp4d_callin’:
    arch/sparc/kernel/sun4d_smp.c:101: error: implicit declaration of function ‘notify_cpu_starting’
    arch/sparc/kernel/sun4m_smp.c: In function ‘smp4m_callin’:
    arch/sparc/kernel/sun4m_smp.c:74: error: implicit declaration of function ‘notify_cpu_starting’

    Signed-off-by: Robert Reif
    Signed-off-by: David S. Miller

    Robert Reif
     

12 Oct, 2008

1 commit


08 Oct, 2008

2 commits


21 Sep, 2008

1 commit


20 Sep, 2008

13 commits


17 Sep, 2008

1 commit


14 Sep, 2008

1 commit


13 Sep, 2008

2 commits


12 Sep, 2008

5 commits


11 Sep, 2008

4 commits


10 Sep, 2008

1 commit


09 Sep, 2008

4 commits