summaryrefslogtreecommitdiffstats
path: root/drivers/isimodem/devinfo.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10drivers: Update copyright informationMarcel Holtmann1-1/+1
2011-04-12isimodem: Rename resource debug macroAki Niemi1-1/+1
2011-03-31isimodem: remove atoms that fail to probeMika Liljeberg1-1/+3
2011-01-12isimodem: M15 coding style fixJeevaka Badrappan1-2/+2
2011-01-07isimodem: use simplified client interfacePekka Pessi1-8/+10
2010-12-22isimodem: Always compare to NULL explicitlyAki Niemi1-4/+4
2010-12-22isimodem: Adapt and refactor devinfo driverAki Niemi1-91/+61
2010-11-29drivers: explicitly compare pointers to NULLLucas De Marchi1-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-19isimodem: Fix request cleanup codeAki Niemi1-3/+3
Adds a check for when the driver is being removed, in which case no new ISI requests should be generated.
2010-10-14isimodem: Fix copyright and license boilerplateAki Niemi1-13/+13
2010-05-27Eliminated bool, true and false from isimodem.Pekka Pessi1-7/+8
2010-01-12Style: Should be a space after ifDenis Kenzior1-1/+1
2010-01-11Refactor devinfo driverAki Niemi1-56/+47
2010-01-11Remove contact from boilerplateAki Niemi1-2/+0
2010-01-11Split ISI codepoints to separate filesAki Niemi1-40/+4
Also, adding infrastructure for debugging ISI messages, with APIs for turning most common fields into human readable string format.
2009-12-18gisi: pass object handle to g_isi_verify() callbackRémi Denis-Courmont1-1/+2
This will be needed for GPDS.
2009-10-09Refactor subblock iterators.Pekka Pessi1-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-15Add proper bootstrap using g_isi_verify()Aki Niemi1-1/+17
2009-09-14Fix compiler warnings on 64-bit systemsMarcel Holtmann1-1/+1
2009-09-14Adapt to changed sub-block iterator APIAki Niemi1-1/+1
2009-09-14Refactor to use gisi/iter.hAki Niemi1-129/+62
2009-09-12Fix to use new success/failure callback macrosAki Niemi1-37/+10
2009-09-01Rename isi drivers to isimodemDenis Kenzior1-1/+1
Be more consistent with directory naming
2009-09-01Make remove functions not return anythingDenis Kenzior1-3/+1
2009-09-01change int vendor to unsigned int vendorDenis Kenzior1-1/+2
2009-09-01Add vendor flag capability to devinfoDenis Kenzior1-2/+2
2009-08-25Rename all files under drivers/isimodem/Aki Niemi1-0/+426