]> Pileus Git - ~andy/linux/history - drivers/input/touchscreen/tsc2005.c
Merge branches 'sh/pm-runtime' and 'common/clkfwk' into sh-fixes-for-linus
[~andy/linux] / drivers / input / touchscreen / tsc2005.c
2011-03-24 Paul MundtMerge branch 'viafb-next' of git://github.com/schandina...
2011-03-24 Trond MyklebustMerge branch 'nfs-for-2.6.39' into nfs-for-next
2011-03-24 Linus TorvaldsMerge branch 'for-2.6.39/core' of git://git.kernel...
2011-03-24 Linus TorvaldsMerge branch 'next' of git://git.kernel.org/pub/scm...
2011-03-24 Linus TorvaldsMerge branch 'v4l_for_linus' of git://git.kernel.org...
2011-03-24 Linus TorvaldsMerge branch 'for-linus' of git://android.git.kernel...
2011-03-24 Linus TorvaldsMerge branch 'idle-release' of git://git.kernel.org...
2011-03-24 Linus TorvaldsMerge branch 'for-2.6.39' of git://linux-nfs.org/~bfiel...
2011-03-24 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2011-03-24 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2011-03-24 Linus TorvaldsMerge branch 'for-linus' of git://git.open-osd.org...
2011-03-24 Aaro KoskinenInput: tsc2005 - fix locking issue
2011-03-24 Aaro KoskinenInput: tsc2005 - use relative jiffies to schedule the...
2011-03-24 Geert UytterhoevenInput: tsc2005 - driver should depend on GENERIC_HARDIRQS
2011-03-24 Linus TorvaldsMerge branch 'devel' of master.kernel.org:/home/rmk...
2011-03-23 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2011-03-23 Len BrownMerge branch 'sysdev' into release
2011-03-23 Len BrownMerge branch 'linus' into release
2011-03-23 Linus TorvaldsMerge branch 'next' of git://git.kernel.org/pub/scm...
2011-03-22 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2011-03-22 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2011-03-22 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git.kernel...
2011-03-22 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2011-03-22 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2011-03-22 Paul MundtMerge branch 'for-paul' of git://gitorious.org/linux...
2011-03-21 Ben DooksMerge branches 'for-2639/i2c/i2c-ce4100-v6', 'for-2639...
2011-03-21 Linus TorvaldsMerge branch 'kbuild' of git://git.kernel.org/pub/scm...
2011-03-21 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2011-03-21 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2011-03-21 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2011-03-21 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2011-03-21 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2011-03-21 Linus TorvaldsMerge branch 'trivial' of git://git.kernel.org/pub...
2011-03-21 Linus TorvaldsMerge branch 'misc' of git://git.kernel.org/pub/scm...
2011-03-21 Linus TorvaldsMerge branch 'packaging' of git://git.kernel.org/pub...
2011-03-21 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2011-03-20 Ben DooksMerge branch 'for-2639/i2c/i2c-u2c12' into for-linus...
2011-03-20 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2011-03-19 Dmitry TorokhovMerge branch 'next' into for-linus
2011-03-17 Dmitry TorokhovMerge branch 'tsc2005' into next
2011-03-17 Dmitry TorokhovInput: tsc2005 - remove 'disable' sysfs attribute
2011-03-17 Dmitry TorokhovInput: tsc2005 - add open/close
2011-03-17 Dmitry TorokhovInput: tsc2005 - handle read errors from SPI layer
2011-03-17 Dmitry TorokhovInput: tsc2005 - do not rearm timer in hardirq handler
2011-03-17 Dmitry TorokhovInput: tsc2005 - don't use work for 'pen up' handling
2011-03-17 Dmitry TorokhovInput: tsc2005 - do not use 0 in place of NULL
2011-03-17 Dmitry TorokhovInput: tsc2005 - use true/false for boolean variables
2011-03-17 Dmitry TorokhovInput: tsc2005 - hide selftest attribute if we can...
2011-03-17 Dmitry TorokhovInput: tsc2005 - rework driver initialization code
2011-03-17 Dmitry TorokhovInput: tsc2005 - set up bus type in input device
2011-03-17 Dmitry TorokhovInput: tsc2005 - set up parent device
2011-03-17 Dmitry TorokhovInput: tsc2005 - clear driver data after unbinding
2011-03-17 Dmitry TorokhovInput: tsc2005 - add module description
2011-03-17 Dmitry TorokhovInput: tsc2005 - remove driver banner message
2011-03-17 Dmitry TorokhovInput: tsc2005 - remove incorrect module alias
2011-03-17 Dmitry TorokhovInput: tsc2005 - convert to using dev_pm_ops
2011-03-17 Dmitry TorokhovInput: tsc2005 - use spi_get/set_drvdata()
2011-03-17 Lauri LeukkunenInput: introduce tsc2005 driver