Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-10 | drivers: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2011-04-12 | isimodem: Rename resource debug macro | Aki Niemi | 1 | -1/+1 | |
2011-03-31 | isimodem: remove atoms that fail to probe | Mika Liljeberg | 1 | -1/+3 | |
2011-01-12 | isimodem: M15 coding style fix | Jeevaka Badrappan | 1 | -2/+2 | |
2011-01-07 | isimodem: use simplified client interface | Pekka Pessi | 1 | -8/+10 | |
2010-12-22 | isimodem: Always compare to NULL explicitly | Aki Niemi | 1 | -4/+4 | |
2010-12-22 | isimodem: Adapt and refactor devinfo driver | Aki Niemi | 1 | -91/+61 | |
2010-11-29 | drivers: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -6/+6 | |
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl> | |||||
2010-10-19 | isimodem: Fix request cleanup code | Aki Niemi | 1 | -3/+3 | |
Adds a check for when the driver is being removed, in which case no new ISI requests should be generated. | |||||
2010-10-14 | isimodem: Fix copyright and license boilerplate | Aki Niemi | 1 | -13/+13 | |
2010-05-27 | Eliminated bool, true and false from isimodem. | Pekka Pessi | 1 | -7/+8 | |
2010-01-12 | Style: Should be a space after if | Denis Kenzior | 1 | -1/+1 | |
2010-01-11 | Refactor devinfo driver | Aki Niemi | 1 | -56/+47 | |
2010-01-11 | Remove contact from boilerplate | Aki Niemi | 1 | -2/+0 | |
2010-01-11 | Split ISI codepoints to separate files | Aki Niemi | 1 | -40/+4 | |
Also, adding infrastructure for debugging ISI messages, with APIs for turning most common fields into human readable string format. | |||||
2009-12-18 | gisi: pass object handle to g_isi_verify() callback | Rémi Denis-Courmont | 1 | -1/+2 | |
This will be needed for GPDS. | |||||
2009-10-09 | Refactor subblock iterators. | Pekka Pessi | 1 | -6/+3 | |
Always initialize iterators. Try to avoid pointer arithmetics on NULL; in other words, move all pointer arithmetics inside g_isi_sb_iter_init(). There are 4 different ways for representing sub blocks in ISI message: - 8-bit sub_blocks count, 8-bit sub_block_id/sub_block_len - 16-bit sub_blocks count, 8-bit sub_block_id/sub_block_len - 8-bit sub_blocks count, 16-bit sub_block_id/sub_block_len - 16-bit sub_blocks count, 16-bit sub_block_id/sub_block_len The compact form g_isi_sb_iter_init() supports 8-bit sub_block count before start of the sub blocks themselves and 8-bit sub_block_id and sub_block_len. The full form g_isi_sb_iter_init_full() with explicit longhdr and sub_block count supports all other cases. | |||||
2009-09-15 | Add proper bootstrap using g_isi_verify() | Aki Niemi | 1 | -1/+17 | |
2009-09-14 | Fix compiler warnings on 64-bit systems | Marcel Holtmann | 1 | -1/+1 | |
2009-09-14 | Adapt to changed sub-block iterator API | Aki Niemi | 1 | -1/+1 | |
2009-09-14 | Refactor to use gisi/iter.h | Aki Niemi | 1 | -129/+62 | |
2009-09-12 | Fix to use new success/failure callback macros | Aki Niemi | 1 | -37/+10 | |
2009-09-01 | Rename isi drivers to isimodem | Denis Kenzior | 1 | -1/+1 | |
Be more consistent with directory naming | |||||
2009-09-01 | Make remove functions not return anything | Denis Kenzior | 1 | -3/+1 | |
2009-09-01 | change int vendor to unsigned int vendor | Denis Kenzior | 1 | -1/+2 | |
2009-09-01 | Add vendor flag capability to devinfo | Denis Kenzior | 1 | -2/+2 | |
2009-08-25 | Rename all files under drivers/isimodem/ | Aki Niemi | 1 | -0/+426 | |