summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-at91.c
Commit message (Expand)AuthorAgeFilesLines
* USB: host: ohci-at91: add sam9x60-sfr definition for ohciNicolas Ferre2019-01-181-2/+5
* usb: host: ohci-at91: fix request of irq for optional gpioTudor.Ambarus@microchip.com2018-10-151-0/+2
* usb: host: ohci: fix sfr kernel warning in ohci-at91 driverPrasanthi Chellakumar2018-05-311-1/+1
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: ohci-at91: Do not drop unhandled USB suspend control requestsJelle Martijn Kok2017-03-091-2/+2
* usb: ohci-at91: use descriptor-based gpio APIs correctlyPeter Rosin2017-01-051-14/+10
* USB: OHCI: at91: remove useless extern declarationManjunath Goudar2016-12-081-2/+0
* Merge 4.9-rc3 into usb-nextGreg Kroah-Hartman2016-10-301-3/+6
|\
| * usb: ohci-at91: Set RemoteWakeupConnected bit explicitly.Wenyou Yang2016-10-241-3/+6
* | usb: ohci-at91: Use descriptor-based gpio APIsWenyou Yang2016-10-241-90/+31
|/
* USB: host: ohci-at91: fix non static symbol warningWei Yongjun2016-09-131-1/+1
* usb: ohci-at91: Forcibly suspend ports while USB suspendWenyou Yang2016-08-301-1/+68
* Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-03-171-2/+0
|\
| * gpio: Include linux/gpio.h instead of asm/gpio.hBjorn Helgaas2016-02-161-2/+0
* | usb: ohci-at91: use __maybe_unused to hide pm functionsArnd Bergmann2016-03-031-5/+3
|/
* USB: host: ohci-at91: fix a crash in ohci_hcd_at91_overcurrent_irqAlexandre Belloni2015-12-041-6/+5
* USB: host: ohci-at91: merge loops in ohci_hcd_at91_drv_probeAlexandre Belloni2015-08-141-18/+16
* USB: host: ohci-at91: merge ohci_at91_of_init in ohci_hcd_at91_drv_probeAlexandre Belloni2015-08-141-82/+63
* USB: host: ohci-at91: depend on OFAlexandre Belloni2015-08-141-8/+1
* USB: host: ohci-at91: move at91_usbh_data definition in c fileAlexandre Belloni2015-08-141-0/+11
* USB: host: ohci-at91: remove useless uclk clockBoris Brezillon2015-03-261-15/+3
* USB: host: ohci-at91: Fix wake-up supportSylvain Rochet2015-01-251-8/+19
* USB: host: ohci-at91: usb_hcd_at91_probe(), remove useless stack initialisationSylvain Rochet2015-01-251-1/+1
* USB: host: ohci-at91: Move global variables to private structSylvain Rochet2015-01-251-33/+51
* USB: host: ohci-at91: Use struct dev_pm_ops instead of struct platform_driverSylvain Rochet2015-01-251-11/+10
* ohci-at91: use HUB_CHAR_*Sergei Shtylyov2015-01-251-2/+4
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * usb: host: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | host: ohci-at91: remove duplicate check on resourceVarka Bhadram2014-11-071-8/+3
* | USB: OHCI: ohci-at91: remove unnecessary headersAlexandre Belloni2014-11-031-4/+0
|/
* USB: OHCI: Export the OHCI hub control and status_data functionsLaurent Pinchart2014-04-241-9/+2
* USB: fix: ohci-at91 mismerge build errorArnd Bergmann2014-01-071-1/+1
* Merge 3.13-rc5 into usb-nextGreg Kroah-Hartman2013-12-241-12/+16
|\
| * usb: ohci-at91: fix irq and iomem resource retrievalBoris BREZILLON2013-12-171-11/+15
* | usb: ohci-at91: use device managed clk retrievalBoris BREZILLON2013-12-181-23/+7
* | usb: ohci-at91: use dev variable instead of &pdev->devBoris BREZILLON2013-12-181-9/+9
* | usb: ohci-at91: replace request_mem_region + ioremap by devm_ioremap_resourceBoris BREZILLON2013-12-181-21/+6
* | usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen2013-12-081-1/+3
* | USB: OHCI: Properly handle ohci-at91 suspendMajunath Goudar2013-12-081-2/+9
|/
* Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-141-5/+4
|\
| * DMA-API: usb: use new dma_coerce_mask_and_coherent()Russell King2013-10-311-3/+1
| * DMA-API: usb: use dma_set_coherent_mask()Russell King2013-10-311-3/+4
* | Revert "USB: OHCI: Properly handle ohci-at91 suspend"Greg Kroah-Hartman2013-10-141-8/+2
* | USB: OHCI: Properly handle ohci-at91 suspendManjunath Goudar2013-10-051-2/+8
* | USB: OHCI: make ohci-at91 a separate driverManjunath Goudar2013-09-261-86/+70
|/
* usb: ohci-at91: remove unnecessary dev_set_drvdata()Libo Chen2013-08-271-2/+0
* USB: ohci-at91: add usb_clk for transition to common clk frameworkBoris BREZILLON2013-08-021-2/+21
* USB: host: use dev_get_platdata()Jingoo Han2013-07-311-6/+6
* USB: ohci-at91: prepare clk before calling enableBoris BREZILLON2013-06-241-6/+6
* USB: set device dma_mask without reference to global dataStephen Warren2013-05-161-3/+3