Re: [patch 2.6.27-rc3-omap1] omap2_nand updates

2008-09-08 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080831 14:54]: On Sun, Aug 31, 2008 at 02:19:05PM -0700, David Brownell wrote: From: David Brownell [EMAIL PROTECTED] Minor updates to the OMAP{2,3} NAND driver: - Rename those buffer PIO routines as *_buf16() - Get rid of pointless LE16 data

[patch 2.6.27-rc3-omap1] omap2_nand updates

2008-08-31 Thread David Brownell
From: David Brownell [EMAIL PROTECTED] Minor updates to the OMAP{2,3} NAND driver: - Rename those buffer PIO routines as *_buf16() - Get rid of pointless LE16 data conversions; OMAP is always LE - Speed up buffer reads by switching to __raw_readsl() Right now this driver only handles 16-bit

Re: [patch 2.6.27-rc3-omap1] omap2_nand updates

2008-08-31 Thread Felipe Balbi
On Sun, Aug 31, 2008 at 02:19:05PM -0700, David Brownell wrote: From: David Brownell [EMAIL PROTECTED] Minor updates to the OMAP{2,3} NAND driver: - Rename those buffer PIO routines as *_buf16() - Get rid of pointless LE16 data conversions; OMAP is always LE - Speed up buffer reads by