From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 04 Jun 2013 13:30:04 -0600 Subject: [U-Boot] [PATCH] input: simplify key_matrix_decode_fdt() In-Reply-To: <1369346997-24862-1-git-send-email-swarren@wwwdotorg.org> References: <1369346997-24862-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <51AE403C.5070109@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/23/2013 04:09 PM, Stephen Warren wrote: > From: Stephen Warren > > We know the exact property names that the code wants to process. Look > these up directly with fdt_get_property(), rather than iterating over > all properties within the node, and checking each property's name, in > a convoluted fashion, against the expected name. Tom, is this likely to be applied for the upcoming release, or would it be deferred until the next? Thanks.