From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alessandro Rubini Date: Sun, 22 Nov 2009 23:57:32 +0100 Subject: [U-Boot] [PATCH 6/8] nhk8815: added keypad In-Reply-To: <20091122224925.17249E34A27@gemini.denx.de> References: <20091122224925.17249E34A27@gemini.denx.de> <5a9bb8fb15cdb47d2ccd77af62f759ed493de944.1255086085.git.rubini@ unipv.it> Message-ID: <20091122225732.GA13046@mail.gnudd.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Wolfgang. Thanks for looking at my patch-set. >> + printf("%s:%s\n", __FILE__, __func__); > > Guess this should be debug() instead? Actually, this was meant to be removed in final code. As explained in the 0/8 message, this patch set was mainly and RFC, as some of the stuff looked questionable to me. So I chose to post my current status to get some comments on the approach, not on the details which I know were just work in progress, though working on real hardware. So, unless there are serious issues, I'll clean up my current tree, add comments to each patch and repost as V2. thanks /alessandro