From: Dolev Raviv Date: Sun, 29 Jun 2014 06:40:17 +0000 (+0300) Subject: ufs: query descriptor API X-Git-Tag: omap-for-v3.17/fixes-against-rc2~143^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d44a5f98bb49b2c15348fa65cee73df4a157bfbf;p=pandora-kernel.git ufs: query descriptor API Introduces the API for sending queries with descriptors. A descriptor is a block or page of parameters that describe the device. The descriptors are classified into types and can range in size from 2 bytes through 255 bytes. All descriptors have a length value as their first element, and a type identification element as their second byte. All descriptors are readable and some may be write once. They are accessed using their type, index and selector. Signed-off-by: Dolev Raviv Signed-off-by: Raviv Shvili Acked-by: Santosh Y Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed