From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Tue, 6 Oct 2015 21:20:26 -0500 Subject: [U-Boot] [PATCH v4 2/2] nios2: convert altera sysid to driver model In-Reply-To: <1444011497-25524-2-git-send-email-thomas@wytron.com.tw> References: <1443511438-18625-1-git-send-email-thomas@wytron.com.tw> <1444011497-25524-1-git-send-email-thomas@wytron.com.tw> <1444011497-25524-2-git-send-email-thomas@wytron.com.tw> Message-ID: <1444184426.1939.0.camel@clsee-VirtualBox> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Thomas, On Mon, 2015-10-05 at 10:18 +0800, thomas at wytron.com.tw wrote: > Convert altera sysid to driver model with misc uclass. > > Signed-off-by: Thomas Chou > --- > v2 > remove trailing whitespace in altera_sysid.c. > v3 > fix coding style as suggested by Stefan. > v4 > clean up sysid and timestamp in dts as Chin Liang suggested. > Acked-by: Chin Liang See Thanks Chin Liang