From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Brownell Subject: [patch 0/3] musb_hdrc, remove MGC_{Read,Write}Csr{8,16} Date: Thu, 18 Jan 2007 15:35:07 -0800 Message-ID: <200701181535.08332.david-b@pacbell.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces@linux.omap.com Errors-To: linux-omap-open-source-bounces@linux.omap.com To: Tony Lindgren Cc: linux-omap-open-source@linux.omap.com List-Id: linux-omap@vger.kernel.org Folowing this are three patches removing those annoying CaMeLcAsE macros cluttering up the sources ... this is the last significant such fix that's needed IMO, although certainly struct members, variables, and function/procedure parameters can be cleaned up. Given that, issues I know about on the musb_hdrc code in GIT right now, observed on tusb6010 but not tested on DaVinci, include: - Hmm, host side was not enumerating ... new failure - DMA wierdness of various types - Various issues with suspend states and remote wakeup That list is just so anyone running into them needn't be too surprised. - Dave