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
*
i2c-matroxfb: Struct init conversion
Jean Delvare
2006-09-27
1
-6
/
+7
*
i2c: Fix copy-n-paste in subsystem Kconfig
Arthur Othieno
2006-09-27
1
-1
/
+1
*
i2c-au1550: Add I2C support for Au1200
Domen Puncer
2006-09-27
2
-5
/
+4
*
i2c-au1550: Add SMBus functionality flag
Domen Puncer
2006-09-27
1
-1
/
+1
*
i2c-au1550: Fix timeout problem
Domen Puncer
2006-09-27
1
-4
/
+10
*
i2c-sibyte: Kip Walker is gone
Jean Delvare
2006-09-27
1
-1
/
+1
*
i2c-algo-sibyte: Merge into i2c-sibyte
Jean Delvare
2006-09-27
5
-229
/
+155
*
i2c-algo-sibyte: Cleanups
Jean Delvare
2006-09-27
1
-30
/
+1
*
i2c: __must_check fixes, i2c-dev
Jean Delvare
2006-09-27
1
-3
/
+11
*
i2c: __must_check fixes (core drivers)
Jean Delvare
2006-09-27
2
-13
/
+69
*
i2c-dev: Drop the client template
Jean Delvare
2006-09-27
1
-9
/
+4
*
i2c-dev: Use a list for data storage
Jean Delvare
2006-09-27
1
-20
/
+25
*
i2c-dev: Cleanups
Jean Delvare
2006-09-27
1
-25
/
+8
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
2006-09-26
55
-577
/
+1659
|
\
|
*
Driver core: Don't call put methods while holding a spinlock
Alan Stern
2006-09-26
1
-11
/
+15
|
*
Driver core: Remove unneeded routines from driver core
Alan Stern
2006-09-26
2
-32
/
+2
|
*
Driver core: Fix potential deadlock in driver core
Alan Stern
2006-09-26
3
-3
/
+10
|
*
PCI: enable driver multi-threaded probe
Greg Kroah-Hartman
2006-09-26
2
-0
/
+36
|
*
Driver Core: add ability for drivers to do a threaded probe
Greg Kroah-Hartman
2006-09-26
3
-27
/
+89
|
*
sysfs: add proper sysfs_init() prototype
Andrew Morton
2006-09-26
2
-9
/
+8
|
*
drivers/base: check errors
Andrew Morton
2006-09-26
4
-50
/
+104
|
*
drivers/base: Platform notify needs to occur before drivers attach to the device
Brian Walsh
2006-09-26
1
-4
/
+4
|
*
v4l-dev2: handle __must_check
Andrew Morton
2006-09-26
1
-1
/
+1
|
*
add CONFIG_ENABLE_MUST_CHECK
Andrew Morton
2006-09-26
2
-0
/
+12
|
*
add __must_check to device management code
Andrew Morton
2006-09-26
4
-55
/
+66
|
*
Driver core: fixed add_bind_files() definition
Yoichi Yuasa
2006-09-26
1
-1
/
+1
|
*
Driver core: fix comments in drivers/base/power/resume.c
Dmitry Torokhov
2006-09-26
1
-4
/
+4
|
*
sysfs_remove_bin_file: no return value, dump_stack on error
Randy.Dunlap
2006-09-26
5
-13
/
+19
|
*
kobject: must_check fixes
Randy Dunlap
2006-09-26
1
-1
/
+8
|
*
Driver core: add ability for devices to create and remove bin files
Greg Kroah-Hartman
2006-09-26
2
-0
/
+30
|
*
Class: add support for class interfaces for devices
Greg Kroah-Hartman
2006-09-26
3
-1
/
+25
|
*
Driver core: create devices/virtual/ tree
Greg Kroah-Hartman
2006-09-26
3
-1
/
+28
|
*
Driver core: add device_rename function
Greg Kroah-Hartman
2006-09-26
2
-0
/
+56
|
*
Driver core: add ability for classes to handle devices properly
Greg Kroah-Hartman
2006-09-26
2
-0
/
+57
|
*
Driver core: allow devices in classes to have no parent
Greg Kroah-Hartman
2006-09-26
1
-10
/
+11
|
*
Driver core: add groups support to struct device
Greg Kroah-Hartman
2006-09-26
2
-0
/
+35
|
*
PM: platform_bus and late_suspend/early_resume
David Brownell
2006-09-26
2
-2
/
+30
|
*
PM: device_suspend/resume may sleep
Pavel Machek
2006-09-26
2
-0
/
+2
|
*
PM: add /sys/power documentation to Documentation/ABI
Rafael J. Wysocki
2006-09-26
1
-0
/
+88
|
*
PM: no suspend_prepare() phase
David Brownell
2006-09-26
5
-47
/
+0
|
*
PM: schedule /sys/devices/.../power/state for removal
Pavel Machek
2006-09-26
1
-0
/
+15
|
*
PM: add kconfig option for deprecated .../power/state files
David Brownell
2006-09-26
2
-0
/
+17
|
*
PM: update docs for writing .../power/state
David Brownell
2006-09-26
1
-10
/
+19
|
*
updated Documentation/power/devices.txt
David Brownell
2006-09-26
1
-190
/
+535
|
*
PM: issue PM_EVENT_PRETHAW
David Brownell
2006-09-26
4
-4
/
+12
|
*
PM: USB HCDs use PM_EVENT_PRETHAW
David Brownell
2006-09-26
5
-3
/
+23
|
*
PM: video drivers and PM_EVENT_PRETHAW
David Brownell
2006-09-26
4
-24
/
+30
|
*
PM: PCI and IDE handle PM_EVENT_PRETHAW
David Brownell
2006-09-26
2
-3
/
+7
|
*
PM: define PM_EVENT_PRETHAW
David Brownell
2006-09-26
1
-15
/
+47
|
*
fix broken/dubious driver suspend() methods
David Brownell
2006-09-26
3
-11
/
+20
[next]