summaryrefslogtreecommitdiffstats
path: root/drivers/pps/kc.h (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-03Input: tps6507x-ts - fix MODULE_ALIAS to match driver nameUwe Kleine-König1-3/+1
2012-03-30Input: wacom - check for allocation failure in probe()Dan Carpenter1-0/+2
2012-03-27Input: tegra-kbc - allocate pdata before using itViresh Kumar1-0/+1
2012-03-26Input: amijoy - add missing platform checkGeert Uytterhoeven1-0/+3
2012-03-26Input: wacom - wireless battery statusChris Bagwell5-2/+64
2012-03-26Input: wacom - create inputs when wireless connectChris Bagwell4-10/+109
2012-03-26Input: wacom - wireless monitor frameworkChris Bagwell3-6/+62
2012-03-26Input: wacom - isolate input registrationChris Bagwell1-20/+33
2012-03-26Input: sentelic - improve packet debugging informationOskari Saarenmaa1-9/+34
2012-03-26Input: sentelic - minor code cleanupTai-hwa Liang1-1/+1
2012-03-26Input: sentelic - enabling absolute coordinates output for newer hardwareTai-hwa Liang2-4/+132
2012-03-26Input: sentelic - refactor code for upcoming new hardware supportTai-hwa Liang2-62/+94
2012-03-20Input: gpio_keys - add support for interrupt only keysLaxman Dewangan2-67/+150
2012-03-20Input: gpio_keys - consolidate key destructor codeDmitry Torokhov1-16/+14
2012-03-20Input: revert "gpio_keys - switch to using threaded IRQs"David Jander1-1/+1
2012-03-20Input: gpio_keys - constify platform dataDmitry Torokhov1-16/+15
2012-03-20Input: spear-keyboard - remove kbd_set_plat_data()Viresh Kumar1-7/+0
2012-03-17Input: ili210x - add support for Ilitek ILI210x based touchscreensOlivier Sobrie4-0/+386
2012-03-17Input: altera_ps2 - use of_match_ptr()Tobias Klauser1-3/+1
2012-03-17Input: synaptics_usb - switch to module_usb_driver()Dmitry Torokhov5-57/+5
2012-03-17Input: convert I2C drivers to use module_i2c_driver()Axel Lin29-345/+29
2012-03-17Input: convert SPI drivers to use module_spi_driver()Axel Lin7-77/+7
2012-03-17Input: omap4-keypad - move platform_data to <linux/platform_data>Felipe Balbi6-11/+16
2012-03-17Input: kxtj9 - who_am_i check value and initial data rate fixesChristopher Hudson2-15/+18
2012-03-17Input: add driver support for MAX8997-hapticDonggeun Kim4-1/+472
2012-03-14Input: tegra-kbc - revise device tree supportOlof Johansson2-11/+27
2012-03-14Input: of_keymap - add device tree bindings for simple key matricesOlof Johansson6-0/+131
2012-03-13Input: wacom - fix physical size calculation for 3rd-gen BambooJason Gerecke1-2/+2
2012-03-13Input: twl4030-vibra - really switch from #if to #ifdefDmitry Torokhov1-1/+1
2012-03-13Input: hp680_ts_input - ensure arguments to request_irq and free_irq are comp...Julia Lawall1-1/+1
2012-03-07Input: wacom - fix 3rd-gen Bamboo MT when 4+ fingers are in useJason Gerecke1-1/+1
2012-03-06Input: max8925_onkey - avoid accessing input device too earlyDmitry Torokhov1-47/+44
2012-03-06Input: max8925_onkey - allow to be used as a wakeup sourceKevin Liu1-0/+34
2012-03-04Input: atmel-wm97xx - convert to dev_pm_opsDmitry Torokhov1-8/+9
2012-03-04Input: atmel-wm97xx - set driver ownerDmitry Torokhov1-1/+2
2012-03-04Input: add cyttsp touchscreen maintainer entryJavier Martinez Canillas1-0/+7
2012-03-04Input: cyttsp - remove useless checks in cyttsp_probe()Dmitry Torokhov1-1/+1
2012-03-04Input: usbtouchscreen - add support for Data Modul EasyTouch TP 72037Armando Visconti2-0/+72
2012-03-04Input: add support for OnKey module for DA9052/53 PMICAshish Jangam3-0/+180
2012-03-04Input: add support for TI Touchscreen controllerRachna Patil4-0/+516
2012-03-04Linux 3.3-rc6v3.3-rc6Linus Torvalds1-1/+1
2012-03-03vfs: export full_name_hash() function to modulesLinus Torvalds1-0/+1
2012-03-02vfs: split up name hashing in link_path_walk() into helper functionLinus Torvalds1-18/+34
2012-03-02vfs: clarify and clean up dentry_cmp()Linus Torvalds1-5/+4
2012-03-02vfs: uninline full_name_hash()Linus Torvalds2-12/+10
2012-03-02vfs: trivial __d_lookup_rcu() cleanupsLinus Torvalds2-6/+10
2012-03-02hwmon: (f75375s) Catch some attempts to write to r/o registersNikolaus Schulz1-0/+27
2012-03-02hwmon: (f75375s) Properly map the F75387 automatic modes to pwm_enableNikolaus Schulz1-8/+34
2012-03-02regset: Return -EFAULT, not -EIO, on host-side memory faultH. Peter Anvin1-2/+2
2012-03-02regset: Prevent null pointer reference on readonly regsetsH. Peter Anvin2-1/+7