summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/max3421-hcd.c
AgeCommit message (Expand)Author
2021-07-28usb: max-3421: Prevent corruption of freed memoryMark Tomlinson
2020-12-30usb/max3421: fix return error code in max3421_probe()Yang Yingliang
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-11-01usb: host: max3421-hcd: Remove pdata test in max3421_hub_control()Jules Maselbas
2017-10-04usb: max3421: Add devicetree supportJules Maselbas
2017-07-30usb: host: max3421-hcd: constify hc_driver structuresJulia Lawall
2016-08-30usb: host: max3421-hcd: don't print on ENOMEMWolfram Sang
2016-08-09usb: host: max3421-hcd: fix mask of IO control registerJaewon Kim
2016-01-24usb: host: max3421-hcd: use list_for_each_entry*Geliang Tang
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis
2015-04-03max3421-hcd: use USB_DT_HUBSergei Shtylyov
2015-01-25max3421-hcd: use HUB_CHAR_*Sergei Shtylyov
2015-01-09usb: host: max3421-hcd: use time_after()Asaf Vertz
2014-07-09usb: host: max3421-hcd: unconditionally use GFP_ATOMIC in max3421_urb_enqueue()Alexey Khoroshilov
2014-07-09usb: host: max3421-hcd: Fix max3421_reset_port() to set USB_PORT_STAT_RESETDavid Mosberger-Tang
2014-07-09usb: host: max3421-hcd: Use atomic bitops in lieu of bit fieldsDavid Mosberger-Tang
2014-05-29usb: host: max3421-hcd: Use module_spi_driverSachin Kamat
2014-05-29usb: host: max3421-hcd: Allow platform-data to specify Vbus polarityDavid Mosberger-Tang
2014-05-29usb: host: max3421-hcd: fix "spi_rd8" uses dynamic stack allocation warningDavid Mosberger-Tang
2014-05-28usb: host: max3421-hcd: Fix missing unlock in max3421_urb_enqueue()David Mosberger-Tang
2014-05-28usb: host: max3421-hcd: Fix potential NULL urb dereferenceDavid Mosberger-Tang
2014-05-27Add support for using a MAX3421E chip as a host driver.David Mosberger