summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/usb251xb.c
Commit message (Expand)AuthorAgeFilesLines
* usb: Explicitly include correct DT includesRob Herring2023-07-251-1/+1
* usb: usb251xb: Use of_property_read_u16()Christophe JAILLET2023-06-131-5/+4
* usb: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-291-1/+1
* usb: misc: usb251xb: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-161-9/+1
* usb: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-161-18/+15
* usb: usb251xb: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
* usb: usb251xb: Switch to use dev_err_probe() helperYang Yingliang2022-09-271-8/+4
* usb: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-191-3/+3
* usb: usb251xb: add boost-up property supportTommaso Merciai2022-01-311-1/+3
* usb: usb251xb: Use of_device_get_match_data()Stephen Boyd2021-01-261-7/+5
* usb: usb251xb: fix regulator probe and error handlingMarco Felsch2020-03-041-4/+16
* usb: usb251xb: Add support for USB2422Uwe Kleine-König2019-11-041-0/+12
* usb: usb251xb: Drop some unused definesUwe Kleine-König2019-11-041-5/+0
* usb: usb251xb: add pm_opsMarco Felsch2019-10-041-0/+24
* usb: usb251xb: simplify reset helperMarco Felsch2019-10-041-8/+7
* usb: usb251xb: add vdd supply supportMarco Felsch2019-10-041-0/+10
* usb: usb251xb: Reallow swap-dx-lanes to apply to the upstream portLucas Stach2019-07-251-6/+7
* Revert "usb: usb251xb: Add US port lanes inversion property"Lucas Stach2019-07-251-2/+0
* usb: usb251xb: Add US port lanes inversion propertySerge Semin2019-05-021-0/+2
* usb: usb251xb: Create a ports field collector methodSerge Semin2019-05-021-45/+26
* usb: usb251xb: Add an empty hub' i2c-bus segment checkerSerge Semin2019-04-271-0/+7
* usb: usb251xb: Lock i2c-bus segment the hub residesSerge Semin2019-04-251-0/+55
* usb: usb251xb: fix to avoid potential NULL pointer dereferenceAditya Pakki2019-03-261-1/+1
* usb: usb251xb: Remove unnecessary comparison of unsigned integer with >= 0Gustavo A. R. Silva2019-03-191-1/+1
* usb: usb251xb: add usb data lane port swap featureMarco Felsch2019-01-181-2/+13
* USB: misc: Remove redundant license textGreg Kroah-Hartman2017-11-041-10/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: usb251xb: Use GPIO descriptor consumer interfaceSerge Semin2017-11-011-20/+13
* usb: usb251xb: Add max power/current dts property supportSerge Semin2017-11-011-4/+20
* usb: usb251xb: Fix property_u32 NULL pointer dereferenceSerge Semin2017-11-011-7/+7
* usb: usb251xb: Add USB2517 LED settingsSerge Semin2017-11-011-0/+12
* usb: usb251xb: Add battery enable setting flagSerge Semin2017-11-011-0/+9
* usb: usb251xb: Add 5,6,7 ports boost settingsSerge Semin2017-11-011-5/+10
* usb: usb251xb: Add 5,6,7 ports mapping def settingSerge Semin2017-11-011-1/+11
* usb: usb251xb: Add USB251x specific port count settingSerge Semin2017-11-011-3/+21
* usb: usb251xb: Add USB2517i specific struct and IDsSerge Semin2017-11-011-2/+21
* USB: misc: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman2017-07-221-1/+0
* usb: usb251xb: dt: add unit suffix to oc-delay and power-on-timeRichard Leitner2017-03-091-15/+20
* usb: usb251xb: remove max_{power,current}_{sp,bp} propertiesRichard Leitner2017-03-091-20/+4
* usb: misc: add USB251xB/xBi Hi-Speed Hub Controller DriverRichard Leitner2017-02-141-0/+605