]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Merge tag 'fixes-for-v4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Aug 2017 16:21:08 +0000 (09:21 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Aug 2017 16:21:08 +0000 (09:21 -0700)
commit2326744159620e521896e0edc9736d659f228955
tree8c098ada3a85a305585e90ceedaf368d06f3bc2b
parent45d73860530a14c608f410b91c6c341777bfa85d
parentb7d44c36a6f6d956e1539e0dd42f98b26e5a4684
Merge tag 'fixes-for-v4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus

Felipe writes:

usb: fixes for v4.13-rc4

Another fix for isochronous transfers on dwc3. This time around, we're
making sure that we use correct PIDs in all transfer sizes.

MSM PHY driver got a fix for the use of devm_regulator_bulk_get() API
which will avoid kernel crashes.

Renesas DRD driver got 3 fixes: a fix on giveback, a fix for proper
controller programming and the removal of set-but-never-used variable.