aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/ti-st
AgeCommit message (Expand)AuthorFilesLines
2017-08-28misc: ti-st: constify attribute_group structures.Gravatar Arvind Yadav 1-1/+1
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 2-2/+2
2016-07-17drivers: misc: ti-st: Use int instead of fuzzy char for callback statusGravatar Geert Uytterhoeven 1-1/+1
2016-05-01ti-st: Fix complete_all() wrong usageGravatar Daniel Wagner 1-1/+0
2016-02-07misc: st_core: remove unreachable codeGravatar Sudip Mukherjee 1-1/+0
2015-09-20ti-st: use worker instead of calling st_int_write in wake upGravatar Muhammad Hamza Farooq 1-2/+16
2015-08-05ti-st: st_kim: use gpio_set_value_cansleep to fix warningGravatar Jürg Billeter 1-5/+5
2015-08-05Revert "ti-st: add device tree support"Gravatar Rob Herring 2-102/+9
2015-07-27misc: Drop owner assignment from i2c_driverGravatar Krzysztof Kozlowski 1-1/+0
2015-05-24ti-st: handle null allocation return correctly.Gravatar Colin Ian King 1-2/+1
2015-02-03ti-st: clean up data types (fix harmless memory corruption)Gravatar Dan Carpenter 1-6/+6
2015-01-25misc: ti-st: add handling of the signal caseGravatar Nicholas Mc Guire 1-8/+11
2015-01-12drivers:misc:ti-st: protect against bad packetsGravatar Gigi Joseph 1-6/+18
2015-01-12drivers: misc: ti-st: fix null pointer exception in st_kim_ref()Gravatar Gigi Joseph 1-4/+8
2015-01-12drivers: misc: ti-st: fix debugfs creation error handlingGravatar Gigi Joseph 1-5/+1
2015-01-12st_kim: allow suspend if callback is not registeredGravatar Gigi Joseph 1-2/+2
2015-01-12ti-st: add device tree supportGravatar Gigi Joseph 2-10/+104
2014-10-20misc: ti-st: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-09-23misc: st_core: Protect unsigned value against becoming negativeGravatar Lee Jones 1-6/+5
2014-07-23drivers/misc/ti-st: Load firmware from ti-connectivity directory.Gravatar Enric Balletbo i Serra 1-2/+3
2014-07-09ti-st: st-kim: Dont let probe fail when debugfs is disabledGravatar Robin van der Gracht 1-2/+1
2014-02-07drivers/misc: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-12-04drivers/misc/ti-st: Prefer tty_driver_flush_bufferGravatar Peter Hurley 2-2/+1
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONGravatar Wolfram Sang 1-6/+6
2013-08-30drivers: misc: ti-st: fix potential race if st_kim_start failsGravatar Oleksandr Kozaruk 1-0/+2
2013-05-30misc: use platform_{get,set}_drvdata()Gravatar Jingoo Han 1-3/+3
2013-02-21Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+2
2013-01-25Merge 3.8-rc5 into tty-nextGravatar Greg Kroah-Hartman 1-1/+36
2013-01-22Revert "drivers/misc/ti-st: remove gpio handling"Gravatar Luciano Coelho 1-1/+36
2013-01-21Revert "drivers/misc/ti-st: remove gpio handling"Gravatar Luciano Coelho 1-1/+36
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYGravatar Joe Millenbach 1-1/+1
2013-01-17misc: st_core: Error triggered by convert "char" to "int"Gravatar channing 1-1/+2
2012-11-26misc/st_kim: Free resources in the error path of probe()Gravatar Matthias Kaehlcke 1-9/+21
2012-10-24drivers:misc: ti-st: fix potential NULL pointer dereference in st_register()Gravatar Wei Yongjun 1-1/+0
2012-08-16drivers/misc/ti-st: check chip_awake NULL checkGravatar Matthias Kaehlcke 1-1/+1
2012-08-16drivers/misc/ti-st: fix read fw version cmdGravatar Pavan Savoy 1-13/+27
2012-08-16drivers/misc/ti-st: use cpu friendly completionsGravatar Pavan Savoy 1-9/+9
2012-08-16drivers/misc/ti-st: chip_disable on timeoutGravatar Pavan Savoy 1-1/+1
2012-08-16drivers/misc/ti-st: remove sparse warningsGravatar Pavan Savoy 2-11/+13
2012-08-16drivers/misc/ti-st: remove gpio handlingGravatar Pavan Savoy 1-36/+1
2012-07-30drivers/misc/ti-st/st_core.c: missing NULL checkGravatar Alan Cox 1-0/+5
2012-01-24MISC: convert drivers/misc/* to use module_platform_driver()Gravatar Axel Lin 1-12/+1
2012-01-04drivers:misc: ti-st: DEBUG uart, baud rate modsGravatar Pavan Savoy 1-0/+30
2012-01-04drivers:misc: ti-st: flush UART upon fw failureGravatar Pavan Savoy 1-30/+24
2012-01-04drivers:misc: ti-st: protect registrationsGravatar Pavan Savoy 1-4/+14
2011-10-31drivers/misc: Add module.h to files who are really modular.Gravatar Paul Gortmaker 1-0/+1
2011-08-22drivers:misc: ti-st: fix unexpected UART closeGravatar Pavan Savoy 1-0/+1
2011-08-22drivers:misc: ti-st: free skb on firmware downloadGravatar Pavan Savoy 1-0/+1
2011-08-22drivers:misc: ti-st: wait for completion at failGravatar Pavan Savoy 1-0/+13
2011-08-22drivers:misc: ti-st: reinit completion before sendGravatar Pavan Savoy 1-0/+6