On 10/09/16 17:01, Ico Doornekamp wrote: > * On 2016-09-10 16:57:18 +0200, Jonathan Cameron wrote: > >> Clifton Barnes sent a patch for this a few weeks ago and >> I have already applied that patch. > > Oh, so I'm probably working from the wrong tree, linux-next seems to be > behind on this; does linux-iio have its own git tree somewhere? Yes https://git.kernel.org/cgit/linux/kernel/git/jic23/iio.git/ Most recent branch if normally 'testing' which is there for the various automated build tests to report on. Path to linux next is that I have to send Greg KH a pull request (will be doing one tomorrow probably) and then he pulls it into staging-next which is pulled into linux-next. > > (I'm sorry if I'm generating noise on the list here. As is probably > obvious, I'm here because of the The Eudyptula Challenge [1]; the > current task being to fix a style violation somewhere in the staging > tree. Since IIO is the single part of the staging tree I actually use in > real life, I though this might be the right place for me to come to. Cool > Too bad for me that there's not much style issues in the IIO tree > though) Largely because others have been here before you and picked off the low hanging fruit. All our remaining staging drivers have been there a 'long' time! > > 1. http://eudyptula-challenge.org/ Don't worry about it! We are always happy to help out people who are just getting started. If you want to try something a little more 'meaty' take a staging driver and play spot the ABI that is either 'wrong' or not yet documented under Documentation/ABI/testing/sysfs-bus-iio* If it's obviously not covered by the ABI docs then post a documentation patch. This often kicks off a discussion on what the interface 'should' be ;) Another good one is to find things in staging drivers that we now have IIO_INFO_* elements for. For example in sca3000 I see there is an explicit attribute defined that could be replaced by IIO_INFO_SAMPLING_FREQUENCY being added in the relevant masks and appropriate sections added to the read_raw and write_raw callbacks. Not a trivial job, but not too hard to figure out perhaps? + a good step up from white space patches. Guess maybe that needs to be a bit later if you are ploughing through the eudyptula-challenge (though that didn't exist when I got started so I don't know what order they do stuff in!) Jonathan -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html