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
old/tizen_20241126
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
/
drivers
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-05
sunxi: A64: OHCI: prevent turning off shared USB clock
Andre Przywara
1
-1
/
+18
2018-07-05
usb: dwc2: Add brcm,bcm2708-usb compatible
Emmanuel Vadot
1
-0
/
+1
2018-06-29
usb: sunxi: Use proper reg_mask for clock gate, reset
Jagan Teki
2
-5
/
+13
2018-06-29
usb: ohci: change the NUM_EDs from 8 to 32
Zeng Tao
1
-1
/
+1
2018-06-29
usb: sunxi: ohci: make ohci_t the first member in private data
Vasily Khoruzhick
1
-1
/
+1
2018-06-27
dwc2 USB controller hangs with lan78xx
Andrew Thomas
1
-1
/
+1
2018-06-16
Merge branch 'master' of git://git.denx.de/u-boot-usb
Tom Rini
2
-41
/
+166
2018-06-14
usb: sunxi: access ahb_reset0_cfg in CCM using its offset
Vasily Khoruzhick
2
-6
/
+37
2018-06-13
Merge git://git.denx.de/u-boot-x86
Tom Rini
1
-3
/
+2
2018-06-13
lib: Add hexdump
Alexey Brodkin
2
-2
/
+3
2018-06-13
usb: sunxi: sun50i: enable OHCI0 clock when OHCI1 is in use
Vasily Khoruzhick
1
-2
/
+10
2018-06-13
usb: sunxi: ohci: get rid of ifdefs
Vasily Khoruzhick
1
-20
/
+63
2018-06-13
usb: sunxi: ehci: get rid of ifdefs
Vasily Khoruzhick
1
-20
/
+63
2018-06-13
usb: xhci-pci: Fix compiler warning
Bin Meng
1
-3
/
+2
2018-06-07
bug.h: introduce WARN_ONCE
Ramon Fried
2
-7
/
+0
2018-06-04
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
Tom Rini
6
-98
/
+297
2018-06-01
Merge tag 'xilinx-for-v2018.07-2' of git://www.denx.de/git/u-boot-microblaze
Tom Rini
1
-1
/
+1
2018-05-31
usb: xhci: zynqmp: Fix header location
Michal Simek
1
-1
/
+1
2018-05-30
usb: fastboot: Convert USB f_fastboot to shared fastboot
Alex Kiernan
1
-281
/
+37
2018-05-30
fastboot: Rename public fb_ functions to fastboot_
Alex Kiernan
1
-6
/
+6
2018-05-30
fastboot: Extract common definitions from USB fastboot
Alex Kiernan
1
-2
/
+0
2018-05-30
fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flag
Alex Kiernan
1
-6
/
+1
2018-05-30
fastboot: Correct dependencies in FASTBOOT_FLASH
Alex Kiernan
1
-7
/
+7
2018-05-30
fastboot: Extract fastboot_okay/fail to fb_common.c
Alex Kiernan
1
-13
/
+0
2018-05-30
fastboot: Refactor fastboot_okay/fail to take response
Alex Kiernan
1
-22
/
+13
2018-05-30
gadget: f_thor: Fix memory leaks of usb request and its buffer
Seung-Woo Kim
1
-33
/
+32
2018-05-30
rockchip: xhci: remove DTS parsing for PHY (which is unused)
Philipp Tomsich
1
-16
/
+0
2018-05-30
usb: xhci: Handle endianness in xhci_set_configuration()
Bin Meng
1
-1
/
+1
2018-05-30
usb: xhci: Fix config fail of FS hub behind a HS hub with MTT
Bin Meng
1
-1
/
+8
2018-05-30
usb: xhci: Initialize dev_state to 0 in the input slot context
Bin Meng
1
-0
/
+1
2018-05-30
usb: xhci: Set accurate add context flags when updating hub attributes
Bin Meng
1
-1
/
+1
2018-05-30
usb: xhci-rcar: deregister before deactivating clock
Matthias Blankertz
1
-1
/
+4
2018-05-28
usb: sunxi: Switch to use generic-phy
Jagan Teki
4
-39
/
+124
2018-05-28
phy: sun4i-usb: Add a sunxi specific function for setting squelch-detect
Jagan Teki
3
-11
/
+28
2018-05-28
musb: sunxi: Add support for H3/H5/A64
Jagan Teki
1
-1
/
+2
2018-05-28
musb: sunxi: Use BIT instead of numerical shift
Jagan Teki
1
-14
/
+14
2018-05-28
musb: sunxi: Add OTG device clkgate and reset for H3/H5
Jagan Teki
1
-0
/
+17
2018-05-28
musb: sunxi: Add fifo config
Jagan Teki
1
-5
/
+65
2018-05-28
musb: sunxi: Use simple way to fill musb_hdrc pdata
Jagan Teki
1
-13
/
+10
2018-05-28
musb: sunxi: Add proper macros instead of numericals
Jagan Teki
1
-4
/
+8
2018-05-28
usb: sunxi: Simplify ccm reg base code
Jagan Teki
3
-25
/
+43
2018-05-18
drivers: usb: dwc3: remove devm_zalloc from linux_compact
Mugunthan V N
4
-8
/
+8
2018-05-18
usb: xhci: zynqmp: Remove support for !DM_USB
Michal Simek
2
-46
/
+1
2018-05-18
usb: xhci: zynqmp: Add support for DM_USB
Michal Simek
1
-0
/
+69
2018-05-18
usb: dwc3: Add generic DWC3 glue logic driver
Michal Simek
3
-0
/
+164
2018-05-18
usb: common: add support to get maximum speed from dt
Mugunthan V N
1
-0
/
+29
2018-05-18
usb: dwc3: Add dwc3_init/remove with DM_USB
Mugunthan V N
3
-1
/
+62
2018-05-18
gadget: f_thor: update to support more than 4GB file as thor 5.0
Seung-Woo Kim
2
-4
/
+8
2018-05-18
gadget: f_thor: fix filename overflow
Seung-Woo Kim
1
-1
/
+2
2018-05-15
usb: composite convert __set_bit to generic_set_bit
Bryan O'Donoghue
1
-1
/
+1
[next]