summaryrefslogtreecommitdiff
path: root/drivers/usb/host/r8a66597-hcd.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-28usb: r8a66597-hcd: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2022-04-23usb: remove third argument of usb_maxpacket()Vincent Mailhol1-2/+1
2020-07-09usb: host: r8a66597-hcd: Remove set, then over-written, but never used variab...Lee Jones1-5/+3
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig1-6/+0
2018-12-19usb: r8a66597: Fix a possible concurrency use-after-free bug in r8a66597_endp...Jia-Ju Bai1-1/+4
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-07USB: host: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-11-01usb: r8a66597-hcd: Convert timers to use timer_setup()Kees Cook1-13/+14
2017-07-30usb: r8a66597-hcd: constify hc_driver structuresJulia Lawall1-1/+1
2017-05-17usb: r8a66597-hcd: select a different endpoint on timeoutChris Brandt1-1/+3
2017-05-17usb: r8a66597-hcd: decrease timeoutChris Brandt1-1/+1
2016-02-07usb: r8a66597: add locking to r8a66597_check_detect_childHeiner Kallweit1-0/+2
2016-02-04usb: core: switch bus numbering to using idrHeiner Kallweit1-7/+2
2015-04-10Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-1/+1
2015-04-07usb: host: r8a66597: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-04-03r8a66597-hcd: use USB_DT_HUBSergei Shtylyov1-1/+1
2015-01-25r8a66597-hcd: use HUB_CHAR_*Sergei Shtylyov1-1/+2
2015-01-09usb: r8a66597-hcd: Use setup_timerJulia Lawall1-6/+4
2014-10-20usb: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-24Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2014-01-09usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-09usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+1
2013-12-03usb: host: Remove superfluous name castsGeert Uytterhoeven1-1/+1
2013-11-28usb: r8a66597-hcd: Convert to clk_prepare/unprepareLaurent Pinchart1-2/+2
2013-08-30usb: r8a66597-hcd: use platform_{get,set}_drvdata()Libo Chen1-2/+2
2013-08-01USB: host: use dev_get_platdata()Jingoo Han1-1/+1
2012-11-22usb: remove use of __devexitBill Pemberton1-1/+1
2012-11-22usb: remove use of __devinitBill Pemberton1-1/+1
2012-11-22usb: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-25USB: hub_for_each_child should skip unconnected portsAlan Stern1-4/+2
2012-09-10usb: move children to struct usb_portLan Tianyu1-3/+2
2012-07-31usb/host/r8a66597: remove conditional compilation of clk codeViresh Kumar1-12/+0
2012-05-14Revert "usb: move struct usb_device->children to struct usb_hub_port->child"Greg Kroah-Hartman1-2/+1
2012-05-12usb: move struct usb_device->children to struct usb_hub_port->childLan Tianyu1-1/+2
2012-05-02USB: r8a66597-hcd.c: remove dbg() usageGreg Kroah-Hartman1-10/+10
2012-03-03usb: r8a66597-hcd: Convert to module_platform_driverTobias Klauser1-17/+4
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-1/+1
2011-07-26Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-3/+3
2011-07-09usb: r8a66597-hcd: fixup USB_PORT_STAT_C_SUSPEND shiftKuninori Morimoto1-1/+1
2011-07-09usb: update email address in ohci-sh and r8a66597-hcdYoshihiro Shimoda1-1/+1
2011-07-09usb: r8a66597-hcd: add function for external controllerYoshihiro Shimoda1-1/+1
2011-06-28usb: r8a66597-hcd: fix cannot detect low/full speed deviceYoshihiro Shimoda1-0/+1
2011-03-14USB 3.0 Hub ChangesJohn Youn1-2/+3
2011-03-14USB: Remove bitmap #define from hcd.hSarah Sharp1-2/+2
2010-09-16usb: Fix up r8a66597-hcd section mismatches.Paul Mundt1-2/+2
2010-06-30USB: r8a66597: Fix failure in change of statusNobuhiro Iwamatsu1-1/+1
2010-06-02usb: r8a66597-hcd pio to mmio accessor conversion.Paul Mundt1-2/+2
2010-05-21USB: straighten out port feature vs. port status usageAlan Stern1-15/+15