summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* usb: udc: Convert use of __constant_cpu_to_leXX to cpu_to_leXXVaishali Thakkar2015-07-292-3/+3
* usb: gadget: composite.c: i18n is not an acronymDiego Viola2015-07-291-2/+2
* usb: gadget: Convert use of __constant_cpu_to_le16 to cpu_to_le16Vaishali Thakkar2015-07-294-14/+14
* usb: gadget: SourceSink: Remove out-of-date commentKrzysztof Opasiak2015-07-291-5/+0
* usb: gadget: loopback: Remove out-of-date commentKrzysztof Opasiak2015-07-291-5/+0
* usb: gadget: nokia: Add mass storage driver to g_nokiaPali Rohár2015-07-292-1/+102
* usb: gadget: udc: core: Fix argument of dma_map_single for IOMMUYoshihiro Shimoda2015-07-201-6/+8
* usb: gadget: mv_udc_core: fix phy_regs I/O memory leakAlexey Khoroshilov2015-07-201-1/+1
* configfs: fix kernel infoleak through user-controlled format stringNicolas Iooss2015-07-171-1/+1
* usb: gadget: f_midi: fix error recovery pathAndrzej Pietrasiewicz2015-07-061-3/+1
* usb: gadget: udc: fix free_irq() after request_irq() failedTakeshi Yoshimura2015-07-061-2/+1
* usb: gadget: composite: Fix NULL pointer dereferenceKishon Vijay Abraham I2015-07-061-4/+7
* usb: gadget: f_fs: do not set cancel function on synchronous {read,write}Rui Miguel Silva2015-07-061-2/+4
* usb: f_mass_storage: limit number of reported LUNsMichal Nazarewicz2015-07-061-3/+13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-042-2/+2
|\
| * vfs: add file_path() helperMiklos Szeredi2015-06-232-2/+2
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-042-191/+12
|\ \
| * | target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger2015-06-151-4/+1
| * | target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig2015-05-301-1/+0
| * | target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-301-13/+2
| * | target: move transport ID handling to the coreChristoph Hellwig2015-05-302-72/+5
| * | target: remove the get_fabric_proto_ident methodChristoph Hellwig2015-05-301-18/+0
| * | target: change core_tpg_register prototypeChristoph Hellwig2015-05-301-2/+2
| * | target: move node ACL allocation to core codeChristoph Hellwig2015-05-301-14/+0
| * | target: refactor init/drop_nodeacl methodsChristoph Hellwig2015-05-301-37/+5
| * | target: make the tpg_get_default_depth method optionalChristoph Hellwig2015-05-301-6/+0
| * | tcm_usb: remove struct usbg_naclChristoph Hellwig2015-05-302-30/+3
| |/
* | Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-06-2611-302/+363
|\ \
| * \ Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman2015-06-085-10/+24
| |\ \
| * \ \ Merge tag 'usb-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2015-06-0210-299/+357
| |\ \ \
| | * | | usb: gadget: atmel: fix build warningsFelipe Balbi2015-05-271-1/+1
| | * | | usb: gadget: atmel: fix build warningFelipe Balbi2015-05-261-2/+2
| | * | | usb: gadget: net2280: fix pullup handlingMian Yousaf Kaukab2015-05-261-5/+11
| | * | | usb: gadget: net2280: physically disable endpoint on disable operationMian Yousaf Kaukab2015-05-261-0/+7
| | * | | usb: gadget: autoconf: net2280: match hardware and usb ep addressMian Yousaf Kaukab2015-05-261-7/+17
| | * | | usb: gadget: net2280: fix use of GPEP in both directionsMian Yousaf Kaukab2015-05-261-9/+32
| | * | | usb: gadget: net2280: check interrupts for all endpointsMian Yousaf Kaukab2015-05-261-13/+44
| | * | | usb: gadget: net2280: set all byte enables on startMian Yousaf Kaukab2015-05-261-0/+1
| | * | | usb: gadget: net2280: don't set ep_cfg.direction bitMian Yousaf Kaukab2015-05-261-2/+0
| | * | | usb: gadget: net2280: unconditionally reset dma in usb_resetMian Yousaf Kaukab2015-05-261-1/+7
| | * | | usb: gadget: net2280: reset sequence number on ep enableMian Yousaf Kaukab2015-05-261-0/+4
| | * | | usb: gadget: net2280: fix ep_cfg for defect7374Mian Yousaf Kaukab2015-05-261-2/+2
| | * | | usb: gadget: f_fs: add extra check before unregister_gadget_itemRui Miguel Silva2015-05-261-2/+8
| | * | | usb: gadget: rndis: use signed type for a signed valueAndrzej Pietrasiewicz2015-05-212-3/+3
| | * | | usb: gadget: rndis: don't duplicate the "i" variableAndrzej Pietrasiewicz2015-05-211-1/+0
| | * | | usb: gadget: rndis: change the value passed to rndis_signal_(dis)connect()Andrzej Pietrasiewicz2015-05-211-2/+2
| | * | | usb: gadget: rndis: remove the limit of available rndis connectionsAndrzej Pietrasiewicz2015-05-073-86/+78
| | * | | usb: gadget: rndis: style correctionAndrzej Pietrasiewicz2015-05-071-1/+1
| | * | | usb: gadget: rndis: use rndis_params instead of configNrAndrzej Pietrasiewicz2015-05-073-151/+129
| | * | | usb: gadget: s3c2410_udc: Remove static char buffer, use vsprintf extension %pVJoe Perches2015-05-071-15/+13
OpenPOWER on IntegriCloud