From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 18768C49ED7 for ; Fri, 20 Sep 2019 04:58:18 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D702B20717 for ; Fri, 20 Sep 2019 04:58:17 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=jms.id.au header.i=@jms.id.au header.b="XPqXce5u" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D702B20717 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=jms.id.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:51152 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iBAzo-0000ZZ-Qo for qemu-devel@archiver.kernel.org; Fri, 20 Sep 2019 00:58:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36776) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iBAw9-0006lj-I1 for qemu-devel@nongnu.org; Fri, 20 Sep 2019 00:54:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iBAtj-0001fO-T0 for qemu-devel@nongnu.org; Fri, 20 Sep 2019 00:52:00 -0400 Received: from mail-qt1-x844.google.com ([2607:f8b0:4864:20::844]:43914) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iBAti-0001dT-OB; Fri, 20 Sep 2019 00:51:58 -0400 Received: by mail-qt1-x844.google.com with SMTP id c3so7191595qtv.10; Thu, 19 Sep 2019 21:51:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jms.id.au; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=UX9omtw5itv3tNBtOezj1OfJf4tePpoWq8qKz4OVfiI=; b=XPqXce5uz/YhNtMnWj9dgmqfJRxioyzMZQyEZOa9qNF50aN/GEeZbtyUKeAEAquJ4x C3sOdlpBGpgB6S0jDFctbRaqGawlbwuTNrqES2YrNPWSD/wnCpZrH9fpgbkZLKI4ZXAw OjsjvkQLxGLbPjTjTSHYWA8lMynfY9ex2uQDk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=UX9omtw5itv3tNBtOezj1OfJf4tePpoWq8qKz4OVfiI=; b=pXQX/mjvqkUf8TVwGHTPu0sC91FyCxA8SDlFNJKXEDryzBdZmgL/awtjp8D2TUuFZV 9DOOxyiVSObCtRf+dM7mNp2dle6qnx9rb/pBGYTc8qdQo812/HZVS19tmBPdIaP4YN0r 3E45wqiUyFxKCV49tbOK7y8bewe3sq+hloWaeZjgugQTbYSaWclt93PIuMxTvCSbraA5 gOasfiWGQZttzVJqs213FSI+GspmZR7dE7ClDfFlE3UkNHLJl7H29TuerAe30Aj5v1J5 Td9vpITlJizTkH5ySt+W63TOcofoPjNQIRy0Ct8AxO5pK7zieNKabNfRs4emel3tBMjT qxdw== X-Gm-Message-State: APjAAAWLXVAiOTBqYrvmmsJS1oxbvCajLQtWlFnw8xw7PktCswNmg2SF RyhcHCnapOIl1ncT2HzfeKD2tgfU/5Eg2emaqxg= X-Google-Smtp-Source: APXvYqyqyynPOVdHlmS8GyBLlnzZENZAg0f2p+hybj34uE2FZy4zJ5FazHLnbp5U9c4ruul06NJWlqR0gcBQULEqSy8= X-Received: by 2002:a0c:e48b:: with SMTP id n11mr11696061qvl.38.1568955118058; Thu, 19 Sep 2019 21:51:58 -0700 (PDT) MIME-Version: 1.0 References: <20190919055002.6729-1-clg@kaod.org> <20190919055002.6729-9-clg@kaod.org> In-Reply-To: <20190919055002.6729-9-clg@kaod.org> From: Joel Stanley Date: Fri, 20 Sep 2019 04:51:46 +0000 Message-ID: Subject: Re: [PATCH 08/21] aspeed/sdmc: Introduce an object class per SoC To: =?UTF-8?Q?C=C3=A9dric_Le_Goater?= Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2607:f8b0:4864:20::844 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andrew Jeffery , Peter Maydell , qemu-arm , QEMU Developers Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On Thu, 19 Sep 2019 at 05:51, C=C3=A9dric Le Goater wrote: > > Use class handlers and class constants to differentiate the > characteristics of the memory controller and remove the 'silicon_rev' > property. > > Signed-off-by: C=C3=A9dric Le Goater Reviewed-by: Joel Stanley