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
2008-07-21
driver core: fix a lot of printk usages of bus_id
Greg Kroah-Hartman
7
-19
/
+15
2008-07-21
driver core: remove DEVICE_ID_SIZE define
Greg Kroah-Hartman
1
-2
/
+2
2008-07-21
driver core: remove DEVICE_NAME_SIZE define
Kay Sievers
5
-6
/
+6
2008-07-21
driver core: remove KOBJ_NAME_LEN define
Kay Sievers
7
-15
/
+17
2008-07-21
class: change internal semaphore to a mutex
Dave Young
3
-17
/
+19
2008-07-21
class: add lockdep infrastructure
Matthew Wilcox
1
-5
/
+6
2008-07-21
class: fix docbook comments for class_private structure
Greg Kroah-Hartman
1
-2
/
+1
2008-07-21
class: rename "sem" to "class_sem" in internal class structure
Greg Kroah-Hartman
3
-17
/
+17
2008-07-21
class: rename "subsys" to "class_subsys" in internal class structure
Greg Kroah-Hartman
3
-28
/
+33
2008-07-21
class: rename "interfaces" to "class_interfaces" in internal class structure
Greg Kroah-Hartman
3
-8
/
+8
2008-07-21
class: rename "devices" to "class_devices" in internal class structure
Greg Kroah-Hartman
3
-8
/
+8
2008-07-21
class: move driver core specific parts to a private structure
Greg Kroah-Hartman
3
-66
/
+105
2008-07-21
infiniband: make cm_device use a struct device and not a kobject.
Greg Kroah-Hartman
1
-20
/
+9
2008-07-21
infiniband: rename "device" to "ib_device" in cm_device
Greg Kroah-Hartman
1
-23
/
+24
2008-07-21
Driver Core: add ability for class_find_device to start in middle of list
Greg Kroah-Hartman
7
-18
/
+26
2008-07-21
Driver Core: add ability for class_for_each_device to start in middle of list
Greg Kroah-Hartman
5
-18
/
+29
2008-07-21
device create: convert device_create_drvdata to device_create
Greg Kroah-Hartman
1
-7
/
+4
2008-07-21
driver core: remove device_create()
Greg Kroah-Hartman
1
-34
/
+0
2008-07-21
device create: usb: convert device_create to device_create_drvdata
Greg Kroah-Hartman
4
-9
/
+11
2008-07-21
device create: spi: convert device_create to device_create_drvdata
David Brownell
1
-2
/
+2
2008-07-21
device create: scsi: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-2
/
+2
2008-07-21
device create: s390: convert device_create to device_create_drvdata
Greg Kroah-Hartman
3
-12
/
+14
2008-07-21
device create: net: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2
-4
/
+5
2008-07-21
device create: mtd: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-3
/
+6
2008-07-21
device create: misc: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-2
/
+3
2008-07-21
device create: macintosh: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-1
/
+2
2008-07-21
device create: isdn: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-1
/
+2
2008-07-21
device create: infiniband: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-1
/
+1
2008-07-21
device create: ieee1394: convert device_create to device_create_drvdata
Greg Kroah-Hartman
3
-8
/
+9
2008-07-21
device create: ide: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-4
/
+6
2008-07-21
device create: i2c: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-3
/
+3
2008-07-21
device create: hwmon: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-1
/
+2
2008-07-21
device create: hid: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-2
/
+3
2008-07-21
device create: framebuffer: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2
-3
/
+5
2008-07-21
device create: dvb: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-2
/
+2
2008-07-21
device create: dca: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-3
/
+5
2008-07-21
device create: char: convert device_create to device_create_drvdata
Greg Kroah-Hartman
18
-49
/
+61
2008-07-21
device create: block: convert device_create to device_create_drvdata
Greg Kroah-Hartman
4
-9
/
+15
2008-07-21
sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor
Dan Williams
3
-1
/
+91
2008-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
133
-8766
/
+11033
2008-07-21
usb-storage: revert DMA-alignment change for Wireless USB
Alan Stern
1
-10
/
+15
2008-07-21
USB: use reset_resume when normal resume fails
Alan Stern
1
-3
/
+17
2008-07-21
usb_gadget: composite cdc gadget fault handling
David Brownell
2
-1
/
+4
2008-07-21
usb gadget: minor USBCV fix for composite framework
David Lopo
1
-0
/
+1
2008-07-21
USB: Fix bug with byte order in isp116x-hcd.c fio write/read
Julien May
1
-4
/
+19
2008-07-21
USB: fix double kfree in ipaq in error case
Oliver Neukum
1
-1
/
+2
2008-07-21
USB: fix build error in cdc-acm for CONFIG_PM=n
Oliver Neukum
2
-0
/
+11
2008-07-21
USB: remove board-specific UP2OCR configuration from pxa27x-udc
Daniel Ribeiro
1
-1
/
+0
2008-07-21
USB: EHCI: Reconciling USB register differences on MPC85xx vs MPC83xx
Srikanth Srinivasan
1
-0
/
+5
2008-07-21
USB: Fix pointer/int cast in USB devio code
David Howells
1
-2
/
+3
[next]