summaryrefslogtreecommitdiff
path: root/drivers/usb/host/isp116x-hcd.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-28usb: isp116x-hcd: Convert to platform remove callback returning voidUwe Kleine-König1-4/+3
2023-02-06USB: isp116x: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2022-04-23usb: remove third argument of usb_maxpacket()Vincent Mailhol1-3/+2
2022-04-21USB: host: isp116x: check return value after calling platform_get_resource()Zhen Ni1-2/+4
2021-03-10USB: host: isp116x: remove dentry pointer for debugfsGreg Kroah-Hartman1-4/+3
2020-11-23usb: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig1-6/+0
2018-05-31USB: isp116x-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-13/+4
2018-03-09USB: host: isp116x: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-13/+2
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-11-01usb: host: isp116x-hcd: mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2017-07-30isp116x-hcd: constify hc_driver structuresJulia Lawall1-1/+1
2015-05-10USB: isp116x-hcd.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+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: isp116x: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-04-03isp116x-hcd: use USB_DT_HUBSergei Shtylyov1-1/+1
2015-01-25isp116x-hcd: use HUB_CHAR_*Sergei Shtylyov1-1/+4
2014-10-20usb: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
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/+2
2013-12-03usb: host: Remove superfluous name castsGeert Uytterhoeven1-1/+1
2013-08-01USB: host: use dev_get_platdata()Jingoo Han1-1/+1
2012-11-22usb: remove use of __devinitBill Pemberton1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-03usb: isp116x-hcd: Convert to module_platform_driverTobias Klauser1-19/+4
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-05-20USB: remove remaining usages of hcd->state from usbcore and fix regressionAlan Stern1-0/+1
2011-03-14USB 3.0 Hub ChangesJohn Youn1-2/+2
2011-03-14USB: Remove bitmap #define from hcd.hSarah Sharp1-3/+3
2010-10-22USB: isp116x-hcd - use resource_size instead of defining its own resource_len...Axel Lin1-4/+2
2010-05-21USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-03-25USB: make transfer_buffer_lengths in struct urb field u32Greg Kroah-Hartman1-1/+1
2008-10-18USB: Let some USB host controllers get IRQ flags from resourceMarc Zyngier1-4/+9
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven1-1/+1
2008-07-22USB: Fix bug with byte order in isp116x-hcd.c fio write/readJulien May1-4/+19
2008-07-22USB: usb dev_name() instead of dev->bus_idKay Sievers1-1/+1
2008-04-25USB: HCDs use the do_remote_wakeup flagAlan Stern1-1/+1
2008-04-25USB: remove dev->power.power_stateAlan Stern1-11/+1
2008-04-11usb host: fix platform driver hotplug/coldplugKay Sievers1-2/+6
2008-03-05USB: isp116x: fix enumeration on bootAnti Sullin1-9/+6
2008-02-02USB: Drop unnecessary continue in a few driversJulia Lawall1-1/+0
2007-10-13USB: Eliminate urb->status usage!Alan Stern1-10/+5
2007-10-13USB: add urb->unlinked fieldAlan Stern1-3/+2
2007-10-13USB: centralize -EREMOTEIO handlingAlan Stern1-7/+1
2007-10-13USB: remove unnecessary tests in isp116x and sl811Alan Stern1-6/+0
2007-10-13USB: make HCDs responsible for managing endpoint queuesAlan Stern1-10/+21
2007-07-20isp116x-hcd: prepare for urb->statusAlan Stern1-101/+86
2007-02-17USB: change __init to __devinit for isp116x_probePrarit Bhargava1-1/+1