summaryrefslogtreecommitdiff
path: root/drivers/usb/common/ulpi.c
AgeCommit message (Expand)Author
2024-01-27usb: ulpi: Fix debugfs directory leakSean Anderson
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-04-05usb: ulpi: Use of_request_module()Miquel Raynal
2023-03-23USB: mark all struct bus_type as constGreg Kroah-Hartman
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-06USB: ULPI: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2022-12-28Revert "usb: ulpi: defer ulpi_register on ulpi_read_id timeout"Ferry Toth
2022-12-08usb: ulpi: defer ulpi_register on ulpi_read_id timeoutFerry Toth
2022-09-27usb: ulpi: use DEFINE_SHOW_ATTRIBUTE to simplify ulpi_regsLiu Shixin
2022-02-14usb: ulpi: Add debugfs supportSean Anderson
2022-01-31usb: ulpi: Call of_node_put correctlySean Anderson
2022-01-31usb: ulpi: Move of_node_put to ulpi_dev_releaseSean Anderson
2022-01-26usb: common: ulpi: Fix crash in ulpi_match()Jon Hunter
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-05-27usb: common: ulpi: Add leading underscores for function name '__ulpi_register...Lee Jones
2020-11-26usb: common: ulpi: Constify static attribute_group structRikard Falkeborn
2020-07-03usb: common: ulpi: Fix a few kerneldoc related issuesLee Jones
2017-11-28USB: ulpi: fix bus-node lookupJohan Hovold
2017-11-04USB: common: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-08-28usb: make device_type constBhumika Goyal
2017-03-22of: Add function for generating a DT modalias with a newlineRob Herring
2017-01-20usb: ulpi: Support device discovery via DTStephen Boyd
2016-09-14Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2016-09-06usb: ulpi: make ops struct constantTal Shorer
2016-09-06usb: ulpi: remove "dev" field from struct ulpi_opsTal Shorer
2016-09-06usb: ulpi: rename operations {read|write}_dev to simply {read|write}Tal Shorer
2016-09-06usb: ulpi: remove calls to old api callbacksTal Shorer
2016-09-06usb: ulpi: add new api functions, {read|write}_dev()Tal Shorer
2016-09-06usb: ulpi: move setting of ulpi->dev parent up in ulpi_register()Tal Shorer
2016-08-09usb: ulpi: Automatically set driver::owner with ulpi_driver_register()Stephen Boyd
2015-07-20usb: ulpi: ulpi_init should be executed in subsys_initcallLu Baolu
2015-05-13usb: add bus type for USB ULPIHeikki Krogerus