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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CCEE0C433FE for ; Wed, 9 Feb 2022 16:42:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237422AbiBIQms (ORCPT ); Wed, 9 Feb 2022 11:42:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50536 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231266AbiBIQmp (ORCPT ); Wed, 9 Feb 2022 11:42:45 -0500 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8F352C0613C9; Wed, 9 Feb 2022 08:42:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644424968; x=1675960968; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=AopMkDTLeEwKPAPbEXhSp8It23rc+LgvM/ZoX0ip1zg=; b=OyaFeK12ymzIMWg8u8HH6LDULdZQnE0xKNZD+MjmdwPorrdoHLVQgwzJ gK466eCxw1SrYu5jvzQe44/9SU9YJP9flmOEGjMiQo5hHC/jQ5BZO8doR nBaVTIWU9Yi0oCnojmTVGfNObd/VgJ3dsF7tN7LVL/rq7wWzV83S1ID5c pvNZcqgENjtsGvowqcBqDsVuCXUNJ9VWKrjqchBlohhHu8KAW0rp9ox7s ktiKL5yG7uSUPdHmpATXgcFKACuVdm5t3iEowvQtN/1ZBw0EwBRjbT1x+ FuAFEiJLWj7HQ0DBF89+G5OTQw7XOJfOgKAfl/0sXc9wa03stckWwXKnT Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10252"; a="249194818" X-IronPort-AV: E=Sophos;i="5.88,356,1635231600"; d="scan'208";a="249194818" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Feb 2022 08:42:48 -0800 X-IronPort-AV: E=Sophos;i="5.88,356,1635231600"; d="scan'208";a="633275913" Received: from smile.fi.intel.com ([10.237.72.61]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Feb 2022 08:42:46 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.95) (envelope-from ) id 1nHq2N-002g5H-U8; Wed, 09 Feb 2022 18:41:47 +0200 Date: Wed, 9 Feb 2022 18:41:47 +0200 From: Andy Shevchenko To: Geert Uytterhoeven Cc: Javier Martinez Canillas , Linux Kernel Mailing List , Daniel Vetter , Maxime Ripard , Noralf =?iso-8859-1?Q?Tr=F8nnes?= , DRI Development , Linux Fbdev development list Subject: Re: [PATCH v3 5/7] (WIP) drm/solomon: Add SSD130X OLED displays SPI support Message-ID: References: <20220209090314.2511959-1-javierm@redhat.com> <20220209091204.2513437-1-javierm@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 09, 2022 at 05:25:03PM +0100, Geert Uytterhoeven wrote: > On Wed, Feb 9, 2022 at 5:07 PM Javier Martinez Canillas > wrote: ... > Are they all broken? I guess it's incorrect question. The one we need to ask is is OF code broken? B/c ACPI can easily cope with this (they are different buses, can't clash). -- With Best Regards, Andy Shevchenko