From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alessandro Rubini Date: Tue, 6 Apr 2010 13:30:46 +0200 Subject: [U-Boot] [PATCH 1/8] Nomadik: move timer code to drivers/misc In-Reply-To: <20100406111621.GA7459@bnru02.bnr.st.com> References: <20100406111621.GA7459@bnru02.bnr.st.com> <1268886061-6382-1-git-send-email-rabin.vincent@stericsson.com> <1268886061-6382-2-git-send-email-rabin.vincent@stericsson.com> <4BAF9219.3090609@windriver.com> Message-ID: <20100406113046.GA7967@morgana.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 >> > .../{asm-arm/arch-nomadik/mtu.h => nomadik_mtu.h} | 0 >> >> Move the nomadik_gpio.h and nomadik_mtu.h into nomadik.h >> Just to have 1 nomadik *.h > > nomadik.h is currently used for 8815-specific addresses. If Alessandro > has no objections, I will move it to, say, nmdk8815.h and then combine > the common peripheral headers into nomadik.h. While I preferred the original patch (each peripheral has an header file, usually), I have no problem with this approach. Actually, now that "nomadik" is the name of common code (not the individual cpu), it's correct for "nomadik.h" to have "8815" in the name. /alessandro