summaryrefslogtreecommitdiff
path: root/drivers/usb/host/max3421-hcd.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-15usb: host: max3421-hcd: Replace snprintf() with the safer scnprintf() variantLee Jones1-9/+9
2023-03-16usb: host: max3421-hcd: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-02-07usb: max-3421: Fix setting of I/O pinsMark Tomlinson1-1/+1
2023-01-31USB: MAX3421: Handle USB NAK correctlyMark Tomlinson1-11/+2
2022-06-24usb: max-3421: drop unexpected word "the" in the commentsJiang Jian1-1/+1
2022-04-23usb: remove third argument of usb_maxpacket()Vincent Mailhol1-3/+3
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-2/+1
2021-10-21usb: max-3421: Use driver data instead of maintaining a list of bound devicesUwe Kleine-König1-20/+5
2021-07-21usb: max-3421: Prevent corruption of freed memoryMark Tomlinson1-30/+14
2021-06-18sched: Unbreak wakeupsPeter Zijlstra1-2/+1
2020-11-23usb: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-11-18usb/max3421: fix return error code in max3421_probe()Yang Yingliang1-1/+2
2020-07-21USB: Replace HTTP links with HTTPS onesAlexander A. Klimov1-3/+3
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2019-08-21usb/max3421: remove the dummy {un,}map_urb_for_dma methodsChristoph Hellwig1-17/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-11-01usb: host: max3421-hcd: Remove pdata test in max3421_hub_control()Jules Maselbas1-13/+2
2017-10-04usb: max3421: Add devicetree supportJules Maselbas1-1/+86
2017-07-30usb: host: max3421-hcd: constify hc_driver structuresJulia Lawall1-1/+1
2016-08-30usb: host: max3421-hcd: don't print on ENOMEMWolfram Sang1-6/+2
2016-08-09usb: host: max3421-hcd: fix mask of IO control registerJaewon Kim1-1/+1
2016-01-25usb: host: max3421-hcd: use list_for_each_entry*Geliang Tang1-11/+5
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-04-03max3421-hcd: use USB_DT_HUBSergei Shtylyov1-1/+1
2015-01-25max3421-hcd: use HUB_CHAR_*Sergei Shtylyov1-1/+2
2015-01-09usb: host: max3421-hcd: use time_after()Asaf Vertz1-1/+2
2014-07-10usb: host: max3421-hcd: unconditionally use GFP_ATOMIC in max3421_urb_enqueue()Alexey Khoroshilov1-1/+1
2014-07-10usb: host: max3421-hcd: Fix max3421_reset_port() to set USB_PORT_STAT_RESETDavid Mosberger-Tang1-0/+1
2014-07-10usb: host: max3421-hcd: Use atomic bitops in lieu of bit fieldsDavid Mosberger-Tang1-25/+20
2014-05-29usb: host: max3421-hcd: Use module_spi_driverSachin Kamat1-14/+1
2014-05-29usb: host: max3421-hcd: Allow platform-data to specify Vbus polarityDavid Mosberger-Tang1-2/+4
2014-05-29usb: host: max3421-hcd: fix "spi_rd8" uses dynamic stack allocation warningDavid Mosberger-Tang1-34/+60
2014-05-29usb: host: max3421-hcd: Fix missing unlock in max3421_urb_enqueue()David Mosberger-Tang1-2/+5
2014-05-29usb: host: max3421-hcd: Fix potential NULL urb dereferenceDavid Mosberger-Tang1-1/+3
2014-05-28Add support for using a MAX3421E chip as a host driver.David Mosberger1-0/+1937