index
:
kernel_samsung_espresso10.git
replicant-4.2
replicant-6.0
kernel/samsung/espresso10
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c-isa: Restore driver owner
Jean Delvare
2006-09-26
11
-0
/
+11
*
i2c-viapro: Add support for the VT8237A and VT8251
Rudolf Marek
2006-09-26
3
-10
/
+23
*
i2c: Warn on i2c client creation failure
Jean Delvare
2006-09-26
1
-2
/
+7
*
i2c-core: Drop useless bitmaskings
Jean Delvare
2006-09-26
1
-5
/
+5
*
i2c-algo-pcf: Discard the mdelay data struct member
Adrian Bunk
2006-09-26
2
-2
/
+0
*
i2c-algo-bit: Cleanups
Jean Delvare
2006-09-26
1
-9
/
+8
*
i2c-isa: Fail adding driver on attach_adapter error
David Hubbard
2006-09-26
1
-3
/
+8
*
i2c: __must_check fixes (chip drivers)
Jean Delvare
2006-09-26
5
-27
/
+97
*
i2c-dev: attach/detach_adapter cleanups
Jean Delvare
2006-09-26
1
-5
/
+5
*
i2c-stub: Chip address as a module parameter
Jean Delvare
2006-09-26
2
-3
/
+31
*
i2c: Plan i2c-isa for removal
Jean Delvare
2006-09-26
1
-0
/
+9
*
i2c: New bus driver for TI OMAP boards
Komal Shah
2006-09-26
3
-0
/
+687
*
i2c-algo-bit: Discard the mdelay data struct member
Jean Delvare
2006-09-26
22
-32
/
+6
*
i2c-matroxfb: Struct init conversion
Jean Delvare
2006-09-26
1
-6
/
+7
*
i2c: Fix copy-n-paste in subsystem Kconfig
Arthur Othieno
2006-09-26
1
-1
/
+1
*
i2c-au1550: Add I2C support for Au1200
Domen Puncer
2006-09-26
2
-5
/
+4
*
i2c-au1550: Add SMBus functionality flag
Domen Puncer
2006-09-26
1
-1
/
+1
*
i2c-au1550: Fix timeout problem
Domen Puncer
2006-09-26
1
-4
/
+10
*
i2c-sibyte: Kip Walker is gone
Jean Delvare
2006-09-26
1
-1
/
+1
*
i2c-algo-sibyte: Merge into i2c-sibyte
Jean Delvare
2006-09-26
5
-229
/
+155
*
i2c-algo-sibyte: Cleanups
Jean Delvare
2006-09-26
1
-30
/
+1
*
i2c: __must_check fixes, i2c-dev
Jean Delvare
2006-09-26
1
-3
/
+11
*
i2c: __must_check fixes (core drivers)
Jean Delvare
2006-09-26
2
-13
/
+69
*
i2c-dev: Drop the client template
Jean Delvare
2006-09-26
1
-9
/
+4
*
i2c-dev: Use a list for data storage
Jean Delvare
2006-09-26
1
-20
/
+25
*
i2c-dev: Cleanups
Jean Delvare
2006-09-26
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-25
1
-11
/
+15
|
*
Driver core: Remove unneeded routines from driver core
Alan Stern
2006-09-25
2
-32
/
+2
|
*
Driver core: Fix potential deadlock in driver core
Alan Stern
2006-09-25
3
-3
/
+10
|
*
PCI: enable driver multi-threaded probe
Greg Kroah-Hartman
2006-09-25
2
-0
/
+36
|
*
Driver Core: add ability for drivers to do a threaded probe
Greg Kroah-Hartman
2006-09-25
3
-27
/
+89
|
*
sysfs: add proper sysfs_init() prototype
Andrew Morton
2006-09-25
2
-9
/
+8
|
*
drivers/base: check errors
Andrew Morton
2006-09-25
4
-50
/
+104
|
*
drivers/base: Platform notify needs to occur before drivers attach to the device
Brian Walsh
2006-09-25
1
-4
/
+4
|
*
v4l-dev2: handle __must_check
Andrew Morton
2006-09-25
1
-1
/
+1
|
*
add CONFIG_ENABLE_MUST_CHECK
Andrew Morton
2006-09-25
2
-0
/
+12
|
*
add __must_check to device management code
Andrew Morton
2006-09-25
4
-55
/
+66
|
*
Driver core: fixed add_bind_files() definition
Yoichi Yuasa
2006-09-25
1
-1
/
+1
|
*
Driver core: fix comments in drivers/base/power/resume.c
Dmitry Torokhov
2006-09-25
1
-4
/
+4
|
*
sysfs_remove_bin_file: no return value, dump_stack on error
Randy.Dunlap
2006-09-25
5
-13
/
+19
|
*
kobject: must_check fixes
Randy Dunlap
2006-09-25
1
-1
/
+8
|
*
Driver core: add ability for devices to create and remove bin files
Greg Kroah-Hartman
2006-09-25
2
-0
/
+30
|
*
Class: add support for class interfaces for devices
Greg Kroah-Hartman
2006-09-25
3
-1
/
+25
|
*
Driver core: create devices/virtual/ tree
Greg Kroah-Hartman
2006-09-25
3
-1
/
+28
|
*
Driver core: add device_rename function
Greg Kroah-Hartman
2006-09-25
2
-0
/
+56
|
*
Driver core: add ability for classes to handle devices properly
Greg Kroah-Hartman
2006-09-25
2
-0
/
+57
|
*
Driver core: allow devices in classes to have no parent
Greg Kroah-Hartman
2006-09-25
1
-10
/
+11
|
*
Driver core: add groups support to struct device
Greg Kroah-Hartman
2006-09-25
2
-0
/
+35
|
*
PM: platform_bus and late_suspend/early_resume
David Brownell
2006-09-25
2
-2
/
+30
[next]