From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: [PATCH 0/9] musb_hdrc: Unify naming and rename common files Date: Mon, 20 Aug 2007 02:10:18 -0700 Message-ID: <11876010273160-git-send-email-tony@atomide.com> Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces+gplao-linux-omap-open-source=gmane.org@linux.omap.com Errors-To: linux-omap-open-source-bounces+gplao-linux-omap-open-source=gmane.org@linux.omap.com To: linux-omap-open-source@linux.omap.com List-Id: linux-omap@vger.kernel.org Hi all, Attached patch series replaces Inventra naming with musb, and renames the core musb files to start with musb_. Renaming the files unifies the file names, and groups them by type. This all should make it easier for people to locate the right piece of code within the driver. After applying the patch series, the musb directory has following files: $ ls cppi_dma.c musb_core.c musb_host.c omap2430.h cppi_dma.h musb_core.h musb_host.h tusb6010.c davinci.c musb_debug.h musb_host_virthub.c tusb6010.h davinci.h musb_dma.h musbhsdma.c tusb6010_omap.c Kconfig musb_gadget.c musb_procfs.c Makefile musb_gadget_ep0.c musb_regs.h musb_arch.h musb_gadget.h omap2430.c Tested on tusb. Regards, Tony