index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
usb.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-09
usb: Return -ENOENT when no devices are found
Simon Glass
1
-1
/
+8
2023-05-13
usb: Tidy up the usb_start flag
Simon Glass
1
-0
/
+3
2022-12-07
usb: eth: Remove non-DM_ETH code
Tom Rini
1
-15
/
+0
2022-02-11
usb: ehci-mx6: Enable OTG detection on imx8mm and imx8mn
Adam Ford
1
-1
/
+2
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
1
-13
/
+13
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
1
-6
/
+6
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
1
-1
/
+1
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
1
-2
/
+2
2020-09-01
usb: ci_udc: Add function to remove usb device
Ye Li
1
-0
/
+9
2020-05-15
usb: Update struct usb_device to indicate speed enum
Simon Glass
1
-1
/
+1
2020-04-09
usb: Keep async schedule running only across mass storage xfers
Marek Vasut
1
-0
/
+11
2019-11-25
usb: kbd: move USB_KBD_BOOT_REPORT_SIZE to usb.h
Heinrich Schuchardt
1
-0
/
+6
2019-09-11
usb: Add nonblock argument to submit_int_msg
Michal Suchanek
1
-4
/
+5
2019-09-11
usb: usb_submit_int_msg -> usb_int_msg
Michal Suchanek
1
-2
/
+2
2018-11-26
usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/
Sven Schwermer
1
-6
/
+6
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2017-10-01
dm: usb: emul: Drop usb_emul_reset()
Bin Meng
1
-8
/
+0
2017-10-01
usb: emul: Expose find_descriptor() as a public API
Bin Meng
1
-0
/
+11
2017-10-01
usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum()
Bin Meng
1
-2
/
+16
2017-10-01
usb: Fix comments of usb_emul_find_for_dev()
Bin Meng
1
-1
/
+0
2017-10-01
usb: emul: Remove maxpacketsize in usb_emul_setup_device()
Bin Meng
1
-3
/
+2
2017-09-27
dm: usb: Add a new USB controller operation 'get_max_xfer_size'
Bin Meng
1
-1
/
+21
2017-07-28
dm: usb: Add a new USB controller operation 'update_hub_device'
Bin Meng
1
-1
/
+20
2017-07-28
usb: hub: Parse and save TT details from device descriptor
Bin Meng
1
-0
/
+16
2017-07-28
usb: hub: Support 'set hub depth' request for USB 3.0 hubs
Bin Meng
1
-0
/
+1
2017-07-28
usb: hub: Add a new API to test if a hub device is root hub
Bin Meng
1
-0
/
+8
2017-07-28
usb: hub: Remove hub_port_reset()
Bin Meng
1
-18
/
+0
2017-07-28
usb: hub: Change USB hub descriptor to match USB 3.0 hubs
Bin Meng
1
-4
/
+14
2017-05-15
Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD
Tom Rini
1
-1
/
+2
2016-05-17
dm: usb: Drop the get_dev() function
Simon Glass
1
-1
/
+0
2016-03-22
Fix spelling of "transferred".
Vagrant Cascadian
1
-2
/
+2
2016-03-20
usb: Change power-on / scanning timeout handling
Stefan Roese
1
-0
/
+4
2016-03-14
dm: Drop the block_dev_desc_t typedef
Simon Glass
1
-1
/
+1
2016-01-07
usb: Allow up to 7 storage devices
Simon Glass
1
-1
/
+1
2015-12-31
usb: Move determination of TT hub address/port into separate function
Stefan Brüns
1
-0
/
+12
2015-12-31
usb: Alloc buffer for USB descriptor dynamically
Stefan Brüns
1
-2
/
+3
2015-11-19
usb: sandbox: Add support for interrupt operations
Simon Glass
1
-0
/
+11
2015-11-19
sandbox: usb: Allow finding a USB emulator for a device
Simon Glass
1
-0
/
+10
2015-11-19
usb: Refactor USB tree output code for testing
Simon Glass
1
-0
/
+8
2015-10-23
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
Simon Glass
1
-1
/
+1
2015-08-05
usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB
Paul Kocialkowski
1
-2
/
+2
2015-07-21
dm: usb: Adjust the USB_DEVICE() macro naming
Simon Glass
1
-1
/
+17
2015-07-21
dm: usb: Correct the struct usb_driver_entry comment
Simon Glass
1
-2
/
+2
2015-07-21
dm: usb: Allow usb host drivers to implement usb_reset_root_port
Hans de Goede
1
-0
/
+5
2015-07-21
usb: Add an usb_device parameter to usb_reset_root_port
Hans de Goede
1
-6
/
+2
2015-07-21
usb: usb_setup_device: Drop unneeded portnr function argument
Hans de Goede
1
-3
/
+3
2015-07-21
usb: Drop device-model specific copy of usb_legacy_port_reset
Hans de Goede
1
-8
/
+0
2015-06-19
usb.h: Always declare usb function prototypes
Hans de Goede
1
-15
/
+0
2015-05-14
usb: add device connection/disconnection detection
Vincent Palatin
1
-0
/
+2
2015-05-14
dm: usb: Add support for companion controllers
Hans de Goede
1
-0
/
+3
[next]