Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1408694
| From | minyard@acm.org |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 00/10] i2c-i801: Various cleanups |
| Date | 2016-05-30 03:20 +0200 |
| Message-ID | <rEjSp-5Fx-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This is a new set that is fairly different than the old set, though it fixes a lot of the same issues, and some new ones I noticed. I did not do the consolidation of the isr and non-isr byte-by-byte handling, based on Jean's comments. I tested this on qemu (including returning a bad number of bytes to cause a protocol error) with all four combinations of block/byte-by-byte and interrupts/polled. I also tested all those combinations on an Intel Chesnee board. I do not know aobut hwpec, so I assumed it doesn't work on byte-by-byte transactions. I'm not quite sure how to test that. Feel free to say if you like or don't like certain changes, and I will rework as necessary, of course. -corey
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 00/10] i2c-i801: Various cleanups minyard@acm.org - 2016-05-30 03:20 +0200 [PATCH v2 08/10] i2c-i801: Handle a protocol error in byte-by-byte isr minyard@acm.org - 2016-05-30 03:20 +0200 [PATCH v2 09/10] i2c-i801: Null isr data buffer when done with it minyard@acm.org - 2016-05-30 03:20 +0200 [PATCH v2 04/10] i2c-i801: Consolidate calls to i801_check_pre() minyard@acm.org - 2016-05-30 03:20 +0200 [PATCH v2 06/10] i2c-i801: Pass around a boolean read/write variable minyard@acm.org - 2016-05-30 03:20 +0200 [PATCH v2 05/10] i2c-i801: Consolidate calls to i801_check_post minyard@acm.org - 2016-05-30 03:20 +0200 [PATCH v2 02/10] i2c-i801: Move hostcfg set/reset to i801_access() minyard@acm.org - 2016-05-30 03:20 +0200 [PATCH v2 01/10] i2c-i801: Remove hwpec from block byte-by-byte function minyard@acm.org - 2016-05-30 03:20 +0200
csiph-web