Age | Commit message (Expand) | Author | Files | Lines |
2014-01-24 | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2014-01-09 | usb: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 13 | -13/+0 |
2014-01-08 | usb: gadget: remove unused variable in gr_queue_int() | Wei Yongjun | 1 | -3/+0 |
2014-01-08 | usb: gadget: s3c-hsotg: remove duplicated include from s3c-hsotg.c | Wei Yongjun | 1 | -1/+0 |
2013-12-26 | Merge tag 'v3.13-rc4' into next/cleanup | Olof Johansson | 9 | -23/+28 |
2013-12-24 | usb: gadget: at91_udc: fix build warning | Felipe Balbi | 1 | -7/+7 |
2013-12-24 | usb: gadget: Add UDC driver for Aeroflex Gaisler GRUSBDC | Andreas Larsson | 4 | -0/+2470 |
2013-12-24 | usb: gadget: s3c-hsotg: get phy bus width from phy subsystem | Matt Porter | 2 | -1/+14 |
2013-12-24 | usb: gadget: s3c-hsotg: enable generic phy support | Matt Porter | 1 | -16/+39 |
2013-12-24 | usb: gadget: s3c-hsotg: add snps,dwc2 compatible string | Matt Porter | 1 | -0/+1 |
2013-12-24 | usb: gadget: s3c-hsotg: enable build for other platforms | Matt Porter | 2 | -6/+4 |
2013-12-20 | usb: gadget: fix up some comments about CONFIG_USB_DEBUG | Greg Kroah-Hartman | 2 | -2/+2 |
2013-12-19 | usb: gadget: should use u16 type variable to store MaxPower | Du, ChangbinX | 1 | -1/+1 |
2013-12-19 | usb: gadget: configfs: include appropriate header file in configfs.c | Rashika Kheria | 1 | -0/+1 |
2013-12-19 | Merge tag 'v3.13-rc4' into next | Felipe Balbi | 8 | -21/+26 |
2013-12-17 | usb: gadget: f_sourcesink: Fix sparse warning | Jingoo Han | 1 | -4/+4 |
2013-12-17 | usb: gadget: f_serial: Fix sparse warning | Jingoo Han | 1 | -1/+1 |
2013-12-17 | usb: gadget: f_phonet: Fix sparse warning | Jingoo Han | 1 | -1/+1 |
2013-12-17 | usb: gadget: f_obex: Fix sparse warning | Jingoo Han | 1 | -1/+1 |
2013-12-17 | usb: gadget: f_ncm: Fix sparse warning | Jingoo Han | 1 | -1/+1 |
2013-12-17 | usb: gadget: f_mass_storage: Fix sparse warning | Jingoo Han | 1 | -1/+1 |
2013-12-17 | usb: gadget: f_loopback: Fix sparse warning | Jingoo Han | 1 | -2/+2 |
2013-12-17 | usb: gadget: atmel_usba: Fix sparse warning | Jingoo Han | 1 | -1/+1 |
2013-12-17 | usb: gadget: atmel_usba: Use devm_*() functions | Jingoo Han | 1 | -47/+17 |
2013-12-17 | usb: gadget: nokia: fix error recovery path for optional functions | Andrzej Pietrasiewicz | 1 | -3/+3 |
2013-12-17 | usb: gadget: add "maxpacket_limit" field to struct usb_ep | Robert Baldyga | 25 | -52/+64 |
2013-12-12 | usb: gadget: f_fs: fix sparse warning | Felipe Balbi | 1 | -1/+1 |
2013-12-12 | usb: gadget: FunctionFS: add configfs support | Andrzej Pietrasiewicz | 3 | -1/+94 |
2013-12-12 | usb: gadget: FunctionFS: Remove compatibility layer | Andrzej Pietrasiewicz | 2 | -116/+0 |
2013-12-12 | usb: gadget: g_ffs: convert to new interface of f_fs | Andrzej Pietrasiewicz | 2 | -56/+96 |
2013-12-12 | usb: gadget: FunctionFS: convert to new function interface with backward comp... | Andrzej Pietrasiewicz | 5 | -209/+433 |
2013-12-12 | usb: gadget: FunctionFS: add devices management code | Andrzej Pietrasiewicz | 3 | -123/+314 |
2013-12-12 | usb: gadget: FunctionFS: create utility file | Andrzej Pietrasiewicz | 3 | -13/+35 |
2013-12-12 | usb: gadget: FunctionFS: Remove VLAIS usage from gadget code | Andrzej Pietrasiewicz | 1 | -40/+76 |
2013-12-12 | usb: gadget: rndis: merge u_rndis.ko with usb_f_rndis.ko | Andrzej Pietrasiewicz | 5 | -16/+26 |
2013-12-12 | usb: gadget: f_rndis: remove compatibility layer | Andrzej Pietrasiewicz | 2 | -107/+1 |
2013-12-12 | usb: gadget: g_ffs: convert to new interface of f_rndis | Andrzej Pietrasiewicz | 2 | -40/+66 |
2013-12-12 | usb: gadget: f_subset: remove compatibility layer | Andrzej Pietrasiewicz | 2 | -62/+1 |
2013-12-12 | usb: gadget: g_ffs: convert to new interface of f_subset | Andrzej Pietrasiewicz | 2 | -22/+48 |
2013-12-12 | usb: gadget: f_ecm: remove compatibility layer | Andrzej Pietrasiewicz | 2 | -74/+1 |
2013-12-12 | usb: gadget: g_ffs: convert to new interface of f_ecm | Andrzej Pietrasiewicz | 2 | -14/+80 |
2013-12-12 | usb: gadget: g_ffs: remove a reduntant gfs_ether_setup variable | Andrzej Pietrasiewicz | 1 | -8/+5 |
2013-12-12 | usb: gadget: configfs: allow setting function instance's name | Andrzej Pietrasiewicz | 1 | -0/+7 |
2013-12-12 | usb: gadget: s3c-hsotg: add flush TX FIFO when kill all requests | Robert Baldyga | 1 | -0/+3 |
2013-12-12 | usb: gadget: s3c-hsotg: fix maxpacket size in s3c_hsotg_irq_enumdone | Robert Baldyga | 1 | -2/+2 |
2013-12-10 | usb: f_fs: check quirk to pad epout buf size when not aligned to maxpacketsize | Michal Nazarewicz | 1 | -4/+19 |
2013-12-10 | usb: gadget: f_fs: remove loop from I/O function | Michal Nazarewicz | 1 | -54/+40 |
2013-12-06 | usb: gadget: amd5536udc: remove DEFINE_PCI_DEVICE_TABLE macro | Jingoo Han | 1 | -1/+1 |
2013-12-06 | usb: gadget: pch_udc: remove DEFINE_PCI_DEVICE_TABLE macro | Jingoo Han | 1 | -1/+1 |
2013-12-02 | ARM: at91: move at91_pmc.h to include/linux/clk/at91_pmc.h | Boris BREZILLON | 1 | -1/+1 |