aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc
AgeCommit message (Expand)AuthorFilesLines
2024-04-11usb: misc: onboard_usb_hub: Disable the USB hub clock on failureFabio Estevam1-1/+5
2024-03-26usb: misc: ljca: Fix double free in error handling pathYongzhi Liu1-13/+9
2024-03-05usb: misc: onboard_hub: use pointer consistently in the probe functionJavier Carrasco1-1/+1
2024-03-05usb: misc: onboard_usb_hub: Add support for TI TUSB8020BMacpaul Lin2-0/+9
2024-01-04USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng1-1/+1
2024-01-02usb: yurex: Fix inconsistent locking bug in yurex_read()Harshit Mogalapalli1-1/+3
2023-12-15usb: yurex: Replace snprintf() with the safer scnprintf() variantLee Jones1-5/+7
2023-11-27usb: misc: onboard_usb_hub: Add support for Cypress CY7C6563xFrieder Schrempf2-0/+7
2023-11-27usb: misc: onboard_usb_hub: Add support for clock inputFrieder Schrempf1-0/+14
2023-11-27usb: misc: onboard_usb_hub: Print symbolic error namesFrieder Schrempf1-4/+5
2023-11-27Merge 6.7-rc3 into usb-nextGreg Kroah-Hartman3-13/+13
2023-11-22usb: misc: onboard-hub: add support for Microchip USB5744Stefan Eichenberger2-0/+9
2023-11-22usb: misc: ljca: Fix enumeration error on Dell Latitude 9420Hans de Goede1-1/+2
2023-11-22usb: misc: eud: Add IRQ check for platform_get_irq()Chen Ni1-0/+3
2023-11-22USB: misc: iowarrior: remove redundant assignment to variable io_resColin Ian King1-1/+0
2023-11-21usb: misc: ljca: Drop _ADR support to get ljca children devicesWentong Wu1-12/+2
2023-10-16Merge 6.6-rc6 into usb-nextGreg Kroah-Hartman2-0/+2
2023-10-11usb: Add support for Intel LJCA deviceWentong Wu3-0/+916
2023-10-10usb: Use device_get_match_data()Rob Herring1-6/+1
2023-10-08usb: usbtest: fix a type promotion bugDan Carpenter1-1/+1
2023-10-02usb: misc: onboard_usb_hub: add Genesys Logic gl3510 hub supportJerome Brunet1-0/+1
2023-10-02usb: misc: onboard_hub: add support for Microchip USB2412 USB 2.0 hubJavier Carrasco2-0/+2
2023-08-08USB: misc: Remove unused include file usb_u132.hYue Haibing1-97/+0
2023-08-04USB: misc: Remove unnecessary NULL valuesRuan Jinjie3-3/+3
2023-08-04USB: cytherm: Correct the code style issue of redundant spacesRuan Jinjie1-5/+5
2023-07-31Merge 6.5-rc4 into usb-nextGreg Kroah-Hartman1-4/+4
2023-07-30usb: misc: onboard-hub: add support for Cypress HX3 USB 3.0 familyBenjamin Bara2-0/+10
2023-07-30usb: misc: onboard-hub: support multiple power suppliesBenjamin Bara2-8/+36
2023-07-27usb: misc: ehset: fix wrong if conditionXu Yang1-4/+4
2023-07-25usb: Explicitly include correct DT includesRob Herring1-1/+1
2023-07-25usb: misc: onboard_usb_hub: add Genesys Logic GL3523 hub supportAnand Moon2-0/+2
2023-06-13usb: usb251xb: Use of_property_read_u16()Christophe JAILLET1-5/+4
2023-05-30usb: misc: onboard_hub: Don't warn twice about problems during removeUwe Kleine-König1-3/+3
2023-05-29usb: misc: eud: Fix indentation issuesBhupesh Sharma1-2/+2
2023-05-29usb: Switch i2c drivers back to use .probe()Uwe Kleine-König3-3/+3
2023-05-28usb: misc: usb3503: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-28usb: misc: eud: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-20USB: sisusbvga: Add endpoint checksAlan Stern1-0/+14
2023-03-29usb: move config USB_USS720 to usb's misc KconfigLukas Bulwahn1-0/+29
2023-03-27Merge 6.3-rc4 into usb-nextGreg Kroah-Hartman2-0/+2
2023-03-21usb: ftdi-elan: Delete driverUwe Kleine-König3-2801/+0
2023-03-21usb: host: u132-hcd: Delete driverUwe Kleine-König1-2/+0
2023-03-16usb: misc: usb3503: support usb3803 and bypass modeEmanuele Ghidoli1-1/+21
2023-03-16usb: misc: usb3503: refactor code to prepare for usb3803 additionEmanuele Ghidoli1-25/+19
2023-03-16usb: misc: usb251xb: drop of_match_ptr for ID tableKrzysztof Kozlowski1-9/+1
2023-03-16usb: Use of_property_read_bool() for boolean propertiesRob Herring1-18/+15
2023-03-09usb: misc: onboard-hub: add support for Microchip USB2517 USB 2.0 hubAlexander Stein2-0/+2
2023-01-23Merge 6.2-rc5 into usb-nextGreg Kroah-Hartman2-10/+10
2023-01-20USB: misc: iowarrior: fix up header size for USB_DEVICE_ID_CODEMERCS_IOW100Greg Kroah-Hartman1-1/+1
2023-01-19usb: misc: onboard_usb_hub: add VIA LAB VL817 hub supportAnand Moon2-0/+9
2023-01-19usb: misc: onboard_usb_hub: add Genesys Logic GL852G hub supportAnand Moon2-0/+6
2023-01-17usb: misc: onboard_hub: Move 'attach' work to the driverMatthias Kaehlcke1-6/+6
2023-01-17usb: misc: onboard_hub: Invert driver registration orderMatthias Kaehlcke1-3/+3
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+2
2022-12-16Merge tag 'usb-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds14-2985/+21
2022-12-14Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-1/+0
2022-12-08usb: misc: onboard_usb_hub: add Genesys Logic GL850G hub supportIcenowy Zheng2-0/+7
2022-12-08USB: sisusbvga: use module_usb_driver()Jiri Slaby (SUSE)1-12/+1
2022-12-08USB: sisusbvga: rename sisusb.c to sisusbvga.cJiri Slaby (SUSE)2-2/+0
2022-12-08USB: sisusbvga: remove console supportJiri Slaby (SUSE)7-2957/+6
2022-11-29usb: misc: onboard_usb_hub: Drop obsolete dependency on COMPILE_TESTJean Delvare1-1/+1
2022-11-22usb: usb251xb: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-22usb: misc: usb3503: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-22usb: usb4604: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-22usb: ftdi-elan: remove variable lColin Ian King1-2/+0
2022-11-21Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman1-1/+1
2022-11-18hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld1-1/+0
2022-10-31Merge 6.1-rc3 into usb-nextGreg Kroah-Hartman1-1/+1
2022-10-24fbdev: sisfb: use explicitly signed charJason A. Donenfeld1-1/+1
2022-10-22usb: ftdi-elan: remove variable err_countColin Ian King1-2/+0
2022-10-20USB: make devnode() callback in usb_class_driver take a const *Greg Kroah-Hartman2-2/+2
2022-10-07Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-25/+34
2022-09-27usb: idmouse: fix an uninit-value in idmouse_openDongliang Mu1-4/+4
2022-09-27usb: usb251xb: Switch to use dev_err_probe() helperYang Yingliang1-8/+4
2022-09-16Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang1-4/+1
2022-09-09usb: misc: usb3503: call clk_disable_unprepare in the error handlingDongliang Mu1-6/+19
2022-09-07usb: misc: uss720: fix uninitialized variable rlenDongliang Mu1-4/+4
2022-09-05Merge 6.0-rc4 into usb-nextGreg Kroah-Hartman1-4/+1
2022-08-19usb: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-08-18usb: misc: onboard_usb_hub: Drop reset delay in onboard_hub_power_off()Matthias Kaehlcke1-4/+1
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2022-07-28usb: misc: onboard_usb_hub: Remove duplicated power_on delayAlexander Stein1-3/+0
2022-07-27usb: misc: onboard_usb_hub: Add TI USB8041 hub supportAlexander Stein2-0/+9
2022-07-27usb: misc: onboard_usb_hub: Add reset-gpio supportAlexander Stein2-5/+45
2022-07-27USB: usbsevseg: convert sysfs snprintf to sysfs_emitXuezhi Zhang1-1/+1
2022-07-27usb: misc: onboard-hub: add support for Microchip USB2514B USB 2.0 hubFabrice Gasnier2-0/+3
2022-07-27usb/misc: fix repeated words in commentsJilin Yuan1-1/+1
2022-07-14usb: ldusb: replace ternary operator with max_t()Jiangshan Yi1-2/+4
2022-07-14usb: misc: onboard_hub: Fix 'missing prototype' warningMatthias Kaehlcke1-0/+1
2022-07-08usb: misc: Add onboard_usb_hub driverMatthias Kaehlcke5-0/+604
2022-06-27tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir*Jiri Slaby1-1/+1
2022-05-03Revert "usb: misc: Add onboard_usb_hub driver"Greg Kroah-Hartman3-534/+0
2022-05-03Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman2-7/+6
2022-04-26usb: misc: Add onboard_usb_hub driverMatthias Kaehlcke3-0/+534
2022-04-23usb: remove third argument of usb_maxpacket()Vincent Mailhol2-11/+6
2022-04-21usb: misc: eud: Fix an error handling path in eud_probe()Christophe JAILLET1-5/+5
2022-04-21usb: misc: fix improper handling of refcount in uss720_probe()Hangyu Hua1-2/+1
2022-02-24usb: misc: USB_QCOM_EUD should depend on ARCH_QCOMGeert Uytterhoeven1-0/+1
2022-02-14Merge 5.17-rc4 into usb-nextGreg Kroah-Hartman1-1/+3
2022-02-11usb: misc: eud: Add driver support for Embedded USB Debugger(EUD)Souradeep Chowdhury3-0/+262
2022-01-31usb: usb251xb: add boost-up property supportTommaso Merciai1-1/+3
2021-12-17usb: misc: ehset: Rework test mode entryRazvan Heghedus1-0/+58
2021-12-17usb: ftdi-elan: fix memory leak on device disconnectWei Yongjun1-0/+1
2021-10-26USB: iowarrior: fix control-message timeoutsJohan Hovold1-6/+2
2021-10-07Revert "usb: misc: ehset: Workaround for "special" hubs"Johan Hovold1-65/+16
2021-10-05usb: misc: ehset: Workaround for "special" hubsRazvan Heghedus1-16/+65
2021-08-13usb: misc: brcmstb-usb-pinmap: add IRQ checkSergey Shtylyov1-0/+2
2021-08-05usb: misc: adutux: use swap()Salah Triki1-4/+1
2021-06-24usb: ftdi-elan: remove redundant continue statement in a while-loopColin Ian King1-1/+0
2021-06-18Revert "USB: misc: Add onboard_usb_hub driver"Greg Kroah-Hartman3-515/+0
2021-06-15USB: misc: Add onboard_usb_hub driverMatthias Kaehlcke3-0/+515
2021-06-09usb: misc: brcmstb-usb-pinmap: check return value after calling platform_get_...Yang Yingliang1-0/+2
2021-05-21USB: trancevibrator: fix control-request directionJohan Hovold1-2/+2
2021-05-21misc/uss720: fix memory leak in uss720_probeDongliang Mu1-0/+1
2021-04-22usb: misc: adutux: fix whitespace coding style issueMalte Deiseroth1-3/+3
2021-03-28usb: misc: usbsevseg: update to use usb_control_msg_send()Anant Thazhemadam1-43/+17
2021-03-28usb: misc: ezusb: update to use usb_control_msg_send()Anant Thazhemadam1-14/+2
2021-03-28usb: misc: ehset: update to use the usb_control_msg_{send|recv}() APIAnant Thazhemadam1-44/+32
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2021-02-22Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+5
2021-02-11usb: misc: usb3503: Fix logic in usb3503_init()Michal Simek1-2/+7
2021-01-26usb: usb251xb: Use of_device_get_match_data()Stephen Boyd1-7/+5
2020-12-28USB: yurex: fix control-URB timeout handlingJohan Hovold1-0/+3
2020-12-15Merge tag 'usb-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds8-14/+368
2020-12-08USB: legotower: fix logical error in recent commitAlan Stern1-1/+1
2020-12-04USB: apple-mfi-fastcharge: Fix use after free in probeDan Carpenter1-1/+3
2020-11-23usb: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-11-18USB: apple-mfi-fastcharge: Fix kfree after failed kzallocLucas Tanure1-11/+4
2020-11-16console: Delete dummy con_font_set() and con_font_default() callback implemen...Peilin Ye1-15/+0
2020-11-16console: Delete unused con_font_copy() callback implementationsPeilin Ye1-6/+0
2020-11-09Merge 5.10-rc3 into usb-nextGreg Kroah-Hartman1-1/+3
2020-11-06USB: apple-mfi-fastcharge: fix reference leak in apple_mfi_fc_set_propertyZhang Qilong1-1/+3
2020-11-06usb: misc: brcmstb-usb-pinmap: Make sync_all_pins staticZou Wei1-1/+1
2020-11-03usb: misc: brcmstb-usb-pinmap: Fix an IS_ERR() vs NULL checkDan Carpenter1-2/+2
2020-11-02Merge 5.10-rc2 into usb-nextGreg Kroah-Hartman1-5/+12
2020-10-28USB: apple-mfi-fastcharge: don't probe unhandled devicesBastien Nocera1-5/+12
2020-10-28USB: sisusbvga: Make console support depend on BROKENThomas Gleixner1-1/+1
2020-10-28usb: Add driver to allow any GPIO to be used for 7211 USB signalsAl Cooper3-0/+361
2020-10-28usb: misc: iowarrior: remove unneeded breakTom Rix1-3/+0
2020-09-25USB: legousbtower: use usb_control_msg_recv()Greg Kroah-Hartman1-41/+20
2020-09-25Revert "USB: legousbtower: use usb_control_msg_recv()"Oliver Neukum1-19/+41
2020-09-22usb: appledisplay: use module_usb_driver to simplify the codeLiu Shixin1-13/+1
2020-09-17USB: adutux: fix debuggingOliver Neukum1-0/+1
2020-09-16USB: legousbtower: use usb_control_msg_recv()Greg Kroah-Hartman1-41/+19
2020-09-04usb/misc: usb3503: Use pm_ptr() macroPaul Cercueil1-10/+8
2020-09-04usb/misc: usb4604: Use pm_ptr() macroPaul Cercueil1-5/+3
2020-08-31Merge 5.9-rc3 into usb-nextGreg Kroah-Hartman2-2/+2
2020-08-28USB: usblcd: Remove the superfluous breakJing Xiangfeng1-1/+0
2020-08-18USB: yurex: remove needless check before usb_free_coherent()Xu Wang1-4/+2
2020-08-18USB: lvtest: return proper error code in probeEvgeny Novikov1-1/+1
2020-08-18USB: yurex: Fix bad gfp argumentAlan Stern1-1/+1
2020-08-06Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-5/+6
2020-07-27USB: iowarrior: fix up report size handling for some devicesGreg Kroah-Hartman1-10/+25
2020-07-21usb: appledisplay: remove needless check before usb_free_coherent()Xu Wang1-2/+1
2020-07-21USB: Replace HTTP links with HTTPS onesAlexander A. Klimov1-2/+2
2020-07-21usb: usbtest: reduce stack usage in test_queueBixuan Cui1-1/+9
2020-07-20Merge 5.8-rc6 into tty-nextGreg Kroah-Hartman1-0/+1
2020-07-15usb: misc: sisusbvga: Move static const tables out to different include fileLee Jones3-631/+689
2020-07-15usb: misc: sisusbvga: sisusb_init: Remove genunine unused static const arraysLee Jones1-31/+0
2020-07-15USB: sisusbvga: Fix a potential UB casued by left shifting a negative valueChangming Liu1-1/+1
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva3-6/+6
2020-07-09usb: misc: legousbtower: Demote function header which is clearly not kerneldocLee Jones1-1/+1
2020-07-09usb: misc: legousbtower: Demote obvious misuse of kerneldoc to standard comme...Lee Jones1-12/+12
2020-07-09usb: misc: ldusb: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones1-12/+12
2020-07-09usb: misc: iowarrior: Demote obvious misuse of kerneldoc to standard comment ...Lee Jones1-7/+7
2020-07-09usb: misc: iowarrior: Fix odd corruption issue in the file headerLee Jones1-1/+1
2020-07-09usb: misc: adutux: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones1-3/+3
2020-06-29Merge 5.8-rc3 into usb-nextGreg Kroah-Hartman1-0/+1
2020-06-24vt: use newly defined CUR_* macrosJiri Slaby1-1/+1
2020-06-24vc: switch state to boolJiri Slaby1-1/+2
2020-06-24vt: introduce enum vc_intensity for intensityJiri Slaby1-3/+3
2020-06-24USB: ch9: add "USB_" prefix in front of TEST definesGreg Kroah-Hartman1-4/+4
2020-06-18usb: usbtest: fix missing kfree(dev->buf) in usbtest_disconnectZqiang1-0/+1
2020-06-18USB: sisusbvga: change char to u8 for sisusb_copy_memoryChangming Liu3-9/+9
2020-06-18usb: sisusb_con: Use array_size() helper in memcpy()Gustavo A. R. Silva1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-4/+4
2020-04-27Merge 5.7-rc3 into usb-nextGreg Kroah-Hartman2-17/+17
2020-04-23USB: sisusbvga: Change port variable from signed to unsignedChangming Liu2-17/+17
2020-04-16USB: misc: Use the correct style for SPDX License IdentifierNishad Kamdar4-4/+4
2020-03-10Merge 5.6-rc5 into usb-nextGreg Kroah-Hartman1-4/+16
2020-03-04usb: usb251xb: fix regulator probe and error handlingMarco Felsch1-4/+16
2020-02-24Merge 5.6-rc3 into usb-nextGreg Kroah-Hartman1-2/+29
2020-02-17USB: misc: iowarrior: add support for the 100 deviceGreg Kroah-Hartman1-2/+7
2020-02-13USB: apple-mfi-fastcharge: fix endianess issue in probeOliver Neukum1-3/+3
2020-02-12USB: Add driver to control USB fast charge for iOS devicesBastien Nocera3-0/+248
2020-02-12USB: misc: iowarrior: add support for the 28 and 28L devicesGreg Kroah-Hartman1-2/+13
2020-02-12USB: misc: iowarrior: add support for 2 OEMed devicesGreg Kroah-Hartman1-2/+13
2019-12-30usb: usb3503: Convert to use GPIO descriptorsLinus Walleij1-59/+35
2019-12-10USB: adutux: fix interface sanity checkJohan Hovold1-1/+1
2019-12-10USB: idmouse: fix interface sanity checksJohan Hovold1-1/+1
2019-11-21usb: misc: Fix Kconfig indentationKrzysztof Kozlowski1-9/+9
2019-11-11USB: chaoskey: fix error case of a timeoutOliver Neukum1-3/+21
2019-11-07appledisplay: fix error handling in the scheduled workOliver Neukum1-1/+7
2019-11-07USB: legousbtower: drop superfluous newlinesJohan Hovold1-5/+0
2019-11-07USB: legousbtower: drop superfluous bracketsJohan Hovold1-12/+6
2019-11-07USB: legousbtower: clean up runaway white spaceJohan Hovold1-85/+87
2019-11-07USB: legousbtower: drop redundant endianness commentsJohan Hovold1-3/+3
2019-11-07USB: legousbtower: drop unnecessary packed attributesJohan Hovold1-2/+2
2019-11-07USB: legousbtower: clean up pointer declarations in driver dataJohan Hovold1-8/+8