22 Sep, 2008

1 commit


17 Sep, 2008

2 commits


07 Sep, 2008

1 commit


05 Sep, 2008

4 commits


27 Aug, 2008

1 commit


24 Aug, 2008

1 commit


20 Aug, 2008

2 commits

  • * 'sh/for-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6:
    sh: Provide a FLAT_PLAT_INIT() definition.
    binfmt_flat: Stub in a FLAT_PLAT_INIT().
    video: export sh_mobile_lcdc panel size
    sh: select memchunk size using kernel cmdline
    sh: export sh7723 VEU as VEU2H
    input: migor_ts compile and detection fix
    sh: remove MSTPCR defines from Migo-R header file
    sh: Update sh7763rdp defconfig
    sh: Add support sh7760fb to sh7763rdp board
    sh: Add support sh_eth to sh7763rdp board
    sh: Disable 64kB hugetlbpage size when using 64kB PAGE_SIZE.
    sh: Don't export __{s,u}divsi3_i4i from SH-2 libgcc.
    fix SH7705_CACHE_32KB compilation
    sh: mach-x3proto: Fix up smc91x platform data.

    Linus Torvalds
     
  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
    Input: evdev - fix printf() format for sizeof
    Input: remove version.h from drivers that don't need it
    Input: cobalt_btns - add missing MODULE_LICENSE

    Linus Torvalds
     

19 Aug, 2008

1 commit

  • commit f2afa7711f8585ffc088ba538b9a510e0d5dca12 ("Input: paper over a bug in
    Synaptics X driver") introduced a compiler warning on 64-bit platforms, as
    sizeof() returns a size_t, not an (unsigned) int:

    | drivers/input/evdev.c: In function 'handle_eviocgbit':
    | drivers/input/evdev.c:684: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int'

    Use the proper `z' modifier for size_t, and make the printf() formats for the
    sizes unsigned while we're at it.

    Signed-off-by: Geert Uytterhoeven
    Signed-off-by: Dmitry Torokhov

    Geert Uytterhoeven
     

18 Aug, 2008

2 commits


16 Aug, 2008

1 commit

  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
    Input: xilinx_ps2 - fix warning
    Input: bcm5974 - implement autosuspend support
    Input: bcm5974 - add driver for Macbook Air and Pro Penryn touchpads
    Input: paper over a bug in Synaptics X driver
    Input: evdev - split EVIOCGBIT handlig into a separate function
    Input: i8042 - Add Dritek quirk for Acer TravelMate 4280
    Input: xpad - add Pelican Eclipse D-Pad to the list of devices
    Input: gpio-keys - make gpio_keys_device_driver static
    Input: gpio-keys - fix possible NULL pointer dereference
    Input: wm97xx - enable sub-drivers by default

    Linus Torvalds
     

14 Aug, 2008

1 commit

  • * git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:
    sparc64: Handle stack trace attempts before irqstacks are setup.
    sparc64: Implement IRQ stacks.
    sparc: remove include of linux/of_device.h from asm/of_device.h
    sparc64: Fix recursion in stack overflow detection handling.
    sparc/drivers: use linux/of_device.h instead of asm/of_device.h
    sparc64: Don't MAGIC_SYSRQ ifdef smp_fetch_global_regs and support code.

    Linus Torvalds
     

12 Aug, 2008

1 commit


11 Aug, 2008

2 commits

  • The i2c layer got changed while the migor_ts driver was in the input
    tree waiting to get merged upstream. Fix current compile issue by using
    struct i2c_client member "name" instead of "driver_name". Also, add
    id_table to make sure the device gets properly detected.

    Signed-off-by: Magnus Damm
    Signed-off-by: Paul Mundt

    Magnus Damm
     
  • drivers/input/serio/xilinx_ps2.c:272: warning: cast from pointer
    to integer of different size

    Signed-off-by: Andrew Morton
    Signed-off-by: Dmitry Torokhov

    Andrew Morton
     

09 Aug, 2008

5 commits


08 Aug, 2008

1 commit


07 Aug, 2008

5 commits


06 Aug, 2008

1 commit


04 Aug, 2008

4 commits


31 Jul, 2008

1 commit


30 Jul, 2008

2 commits


29 Jul, 2008

1 commit