index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-10
usb: gadget: remove global variable composite in composite.c
Sebastian Andrzej Siewior
19
-63
/
+78
2012-09-10
staging: ccg: include all sourced files
Sebastian Andrzej Siewior
20
-15
/
+15072
2012-09-10
usb: gadget: move bind() callback back to struct usb_gadget_driver
Sebastian Andrzej Siewior
6
-13
/
+19
2012-09-10
usb: gadget: move bind() callback back to struct usb_composite_driver
Sebastian Andrzej Siewior
19
-26
/
+37
2012-09-10
usb: gadget: push all usb_composite_driver structs into __refdata
Sebastian Andrzej Siewior
18
-18
/
+18
2012-09-10
usb: gadget: remove __devexit in f_uac2
Sebastian Andrzej Siewior
1
-1
/
+1
2012-09-10
usb: gadget: move bind callback into driver struct usb_composite_driver
Sebastian Andrzej Siewior
2
-8
/
+15
2012-09-10
staging: ccg: Add a note about compatibility issues.
Sebastian Andrzej Siewior
1
-0
/
+5
2012-09-05
usb: gadget: bcm63xx UDC driver
Kevin Cernekee
4
-0
/
+2479
2012-09-03
usb: gadget: s3c-hsotg: Use devm_clk_get function
Sachin Kamat
1
-3
/
+1
2012-09-03
usb: gadget: s3c-hsudc: Replace 0 with NULL for pointers
Sachin Kamat
1
-4
/
+4
2012-09-03
usb: gadget: s3c-hsudc: Add missing braces around sizeof
Sachin Kamat
1
-1
/
+1
2012-09-03
usb: gadget: s3c-hsudc: Use devm_* functions
Sachin Kamat
1
-32
/
+9
2012-08-31
usb: gadget: remove duplicated include from pxa25x_udc.c
Wei Yongjun
1
-1
/
+0
2012-08-31
usb: gadget: lpc32xx_udc.c: adjust inconsistent IS_ERR and PTR_ERR
Julia Lawall
1
-1
/
+1
2012-08-31
usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEED
Michal Nazarewicz
8
-72
/
+7
2012-08-31
usb: gadget: s3c2410_udc: Do not use integer for NULL
Sachin Kamat
1
-1
/
+1
2012-08-31
usb: gadget: s3c2410_udc: Move assignment outside if condition
Sachin Kamat
1
-2
/
+4
2012-08-31
usb: gadget: s3c2410_udc: Silence checkpatch errors and warnings
Sachin Kamat
1
-64
/
+60
2012-08-31
usb: gadget: s3c2410_udc: Use pr_* and dev_err functions
Sachin Kamat
1
-5
/
+7
2012-08-31
usb: gadget: s3c2410_udc: Replace <asm/io.h> with <linux/io.h>
Sachin Kamat
1
-1
/
+1
2012-08-31
usb: gadget: dummy-hcd: remember to update driver pointer
Alan Stern
1
-0
/
+2
2012-08-31
usb: gadget: lpc32xx_udc: Support multiple controllers
Roland Stigge
1
-26
/
+29
2012-08-31
usb: gadget: lpc32xx_udc: Remove usb_endpoint_descriptor
Roland Stigge
1
-16
/
+7
2012-08-31
usb: gadget: lpc32xx_udc: Port to new start/stop interface
Roland Stigge
1
-35
/
+14
2012-08-23
usb: renesas_usbhs: modify the irq handler for sharing irq
Shimoda, Yoshihiro
1
-3
/
+22
2012-08-23
usb: gadget: use %pm to print mac addresses
Andy Shevchenko
3
-12
/
+3
2012-08-23
usb: gadget: udc-core: Race between disconnect/unbind and setup
Kevin Cernekee
1
-1
/
+1
2012-08-23
usb: gadget: use native print_hex_dump_bytes()
Andy Shevchenko
1
-20
/
+2
2012-08-23
usb: gadget: s3c-hsotg: fix core reset timeout failure
Du, Changbin
1
-2
/
+2
2012-08-23
usb composite: fix locking in usb_function_activate
Michael Grzeschik
1
-2
/
+3
2012-08-23
usb: gadget: mv_udc: fix boot up hang
Neil Zhang
1
-0
/
+4
2012-08-23
usb: gadget: mv_udc: fix hang when shutdown
Yunfan Zhang
1
-0
/
+2
2012-08-23
usb: gadget: mv_udc: add iso support
Chao Xie
1
-8
/
+13
2012-08-23
usb: gadget: mv_udc: enable stream mode
Neil Zhang
1
-1
/
+1
2012-08-23
usb: gadget: mv_udc: avoid sleeping on spinlock
Neil Zhang
1
-11
/
+41
2012-08-23
usb: gadget: mv_udc: remove unused code
Neil Zhang
1
-2
/
+0
2012-08-23
usb: gadget: mv_udc: reduce the delay interval
Neil Zhang
1
-1
/
+1
2012-08-16
Linux 3.6-rc2
v3.6-rc2
Linus Torvalds
1
-1
/
+1
2012-08-16
autofs4 - fix get_next_positive_subdir()
Ian Kent
1
-18
/
+13
2012-08-16
Merge tag 'vfio-for-v3.6-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
1
-0
/
+1
2012-08-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
4
-11
/
+58
2012-08-16
Merge tag 'stable/for-linus-3.6-rc1-tag' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-0
/
+5
2012-08-16
Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh
Linus Torvalds
4
-95
/
+165
2012-08-16
MAINTAINERS: update address for Dan Williams
Dan Williams
1
-13
/
+12
2012-08-16
scripts/decodecode: Fixup trapping instruction marker
Borislav Petkov
1
-1
/
+1
2012-08-16
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2
-12
/
+42
2012-08-16
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
11
-51
/
+88
2012-08-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
2
-10
/
+28
2012-08-15
Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/lin...
Dave Airlie
6
-8
/
+45
[next]