From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Date: Mon, 10 Apr 2017 14:19:46 +0800 Subject: [U-Boot] [PATCH 1/5] rockchip: i2c: enable i2c for rk3399 In-Reply-To: <58EB022D.1050606@denx.de> References: <1491654135-10947-1-git-send-email-eric.gao@rock-chips.com> <1491654135-10947-2-git-send-email-eric.gao@rock-chips.com> <58EB022D.1050606@denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de Dear all, I am very very sorry. Because I used patman tool to send the patches , which use "send-email" by default. but "send-email" combine “263.com smtp server” will always encounter problem. It‘s show as that when the patch's quantity more than 3, patches can not be send completely(log said: session count exceed limit). I have ever tried many times and get the same result. Finally, I changed to use msmtp, it can works well. So, forget all these incomplete junk email and refer to the latest one please. Sorry to bother all your guys. Many Thanks. On 2017年04月10日 11:55, Heiko Schocher wrote: > Hello Eric, > > Am 08.04.2017 um 14:22 schrieb Eric Gao: >> From: "eric.gao" >> >> To enable mipi display, we need to enable pmic >> rk808 first for lcd3v3 power,which use i2c0 to >> communicate with soc. So enable i2c0. >> >> Signed-off-by: eric.gao >> >> Signed-off-by: Eric Gao > > Why you have 2 "Signed-off-by" lines? > >> --- >> >> arch/arm/dts/rk3399.dtsi | 16 ++++++++++++++++ >> configs/evb-rk3399_defconfig | 1 + >> drivers/i2c/rk_i2c.c | 1 + >> 3 files changed, 18 insertions(+) > > Reviewed-by: Heiko Schocher > > bye, > Heiko