Age | Commit message (Expand) | Author | Files | Lines |
2017-12-12 | Revert "usb: gadget: allow to enable legacy drivers without USB_ETH" | Felipe Balbi | 2 | -12/+2 |
2017-12-12 | usb: gadget: webcam: fix V4L2 Kconfig dependency | Arnd Bergmann | 1 | -1/+1 |
2017-11-28 | usb: f_fs: Force Reserved1=1 in OS_DESC_EXT_COMPAT | John Keeping | 1 | -2/+11 |
2017-11-28 | usb: gadget: core: Fix ->udc_set_speed() speed handling | Roger Quadros | 1 | -2/+6 |
2017-11-28 | usb: gadget: allow to enable legacy drivers without USB_ETH | Bart Van Assche | 2 | -2/+12 |
2017-11-28 | usb: gadget: udc: renesas_usb3: fix number of the pipes | Yoshihiro Shimoda | 1 | -1/+1 |
2017-11-28 | usb: gadget: don't dereference g until after it has been null checked | Colin Ian King | 1 | -2/+5 |
2017-11-27 | usb: bdc: fix platform_no_drv_owner.cocci warnings | Vasyl Gomonovych | 1 | -1/+0 |
2017-11-27 | usb: gadget: ffs: Forbid usb_ep_alloc_request from sleeping | Vincent Pelletier | 1 | -1/+1 |
2017-11-21 | treewide: setup_timer() -> timer_setup() | Kees Cook | 6 | -20/+19 |
2017-11-21 | treewide: init_timer() -> setup_timer() | Kees Cook | 1 | -3/+1 |
2017-11-14 | Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs | Linus Torvalds | 22 | -51/+51 |
2017-11-13 | Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 143 | -781/+287 |
2017-11-09 | usb: gadget: f_fs: Fix use-after-free in ffs_free_inst | Andrew Gabbasov | 1 | -0/+1 |
2017-11-07 | USB: gadget: Remove redundant license text | Greg Kroah-Hartman | 7 | -32/+0 |
2017-11-07 | USB: gadget: function: Remove redundant license text | Greg Kroah-Hartman | 55 | -244/+0 |
2017-11-07 | USB: gadget: udc: Remove redundant license text | Greg Kroah-Hartman | 60 | -346/+1 |
2017-11-07 | USB: gadget: legacy: Remove redundant license text | Greg Kroah-Hartman | 17 | -74/+0 |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 12 | -0/+12 |
2017-11-04 | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 143 | -0/+143 |
2017-11-03 | usb: gadget: udc: renesas_usb3: make const array max_packet_array static | Colin Ian King | 1 | -1/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 12 | -0/+12 |
2017-11-01 | usb: gadget: zero: Convert timers to use timer_setup() | Kees Cook | 1 | -3/+5 |
2017-11-01 | usb: gadget: udc: dummy_hcd: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+3 |
2017-11-01 | usb: gadget: composite: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -3/+4 |
2017-11-01 | usb: gadget: f_phonet: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+2 |
2017-10-27 | Merge tag 'extcon-next-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel... | Greg Kroah-Hartman | 1 | -1/+1 |
2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 1 | -2/+2 |
2017-10-24 | Merge tag 'usb-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 9 | -45/+115 |
2017-10-24 | usb: gadget: serial: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
2017-10-24 | usb: gadget: f_tcm: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
2017-10-24 | usb: gadget: goku_udc: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -5/+9 |
2017-10-23 | extcon: Split out extcon header file for consumer and provider device | Chanwoo Choi | 1 | -1/+1 |
2017-10-20 | usb: gadget: udc: gr: remove duplicate & operation | Jaejoong Kim | 1 | -1/+1 |
2017-10-20 | usb: gadget: udc: remove duplicate & operation | Jaejoong Kim | 1 | -1/+1 |
2017-10-19 | usb: gadget: configfs: make config_item_type const | Bhumika Goyal | 1 | -5/+5 |
2017-10-19 | usb: gadget: make config_item_type structures const | Bhumika Goyal | 21 | -46/+46 |
2017-10-19 | usb: gadget: f_uvc: make uvc_v4l2_fops const | Bhumika Goyal | 2 | -2/+2 |
2017-10-19 | usb: gadget: udc: renesas_usb3: Use of_device_get_match_data() helper | Geert Uytterhoeven | 1 | -6/+1 |
2017-10-19 | usb: gadget: udc: renesas_usb3: add support for generic phy | Yoshihiro Shimoda | 1 | -2/+24 |
2017-10-19 | usb: gadget: udc: renesas_usb3: Add suspend/resume functions | Yoshihiro Shimoda | 1 | -0/+34 |
2017-10-19 | usb: gadget: udc: renesas_usb3: move pm_runtime_{en,dis}able() | Kazuya Mizuguchi | 1 | -2/+2 |
2017-10-17 | usb/gadget/snps_udc_core: Convert timers to use timer_setup() | Kees Cook | 1 | -13/+6 |
2017-10-16 | Merge 4.14-rc5 into usb-next | Greg Kroah-Hartman | 6 | -17/+36 |
2017-10-11 | usb: gadget: configfs: Fix memory leak of interface directory data | Andrew Gabbasov | 4 | -14/+25 |
2017-10-11 | usb: gadget: composite: Fix use-after-free in usb_composite_overwrite_options | Andrew Gabbasov | 1 | -0/+5 |
2017-10-11 | USB: dummy-hcd: Fix deadlock caused by disconnect detection | Alan Stern | 1 | -3/+6 |
2017-10-11 | USB: dummy-hcd: remove unsupported isochronous endpoints | Alan Stern | 1 | -18/+35 |
2017-10-11 | USB: dummy-hcd: bandwidth limits for non-bulk transfers | Alan Stern | 1 | -8/+4 |
2017-10-09 | Merge 4.14-rc4 into usb-next | Greg Kroah-Hartman | 12 | -86/+144 |