summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Input: introduce MT event slotsHenrik Rydberg2010-07-162-43/+96
* Input: usbtouchscreen - implement reset_resumeOliver Neukum2010-07-151-32/+76
* Input: usbtouchscreen - implement runtime power managementOliver Neukum2010-07-151-3/+24
* Input: usbtouchscreen - implement basic suspend/resumeOliver Neukum2010-07-151-0/+25
* Input: Add ATMEL QT602240 touchscreen driverJoonyoung Shim2010-07-153-0/+1414
* Input: fix signedness warning in input_set_keycode()Dmitry Torokhov2010-07-141-1/+1
* Input: Add pwm beeper driverLars-Peter Clausen2010-07-143-0/+211
* Input: xpad - remove mouse buttons and axes for dance padsChristoph Fritz2010-07-131-44/+63
* Input: atlas_btns - switch to using pr_err() and friendsDmitry Torokhov2010-07-131-15/+8
* Input: atlas_btns - fix mixing acpi_status and int for return valueAxel Lin2010-07-131-8/+6
* Input: atlas_btns - adds a missing owner field for atlas_acpi_driverAxel Lin2010-07-131-0/+1
* Input: twl4030-pwrbutton - replace __devinit with __initMarkus Lehtonen2010-07-091-6/+6
* Input: mcs - Add MCS touchkey driverJoonyoung Shim2010-07-044-3/+255
* Input: release pressed keys when resuming deviceOliver Neukum2010-07-031-10/+29
* Input: ads7846 - extend the driver for ads7845 controller supportAnatolij Gustschin2010-07-031-37/+135
* Input: ads7846 - do not allow altering platform dataDmitry Torokhov2010-07-031-16/+19
* Input: adxl34 - make enable/disable separate from suspend/resumeDmitry Torokhov2010-07-034-48/+70
* Input: ad7879 - report EV_KEY/BTN_TOUCH eventsMichael Hennerich2010-07-031-3/+13
* Input: ad7879 - fix spi word size to 16 bitMichael Hennerich2010-07-031-0/+8
* Input: ad7879 - use i2c_smbus_read_i2c_block_data() to lower overheadMichael Hennerich2010-07-031-1/+4
* Input: ad7879 - add open and close methodsDmitry Torokhov2010-07-034-39/+86
* Input: ad7879 - split bus logic outMike Frysinger2010-07-036-415/+484
* Input: ad7879 - use threaded IRQDmitry Torokhov2010-07-011-27/+9
* Merge commit 'v2.6.35-rc3' into nextDmitry Torokhov2010-07-01585-4621/+72469
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-06-116-9/+63
| |\
| | * Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2010-06-111-1/+1
| | |\
| | | * wimax/i2400m: fix missing endian correction read in fw loaderInaky Perez-Gonzalez2010-06-111-1/+1
| | * | net8139: fix a race at the end of NAPIFigo.zhang2010-06-112-2/+2
| | * | r8169: fix mdio_read and update mdio_write according to hw specsTimo Teräs2010-06-101-3/+9
| | * | gianfar: Revive the driver for eTSEC devices (disable timestamping)Anton Vorontsov2010-06-101-2/+1
| | * | phylib: Add support for the LXT973 phy.Richard Cochran2010-06-101-1/+50
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-06-114-90/+12
| |\ \ \
| | * | | PCI: hotplug/cpqphp, fix NULL dereferenceJiri Slaby2010-06-111-0/+7
| | * | | Revert "PCI: create function symlinks in /sys/bus/pci/slots/N/"Jesse Barnes2010-06-112-85/+0
| | * | | PCI: change resource collision messages from KERN_ERR to KERN_INFOBjorn Helgaas2010-06-111-5/+5
| * | | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds2010-06-113-10/+11
| |\ \ \ \
| | * | | | pcmcia: avoid validate_cis failure on CIS overrideDominik Brodowski2010-06-071-0/+1
| | * | | | pcmcia: dev_node removal bugfixDominik Brodowski2010-06-071-0/+1
| | * | | | pcmcia: yenta_socket.c Remove extra #ifdef CONFIG_YENTA_TIJustin P. Mattock2010-06-071-8/+6
| | * | | | pcmcia: only keep saved I365_CSCINT flag if there is no PCI irqDominik Brodowski2010-06-071-2/+3
| * | | | | sata_sil24: Use memory barriers before issuing commandsCatalin Marinas2010-06-101-0/+10
| * | | | | sata_sil24: memset() overflowDan Carpenter2010-06-101-1/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-06-0915-205/+281
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-0912-204/+274
| | |\ \ \ \
| | | * | | | iwlwifi: add missing rcu_read_lockJohannes Berg2010-06-081-0/+2
| | | * | | | ath5k: fix NULL pointer in antenna configurationBruno Randolf2010-06-071-0/+7
| | | * | | | p54usb: Add device ID for Dell WLA3310 USBJason Dravet2010-06-071-0/+1
| | | * | | | wl1251: fix a memory leak in probeGrazvydas Ignotas2010-06-071-0/+1
| | | * | | | iwlwifi: move sysfs_create_group to post request firmwareEmmanuel Grumbach2010-06-061-159/+159
| | | * | | | iwl3945: fix internal scanAbhijeet Kolekar2010-06-064-31/+96