summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/max3421-hcd.c
Commit message (Expand)AuthorAgeFilesLines
* usb: host: max3421-hcd: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-161-1/+1
* usb: max-3421: Fix setting of I/O pinsMark Tomlinson2023-02-071-1/+1
* USB: MAX3421: Handle USB NAK correctlyMark Tomlinson2023-01-311-11/+2
* usb: max-3421: drop unexpected word "the" in the commentsJiang Jian2022-06-241-1/+1
* usb: remove third argument of usb_maxpacket()Vincent Mailhol2022-04-231-3/+3
* spi: make remove callback a void functionUwe Kleine-König2022-02-091-2/+1
* usb: max-3421: Use driver data instead of maintaining a list of bound devicesUwe Kleine-König2021-10-211-20/+5
* usb: max-3421: Prevent corruption of freed memoryMark Tomlinson2021-07-211-30/+14
* sched: Unbreak wakeupsPeter Zijlstra2021-06-181-2/+1
* usb: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-231-0/+1
* usb/max3421: fix return error code in max3421_probe()Yang Yingliang2020-11-181-1/+2
* USB: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-211-3/+3
* usb: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-101-3/+3
* usb/max3421: remove the dummy {un,}map_urb_for_dma methodsChristoph Hellwig2019-08-211-17/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: host: max3421-hcd: Remove pdata test in max3421_hub_control()Jules Maselbas2017-11-011-13/+2
* usb: max3421: Add devicetree supportJules Maselbas2017-10-041-1/+86
* usb: host: max3421-hcd: constify hc_driver structuresJulia Lawall2017-07-301-1/+1
* usb: host: max3421-hcd: don't print on ENOMEMWolfram Sang2016-08-301-6/+2
* usb: host: max3421-hcd: fix mask of IO control registerJaewon Kim2016-08-091-1/+1
* usb: host: max3421-hcd: use list_for_each_entry*Geliang Tang2016-01-241-11/+5
* spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0
* max3421-hcd: use USB_DT_HUBSergei Shtylyov2015-04-031-1/+1
* max3421-hcd: use HUB_CHAR_*Sergei Shtylyov2015-01-251-1/+2
* usb: host: max3421-hcd: use time_after()Asaf Vertz2015-01-091-1/+2
* usb: host: max3421-hcd: unconditionally use GFP_ATOMIC in max3421_urb_enqueue()Alexey Khoroshilov2014-07-091-1/+1
* usb: host: max3421-hcd: Fix max3421_reset_port() to set USB_PORT_STAT_RESETDavid Mosberger-Tang2014-07-091-0/+1
* usb: host: max3421-hcd: Use atomic bitops in lieu of bit fieldsDavid Mosberger-Tang2014-07-091-25/+20
* usb: host: max3421-hcd: Use module_spi_driverSachin Kamat2014-05-291-14/+1
* usb: host: max3421-hcd: Allow platform-data to specify Vbus polarityDavid Mosberger-Tang2014-05-291-2/+4
* usb: host: max3421-hcd: fix "spi_rd8" uses dynamic stack allocation warningDavid Mosberger-Tang2014-05-291-34/+60
* usb: host: max3421-hcd: Fix missing unlock in max3421_urb_enqueue()David Mosberger-Tang2014-05-281-2/+5
* usb: host: max3421-hcd: Fix potential NULL urb dereferenceDavid Mosberger-Tang2014-05-281-1/+3
* Add support for using a MAX3421E chip as a host driver.David Mosberger2014-05-271-0/+1937