summaryrefslogtreecommitdiffstats
path: root/drivers/misc/ti-st
AgeCommit message (Expand)AuthorLines
2015-02-03ti-st: clean up data types (fix harmless memory corruption)Dan Carpenter-6/+6
2015-01-25misc: ti-st: add handling of the signal caseNicholas Mc Guire-8/+11
2015-01-12drivers:misc:ti-st: protect against bad packetsGigi Joseph-6/+18
2015-01-12drivers: misc: ti-st: fix null pointer exception in st_kim_ref()Gigi Joseph-4/+8
2015-01-12drivers: misc: ti-st: fix debugfs creation error handlingGigi Joseph-5/+1
2015-01-12st_kim: allow suspend if callback is not registeredGigi Joseph-2/+2
2015-01-12ti-st: add device tree supportGigi Joseph-10/+104
2014-10-20misc: ti-st: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-09-23misc: st_core: Protect unsigned value against becoming negativeLee Jones-6/+5
2014-07-23drivers/misc/ti-st: Load firmware from ti-connectivity directory.Enric Balletbo i Serra-2/+3
2014-07-09ti-st: st-kim: Dont let probe fail when debugfs is disabledRobin van der Gracht-2/+1
2014-02-07drivers/misc: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2013-12-04drivers/misc/ti-st: Prefer tty_driver_flush_bufferPeter Hurley-2/+1
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang-6/+6
2013-08-30drivers: misc: ti-st: fix potential race if st_kim_start failsOleksandr Kozaruk-0/+2
2013-05-30misc: use platform_{get,set}_drvdata()Jingoo Han-3/+3
2013-02-21Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+2
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman-1/+36
2013-01-22Revert "drivers/misc/ti-st: remove gpio handling"Luciano Coelho-1/+36
2013-01-21Revert "drivers/misc/ti-st: remove gpio handling"Luciano Coelho-1/+36
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach-1/+1
2013-01-17misc: st_core: Error triggered by convert "char" to "int"channing-1/+2
2012-11-26misc/st_kim: Free resources in the error path of probe()Matthias Kaehlcke-9/+21
2012-10-24drivers:misc: ti-st: fix potential NULL pointer dereference in st_register()Wei Yongjun-1/+0
2012-08-16drivers/misc/ti-st: check chip_awake NULL checkMatthias Kaehlcke-1/+1
2012-08-16drivers/misc/ti-st: fix read fw version cmdPavan Savoy-13/+27
2012-08-16drivers/misc/ti-st: use cpu friendly completionsPavan Savoy-9/+9
2012-08-16drivers/misc/ti-st: chip_disable on timeoutPavan Savoy-1/+1
2012-08-16drivers/misc/ti-st: remove sparse warningsPavan Savoy-11/+13
2012-08-16drivers/misc/ti-st: remove gpio handlingPavan Savoy-36/+1
2012-07-30drivers/misc/ti-st/st_core.c: missing NULL checkAlan Cox-0/+5
2012-01-24MISC: convert drivers/misc/* to use module_platform_driver()Axel Lin-12/+1
2012-01-04drivers:misc: ti-st: DEBUG uart, baud rate modsPavan Savoy-0/+30
2012-01-04drivers:misc: ti-st: flush UART upon fw failurePavan Savoy-30/+24
2012-01-04drivers:misc: ti-st: protect registrationsPavan Savoy-4/+14
2011-10-31drivers/misc: Add module.h to files who are really modular.Paul Gortmaker-0/+1
2011-08-22drivers:misc: ti-st: fix unexpected UART closePavan Savoy-0/+1
2011-08-22drivers:misc: ti-st: free skb on firmware downloadPavan Savoy-0/+1
2011-08-22drivers:misc: ti-st: wait for completion at failPavan Savoy-0/+13
2011-08-22drivers:misc: ti-st: reinit completion before sendPavan Savoy-0/+6
2011-08-22drivers:misc: ti-st: fail-safe on wrong pkt typeVijay Badawadagi-0/+7
2011-08-22drivers:misc: ti-st: reinit completion on ver readPavan Savoy-0/+1
2011-08-22drivers:misc:ti-st: platform hooks for chip statesPavan Savoy-0/+31
2011-08-22drivers:misc: ti-st: avoid a misleading dbg msgPavan Savoy-1/+1
2011-06-07drivers:misc: ti-st: fix skipping of change remote baudShahar Lev-2/+2
2011-06-07st_kim: Handle case of no device found for ID 0Steven Rostedt-1/+5
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds-4/+2
2011-05-23Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-2/+4
2011-04-29misc: fix ti-st build issuesRandy Dunlap-0/+2
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi-2/+4