summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/s3c-hsotg.c
AgeCommit message (Expand)Author
2014-04-07Rewind v3.13-rc3+ (78fd82238d0e5716) to v3.12Scott Wood
2013-11-25usb: gadget: s3c-hsotg: fix disconnect handlingRobert Baldyga
2013-11-25usb: gadget: s3c-hsotg: fix spinlock lockingRobert Baldyga
2013-10-15usb: gadget: s3c-hsotg: fix can_write limit for non-periodic endpointsRobert Baldyga
2013-10-15usb: gadget: s3c-hsotg: fix interrupt configuration in dedicated-fifo modeRobert Baldyga
2013-10-15usb: gadget: s3c-hsotg: fix clear feature ENDPOINT_HALTRobert Baldyga
2013-10-15usb: gadget: s3c-hsotg: fix "halted" property updatingRobert Baldyga
2013-10-15usb: gadget: s3c-hsotg: add DAINT maskingRobert Baldyga
2013-10-15usb: gadget: s3c-hsotg: fix endpoint interrupts handlingRobert Baldyga
2013-10-15usb: gadget: s3c-hsotg: fix s3c_hsotg_write_fifo function for dedicated fifo ...Robert Baldyga
2013-10-15usb: gadget: s3c-hsotg: fix "protocol stall" handlingRobert Baldyga
2013-10-11usb: gadget: s3c-hsotg: remove unused labelRobert Baldyga
2013-10-11usb: gadget: s3c-hsotg: add multi count supportRobert Baldyga
2013-10-11usb: gadget: s3c-hsotg: add isochronous transfers supportRobert Baldyga
2013-10-10usb: gadget: s3c-hsotg: fix set_ep_maxpacket functionRobert Baldyga
2013-10-04usb: gadget: s3c-hsotg: fix maxpacket sizeRobert Baldyga
2013-10-02usb: gadget: s3c-hsotg: fix CodingStyle issuesPavel Machek
2013-09-17usb: s3c-hsotg: do not disconnect gadget when receiving ErlySusp intrChanho Park
2013-09-17usb: s3c-hsotg: fix unregistration functionMarek Szyprowski
2013-07-30usb: gadget: use dev_get_platdata()Jingoo Han
2013-07-29usb: gadget: s3c-hsotg: Allow driver instantiation using device treeTomasz Figa
2013-05-15usb: gadget: s3c-hsotg: pass 'struct usb_request *' to usb_gadget_unmap_reque...Jingoo Han
2013-03-18usb: gadget: s3c-hsotg: fix PHY error handlingFelipe Balbi
2013-03-18usb: gadget: s3c-hsotg: don't assign gadget.dev.release directlyFelipe Balbi
2013-03-18usb: gadget: s3c-hsotg: don't touch gadget.dev.driverFelipe Balbi
2013-03-18usb: gadget: s3c-hsotg: remove unnecessary initializationsFelipe Balbi
2013-03-18usb: gadget: s3c-hsotg: switch over to usb_gadget_map/unmap_request()Felipe Balbi
2013-03-18usb: gadget: drop now unnecessary flagFelipe Balbi
2013-03-18usb: gadget: s3c-hsotg: let udc-core manage gadget->devFelipe Balbi
2013-02-21Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2013-01-25Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman
2013-01-25Merge tag 'gadget-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2013-01-24usb: gadget: constify all struct usb_gadget_opsFelipe Balbi
2013-01-22usb: Convert to devm_ioremap_resource()Thierry Reding
2013-01-18usb: phy: s3c-hsotg: adding phy driver supportPraveen Paneri
2013-01-10usb: gadget: s3c-hsotg: Use devm_regulator_bulk_get APISachin Kamat
2012-12-13usb: gadget: s3c-hsotg: Fix invalid free of devm_ allocated dataTushar Behera
2012-11-21usb: remove use of __devexitBill Pemberton
2012-11-21usb: remove use of __devinitBill Pemberton
2012-11-21usb: remove use of __devexit_pBill Pemberton
2012-09-11Merge tag 'gadget-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2012-09-03usb: gadget: s3c-hsotg: Use devm_clk_get functionSachin Kamat
2012-08-23usb: gadget: s3c-hsotg: fix core reset timeout failureDu, Changbin
2012-08-15drivers/usb/gadget/s3c-hsotg.c: fix error return codeJulia Lawall
2012-07-02usb: gadget: s3c-hsotg: Propagate devicetree to gadget driversAlexandre Pereira da Silva
2012-06-22usb: gadget: hsotg: pullup method implementation for s3c-hsotg UDC driverLukasz Majewski
2012-06-15usb: hsotg: samsung: smp Provide *_lock functions abstraction layer for SMP SoCsLukasz Majewski
2012-06-15usb: hsotg: samsung: Protect the udc_stop routine with spinlockLukasz Majewski
2012-06-15usb: hsotg: samsung: Replace endpoint specific locks with a global lockLukasz Majewski
2012-06-04usb: s3c-hsotg: Use devm_* functions in s3c-hsotg.c fileSachin Kamat