summaryrefslogtreecommitdiffstats
path: root/drivers/misc/ti-st
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-4/+0Star
|\
| * ti-st: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-121-4/+0Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-053-42/+3Star
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* misc: ti-st: make array read_ver_cmd static, shrinks object sizeColin Ian King2018-12-061-1/+1
* misc: remove GENWQE_DEBUGFS_RO()Yangtao Li2018-12-061-28/+6Star
* misc: ti-st: Fix memory leak in the error path of probe()Anton Vasilyev2018-08-021-2/+2
* misc: ti-st: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2018-07-071-1/+2
* misc: ti-st: remove redundant variable 'type'Colin Ian King2018-07-031-2/+1Star
* misc: ti-st: Replace GFP_ATOMIC with GFP_KERNEL in kim_probeJia-Ju Bai2018-04-231-1/+1
* misc: ti-st: constify attribute_group structures.Arvind Yadav2017-08-281-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-162-2/+2
* drivers: misc: ti-st: Use int instead of fuzzy char for callback statusGeert Uytterhoeven2016-07-171-1/+1
* ti-st: Fix complete_all() wrong usageDaniel Wagner2016-05-011-1/+0Star
* misc: st_core: remove unreachable codeSudip Mukherjee2016-02-081-1/+0Star
* ti-st: use worker instead of calling st_int_write in wake upMuhammad Hamza Farooq2015-09-211-2/+16
* ti-st: st_kim: use gpio_set_value_cansleep to fix warningJürg Billeter2015-08-051-5/+5
* Revert "ti-st: add device tree support"Rob Herring2015-08-052-102/+9Star
* misc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-271-1/+0Star
* ti-st: handle null allocation return correctly.Colin Ian King2015-05-241-2/+1Star
* ti-st: clean up data types (fix harmless memory corruption)Dan Carpenter2015-02-041-6/+6
* misc: ti-st: add handling of the signal caseNicholas Mc Guire2015-01-251-8/+11
* drivers:misc:ti-st: protect against bad packetsGigi Joseph2015-01-121-6/+18
* drivers: misc: ti-st: fix null pointer exception in st_kim_ref()Gigi Joseph2015-01-121-4/+8
* drivers: misc: ti-st: fix debugfs creation error handlingGigi Joseph2015-01-121-5/+1Star
* st_kim: allow suspend if callback is not registeredGigi Joseph2015-01-121-2/+2
* ti-st: add device tree supportGigi Joseph2015-01-122-10/+104
* misc: ti-st: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* misc: st_core: Protect unsigned value against becoming negativeLee Jones2014-09-241-6/+5Star
* drivers/misc/ti-st: Load firmware from ti-connectivity directory.Enric Balletbo i Serra2014-07-241-2/+3
* ti-st: st-kim: Dont let probe fail when debugfs is disabledRobin van der Gracht2014-07-101-2/+1Star
* drivers/misc: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-081-1/+0Star
* drivers/misc/ti-st: Prefer tty_driver_flush_bufferPeter Hurley2013-12-052-2/+1Star
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-6/+6
* drivers: misc: ti-st: fix potential race if st_kim_start failsOleksandr Kozaruk2013-08-301-0/+2
* misc: use platform_{get,set}_drvdata()Jingoo Han2013-05-301-3/+3
* Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-02-211-1/+2
|\
| * Revert "drivers/misc/ti-st: remove gpio handling"Luciano Coelho2013-01-211-1/+36
| * misc: st_core: Error triggered by convert "char" to "int"channing2013-01-171-1/+2
* | Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman2013-01-251-1/+36
|\ \
| * | Revert "drivers/misc/ti-st: remove gpio handling"Luciano Coelho2013-01-231-1/+36
| |/
* / tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-191-1/+1
|/
* misc/st_kim: Free resources in the error path of probe()Matthias Kaehlcke2012-11-271-9/+21
* drivers:misc: ti-st: fix potential NULL pointer dereference in st_register()Wei Yongjun2012-10-251-1/+0Star
* drivers/misc/ti-st: check chip_awake NULL checkMatthias Kaehlcke2012-08-161-1/+1
* drivers/misc/ti-st: fix read fw version cmdPavan Savoy2012-08-161-13/+27
* drivers/misc/ti-st: use cpu friendly completionsPavan Savoy2012-08-161-9/+9
* drivers/misc/ti-st: chip_disable on timeoutPavan Savoy2012-08-161-1/+1
* drivers/misc/ti-st: remove sparse warningsPavan Savoy2012-08-162-11/+13
* drivers/misc/ti-st: remove gpio handlingPavan Savoy2012-08-161-36/+1Star