-----Original Message----- From: Mike Frysinger [mailto:[email protected]] Sent: Thursday, July 08, 2010 11:31 AM To: [email protected] Cc: [email protected] Subject: Re: [Linux-kernel-commits] [8978] trunk: [#6077] set reset gpio high for ad183x when board init
On Wed, Jul 7, 2010 at 23:12, <[email protected]> wrote: > +#if defined(CONFIG_SND_BF5XX_SOC_AD183X) || > defined(CONFIG_SND_BF5XX_SOC_AD183X_MODULE) > + bfin_write_FIO0_DIR(bfin_read_FIO0_DIR() | (1 << 15)); > + bfin_write_FIO0_FLAG_S(1 << 15); > + SSYNC(); >use the standard gpio API please These are in board files. And just follow the existing style. >-mike _______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
