root/i2c/trunk/kernel/i2c-dev.c


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @4947 [4947] 10/14/07 12:32:52 khali Let i2c-dev reject I2C_M_RECV_LEN. This is a backport from Linux …
(edit) @4023 [4023] 02/11/06 17:34:56 khali Warning fix.
(edit) @4022 [4022] 01/07/06 18:19:24 khali Drop i2c-dev's empty command implementation. This is a backport from Linux …
(edit) @3986 [3986] 05/19/05 22:50:29 khali Spelling fix. Original patch from Tobias Klauser.
(edit) @3961 [3961] 01/23/05 15:21:34 khali Don't define a client id we then never use.
(edit) @3937 [3937] 12/03/04 23:14:09 khali Discard owner field of i2c_driver structure, restore inc_use and dec_use …
(edit) @3935 [3935] 11/25/04 22:43:45 khali Remove owner from i2c_adapter, restore inc_use and dec_use instead.
(edit) @3882 [3882] 12/22/03 21:03:39 khali Various trivial fixes from Linux 2.4 merge: - white space changes …
(edit) @3861 [3861] 11/22/03 15:57:48 khali Whitespace change backported from Linux 2.4.
(edit) @3835 [3835] 08/09/03 20:59:43 khali Ioctl fixes (Robert T. Johnson, Sergey Vlasov) (backport from …
(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) @3727 [3727] 11/23/02 21:58:13 mds sync w/ kernel 2.5.49 (C99 initializers)
(edit) @3718 [3718] 10/01/02 16:10:04 ac9410 Update i2c-dev with change by Silvio Cesare silvio@big.net.au in 2.4.20 to …
(edit) @3711 [3711] 09/19/02 05:58:29 ac9410 Replaced init_module and cleanup_module with module_init and …
(edit) @3659 [3659] 07/06/02 04:07:39 mds add SMBus 2.0 block process call support
(edit) @3643 [3643] 06/15/02 19:11:28 mds add I2C_PEC ioctl
(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) @3570 [3570] 08/25/01 03:28:01 mds sync w/ kernel 2.4.9 (i2cdev_lseek -> no_llseek), however leave …
(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) @3536 [3536] 04/27/01 19:53:04 frodo Fixed small init buglet as found by Michael DiGiorgio?
(edit) @3522 [3522] 01/09/01 21:10:57 frodo Synx with kernel 2.4.0
(edit) @3505 [3505] 09/22/00 04:19:35 mds (mds) fix bug that incremented instead of decremented MOD_USE_COUNT …
(edit) @3501 [3501] 09/06/00 22:14:06 frodo Update to sync with 2.4.0-test8-pre5 (parts by Philipp Matthias …
(edit) @3496 [3496] 08/31/00 01:15:32 frodo Integrated Philipp Matthias Hahn's devfs patch
(edit) @3491 [3491] 08/12/00 18:37:15 mds (mds) add i2c block read/write support from Rickard Westman.
(edit) @3487 [3487] 07/26/00 01:52:17 frodo Sync with kernel 2.4.0-test5-pre4
(edit) @3476 [3476] 06/21/00 15:38:25 frodo First pass of i2c-core clean-ups: * Much better error checking in the …
(edit) @3458 [3458] 02/28/00 22:35:05 frodo Attribution for the I2C_RDWR ioctl to Kolja Waschk, on his …
(edit) @3451 [3451] 02/15/00 19:00:44 frodo Surpress stupid GCC warning
(edit) @3450 [3450] 02/15/00 18:57:27 frodo Kolja Waschk's i2c-rdwr-ioctl.dif adds an ioctl call to i2c_dev.c which …
(edit) @3449 [3449] 02/15/00 18:51:00 frodo Kolja Waschk's i2c-dev-fix.dif slightly modified Fixes incorrect return …
(edit) @3448 [3448] 02/10/00 16:28:23 frodo Sync with kernel 2.3.43-pre8 * Copied I2C_DRIVERID_SAA5249 from kernel …
(edit) @3440 [3440] 01/26/00 15:14:20 frodo Further cleanups of copy_{to,from}_user
(edit) @3438 [3438] 01/24/00 22:41:19 frodo Russell King's warnings about faults integrated
(edit) @3437 [3437] 01/24/00 22:07:11 frodo Russell King's 'calling NULL functions' patch (slightly modified)
(edit) @3436 [3436] 01/24/00 03:06:33 mds (mds) column 80 fixes.
(edit) @3435 [3435] 01/23/00 22:47:39 frodo Fix as indicated by T Russell King
(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) @3421 [3421] 12/22/99 00:45:58 frodo CVS IDs in comments all-over.
(edit) @3417 [3417] 12/08/99 21:33:58 frodo Previously announced i2c_check_addr function added Changes in …
(edit) @3406 [3406] 11/12/99 17:36:08 kmalkki (Kyösti) - Adapter {inc,dec}_mod_use_count when accessed through /dev …
(edit) @3393 [3393] 09/27/99 20:17:03 frodo Added /dev ioctl to get functionality mask from userspace
(edit) @3392 [3392] 09/27/99 18:30:01 frodo Better 10-bit addresses support * 10-bit addresses are now passes just …
(edit) @3391 [3391] 09/27/99 18:00:17 frodo Preparations for better 10-bit address support WARNING! INTERFACE …
(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) @3351 [3351] 07/27/99 19:02:00 kmalkki (Kyösti) * removed algorithm registration * removed unnecessary …
(edit) @3346 [3346] 07/24/99 01:42:16 frodo Massive commit of all things related to mkpatch. Let's just say it …
(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) @3333 [3333] 07/21/99 09:15:51 kmalkki (Kyösti) * Fixed unresolved symbols with i2c-dev * Changed #includes …
(edit) @3329 [3329] 07/19/99 23:06:20 frodo Finished the automatic patching scripts. Instructions: set in the main …
(edit) @3322 [3322] 07/18/99 22:17:14 frodo SMBus-aware i2c-dev I just plugged in the lm_sensors i2c-dev, with a few …
(edit) @3318 [3318] 07/18/99 16:01:33 frodo Namespace and copyright clean-up * All copyright headers now have the …
(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.