1. 25 Oct, 2010 8 commits
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input · 3a99c631
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: (75 commits)
        Input: wacom - specify Cinitq supported tools
        Input: ab8500-ponkey - fix IRQ freeing in error path
        Input: adp5588-keys - use more obvious i2c_device_id name string
        Input: ad7877 - switch to using threaded IRQ
        Input: ad7877 - use attribute group to control visibility of attributes
        Input: serio - add support for PS2Mult multiplexer protocol
        Input: wacom - properly enable runtime PM
        Input: ad7877 - filter events where pressure is beyond the maximum
        Input: ad7877 - implement EV_KEY:BTN_TOUCH reporting
        Input: ad7877 - implement specified chip select behavior
        Input: hp680_ts_input - use cancel_delayed_work_sync()
        Input: mousedev - correct lockdep annotation
        Input: ads7846 - switch to using threaded IRQ
        Input: serio - support multiple child devices per single parent
        Input: synaptics - simplify pass-through port handling
        Input: add ROHM BU21013 touch panel controller support
        Input: omap4-keypad - wake-up on events & long presses
        Input: omap4-keypad - fix interrupt line configuration
        Input: omap4-keypad - SYSCONFIG register configuration
        Input: omap4-keypad - use platform device helpers
        ...
      3a99c631
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 · 1dfd166e
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6: (110 commits)
        sh: i2c-sh7760: Replase from ctrl_* to __raw_*
        sh: clkfwk: Shuffle around to match the intc split up.
        sh: clkfwk: modify for_each_frequency end condition
        sh: fix clk_get() error handling
        sh: clkfwk: Fix fault in frequency iterator.
        sh: clkfwk: Add a helper for rate rounding by divisor ranges.
        sh: clkfwk: Abstract rate rounding helper.
        sh: clkfwk: support clock remapping.
        sh: pci: Convert to upper/lower_32_bits() helpers.
        sh: mach-sdk7786: Add support for the FPGA SRAM.
        sh: Provide a generic SRAM pool for tiny memories.
        sh: pci: Support secondary FPGA-driven PCIe clocks on SDK7786.
        sh: pci: Support slot 4 routing on SDK7786.
        sh: Fix up PMB locking.
        sh: mach-sdk7786: Add support for fpga gpios.
        sh: use pr_fmt for clock framework, too.
        sh: remove name and id from struct clk
        sh: free-without-alloc fix for sh_mobile_lcdcfb
        sh: perf: Set up perf_max_events.
        sh: perf: Support SH-X3 hardware counters.
        ...
      
      Fix up trivial conflicts (perf_max_events got removed) in arch/sh/kernel/perf_event.c
      1dfd166e
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block · 8e775167
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.dk/linux-2.6-block:
        Revert "block: fix accounting bug on cross partition merges"
      8e775167
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu · 4b37ba90
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu: (21 commits)
        m68knommu: convert to using tracehook_report_syscall_*
        m68knommu: some boards use fixed phy for FEC ethernet
        m68knommu: support the external GPIO based interrupts of the 5272
        m68knommu: mask of vector bits in exception word properly
        m68knommu: change to new flag variables
        m68knommu: Fix MCFUART_TXFIFOSIZE for m548x.
        m68knommu: add basic mmu-less m548x support
        m68knommu: .gitignore vmlinux.lds
        m68knommu: stop using __do_IRQ
        m68knommu: rename PT_OFF_VECTOR to PT_OFF_FORMATVEC.
        m68knommu: add support for Coldfire 547x/548x interrupt controller
        m68k{nommu}: Remove unused DEFINE's from asm-offsets.c
        m68knommu: whitespace cleanup in 68328/entry.S
        m68knommu: Document supported chips in intc-2.c and intc-simr.c.
        m68knommu: fix strace support for 68328/68360
        m68knommu: fix default starting date
        arch/m68knommu: Removing dead 68328_SERIAL_UART2 config option
        arch/m68knommu: Removing dead RAM_{16,32}_MB config option
        arch/m68knommu: Removing dead M68KFPU_EMU config option
        arch/m68knommu: Removing dead RELOCATE config option
        ...
      4b37ba90
    • Dmitry Torokhov's avatar
      Merge branch 'next' into for-linus · 49327ad2
      Dmitry Torokhov authored
      49327ad2
    • Ping Cheng's avatar
      Input: wacom - specify Cinitq supported tools · 6521d0bf
      Ping Cheng authored
      Cintiq, being a display tablet, doesn't have mouse and associated BTN_s.
      Make sure we do not specify them when registering Cintiq's input device
      so that userland can retrieve the exact tool set the device supports.
      Signed-off-by: default avatarPing Cheng <pingc@wacom.com>
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      6521d0bf
    • Nicolas Kaiser's avatar
      Input: ab8500-ponkey - fix IRQ freeing in error path · c5fb514d
      Nicolas Kaiser authored
      Looks like an obvious typo to me.
      Signed-off-by: default avatarNicolas Kaiser <nikai@nikai.net>
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      c5fb514d
    • Nobuhiro Iwamatsu's avatar
      sh: i2c-sh7760: Replase from ctrl_* to __raw_* · 8df39901
      Nobuhiro Iwamatsu authored
      ctrl_* is deprecated. We should to use __raw_*.
      Signed-off-by: default avatarNobuhiro Iwamatsu <iwamatsu@nigauri.org>
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      8df39901
  2. 24 Oct, 2010 32 commits