beagleboard / kernel

Kernel for the beagleboard.org boards
172 stars 159 forks source link

Adds continuous sampling patch files only #50

Closed ZubairLK closed 11 years ago

ZubairLK commented 11 years ago

This commit adds only the new files for continuous sampling support on a clean clone of 3.11 Is there any reason patch.sh of 3.11 doesn't have adc in the set to compile?

original commit message

This adds a bunch of patches to the adc patchset enabling continous sampling mode. A large buffer of data can now be read via /dev/iio entries

The work is forward ported from the Arago tree. The original author is Rachil Patna.

Some of his patches might seem missing from Arago but that is because

1) I incorporated some of his minor bugfixes in the same large main patch. 2) Some of the patches have already been incorporated in the patchset in mfd-next.

The rest of the small bug fixes by Russ Dill are kept in separate patches.

All in all. This brings all the functionality of the ADC driver in the Arago tree to the BBB.

evtest for touchscreen does register events too