summaryrefslogtreecommitdiffstats
path: root/drivers/misc/ti-st
Commit message (Expand)AuthorAgeFilesLines
* drivers: misc: ti-st: replace deprecated strncpy with strscpyJustin Stitt2023-10-051-2/+3
* misc: st_core: Do not call kfree_skb() under spin_lock_irqsave()Jinjie Ruan2023-10-051-3/+4
* misc: ti-st: make st_recv() conforming to tty_ldisc_ops::receive_buf()Jiri Slaby (SUSE)2023-08-112-7/+6
* tty: use u8 for flagsJiri Slaby (SUSE)2023-08-111-1/+1
* tty: use u8 for charsJiri Slaby (SUSE)2023-08-111-1/+1
* tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)2023-08-111-1/+1
* misc: ti-st: don't check for tty data == NULLJiri Slaby2023-07-312-7/+1
* misc: ti-st: remove ptr from recv functionsJiri Slaby2023-07-312-6/+2
* misc: ti-st: remove forward declarations and make st_int_recv() staticJiri Slaby2023-07-311-3/+1
* drivers: misc: ti-st: Fix a typo ("unknow")Jonathan Neuschäfer2023-01-311-1/+1
* ti-st: use tty_write_roomJiri Slaby2021-05-131-3/+2
* ti-st: use goto-failpath in st_core_initJiri Slaby2021-05-131-5/+7
* tty: no checking of tty_unregister_ldiscJiri Slaby2021-05-131-9/+3
* tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby2021-05-131-3/+3
* tty: set tty_ldisc_ops::num staticallyJiri Slaby2021-05-131-1/+2
* tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby2021-05-131-1/+1
* tty: remove TTY_LDISC_MAGICJiri Slaby2021-03-101-1/+0
* misc: ti-st: st_core: remove unneeded semicolonTom Rix2020-11-031-1/+1
* misc: ti-st: st_kim: Tidy-up bespoke commentryLee Jones2020-06-291-27/+44
* misc: ti-st: st_core: Tidy-up bespoke commentryLee Jones2020-06-291-30/+49
* drivers/misc: ti-st: remove redundant assignment to variables i and flagsColin Ian King2020-01-141-2/+2
* drivers/misc: ti-st: Remove unneeded variable in st_tty_openzhong jiang2019-10-041-2/+2
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-4/+0
|\
| * ti-st: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-121-4/+0
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-053-42/+3
|/
* 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/+6
* 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/+1
* 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/+0
* misc: st_core: remove unreachable codeSudip Mukherjee2016-02-071-1/+0
* ti-st: use worker instead of calling st_int_write in wake upMuhammad Hamza Farooq2015-09-201-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/+9
* misc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-271-1/+0
* ti-st: handle null allocation return correctly.Colin Ian King2015-05-241-2/+1
* ti-st: clean up data types (fix harmless memory corruption)Dan Carpenter2015-02-031-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/+1
* 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/+0