index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: gadget: fusb300_udc: convert to udc_start/udc_stop
Felipe Balbi
2013-01-24
2
-47
/
+20
*
usb: gadget: amd5536udc: convert to udc_start/udc_stop
Felipe Balbi
2013-01-24
2
-45
/
+16
*
usb: gadget: mv_udc: use udc_start and udc_stop functions
Chao Xie
2013-01-24
1
-44
/
+35
*
usb: gadget: fix two sparse warnings
Felipe Balbi
2013-01-21
2
-2
/
+2
*
usb: gadget: f_uac2: fix compile warning
Felipe Balbi
2013-01-21
1
-1
/
+0
*
usb: gadget: f_acm: use usb_gstrings_attach()
Sebastian Andrzej Siewior
2013-01-21
2
-18
/
+20
*
usb: gadget: composite: introduce usb_gstrings_attach()
Sebastian Andrzej Siewior
2013-01-21
3
-0
/
+144
*
usb: gadget: export composite's setup & disconnect function
Sebastian Andrzej Siewior
2013-01-21
2
-2
/
+6
*
usb: gadget: factor out two helper functions from composite_bind()
Sebastian Andrzej Siewior
2013-01-21
2
-31
/
+59
*
usb: gadget: udc-core: introduce UDC binding by name
Sebastian Andrzej Siewior
2013-01-21
2
-21
/
+53
*
usb: gadget: add a forward pointer from usb_function to its "instance"
Sebastian Andrzej Siewior
2013-01-21
2
-0
/
+117
*
usb: gadget: multi: use function framework for ACM
Sebastian Andrzej Siewior
2013-01-21
2
-10
/
+53
*
usb: gadget: cdc2: use function framework for ACM
Sebastian Andrzej Siewior
2013-01-21
2
-5
/
+24
*
usb: gadget: acm_ms: use function framework for ACM
Sebastian Andrzej Siewior
2013-01-21
2
-6
/
+28
*
usb: gadget: f_acm: convert to new function interface with backwards compatib...
Sebastian Andrzej Siewior
2013-01-21
9
-55
/
+186
*
usb: gadget: allocate & giveback serial ports instead hard code them
Sebastian Andrzej Siewior
2013-01-21
11
-209
/
+229
*
usb: gadget: composite: add usb_remove_function()
Sebastian Andrzej Siewior
2013-01-21
2
-0
/
+13
*
usb: gadget: u_serial: convert into a module
Sebastian Andrzej Siewior
2013-01-21
9
-9
/
+23
*
usb: gadget: g_serial: split the three possible functions into three bind fun...
Sebastian Andrzej Siewior
2013-01-21
1
-11
/
+32
*
usb: gadget: f_acm: remove empty function
Sebastian Andrzej Siewior
2013-01-21
1
-10
/
+0
*
usb: gadget: convert source sink and loopback to new function interface
Sebastian Andrzej Siewior
2013-01-21
6
-154
/
+321
*
usb: gadget: add some infracture to register/unregister functions
Sebastian Andrzej Siewior
2013-01-21
3
-18
/
+83
*
usb: gadget: move loopback's config descriptor out of f_loopback
Sebastian Andrzej Siewior
2013-01-21
3
-44
/
+27
*
usb: gadget: move source sink's config descriptor out of f_sourcesink
Sebastian Andrzej Siewior
2013-01-21
3
-43
/
+37
*
usb: gadget: provide a wrapper around SourceSink's setup function
Sebastian Andrzej Siewior
2013-01-21
1
-25
/
+45
*
usb: gadget: remove u32 castings of address passed to readl()
Sebastian Andrzej Siewior
2013-01-21
1
-4
/
+4
*
usb: gadget: composite: don't call driver's unbind() if bind() failed
Sebastian Andrzej Siewior
2013-01-21
1
-4
/
+8
*
usb: gadget: FunctionFS: Use kstrtoul()
Michal Nazarewicz
2013-01-10
1
-3
/
+2
*
usb: gadget: s3c-hsotg: Use devm_regulator_bulk_get API
Sachin Kamat
2013-01-10
1
-4
/
+1
*
usb: gadget: s3c-hsudc: Use devm_regulator_bulk_get
Sachin Kamat
2013-01-10
1
-2
/
+1
*
USB: gadget: at91_adc: fix pullup pin validity check
Jean-Christophe PLAGNIOL-VILLARD
2013-01-10
1
-1
/
+1
*
usb: gadget: at91_udc: don't use [delayed_]work_pending()
Tejun Heo
2013-01-10
1
-2
/
+1
*
usb: gadget zero: avoid unnecessary reinit of data in f_sourcesink
Armando Visconti
2013-01-10
1
-2
/
+1
*
usb: gadget: consider link speed for bMaxPower
Sebastian Andrzej Siewior
2013-01-10
5
-10
/
+30
*
usb: gadget: mass_storage: remove >= 0 check for unsigned type
Sebastian Andrzej Siewior
2013-01-10
1
-4
/
+4
*
usb: gadget: remove unused variable in uac2_pcm_trigger()
Wei Yongjun
2013-01-10
1
-6
/
+2
*
usb: gadget: f_mass_storage: remove unused operations
Andrzej Pietrasiewicz
2013-01-10
1
-28
/
+1
*
usb: gadget: ncm: make global variable ndp*_opts read only
Sebastian Andrzej Siewior
2013-01-10
1
-9
/
+9
*
usb: gadget: file_storage: remove its last pieces
Sebastian Andrzej Siewior
2013-01-10
1
-61
/
+0
*
Linux 3.8-rc3
v3.8-rc3
Linus Torvalds
2013-01-10
1
-1
/
+1
*
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
2013-01-09
7
-22
/
+40
|
\
|
*
ARM: 7616/1: cache-l2x0: aurora: Use writel_relaxed instead of writel
Gregory CLEMENT
2013-01-07
1
-4
/
+5
|
*
ARM: 7615/1: cache-l2x0: aurora: Invalidate during clean operation with WT en...
Gregory CLEMENT
2013-01-07
1
-8
/
+14
|
*
ARM: 7614/1: mm: fix wrong branch from Cortex-A9 to PJ4b
Haojian Zhuang
2013-01-06
1
-0
/
+1
|
*
ARM: 7612/1: imx: Do not select some errata that depends on !ARCH_MULTIPLATFORM
Fabio Estevam
2013-01-06
1
-2
/
+0
|
*
ARM: 7611/1: VIC: fix bug in VIC irqdomain code
Linus Walleij
2013-01-02
1
-2
/
+7
|
*
ARM: 7610/1: versatile: bump IRQ numbers
Linus Walleij
2013-01-02
1
-3
/
+3
|
*
ARM: 7609/1: disable errata work-arounds which access secure registers
Rob Herring
2013-01-02
3
-2
/
+8
|
*
ARM: 7608/1: l2x0: Only set .set_debug on PL310 r3p0 and earlier
Rob Herring
2013-01-02
1
-1
/
+2
*
|
Merge tag 'edac_fixes_for_3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2013-01-09
2
-18
/
+9
|
\
\
[next]