aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-at91.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-05usb: clean up after dropping driver registration log spamArd Biesheuvel1-2/+0
2022-08-31usb: reduce kernel log spam on driver registrationArd Biesheuvel1-1/+0
2022-06-10usb: host: ohci-at91: add support to enter suspend using SMCClément Léger1-23/+46
2021-07-27usb: host: ohci-at91: suspend/resume ports after/before OHCI accessesClaudiu Beznea1-4/+5
2020-10-28usb: hosts: Remove in_interrupt() from commentsAhmed S. Darwish1-3/+8
2020-07-03usb: host: ohci-at91: Demote kerneldoc headers down to basic comment blocksLee Jones1-3/+2
2019-10-15USB: host: ohci-at91: Remove unused variable regs in at91_stop_hcNathan Chancellor1-1/+0
2019-10-04USB: host: ohci-at91: resume: balance the clock start callBoris Krasnovskiy1-2/+2
2019-10-04USB: host: ohci-at91: suspend: delay needed before to stop clocksNicolas Ferre1-0/+1
2019-10-04USB: host: ohci-at91: completely shutdown the controller in at91_stop_hc()Boris Krasnovskiy1-1/+1
2019-01-18USB: host: ohci-at91: add sam9x60-sfr definition for ohciNicolas Ferre1-2/+5
2018-10-15usb: host: ohci-at91: fix request of irq for optional gpioTudor.Ambarus@microchip.com1-0/+2
2018-05-31usb: host: ohci: fix sfr kernel warning in ohci-at91 driverPrasanthi Chellakumar1-1/+1
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-03-09usb: ohci-at91: Do not drop unhandled USB suspend control requestsJelle Martijn Kok1-2/+2
2017-01-05usb: ohci-at91: use descriptor-based gpio APIs correctlyPeter Rosin1-14/+10
2016-12-08USB: OHCI: at91: remove useless extern declarationManjunath Goudar1-2/+0
2016-10-30Merge 4.9-rc3 into usb-nextGreg Kroah-Hartman1-3/+6
2016-10-24usb: ohci-at91: Use descriptor-based gpio APIsWenyou Yang1-90/+31
2016-10-24usb: ohci-at91: Set RemoteWakeupConnected bit explicitly.Wenyou Yang1-3/+6
2016-09-13USB: host: ohci-at91: fix non static symbol warningWei Yongjun1-1/+1
2016-08-30usb: ohci-at91: Forcibly suspend ports while USB suspendWenyou Yang1-1/+68
2016-03-17Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-2/+0
2016-03-03usb: ohci-at91: use __maybe_unused to hide pm functionsArnd Bergmann1-5/+3
2016-02-16gpio: Include linux/gpio.h instead of asm/gpio.hBjorn Helgaas1-2/+0
2015-12-04USB: host: ohci-at91: fix a crash in ohci_hcd_at91_overcurrent_irqAlexandre Belloni1-6/+5
2015-08-14USB: host: ohci-at91: merge loops in ohci_hcd_at91_drv_probeAlexandre Belloni1-18/+16
2015-08-14USB: host: ohci-at91: merge ohci_at91_of_init in ohci_hcd_at91_drv_probeAlexandre Belloni1-82/+63
2015-08-14USB: host: ohci-at91: depend on OFAlexandre Belloni1-8/+1
2015-08-14USB: host: ohci-at91: move at91_usbh_data definition in c fileAlexandre Belloni1-0/+11
2015-03-26USB: host: ohci-at91: remove useless uclk clockBoris Brezillon1-15/+3
2015-01-25USB: host: ohci-at91: Fix wake-up supportSylvain Rochet1-8/+19
2015-01-25USB: host: ohci-at91: usb_hcd_at91_probe(), remove useless stack initialisationSylvain Rochet1-1/+1
2015-01-25USB: host: ohci-at91: Move global variables to private structSylvain Rochet1-33/+51
2015-01-25USB: host: ohci-at91: Use struct dev_pm_ops instead of struct platform_driverSylvain Rochet1-11/+10
2015-01-25ohci-at91: use HUB_CHAR_*Sergei Shtylyov1-2/+4
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-07host: ohci-at91: remove duplicate check on resourceVarka Bhadram1-8/+3
2014-11-03USB: OHCI: ohci-at91: remove unnecessary headersAlexandre Belloni1-4/+0
2014-10-20usb: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-24USB: OHCI: Export the OHCI hub control and status_data functionsLaurent Pinchart1-9/+2
2014-01-07USB: fix: ohci-at91 mismerge build errorArnd Bergmann1-1/+1
2013-12-24Merge 3.13-rc5 into usb-nextGreg Kroah-Hartman1-12/+16
2013-12-18usb: ohci-at91: use device managed clk retrievalBoris BREZILLON1-23/+7
2013-12-18usb: ohci-at91: use dev variable instead of &pdev->devBoris BREZILLON1-9/+9
2013-12-18usb: ohci-at91: replace request_mem_region + ioremap by devm_ioremap_resourceBoris BREZILLON1-21/+6
2013-12-17usb: ohci-at91: fix irq and iomem resource retrievalBoris BREZILLON1-11/+15
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-1/+3
2013-12-08USB: OHCI: Properly handle ohci-at91 suspendMajunath Goudar1-2/+9
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-5/+4