From mboxrd@z Thu Jan 1 00:00:00 1970 From: krzk@kernel.org (Krzysztof Kozlowski) Date: Tue, 18 Oct 2016 20:47:32 +0300 Subject: [PATCH v9 2/2] ARM: dts: add TOPEET itop elite based board In-Reply-To: <20161018173748.GB30003@kozik-lap> References: <1476811129-4450-1-git-send-email-ayaka@soulik.info> <1476811129-4450-3-git-send-email-ayaka@soulik.info> <20161018173748.GB30003@kozik-lap> Message-ID: <20161018174732.GC30003@kozik-lap> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Oct 18, 2016 at 08:37:48PM +0300, Krzysztof Kozlowski wrote: > On Wed, Oct 19, 2016 at 01:18:49AM +0800, Randy Li wrote: > > The TOPEET itop exynos 4412 have three versions base board. The > > Elite version is the cheap one without too much peripheral devices > > on it. > > > > Currently supported are serial console, wired networking(USB), > > USB OTG in peripheral mode, USB host, SD storage, GPIO buttons, > > PWM beeper, ADC and LEDs. The WM8960 analog audio codec is also > > enabled. > > > > The FIMC is not used for camera currently, I enabled it just for a > > colorspace converter. > > > > Signed-off-by: Randy Li > > Reviewed-by: Krzysztof Kozlowski > > Thanks, applied, with missing Rob's ack, minor changes in commit msg and > fix in pin function (you used macro for pull up/down instead of > function). I also changed your name in commit message from "ayaka" to "Randy Li". The author of a patch (equal to "From:" in email) should match the Signed-off-by. For the future, please fix your gitconfig and/or mail transfer program. Sample gitconfig regarding this: [user] name = Mr Foo Bar email = foobar at gmail.com [sendemail] smtpencryption = tls smtpserver = smtp.gmail.com smtpuser = foobar at gmail.com smtpserverport = 587 confirm = auto Best regards, Krzysztof