root/i2c/trunk/kernel/i2c-algo-bit.c


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @4388 [4388] 05/05/07 17:38:06 khali i2c-algo-bit: Always send a stop condition before leaving. This is …
(edit) @4246 [4246] 11/29/06 15:41:51 khali Minor param name change to minimze diff with 2.4 kernel tree.
(edit) @4190 [4190] 09/28/06 14:56:50 khali i2c-algo-bit: Cleanups (2.6 backport) * Uninline long functions (saves …
(edit) @4072 [4072] 07/24/06 23:02:38 khali i2c-algo-bit: Wipe out dead code. Backport from Linux 2.6, original patch …
(edit) @4071 [4071] 07/24/06 22:37:23 khali algo drivers: i2c_add_adapter may fail (2.6 backport) -This line, and …
(edit) @4013 [4013] 11/05/05 13:44:36 khali Backport SMBus PEC support rewrite from Linux 2.6: Discard …
(edit) @3978 [3978] 04/30/05 21:53:50 khali Drop Linux 2.5+ compatibility code in sclhi(). Thanks to Thomas Jarosch …
(edit) @3954 [3954] 12/29/04 11:12:48 khali I2C_FUNC_I2C is supported. Reported by Ian Campbell.
(edit) @3930 [3930] 11/20/04 09:02:24 khali Drop owner field of i2c_algorithm. Breaks compatibility with Linux 2.4 and …
(edit) @3882 [3882] 12/22/03 21:03:39 khali Various trivial fixes from Linux 2.4 merge: - white space changes …
(edit) @3878 [3878] 12/20/03 01:18:27 mds tweaks to emulation patch. - add I2C_M_RECV_PEC flag so adapter will …
(edit) @3877 [3877] 12/20/03 00:49:29 mds add emulated block read and block process call support; patch as …
(edit) @3872 [3872] 12/13/03 16:44:52 khali Pointless printk changes (part of the Linux 2.4 merge process).
(edit) @3852 [3852] 11/01/03 17:20:01 khali Fix sclhi() for adapters that do not have getscl(). Enable …
(edit) @3828 [3828] 07/25/03 09:56:42 khali Moved from lk2-4; see that branch for additional history.
(edit) @3765 [3765] 01/21/03 09:08:16 kmalkki (Kyösti) More cleanups Redo i2c-core locks. No longer pass …
(edit) @3758 [3758] 01/14/03 00:22:50 kmalkki (Kyösti) Check in changes from 2.5.53 to 2.5.54). Apply respective …
(edit) @3757 [3757] 01/14/03 00:02:59 kmalkki (Kyösti) Check in changes from Linus's tree up to 2.5.53. Drop some …
(edit) @3753 [3753] 01/12/03 13:15:00 kmalkki (Kyösti) Drop support for kernels below 2.4.9.
(edit) @3737 [3737] 12/03/02 23:31:34 kmalkki (Kyösti) Fix clock cycle high time when client device has pulled and …
(edit) @3732 [3732] 11/26/02 12:39:53 kmalkki (Kyösti) Define flag I2C_M_IGNORE_NAK to i2c_msg. Using this flag, any …
(edit) @3730 [3730] 11/24/02 06:44:15 mds change algo-bit timeout from 100 to HZ
(edit) @3662 [3662] 07/08/02 02:41:49 mds albert cond_resched{} -> ()
(edit) @3654 [3654] 07/04/02 02:02:59 mds 2.5 compatibility as requested by Albert Cranford.
(edit) @3653 [3653] 07/04/02 01:57:05 mds (mds) > So I should check this change in, right? > yep - should do no harm …
(edit) @3599 [3599] 11/19/01 19:45:02 mds add message loglevels to all printk's patch from Dirk …
(edit) @3585 [3585] 10/14/01 17:04:46 mds move MODULE_LICENSE to bottom of file to match where they put it in …
(edit) @3584 [3584] 10/13/01 20:09:01 mds Add MODULE_LICENSE("GPL")
(edit) @3578 [3578] 09/08/01 18:27:03 mds Add version and date to printk's in all modules
(edit) @3560 [3560] 07/29/01 04:44:25 mds Belatedly sync with kernel 2.4.2 (malloc.h -> slab.h) Should be ok …
(edit) @3533 [3533] 04/03/01 04:44:02 mds sync with kernel 2.4.3 spelling fixes (occured -> occurred)
(edit) @3522 [3522] 01/09/01 21:10:57 frodo Synx with kernel 2.4.0
(edit) @3483 [3483] 07/09/00 17:16:16 frodo Job de Haas's <job@dsl.nl> i2c-algo patch, also propagated to …
(edit) @3436 [3436] 01/24/00 03:06:33 mds (mds) column 80 fixes.
(edit) @3434 [3434] 01/19/00 00:54:07 frodo First pass of Kernel Coding Standards support Tabs are now used at all …
(edit) @3433 [3433] 01/19/00 00:02:53 frodo The promised drop of kernel 2.0 and 2.1 compatibility This resulted in a …
(edit) @3430 [3430] 01/16/00 17:43:30 frodo Changed several copyright dates to include 2000 Only for those …
(edit) @3428 [3428] 01/09/00 17:00:48 frodo Petr's patches and more * Removed compile warning about /* use * Added …
(edit) @3421 [3421] 12/22/99 00:45:58 frodo CVS IDs in comments all-over.
(edit) @3405 [3405] 11/12/99 12:26:20 frodo Slight fix on last patch of Simon: used ret' instead of retval' …
(edit) @3404 [3404] 11/12/99 08:56:15 simon (simon) Added function documentation, pass return values up…
(edit) @3403 [3403] 11/10/99 15:22:41 simon (simon) Return error on short reads/writes
(edit) @3392 [3392] 09/27/99 18:30:01 frodo Better 10-bit addresses support * 10-bit addresses are now passes just …
(edit) @3388 [3388] 09/27/99 13:33:18 frodo New `functionality' (features) implemented * A new callback …
(edit) @3372 [3372] 09/13/99 23:02:39 frodo (Frodo (Frodo) Updates for 2.0.x kernel compilation
(edit) @3371 [3371] 09/13/99 21:19:16 frodo Some minor patches to make in-kernel compilation for 2.0.x kernels …
(edit) @3364 [3364] 09/11/99 14:50:11 frodo Very small patches to make compiling against kernel 2.0.0 possible …
(edit) @3352 [3352] 07/28/99 14:55:49 kmalkki (Kyösti) * OOPS.. Fixed dummy driver flag * Fixed i2c-algo-bit sending …
(edit) @3351 [3351] 07/27/99 19:02:00 kmalkki (Kyösti) * removed algorithm registration * removed unnecessary …
(edit) @3345 [3345] 07/23/99 02:02:52 frodo Last modifications to allow i2c to be compiled into the kernel
(edit) @3342 [3342] 07/22/99 17:34:50 frodo All modules report themselves now by their own name. They all print a …
(edit) @3332 [3332] 07/21/99 08:43:28 simon (Simon) Changed defines for SAA 7146(a) algos, removed compiler warning in …
(edit) @3330 [3330] 07/20/99 11:03:25 kmalkki (Kyösti) * Changed the way i2c_adapter extends for different …
(edit) @3321 [3321] 07/18/99 20:18:10 frodo SMBus access integrated into i2c-core I think I have done the same thing …
(edit) @3320 [3320] 07/18/99 19:32:18 frodo Yet another MOD_{INC,DEC}_USE_COUNT change The {inc,dec}_use callbacks …
(edit) @3318 [3318] 07/18/99 16:01:33 frodo Namespace and copyright clean-up * All copyright headers now have the …
(edit) @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 …
(edit) @3315 [3315] 07/05/99 01:20:07 frodo Lots of small thingies This commit adds all relevant i2c source code …
(add) @3314 [3314] 07/01/99 00:59:37 frodo Initial CVS commit of the new i2c project Several things have changed …
Note: See TracRevisionLog for help on using the revision log.