From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Sun, 22 Jul 2012 18:09:23 +0200 (CEST) Received: from nbd.name ([46.4.11.11]:44052 "EHLO nbd.name" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S1903467Ab2GVQJQ (ORCPT ); Sun, 22 Jul 2012 18:09:16 +0200 Message-ID: <500C2598.906@openwrt.org> Date: Sun, 22 Jul 2012 18:08:56 +0200 From: John Crispin User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111114 Icedove/3.1.16 MIME-Version: 1.0 To: Sergei Shtylyov CC: Ralf Baechle , linux-mips@linux-mips.org Subject: Re: [PATCH 2/5] MIPS: lantiq: add helper to set PCI clock delay References: <1342940161-1421-1-git-send-email-blogic@openwrt.org> <1342940161-1421-2-git-send-email-blogic@openwrt.org> <500C2498.1010609@mvista.com> In-Reply-To: <500C2498.1010609@mvista.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-archive-position: 33955 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: blogic@openwrt.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips Return-Path: Hi Sergei, >> +/* allow PCI driver to specify the clock delay. This is a 6 bit >> value */ > > WHy make it 'u32' then? yep, let me change it to u8 ... Thanks, John