summaryrefslogtreecommitdiff
path: root/drivers/serial/usbtty.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-03serial: usbtty: Send urb data in correct orderPali Rohár1-9/+3
2021-03-03serial: usbtty: Fix puts functionPali Rohár1-2/+2
2019-12-03serial: usb: Correct the usbtty_...() prototypesSimon Glass1-0/+1
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-16usbtty: fix typosHeinrich Schuchardt1-1/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-5/+4
2017-04-18usbtty: avoid potential NULL pointer dereferencexypron.glpk@gmx.de1-6/+7
2016-03-15serial: Move carriage return before line feed for some serial driversAlison Wang1-3/+4
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-1/+1
2014-09-25cosmetic: replace MIN, MAX with min, maxMasahiro Yamada1-2/+2
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass1-4/+4
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-04-02Consolidate bool typeYork Sun1-2/+2
2013-03-17usbtty: adapt buffers for large packet supportShiraz Hashim1-1/+1
2012-03-28Enable high speed support for USB device framework and usbttyVipin KUMAR1-1/+49
2011-12-17USB: Use (get|put)_unaligned for accessing wMaxPacketSizeTom Rini1-4/+6
2011-12-11usbtty: init endpoints prior to startup eventsStefan Herbrechtsmeier1-2/+2
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD1-3/+3
2009-04-06drivers/usb: regorganisationJean-Christophe PLAGNIOL-VILLARD1-1/+1
2009-03-21Replaced endpoint numbers with appropriate macros in usbtty.c.Vivek Kutal1-6/+6
2009-02-15Added usbtty_configured() check. Fixed attribute(packed) warnings.Atin Malaviya1-7/+11
2008-12-09usbtty/omap: update to current APIJean-Christophe PLAGNIOL-VILLARD1-4/+2
2008-08-06Fix merge problemsStefan Roese1-5/+0
2008-07-14Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk1-2/+2
2008-05-21Big white-space cleanup.Wolfgang Denk1-15/+15
2007-11-26drivers/serial : move serial drivers to drivers/serialJean-Christophe PLAGNIOL-VILLARD1-0/+1012