aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/ti-st/st_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-13ti-st: use tty_write_roomJiri Slaby1-3/+2
2021-05-13ti-st: use goto-failpath in st_core_initJiri Slaby1-5/+7
2021-05-13tty: no checking of tty_unregister_ldiscJiri Slaby1-9/+3
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby1-3/+3
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby1-1/+2
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby1-1/+1
2021-03-10tty: remove TTY_LDISC_MAGICJiri Slaby1-1/+0
2020-11-03misc: ti-st: st_core: remove unneeded semicolonTom Rix1-1/+1
2020-06-29misc: ti-st: st_core: Tidy-up bespoke commentryLee Jones1-30/+49
2020-01-14drivers/misc: ti-st: remove redundant assignment to variables i and flagsColin Ian King1-2/+2
2019-10-04drivers/misc: ti-st: Remove unneeded variable in st_tty_openzhong jiang1-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-14/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2016-07-17drivers: misc: ti-st: Use int instead of fuzzy char for callback statusGeert Uytterhoeven1-1/+1
2016-02-07misc: st_core: remove unreachable codeSudip Mukherjee1-1/+0
2015-09-20ti-st: use worker instead of calling st_int_write in wake upMuhammad Hamza Farooq1-2/+16
2015-01-12drivers:misc:ti-st: protect against bad packetsGigi Joseph1-6/+18
2014-09-23misc: st_core: Protect unsigned value against becoming negativeLee Jones1-6/+5
2014-02-07drivers/misc: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-04drivers/misc/ti-st: Prefer tty_driver_flush_bufferPeter Hurley1-1/+1
2013-08-30drivers: misc: ti-st: fix potential race if st_kim_start failsOleksandr Kozaruk1-0/+2
2013-01-17misc: st_core: Error triggered by convert "char" to "int"channing1-1/+2
2012-10-24drivers:misc: ti-st: fix potential NULL pointer dereference in st_register()Wei Yongjun1-1/+0
2012-08-16drivers/misc/ti-st: remove sparse warningsPavan Savoy1-5/+7
2012-07-30drivers/misc/ti-st/st_core.c: missing NULL checkAlan Cox1-0/+5
2012-01-04drivers:misc: ti-st: protect registrationsPavan Savoy1-4/+14
2011-08-22drivers:misc: ti-st: fix unexpected UART closePavan Savoy1-0/+1
2011-08-22drivers:misc: ti-st: fail-safe on wrong pkt typeVijay Badawadagi1-0/+7
2011-08-22drivers:misc: ti-st: avoid a misleading dbg msgPavan Savoy1-1/+1
2011-06-07st_kim: Handle case of no device found for ID 0Steven Rostedt1-1/+1
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds1-4/+2
2011-05-23Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-2/+4
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi1-2/+4
2011-04-22drivers:misc:ti-st: handle delayed tty receivePavan Savoy1-10/+13
2011-03-09drivers:misc: ti-st: fix debugging codePavan Savoy1-14/+4
2011-02-04drivers:misc: ti-st: remove multiple gpio handlingPavan Savoy1-11/+0
2011-02-04drivers:misc: ti-st: fix hci-ll on wake_ind collisionPavan Savoy1-0/+15
2011-02-04drivers:misc: ti-st: firmware download optimizationPavan Savoy1-0/+18
2011-02-04drivers:misc: ti-st: set right debug levels for logsPavan Savoy1-10/+9
2011-02-04drivers:misc: ti-st: fix error codesPavan Savoy1-17/+14
2011-02-04drivers:misc: ti-st: register with channel IDsPavan Savoy1-243/+112
2010-10-14drivers: misc: ti-st: fix review commentsPavan Savoy1-56/+17
2010-10-06staging: ti-st: move TI_ST from staging to misc/Pavan Savoy1-0/+1031