summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/isp1760-if.c
Commit message (Expand)AuthorAgeFilesLines
* usb: isp1760: Move driver from drivers/usb/host/ to drivers/usb/isp1760/Laurent Pinchart2015-01-271-312/+0
* usb: isp1760: Set IRQF_SHARED flag in core codeLaurent Pinchart2015-01-271-5/+4
* usb: isp1760: Move core code to isp1760-core.cLaurent Pinchart2015-01-271-1/+1
* usb: isp1760: Reorganize header filesLaurent Pinchart2015-01-271-0/+1
* usb: isp1760: Refactor PCI initialization codeLaurent Pinchart2015-01-271-65/+69
* usb: isp1760: Use the managed devm_ioremap_resource() APILaurent Pinchart2015-01-271-28/+9
* usb: isp1760: Pass resource pointer to isp1760_registerLaurent Pinchart2015-01-271-4/+4
* usb: isp1760: Remove busname argument to isp1760_registerLaurent Pinchart2015-01-271-4/+2
* usb: isp1760: Prefix init_kmem_once and deinit_kmem_cache with isp1760_Laurent Pinchart2015-01-271-3/+3
* usb: isp1760: Don't expose hcd to glue code from isp1760_registerLaurent Pinchart2015-01-271-13/+6
* usb: isp1760: Manage device driver data in common codeLaurent Pinchart2015-01-271-3/+0
* usb: isp1760: Move removal cleanup code to isp1760-hcd.cLaurent Pinchart2015-01-271-14/+2
* usb: isp1760: Merge platform and OF glue codesLaurent Pinchart2015-01-271-135/+55
* usb: isp1760: Unmap I/O registers at platform device removalLaurent Pinchart2015-01-271-2/+1
* usb: isp1760: Retrieve pdev memory resource from hcd at remove timeLaurent Pinchart2015-01-271-5/+1
* usb: isp1760: Remove isp1760 glue structureLaurent Pinchart2015-01-271-31/+15
* usb: isp1760: Use the gpio descriptor APILaurent Pinchart2015-01-271-32/+7
* usb: host: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* USB: host: use dev_get_platdata()Jingoo Han2013-07-311-1/+1
* USB: host: use platform_{get,set}_drvdata()Jingoo Han2013-05-301-6/+4
* usb: isp1760-if: fix memleak when platform_get_resource failLibo Chen2013-05-161-1/+3
* usb: remove use of __devexitBill Pemberton2012-11-211-1/+1
* usb: remove use of __devinitBill Pemberton2012-11-211-2/+2
* usb: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* USB: isp1760-if: Change to use irq_of_parse_and_mapNobuhiro Iwamatsu2012-10-251-5/+2
* isp1760-if: make module unloads correctlyMichael Grzeschik2012-04-181-0/+8
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-091-7/+12
|\
| * drivers/usb/host/isp1760-if.c: introduce missing kfreeJulia Lawall2012-01-041-4/+9
| * USB: isp1760: Fix endianness-sensitivity in of_isp1760_probe()Dave Martin2011-12-091-3/+3
* | USB: Fix usb/isp1760 build on sparcDavid Miller2011-12-211-4/+4
|/
* usb: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker2011-10-311-0/+1
* usb/isp1760: Allow to optionally trigger low-level chip reset via GPIOLIB.Joachim Foerster2011-10-191-15/+53
* usb/isp1760: Let OF bindings depend on general CONFIG_OF instead of PPC_OF .Joachim Foerster2011-10-181-4/+6
* USB: irq: Remove IRQF_DISABLEDYong Zhang2011-09-181-3/+3
* dt/usb: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-281-5/+4
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-2/+2
* Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-221-7/+6
|\
| * USB: isp1760: Use resource_sizeTobias Klauser2010-05-201-6/+5
| * USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-201-1/+1
* | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-2/+5
* | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-1/+1
|/
* USB host: make Open Firmware device id constantNémeth Márton2010-03-021-1/+1
* USB: isp1760: allow platform devices to customize devflagsMichael Hennerich2009-09-231-1/+20
* USB: isp1760: use __devexit_p() for remove functionMike Frysinger2009-07-121-1/+1
* USB: Add platform device support for the ISP1760 USB chipCatalin Marinas2009-03-241-16/+79
* USB: isp1760: don't auto disable Port1 on ISP1761Thomas Hommel2009-01-071-3/+0
* USB: isp1760: Fix probe in PCI glue codeKarl Bongers2009-01-071-42/+55
* USB: isp1760: use a specific PLX bridge instead of any bdridgeSebastian Andrzej Siewior2009-01-071-6/+10
* USB: remove optional bus bindings in isp1760, fixing runtime warningSebastian Andrzej Siewior2008-11-131-11/+11
* USB: remove err() macro from more usb driversGreg Kroah-Hartman2008-10-171-1/+1