index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
hid-wiimote-debug.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-09
USB: cytherm: convert to use dev_groups
Greg Kroah-Hartman
1
-45
/
+19
2019-08-09
USB: cypress_cy7c63: convert to use dev_groups
Greg Kroah-Hartman
1
-21
/
+8
2019-08-09
USB: lvstest: convert to use dev_groups
Greg Kroah-Hartman
1
-15
/
+4
2019-08-09
USB: chipidea: convert platform driver to use dev_groups
Greg Kroah-Hartman
1
-11
/
+2
2019-08-09
USB: phy: mv-usb: convert platform driver to use dev_groups
Greg Kroah-Hartman
1
-11
/
+6
2019-08-09
USB: phy: tahvo: convert platform driver to use dev_groups
Greg Kroah-Hartman
1
-15
/
+3
2019-08-09
USB: phy: twl6030: convert platform driver to use dev_groups
Greg Kroah-Hartman
1
-5
/
+7
2019-08-09
USB: gadget: udc: s3c2410_udc: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+2
2019-08-09
usb: gadget: atmel_usba_udc: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-08-08
MAINTAINERS: mark wusbcore and UWB as obsolete
Greg Kroah-Hartman
1
-3
/
+3
2019-08-08
USB: typec: ucsi_ccg: convert i2c driver to use dev_groups
Greg Kroah-Hartman
1
-10
/
+3
2019-08-08
USB: musb: convert platform driver to use dev_groups
Greg Kroah-Hartman
1
-19
/
+3
2019-08-08
USB: Move wusbcore and UWB to staging as it is obsolete
Greg Kroah-Hartman
91
-109
/
+120
2019-08-07
USB: add support for dev_groups to struct usb_device_driver
Greg Kroah-Hartman
2
-0
/
+4
2019-08-07
USB: add support for dev_groups to struct usb_driver
Greg Kroah-Hartman
2
-0
/
+4
2019-08-06
USB: usbip: convert platform driver to use dev_groups
Greg Kroah-Hartman
4
-11
/
+8
2019-08-05
USB: Disable USB2 LPM at shutdown
Kai-Heng Feng
1
-0
/
+9
2019-08-05
usb: dwc3: meson-g12a: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-08-02
driver core: add dev_groups to all drivers
Dmitry Torokhov
2
-0
/
+17
2019-08-01
usb: host: xhci-plat: Prevent an abnormally restrictive PHY init skipping
Miquel Raynal
1
-1
/
+0
2019-08-01
usb: wusbcore: Spelling s/disconenct/disconnect/
Geert Uytterhoeven
1
-1
/
+1
2019-08-01
usb: musb: remove redundant assignment to variable ret
Colin Ian King
1
-1
/
+1
2019-07-30
usb: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
24
-79
/
+22
2019-07-30
usb: phy: ab8500-usb: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+6
2019-07-30
usb: host: ohci-tmio: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+3
2019-07-30
ARM: dts: exynos: Use standard arrays of generic PHYs for EHCI/OHCI devices
Marek Szyprowski
8
-79
/
+22
2019-07-30
usb: exynos: add support for getting PHYs from the standard dt array
Marek Szyprowski
2
-8
/
+38
2019-07-30
dt-bindings: switch Exynos EHCI/OHCI bindings to use array of generic PHYs
Marek Szyprowski
1
-27
/
+14
2019-07-28
Linux 5.3-rc2
v5.3-rc2
Linus Torvalds
1
-1
/
+1
2019-07-27
kbuild: remove unused single-used-m
Masahiro Yamada
1
-2
/
+0
2019-07-27
gen_compile_commands: lower the entry count threshold
Masahiro Yamada
1
-2
/
+2
2019-07-27
.gitignore: Add compilation database file
Toru Komatsu
1
-0
/
+3
2019-07-27
kbuild: remove unused objectify macro
Masahiro Yamada
1
-3
/
+0
2019-07-27
dt-bindings: Fix more $id value mismatches filenames
Rob Herring
11
-11
/
+11
2019-07-27
dt-bindings: nvmem: SID: Fix the examples node names
Maxime Ripard
1
-2
/
+2
2019-07-27
dt-bindings: nvmem: Add YAML schemas for the generic NVMEM bindings
Maxime Ripard
3
-80
/
+139
2019-07-27
of: Fix typo in kerneldoc
Thierry Reding
1
-1
/
+1
2019-07-26
block: fix max segment size handling in blk_queue_virt_boundary
Christoph Hellwig
1
-1
/
+2
2019-07-26
docs: phy: Drop duplicate 'be made'
Guido Günther
1
-2
/
+2
2019-07-26
fix the struct mount leak in umount_tree()
Al Viro
1
-2
/
+2
2019-07-26
MAINTAINERS: vfio-ccw: Remove myself as the maintainer
Farhan Ali
1
-1
/
+0
2019-07-26
s390/mm: use shared variables for sysctl range check
Vasily Gorbik
1
-4
/
+2
2019-07-26
virtio/s390: fix race on airq_areas[]
Halil Pasic
1
-0
/
+4
2019-07-26
s390/dma: provide proper ARCH_ZONE_DMA_BITS value
Halil Pasic
1
-0
/
+2
2019-07-26
btrfs: fix extent_state leak in btrfs_lock_and_flush_ordered_range
Naohiro Aota
1
-5
/
+6
2019-07-26
Makefile: Globally enable fall-through warning
Gustavo A. R. Silva
2
-0
/
+17
2019-07-26
drm/i915: Mark expected switch fall-throughs
Gustavo A. R. Silva
6
-4
/
+5
2019-07-26
drm/amd/display: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+5
2019-07-26
drm/amdkfd/kfd_mqd_manager_v10: Avoid fall-through warning
Gustavo A. R. Silva
1
-1
/
+0
2019-07-26
drm/amdgpu/gfx10: Fix missing break in switch statement
Gustavo A. R. Silva
1
-0
/
+1
[next]