index
:
amd/drm-amd
amdgpu-upstream-wip
amdgpu-upstream-wip2
amdgpu-upstream-wip3
amdgpu-upstream-wip4
amdgpu-upstream-wip5
amdgpu-upstream-wip6
amdgpu-upstream-wip7
kfd-eviction-wip
master
Kernel display support for AMD GPUs
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-09
usb: gadget: f_uac1: Staticize local functions
Jingoo Han
1
-2
/
+2
2013-08-09
usb: gadget: u_uac1: add __user annotation
Jingoo Han
1
-1
/
+1
2013-08-09
usb: gadget: rndis: Staticize rndis_init()/rndis_exit()
Jingoo Han
1
-2
/
+2
2013-08-09
usb: gadget: f_mass_storage: use NULL instead of 0
Jingoo Han
1
-3
/
+3
2013-08-09
usb: gadget: amd5536udc: unconditionally use GFP_ATOMIC in udc_queue()
Alexey Khoroshilov
1
-2
/
+2
2013-08-02
usb: gadget: at91_udc: add usb_clk for transition to common clk framework
Boris BREZILLON
2
-3
/
+16
2013-08-02
usb: gadget: at91_udc: add missing clk_put on fclk and iclk
Boris BREZILLON
1
-0
/
+4
2013-08-02
usb: gadget: fusb300_udc: Staticize fusb300_rdcxf()
Jingoo Han
1
-1
/
+1
2013-08-02
usb: gadget: goku_udc: use NULL instead of 0
Jingoo Han
1
-1
/
+1
2013-07-30
usb: gadget: use dev_get_platdata()
Jingoo Han
16
-29
/
+29
2013-07-29
usb: gadget: atmel_usba: prepare clk before calling enable
Boris BREZILLON
1
-7
/
+21
2013-07-29
usb: phy: make PHY driver selection possible by controller drivers
Roger Quadros
1
-2
/
+0
2013-07-29
usb: gadget: udc-core: move sysfs_notify() to a workqueue
Felipe Balbi
1
-1
/
+11
2013-07-29
usb: gadget: s3c-hsotg: Allow driver instantiation using device tree
Tomasz Figa
1
-0
/
+10
2013-07-29
usb: gadget: remove imx_udc
Felipe Balbi
4
-1911
/
+0
2013-07-25
usb/gadget: free opts struct on error recovery
Andrzej Pietrasiewicz
6
-12
/
+30
2013-07-15
usb: gadget: don't fail when DMA isn't present
Alan Stern
1
-0
/
+6
2013-07-15
usb: gadget: USB_MV_U3D should depend on HAS_DMA
Geert Uytterhoeven
1
-0
/
+1
2013-07-15
usb: gadget: USB_FOTG210_UDC should depend on HAS_DMA
Geert Uytterhoeven
1
-0
/
+1
2013-07-15
usb: gadget: USB_MV_UDC should depend on HAS_DMA
Geert Uytterhoeven
1
-1
/
+1
2013-07-15
usb: gadget: Kconfig: Fix configfs-based RNDIS function build
Andrzej Pietrasiewicz
1
-0
/
+1
2013-07-15
usb: gadget: mv_u3d_core: fix to pass correct device identity to free_irq()
Wei Yongjun
1
-2
/
+2
2013-07-15
usb: gadget: at91_udc: prepare clk before calling enable
Boris BREZILLON
1
-6
/
+8
2013-07-15
usb: gadget: fotg210-udc: remove __init and __exit
Yuan-Hsin Chen
1
-2
/
+2
2013-07-15
usb: gadget: at91_udc: call at91udc_of_init only when needed
Arnd Bergmann
1
-1
/
+1
2013-07-13
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-1
/
+10
2013-07-11
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-2
/
+1
2013-07-07
target: make queue_tm_rsp() return void
Joern Engel
1
-2
/
+1
2013-07-02
Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-81
/
+187
2013-06-21
[media] f_uvc: add v4l2_device and replace parent with v4l2_dev
Hans Verkuil
2
-1
/
+10
2013-06-18
usb: gadget: f_subset: fix missing unlock on error in geth_alloc()
Wei Yongjun
1
-0
/
+1
2013-06-18
usb: gadget: f_ncm: fix missing unlock on error in ncm_alloc()
Wei Yongjun
1
-0
/
+1
2013-06-18
usb: gadget: f_ecm: fix missing unlock on error in ecm_alloc()
Wei Yongjun
1
-0
/
+1
2013-06-17
usb/gadget: Kconfig: fix separate building of configfs-enabled functions
Andrzej Pietrasiewicz
1
-0
/
+64
2013-06-14
Merge tag 'at91-drivers' of git://github.com/at91linux/linux-at91 into next/d...
Olof Johansson
3
-81
/
+187
2013-06-12
usb: gadget: f_mass_storage: fix default product name
Andrzej Pietrasiewicz
1
-2
/
+2
2013-06-10
usb: gadget: add Faraday fotg210_udc driver
Yuan-Hsin Chen
4
-0
/
+1483
2013-06-10
usb: gadget: f_rndis: add configfs support
Andrzej Pietrasiewicz
3
-1
/
+73
2013-06-10
usb: gadget: f_rndis: use usb_gstrings_attach
Andrzej Pietrasiewicz
1
-14
/
+8
2013-06-10
usb: gadget: rndis: init & exit rndis at module load/unload
Andrzej Pietrasiewicz
3
-18
/
+4
2013-06-10
usb: gadget: ether: convert to new interface of f_rndis
Andrzej Pietrasiewicz
2
-23
/
+34
2013-06-10
usb: gadget: f_rndis: convert to new function interface with backward compati...
Andrzej Pietrasiewicz
7
-28
/
+215
2013-06-10
usb: gadget: f_subset: add configfs support
Andrzej Pietrasiewicz
3
-1
/
+64
2013-06-10
usb: gadget: f_subset: use usb_gstrings_attach
Andrzej Pietrasiewicz
1
-10
/
+8
2013-06-10
usb: gadget: ether: convert to new interface of f_subset
Andrzej Pietrasiewicz
2
-47
/
+58
2013-06-10
usb: gadget: f_subset: convert to new function interface with backward compat...
Andrzej Pietrasiewicz
6
-15
/
+155
2013-06-10
usb: gadget: multi: Remove unused include
Andrzej Pietrasiewicz
1
-1
/
+0
2013-06-10
usb: gadget: f_eem: add configfs support
Andrzej Pietrasiewicz
3
-0
/
+73
2013-06-10
usb: gadget: f_eem: use usb_gstrings_attach
Andrzej Pietrasiewicz
1
-11
/
+6
2013-06-10
usb: gadget: f_eem: remove compatibility layer
Andrzej Pietrasiewicz
2
-60
/
+0
[next]