From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Fri, 16 Aug 2013 09:34:46 -0400 Subject: [U-Boot] [PATCH V2 0/4]ARM: AM33xx: Cleanup clocks and hwinit In-Reply-To: <1375161535-29884-1-git-send-email-lokeshvutla@ti.com> References: <1375161535-29884-1-git-send-email-lokeshvutla@ti.com> Message-ID: <20130816133446.GC13632@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Jul 30, 2013 at 10:48:51AM +0530, Lokesh Vutla wrote: > This series tries to cleanup code for AM33xx, > inorder to ensure code reusabilty by moving the > duplicated code to common place. > This also helps in addition of new Soc with minimal > changes. > > Testing: > Boot tested on BeagleBone White/Black, AM35xx EVM/EVMSK. > Verified ./MAKEALL -s am33xx. > > Changes Since V1: > - Rebased on top of u-boot-ti > - Created a function get_dpll_ddr_params() for getting > ddr dpll params from board files. > - Updated License header for newly created files. > > Heiko Schocher (1): > ARM: AM33xx: Move s_init to a common place > > Lokesh Vutla (3): > ARM: AM33xx: Cleanup dplls data > ARM: AM33xx: Cleanup clocks layer > musb: Disable extra prints > > arch/arm/cpu/armv7/am33xx/Makefile | 1 + > arch/arm/cpu/armv7/am33xx/board.c | 68 ++- > arch/arm/cpu/armv7/am33xx/clock.c | 171 ++++++++ > arch/arm/cpu/armv7/am33xx/clock_am33xx.c | 495 +++++----------------- > arch/arm/cpu/armv7/am33xx/clock_ti814x.c | 25 +- > arch/arm/cpu/armv7/am33xx/emif4.c | 5 +- > arch/arm/include/asm/arch-am33xx/clock.h | 94 ++++ > arch/arm/include/asm/arch-am33xx/clocks_am33xx.h | 6 +- > arch/arm/include/asm/arch-am33xx/sys_proto.h | 9 +- > board/isee/igep0033/board.c | 55 +-- > board/phytec/pcm051/board.c | 57 +-- > board/ti/am335x/board.c | 102 ++--- > board/ti/am335x/mux.c | 19 + > board/ti/ti814x/evm.c | 65 +-- > drivers/usb/musb-new/musb_core.c | 20 +- > 15 files changed, 573 insertions(+), 619 deletions(-) > create mode 100644 arch/arm/cpu/armv7/am33xx/clock.c Applied to u-boot-ti/master, thanks! -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: