|
|
|
@4245
|
[4245]
|
11/27/06 21:17:55 |
khali |
GCC4 and whitespace changes to sync with the Linux 2.4 tree. |
|
|
|
@3935
|
[3935]
|
11/25/04 22:43:45 |
khali |
Remove owner from i2c_adapter, restore inc_use and dec_use
instead. |
|
|
|
@3882
|
[3882]
|
12/22/03 21:03:39 |
khali |
Various trivial fixes from Linux 2.4 merge:
- white space changes
… |
|
|
|
@3872
|
[3872]
|
12/13/03 16:44:52 |
khali |
Pointless printk changes (part of the Linux 2.4 merge process). |
|
|
|
@3856
|
[3856]
|
11/18/03 23:26:16 |
khali |
Add missing exit. This is a backport from linux kernel 2.4.13. |
|
|
|
@3831
|
[3831]
|
07/28/03 11:48:52 |
khali |
Fix memory mapped I/O.
Patch by Oleg I. Vdovikin. |
|
|
|
@3765
|
[3765]
|
01/21/03 09:08:16 |
kmalkki |
(Kyösti) More cleanups
Redo i2c-core locks.
No longer pass … |
|
|
|
@3758
|
[3758]
|
01/14/03 00:22:50 |
kmalkki |
(Kyösti)
Check in changes from 2.5.53 to 2.5.54).
Apply respective … |
|
|
|
@3754
|
[3754]
|
01/13/03 12:35:52 |
kmalkki |
(Kyösti)
Missed some pre-2.4 code on the first run. |
|
|
|
@3753
|
[3753]
|
01/12/03 13:15:00 |
kmalkki |
(Kyösti)
Drop support for kernels below 2.4.9. |
|
|
|
@3742
|
[3742]
|
12/14/02 01:30:49 |
mds |
make spinlock_t's static so you can compile drivers into kernel and they
… |
|
|
|
@3727
|
[3727]
|
11/23/02 21:58:13 |
mds |
sync w/ kernel 2.5.49 (C99 initializers) |
|
|
|
@3687
|
[3687]
|
08/08/02 05:11:17 |
ac9410 |
Moved driver_lock from proc level to module level and renamed to … |
|
|
|
@3683
|
[3683]
|
08/04/02 00:53:44 |
ac9410 |
Replaced depreciated cli() & sti() with spin_lock_irq(&driver_lock) … |
|
|
|
@3599
|
[3599]
|
11/19/01 19:45:02 |
mds |
add message loglevels to all printk's
patch from
Dirk … |
|
|
|
@3593
|
[3593]
|
11/11/01 23:56:03 |
mds |
patch from
"Oleg I. Vdovikin" <vdovikin@jscc.ru>
This patch … |
|
|
|
@3585
|
[3585]
|
10/14/01 17:04:46 |
mds |
move MODULE_LICENSE to bottom of file to match where they put it
in … |
|
|
|
@3584
|
[3584]
|
10/13/01 20:09:01 |
mds |
Add MODULE_LICENSE("GPL") |
|
|
|
@3578
|
[3578]
|
09/08/01 18:27:03 |
mds |
Add version and date to printk's in all modules |
|
|
|
@3560
|
[3560]
|
07/29/01 04:44:25 |
mds |
Belatedly sync with kernel 2.4.2 (malloc.h -> slab.h)
Should be ok … |
|
|
|
@3546
|
[3546]
|
06/05/01 03:46:33 |
mds |
following changes from Oleg Vdovikin <vdovikin@jscc.ru>
i2c-elektor.c: … |
|
|
|
@3487
|
[3487]
|
07/26/00 01:52:17 |
frodo |
Sync with kernel 2.4.0-test5-pre4 |
|
|
|
@3465
|
[3465]
|
03/22/00 23:59:54 |
frodo |
Changed detection of kernel version to use <linux/version.h> |
|
|
|
@3462
|
[3462]
|
03/16/00 14:07:34 |
frodo |
Martin Bailey's PCF fixes |
|
|
|
@3436
|
[3436]
|
01/24/00 03:06:33 |
mds |
(mds) column 80 fixes. |
|
|
|
@3434
|
[3434]
|
01/19/00 00:54:07 |
frodo |
First pass of Kernel Coding Standards support
Tabs are now used at all … |
|
|
|
@3433
|
[3433]
|
01/19/00 00:02:53 |
frodo |
The promised drop of kernel 2.0 and 2.1 compatibility
This resulted in a … |
|
|
|
@3421
|
[3421]
|
12/22/99 00:45:58 |
frodo |
CVS IDs in comments all-over. |
|
|
|
@3411
|
[3411]
|
11/30/99 21:06:42 |
frodo |
Patches to make it compatible with kernel 2.3.27 and newer
* Improved … |
|
|
|
@3396
|
[3396]
|
10/08/99 16:25:11 |
frodo |
All return codes of calls to i2c_{bit,pcf}_add_bus are now checked,
… |
|
|
|
@3372
|
[3372]
|
09/13/99 23:02:39 |
frodo |
(Frodo (Frodo) Updates for 2.0.x kernel compilation |
|
|
|
@3371
|
[3371]
|
09/13/99 21:19:16 |
frodo |
Some minor patches to make in-kernel compilation for 2.0.x kernels
… |
|
|
|
@3346
|
[3346]
|
07/24/99 01:42:16 |
frodo |
Massive commit of all things related to mkpatch. Let's just say
it … |
|
|
|
@3342
|
[3342]
|
07/22/99 17:34:50 |
frodo |
All modules report themselves now by their own name. They all print
a … |
|
|
|
@3330
|
[3330]
|
07/20/99 11:03:25 |
kmalkki |
(Kyösti)
* Changed the way i2c_adapter extends for different … |
|
|
|
@3320
|
[3320]
|
07/18/99 19:32:18 |
frodo |
Yet another MOD_{INC,DEC}_USE_COUNT change
The {inc,dec}_use callbacks … |
|
|
|
@3318
|
[3318]
|
07/18/99 16:01:33 |
frodo |
Namespace and copyright clean-up
* All copyright headers now have the … |
|
|
|
@3317
|
[3317]
|
07/18/99 14:40:50 |
frodo |
Second part of Kyösti Mälkki's patches
MOD_{INC,DEC}_USE_COUNT should now … |
|
|
|
@3315
|
[3315]
|
07/05/99 01:20:07 |
frodo |
Lots of small thingies
This commit adds all relevant i2c source code … |
|
|
|
@3314
|
[3314]
|
07/01/99 00:59:37 |
frodo |
Initial CVS commit of the new i2c project
Several things have changed … |