From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Thu, 2 Dec 2010 11:45:21 -0600 Subject: [U-Boot] [PATCH] p1022ds: fix switching of DIU/LBC signals In-Reply-To: <20101201175427.497b6601@udp111988uds.am.freescale.net> References: <1291163785-24443-1-git-send-email-timur@freescale.com> <20101130195010.4fbdd9c6@udp111988uds.am.freescale.net> <4CF6D025.4010802@freescale.com> <20101201170018.62ab7921@udp111988uds.am.freescale.net> <4CF6DA1C.3080004@freescale.com> <20101201175427.497b6601@udp111988uds.am.freescale.net> Message-ID: <4CF7DB31.5090205@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Scott Wood wrote: > If you were to immediately follow it with out_8 as currently defined, > yes. But setbits_8 should be OK. I don't want my flash_writeX functions to make any assumptions about what set_mux_to_diu() does. Can I just replace the __raw_readb() with an in_8()? -- Timur Tabi Linux kernel developer at Freescale