summaryrefslogtreecommitdiffstats
path: root/drivers/misc/ti-st/st_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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_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
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-051-14/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* drivers: misc: ti-st: Use int instead of fuzzy char for callback statusGeert Uytterhoeven2016-07-171-1/+1
* 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
* drivers:misc:ti-st: protect against bad packetsGigi Joseph2015-01-121-6/+18
* misc: st_core: Protect unsigned value against becoming negativeLee Jones2014-09-231-6/+5
* drivers/misc: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-071-1/+0
* drivers/misc/ti-st: Prefer tty_driver_flush_bufferPeter Hurley2013-12-041-1/+1
* drivers: misc: ti-st: fix potential race if st_kim_start failsOleksandr Kozaruk2013-08-301-0/+2
* misc: st_core: Error triggered by convert "char" to "int"channing2013-01-171-1/+2
* drivers:misc: ti-st: fix potential NULL pointer dereference in st_register()Wei Yongjun2012-10-241-1/+0
* drivers/misc/ti-st: remove sparse warningsPavan Savoy2012-08-161-5/+7
* drivers/misc/ti-st/st_core.c: missing NULL checkAlan Cox2012-07-301-0/+5
* drivers:misc: ti-st: protect registrationsPavan Savoy2012-01-041-4/+14
* drivers:misc: ti-st: fix unexpected UART closePavan Savoy2011-08-221-0/+1
* drivers:misc: ti-st: fail-safe on wrong pkt typeVijay Badawadagi2011-08-221-0/+7
* drivers:misc: ti-st: avoid a misleading dbg msgPavan Savoy2011-08-221-1/+1
* st_kim: Handle case of no device found for ID 0Steven Rostedt2011-06-071-1/+1
* Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds2011-06-041-4/+2
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-05-231-2/+4
|\
| * tty: make receive_buf() return the amout of bytes receivedFelipe Balbi2011-04-221-2/+4
* | drivers:misc:ti-st: handle delayed tty receivePavan Savoy2011-04-221-10/+13
|/
* drivers:misc: ti-st: fix debugging codePavan Savoy2011-03-091-14/+4
* drivers:misc: ti-st: remove multiple gpio handlingPavan Savoy2011-02-041-11/+0
* drivers:misc: ti-st: fix hci-ll on wake_ind collisionPavan Savoy2011-02-041-0/+15
* drivers:misc: ti-st: firmware download optimizationPavan Savoy2011-02-041-0/+18
* drivers:misc: ti-st: set right debug levels for logsPavan Savoy2011-02-041-10/+9
* drivers:misc: ti-st: fix error codesPavan Savoy2011-02-041-17/+14
* drivers:misc: ti-st: register with channel IDsPavan Savoy2011-02-041-243/+112
* drivers: misc: ti-st: fix review commentsPavan Savoy2010-10-141-56/+17
* staging: ti-st: move TI_ST from staging to misc/Pavan Savoy2010-10-061-0/+1031