Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
bd6bce004d78b867ba0c6d3712f1c5b50398af9a
bd6bce0
usb: gadget: udc: renesas_usb3: disable the controller's irqs for reconnecting
by Yoshihiro Shimoda
· 7 years ago
0259068
usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error
by Yoshihiro Shimoda
· 7 years ago
003bc1d
usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc
by Yoshihiro Shimoda
· 7 years ago
d998844
usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add udc
by Yoshihiro Shimoda
· 7 years ago
1990cf7
usb: gadget: udc: renesas_usb3: should remove debugfs
by Yoshihiro Shimoda
· 7 years ago
a665140
usb: gadget: composite Allow for larger configuration descriptors
by Joel Pepper
· 7 years ago
0564536
usb: dwc3: gadget: Fix list_del corruption in dwc3_ep_dequeue
by Mayank Rana
· 7 years ago
6910251
usb: dwc3: gadget: dwc3_gadget_del_and_unmap_request() can be static
by Wei Yongjun
· 7 years ago
fe70dce
usb: dwc2: pci: Fix error return code in dwc2_pci_probe()
by Wei Yongjun
· 7 years ago
5295322
usb: dwc2: WA for Full speed ISOC IN in DDMA mode.
by Artur Petrosyan
· 7 years ago
a7ef207
usb: dwc2: dwc2_vbus_supply_init: fix error check
by Tomeu Vizoso
· 7 years ago
43a6dc9
usb: gadget: f_phonet: fix pn_net_xmit()'s return type
by Luc Van Oostenryck
· 7 years ago
d98c624
usb: dwc2: Fix HiKey regression caused by power_down feature
by John Stultz
· 7 years ago
6fb914d
usb: dwc2: Fix kernel doc's warnings.
by Grigor Tovmasyan
· 7 years ago
431d93c
usb: gadget: fsl: Introduce FSL_USB2_PHY_UTMI_DUAL for usb gadget
by Nikhil Badola
· 7 years ago
edbbfe1
usb: dwc3: dwc3_get_extcon() can be static
by kbuild test robot
· 7 years ago
31a2f5a
usb: dwc3: gadget: init req->{direction,epnum} from alloc_request()
by Felipe Balbi
· 7 years ago
d7ca7e1
usb: dwc3: gadget: initialize transfer index from send_gadget_ep_cmd()
by Felipe Balbi
· 7 years ago
4439661
usb: dwc3: gadget: assign resource_index inside get_transfer_index()
by Felipe Balbi
· 7 years ago
f62afb4
usb: dwc3: gadget: always start isochronous aligned to dep->interval
by Felipe Balbi
· 7 years ago
d513320
usb: dwc3: gadget: don't issue End Transfer if we have started reqs
by Felipe Balbi
· 7 years ago
e1d542f
usb: dwc3: debug: decode uFrame from event too
by Felipe Balbi
· 7 years ago
4262691
usb: dwc3: gadget: move dwc3_calc_trbs_left() in place of prototype
by Felipe Balbi
· 7 years ago
20d1d43
usb: dwc3: gadget: move set_xfer_resource() in place of prototype
by Felipe Balbi
· 7 years ago
b07c2db
usb: dwc3: gadget: remove a few more dwc arguments
by Felipe Balbi
· 7 years ago
a2d23f0
usb: dwc3: gadget: combine modify & restore into single argument
by Felipe Balbi
· 7 years ago
8f1c99c
usb: dwc3: gadget: refactor dwc3_gadget_init_endpoints()
by Felipe Balbi
· 7 years ago
f38e35d
usb: dwc3: gadget: split dwc3_gadget_ep_cleanup_completed_requests()
by Felipe Balbi
· 7 years ago
6d9d22d
usb: dwc3: gadget: get rid of the length variable
by Felipe Balbi
· 7 years ago
fee73e6
usb: dwc3: gadget: reduce scope of ret variable
by Felipe Balbi
· 7 years ago
6afbdb5
usb: dwc3: gadget: one declaration per line
by Felipe Balbi
· 7 years ago
e0c42ce
usb: dwc3: gadget: simplify IOC handling
by Felipe Balbi
· 7 years ago
d80fe1b
usb: dwc3: gadget: simplify short packet event
by Felipe Balbi
· 7 years ago
b27972b
usb: dwc3: trace: print out event status too
by Felipe Balbi
· 7 years ago
8b3b7b66
usb: dwc3: gadget: simplify unaligned and zlp handling
by Felipe Balbi
· 7 years ago
cf35fc3
usb: dwc3: gadget: remove unnecessary 'chain' variable
by Felipe Balbi
· 7 years ago
0215959
usb: dwc3: gadget: remove PENDING handling from cleanup_completed
by Felipe Balbi
· 7 years ago
d369295
usb: dwc3: gadget: split scatterlist and linear handlers
by Felipe Balbi
· 7 years ago
d5044a0
usb: dwc3: gadget: simplify isoc case on cleanup_completed_requests
by Felipe Balbi
· 7 years ago
fe990ce
usb: dwc3: gadget: simplify queueing of isoc transfers
by Felipe Balbi
· 7 years ago
4d588a1
usb: dwc3: gadget: remove duplicated missed isoc handling
by Felipe Balbi
· 7 years ago
6d8a019
usb: dwc3: gadget: check for Missed Isoc from event status
by Felipe Balbi
· 7 years ago
58f0218
usb: dwc3: gadget: remove unnecessary 'ioc' variable
by Felipe Balbi
· 7 years ago
12a3a4a
usb: dwc3: gadget: make cleanup_completed_requests() return nothing
by Felipe Balbi
· 7 years ago
5f2e797
usb: dwc3: gadget: remove DWC3_EP_BUSY flag
by Felipe Balbi
· 7 years ago
1912cbc
usb: dwc3: gadget: start removing BUSY flag
by Felipe Balbi
· 7 years ago
ee3638b
usb: dwc3: gadget: update dep->frame_number from XferInprogress too
by Felipe Balbi
· 7 years ago
5828cad
usb: dwc3: gadget: always use frame number from XferNotReady
by Felipe Balbi
· 7 years ago
8f608e8
usb: dwc3: gadget: remove unnecessary 'dwc' parameter
by Felipe Balbi
· 7 years ago
3203386
usb: dwc3: gadget: move handler closer to calling site
by Felipe Balbi
· 7 years ago
ed27442
usb: dwc3: gadget: rename dwc3_gadget_start_isoc()
by Felipe Balbi
· 7 years ago
a24a6ab
usb: dwc3: gadget: remove some pointless checks
by Felipe Balbi
· 7 years ago
0bd0f6d
usb: dwc3: gadget: remove allocated/queued request tracking
by Felipe Balbi
· 7 years ago
66f5dd5
usb: dwc3: gadget: rename done_trbs and done_reqs
by Felipe Balbi
· 7 years ago
a861282
usb: dwc3: gadget: don't kick transfer all the time
by Felipe Balbi
· 7 years ago
fbea935
usb: dwc3: gadget: rename dwc3_endpoint_transfer_complete()
by Felipe Balbi
· 7 years ago
742a4ff
usb: dwc3: gadget: XferComplete only for EP0
by Felipe Balbi
· 7 years ago
3840846
usb: dwc3: gadget: XferNotReady is Isoc-only
by Felipe Balbi
· 7 years ago
52fcc0b
usb: dwc3: gadget: pre-issue Start Transfer for Interrupt EPs too
by Felipe Balbi
· 7 years ago
c96e672
usb: dwc3: gadget: Correct the logic for queuing sgs
by Anurag Kumar Vulisha
· 7 years ago
a31e63b
usb: dwc3: gadget: Correct handling of scattergather lists
by Anurag Kumar Vulisha
· 7 years ago
5f0b74e
USB: dwc3: get extcon device by OF graph bindings
by Andrzej Hajda
· 7 years ago
fe8abf3
usb: dwc3: support clocks and resets for DWC3 core
by Masahiro Yamada
· 7 years ago
4d4ca01
usb: gadget: udc: atmel: Fix indenting
by Romain Izard
· 7 years ago
2f8519f
usb: gadget: udc: atmel: Remove obsolete include
by Romain Izard
· 7 years ago
a3e2008
usb: gadget: udc: atmel: GPIO inversion is handled by gpiod
by Romain Izard
· 7 years ago
1ca532e
USB: rndis: Fix for handling garbled messages
by Michel Pollet
· 7 years ago
44feb8e
usb: dwc3: use local copy of resource to fix-up register offset
by Masahiro Yamada
· 7 years ago
1ef6c42
usb: gadget: composite: fill bcdUSB as 0x0320 for SuperSpeed or higher speeds
by Chunfeng Yun
· 7 years ago
bcb1287
usb: dwc3: core: Suspend PHYs on runtime suspend in host mode
by Manu Gautam
· 7 years ago
a4333c3
usb: dwc3: Add Qualcomm DWC3 glue driver
by Manu Gautam
· 7 years ago
c18aba9
dt-bindings: usb: Update documentation for Qualcomm DWC3 driver
by Manu Gautam
· 7 years ago
e362098
usb: dwc3: of-simple: Add compatible for Allwinner H6 platform
by Icenowy Zheng
· 7 years ago
d3ac41b
usb: gadget: f_ecm: fix host mac address for multiple instances
by Lukasz Nowak
· 7 years ago
eea5274
USB: Gadget Ethernet: Re-enable Jumbo frames.
by John Greb
· 7 years ago
c7c24e7
usb: dwc2: Change reading of current frame number flow.
by Artur Petrosyan
· 7 years ago
971b750
usb: dwc2: debugfs: Don't touch RX FIFO during register dump
by Stefan Wahren
· 7 years ago
d5d5f07
usb: dwc2: Fix crash in incomplete isoc intr handlers.
by Artur Petrosyan
· 7 years ago
b43ebc9
usb: dwc2: Add Interpacket Gap(IPG) feature support
by Grigor Tovmasyan
· 7 years ago
37981e0
usb: dwc2: Enable BNA interrupt for IN endpoints
by Minas Harutyunyan
· 7 years ago
729cac6
usb: dwc2: Change ISOC DDMA flow
by Minas Harutyunyan
· 7 years ago
f398468
usb: mtu3: make USB_MTU3_DUAL_ROLE depend on EXTCON but not USB_MTU3
by Chunfeng Yun
· 7 years ago
f3b28e5
usb: mtu3: fix operation failure when test TEST_J/K
by Chunfeng Yun
· 7 years ago
11254eb
usb: mtu3: fix an unrecognized issue when connected with PC
by Chunfeng Yun
· 7 years ago
00505ad
usb: mtu3: remove repeated setting of gadget state
by Chunfeng Yun
· 7 years ago
288ee3c
usb: mtu3: avoid TX data length truncated in SS/SSP mode
by Chunfeng Yun
· 7 years ago
64f5b56
usb: phy: simplify getting .drvdata
by Wolfram Sang
· 7 years ago
8836b39
usb: mtu3: simplify getting .drvdata
by Wolfram Sang
· 7 years ago
e10d3fc
usb: phy: Add Kconfig entry for Tegra PHY driver
by Dmitry Osipenko
· 7 years ago
d2b9889
usb: tegra: Move utmi-pads reset from ehci-tegra to tegra-phy
by Dmitry Osipenko
· 7 years ago
3e1d333
usb: phy: tegra: Cleanup error messages
by Dmitry Osipenko
· 7 years ago
6819e32
usb: gadget: f_fs: Add compat_ioctl to epfiles
by Jerry Zhang
· 7 years ago
9286e24
usb: gadget: f_midi: Use refcount when freeing f_midi_opts
by Jerry Zhang
· 7 years ago
7ecca2a
usb/gadget: Add driver for Aspeed SoC virtual hub
by Benjamin Herrenschmidt
· 7 years ago
655016d
usb/gadget: Constify usb_gadget_get_string "table" argument
by Benjamin Herrenschmidt
· 7 years ago
5d1332a
usb: gadget: udc: core: Document the relation between usb_ep_queue() and completion callback
by Alan Stern
· 7 years ago
6d08b06
Linux 4.17-rc2
by Linus Torvalds
· 7 years ago
867ab4b
Merge tag 'drm-fixes-for-v4.17-rc2' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 7 years ago
221bda4
Merge branch 'drm-next-4.17' of git://people.freedesktop.org/~agd5f/linux into drm-next
by Dave Airlie
· 7 years ago
2e1d6ea
Merge tag 'exynos-drm-fixes-for-v4.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next
by Dave Airlie
· 7 years ago
Next »