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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-20
USB: ir-usb: reimplement using generic framework
Johan Hovold
1
-159
/
+38
2010-05-20
USB: ir-usb: fix set_termios race
Johan Hovold
1
-16
/
+47
2010-05-20
USB: ir-usb: allow custom bulk buffer size without reallocation
Johan Hovold
1
-25
/
+5
2010-05-20
USB: ir-usb: fix double free
Johan Hovold
1
-0
/
+2
2010-05-20
USB: EHCI: fix controller wakeup flag settings during suspend
Alan Stern
5
-71
/
+145
2010-05-20
USB: EHCI: clear PHCD before resuming
Alek Du
1
-0
/
+17
2010-05-20
USB: fix functionfs for CONFIG_NET disabled
Randy Dunlap
1
-2
/
+2
2010-05-20
USB: xhci: Remove the arbitrary limit of 15 xHCI ports
William Gulland
1
-12
/
+3
2010-05-20
USB: remove usb_find_device
Ming Lei
1
-37
/
+0
2010-05-20
USB: gadget: f_mass_storage: fix in error recovery
Michal Nazarewicz
1
-26
/
+25
2010-05-20
USB: add missing "{}" in map_urb_for_dma
Ming Lei
1
-1
/
+2
2010-05-20
USB: ehci-omap: Fix resume failures after bus suspend
Anand Gadiyar
1
-0
/
+14
2010-05-20
USB: fix interface runtime-PM settings
Alan Stern
1
-6
/
+11
2010-05-20
USB: xHCI: Fix wrong usage of macro TRB_TYPE
Andiry Xu
1
-4
/
+7
2010-05-20
USB: xhci: Transfer ring link TRB activation change.
John Youn
1
-13
/
+58
2010-05-20
USB: gadget: f_fs.c needs to include pagemap.h
Randy Dunlap
1
-0
/
+1
2010-05-20
USB: ohci: Add Kconfig entries for ohci-omap3
Anand Gadiyar
2
-2
/
+44
2010-05-20
USB: ohci: introduce omap3 ohci-hcd driver
Anand Gadiyar
1
-0
/
+735
2010-05-20
USB: mxc: gadget: remove 60mhz clock requirement for freescale mx51 usb core
Dinh Nguyen
2
-7
/
+9
2010-05-20
USB: ftdi_sio: clean up line-status handling
Johan Hovold
1
-21
/
+16
2010-05-20
USB: pl2303: use tty_insert_flip_string_fixed_flag
Johan Hovold
1
-3
/
+4
2010-05-20
USB: ftdi_sio: use tty_insert_flip_string_fixed_flag
Johan Hovold
1
-3
/
+4
2010-05-20
USB: isp1760: Soften DW3 X/transaction error bit handling
Anton Vorontsov
1
-4
/
+3
2010-05-20
USB: usbcore: Do not disable USB3 protocol ports in hub_activate()
Andiry Xu
1
-2
/
+14
2010-05-20
USB: ark3116: reimplement read processing
Johan Hovold
1
-73
/
+31
2010-05-20
USB: tty: fix incorrect use of tty_insert_flip_string_fixed_flag
Johan Hovold
3
-5
/
+5
2010-05-20
USB: gadget: Allow function access to device ID data during bind()
Robert Lukassen
1
-8
/
+8
2010-05-20
USB: fix u132-hcd code/data warning
Randy Dunlap
1
-1
/
+1
2010-05-20
USB: xhci: Set stream ID to 0 after cleaning up stalls.
Sarah Sharp
2
-0
/
+2
2010-05-20
USB: g_ffs: the FunctionFS gadget driver
Michal Nazarewicz
3
-0
/
+465
2010-05-20
USB: f_fs: the FunctionFS driver
Michal Nazarewicz
1
-0
/
+2441
2010-05-20
USB: gadget: __init and __exit tags removed
Michal Nazarewicz
8
-70
/
+71
2010-05-20
USB: gadget webcam: depends on VIDEO_DEV
Randy Dunlap
1
-0
/
+1
2010-05-20
USB: serial: remove multi-urb write from generic driver
Johan Hovold
3
-170
/
+46
2010-05-20
USB: serial: reimplement generic fifo-based writes
Johan Hovold
2
-20
/
+72
2010-05-20
USB: aircable: rewrite using generic read and write implementations
Johan Hovold
1
-453
/
+47
2010-05-20
USB: ftdi_sio: clean up SIO write support
Johan Hovold
1
-40
/
+13
2010-05-20
USB: ftdi_sio: switch to generic write implementation
Johan Hovold
1
-172
/
+19
2010-05-20
USB: isp1760: Use resource_size
Tobias Klauser
1
-6
/
+5
2010-05-20
USB: simplify usb_sg_init()
Alan Stern
1
-55
/
+38
2010-05-20
USB gadget: Webcam device
Laurent Pinchart
3
-1
/
+409
2010-05-20
USB gadget: video class function driver
Laurent Pinchart
7
-0
/
+2710
2010-05-20
USB: Change the scatterlist type in struct urb
Matthew Wilcox
7
-14
/
+12
2010-05-20
USB: Add a usb_pipe_endpoint() convenience function
Matthew Wilcox
2
-4
/
+2
2010-05-20
usb: u132-hcd.c: fix shadows sparse warning
Bill Pemberton
1
-2
/
+2
2010-05-20
usb: sisusb_con.c: fix shadows sparse warning
Bill Pemberton
1
-4
/
+4
2010-05-20
USB: oti6858: declare send_data() as static
Bill Pemberton
1
-1
/
+1
2010-05-20
USB: whci: declare functions as static
Bill Pemberton
1
-1
/
+1
2010-05-20
USB: unusual-dev: Add bad sense flag for Appotech ax203 based picture frames
Hans de Goede
1
-0
/
+15
2010-05-20
USB: mxc: gadget: Fix bitfield for calculating maximum packet size
Dinh Nguyen
1
-1
/
+1
[next]