summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/s3c-hsotg.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-25usb: dwc2/s3c-hsotg: move s3c-hsotg into dwc2 directoryDinh Nguyen1-3853/+0
2014-03-06usb: gadget: s3c-hsotg: add proper suspend/resume supportMarek Szyprowski1-4/+49
2014-02-18usb: gadget: s3c-hsotg: stall ep0 in set_halt functionRobert Baldyga1-32/+46
2014-02-18usb: gadget: s3c-hsotg: use %pad for dma_addr_tJingoo Han1-4/+4
2014-02-18usb: gadget: s3c-hsotg: fix build on x86 and other architecturesMatt Porter1-6/+6
2014-01-08usb: gadget: s3c-hsotg: remove duplicated include from s3c-hsotg.cWei Yongjun1-1/+0
2013-12-24usb: gadget: s3c-hsotg: get phy bus width from phy subsystemMatt Porter1-1/+13
2013-12-24usb: gadget: s3c-hsotg: enable generic phy supportMatt Porter1-16/+39
2013-12-24usb: gadget: s3c-hsotg: add snps,dwc2 compatible stringMatt Porter1-0/+1
2013-12-24usb: gadget: s3c-hsotg: enable build for other platformsMatt Porter1-2/+0
2013-12-19Merge tag 'v3.13-rc4' into nextFelipe Balbi1-1/+6
2013-12-17usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga1-1/+1
2013-12-12usb: gadget: s3c-hsotg: add flush TX FIFO when kill all requestsRobert Baldyga1-0/+3
2013-12-12usb: gadget: s3c-hsotg: fix maxpacket size in s3c_hsotg_irq_enumdoneRobert Baldyga1-2/+2
2013-11-25usb: gadget: s3c-hsotg: fix disconnect handlingRobert Baldyga1-1/+2
2013-11-25usb: gadget: s3c-hsotg: fix spinlock lockingRobert Baldyga1-0/+4
2013-10-15usb: gadget: s3c-hsotg: fix can_write limit for non-periodic endpointsRobert Baldyga1-1/+1
2013-10-15usb: gadget: s3c-hsotg: fix interrupt configuration in dedicated-fifo modeRobert Baldyga1-5/+9
2013-10-15usb: gadget: s3c-hsotg: fix clear feature ENDPOINT_HALTRobert Baldyga1-1/+9
2013-10-15usb: gadget: s3c-hsotg: fix "halted" property updatingRobert Baldyga1-0/+3
2013-10-15usb: gadget: s3c-hsotg: add DAINT maskingRobert Baldyga1-2/+6
2013-10-15usb: gadget: s3c-hsotg: fix endpoint interrupts handlingRobert Baldyga1-1/+12
2013-10-15usb: gadget: s3c-hsotg: fix s3c_hsotg_write_fifo function for dedicated fifo ...Robert Baldyga1-6/+10
2013-10-15usb: gadget: s3c-hsotg: fix "protocol stall" handlingRobert Baldyga1-2/+8
2013-10-11usb: gadget: s3c-hsotg: remove unused labelRobert Baldyga1-1/+0
2013-10-11usb: gadget: s3c-hsotg: add multi count supportRobert Baldyga1-6/+28
2013-10-11usb: gadget: s3c-hsotg: add isochronous transfers supportRobert Baldyga1-4/+23
2013-10-10usb: gadget: s3c-hsotg: fix set_ep_maxpacket functionRobert Baldyga1-6/+5
2013-10-04usb: gadget: s3c-hsotg: fix maxpacket sizeRobert Baldyga1-1/+1
2013-10-02usb: gadget: s3c-hsotg: fix CodingStyle issuesPavel Machek1-8/+10
2013-09-17usb: s3c-hsotg: do not disconnect gadget when receiving ErlySusp intrChanho Park1-2/+0
2013-09-17usb: s3c-hsotg: fix unregistration functionMarek Szyprowski1-7/+4
2013-07-30usb: gadget: use dev_get_platdata()Jingoo Han1-2/+2
2013-07-29usb: gadget: s3c-hsotg: Allow driver instantiation using device treeTomasz Figa1-0/+10
2013-05-15usb: gadget: s3c-hsotg: pass 'struct usb_request *' to usb_gadget_unmap_reque...Jingoo Han1-1/+1
2013-03-18usb: gadget: s3c-hsotg: fix PHY error handlingFelipe Balbi1-1/+1
2013-03-18usb: gadget: s3c-hsotg: don't assign gadget.dev.release directlyFelipe Balbi1-11/+0
2013-03-18usb: gadget: s3c-hsotg: don't touch gadget.dev.driverFelipe Balbi1-3/+0
2013-03-18usb: gadget: s3c-hsotg: remove unnecessary initializationsFelipe Balbi1-3/+0
2013-03-18usb: gadget: s3c-hsotg: switch over to usb_gadget_map/unmap_request()Felipe Balbi1-41/+5
2013-03-18usb: gadget: drop now unnecessary flagFelipe Balbi1-1/+0
2013-03-18usb: gadget: s3c-hsotg: let udc-core manage gadget->devFelipe Balbi1-13/+1
2013-02-22Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-15/+29
2013-01-25Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman1-10/+27
2013-01-25Merge tag 'gadget-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-5/+2
2013-01-24usb: gadget: constify all struct usb_gadget_opsFelipe Balbi1-1/+1
2013-01-22usb: Convert to devm_ioremap_resource()Thierry Reding1-4/+3
2013-01-18usb: phy: s3c-hsotg: adding phy driver supportPraveen Paneri1-10/+27
2013-01-10usb: gadget: s3c-hsotg: Use devm_regulator_bulk_get APISachin Kamat1-4/+1
2012-12-13usb: gadget: s3c-hsotg: Fix invalid free of devm_ allocated dataTushar Behera1-3/+2