From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Tue, 29 Sep 2015 19:27:34 -0500 Subject: [U-Boot] [PATCH v2 2/2] nios2: convert altera timer to driver model In-Reply-To: <1443530349-14599-2-git-send-email-thomas@wytron.com.tw> References: <1443446357-21393-1-git-send-email-thomas@wytron.com.tw> <1443530349-14599-1-git-send-email-thomas@wytron.com.tw> <1443530349-14599-2-git-send-email-thomas@wytron.com.tw> Message-ID: <1443572854.2125.5.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 Tue, 2015-09-29 at 07:39 +0000, thomas at wytron.com.tw wrote: > Convert altera timer to driver model. > > Signed-off-by: Thomas Chou > --- > v2 > fix coding style. > > arch/nios2/cpu/Makefile | 2 +- > arch/nios2/cpu/timer.c | 65 ------------------------ > common/board_f.c | 3 +- > configs/nios2-generic_defconfig | 2 + > drivers/timer/Kconfig | 7 +++ > drivers/timer/Makefile | 1 + > drivers/timer/altera_timer.c | 110 ++++++++++++++++++++++++++++++++++++++++ > include/configs/nios2-generic.h | 6 --- > 8 files changed, 122 insertions(+), 74 deletions(-) > delete mode 100644 arch/nios2/cpu/timer.c > create mode 100644 drivers/timer/altera_timer.c > Thanks for the patch. The patch looks good except it misses the changes for dts. Thanks Chin Liang