From: Wolfram Sang Date: Thu, 12 Mar 2015 16:17:58 +0000 (+0100) Subject: of: base: add function to get highest id of an alias stem X-Git-Tag: omap-for-v4.1/fixes-rc1~146^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=351d224f64afc1b3b359a1738b7d4600c7e64061;p=pandora-kernel.git of: base: add function to get highest id of an alias stem I2C supports adding adapters using either a dynamic or fixed id. The latter is provided by aliases in the DT case. To prevent id collisions of those two types, install this function which gives us the highest fixed id, so we can then let the dynamically created ones come after this highest number. Signed-off-by: Wolfram Sang Acked-by: Rob Herring Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed