From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Thu, 17 Jan 2008 14:06:57 -0500 Subject: [U-Boot-Users] [PATCH v2 2/2] Implement hard SPI driver on MPC8349EMDS In-Reply-To: <20080117124457.2698c05f.kim.phillips@freescale.com> References: <478ECD86.60407@gmail.com> <20080117124457.2698c05f.kim.phillips@freescale.com> Message-ID: <478FA751.3060909@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Kim Phillips wrote: > On Wed, 16 Jan 2008 22:37:42 -0500 > Ben Warren wrote: > > >> +void spi_eeprom_chipsel(int cs) >> +{ >> + volatile gpio83xx_t *iopd = &((immap_t *)CFG_IMMR)->gpio[0]; >> + >> + if(cs) >> > > s/if(/if (/ > > unless no-one else has any objections, this should probably go in > before the window closes. > > Kim > > I was just about to respond to your other message to ask if you'd have time to fit it in. Do you want me to resend patches or can you apply yourself (since you already have the handy diff). Either way's fine by me. regards, Ben