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=-13.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham 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 36472C433B4 for ; Fri, 14 May 2021 14:39:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 09C7E6144F for ; Fri, 14 May 2021 14:39:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232797AbhENOkd (ORCPT ); Fri, 14 May 2021 10:40:33 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:32334 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231792AbhENOkc (ORCPT ); Fri, 14 May 2021 10:40:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1621003161; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Kpeo7I8FJibyasj0RNzpRVke+kYRCK3E/UUYHIP14h0=; b=IFUl3oQAJ5zyx9TVIm2sISTWtqi2svr82UWJy/cqGp5PuWqjV4VTA8TddFzGkLTbjlxRul aKx1dkMqXgKH2JjqOzEs9drRE3akHxsCgx97m3BZSdlvfyDb8tNeWN1Lp4Nl9fgb8Y+6Zx 35yws7zJSkghubxjS7LOBI1bzl7pcV8= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-602-ESzW4xYwN_C4YReusNgoXw-1; Fri, 14 May 2021 10:39:17 -0400 X-MC-Unique: ESzW4xYwN_C4YReusNgoXw-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B036E8015DB; Fri, 14 May 2021 14:39:15 +0000 (UTC) Received: from localhost.localdomain (unknown [10.40.194.236]) by smtp.corp.redhat.com (Postfix) with ESMTP id 61AA55D6D1; Fri, 14 May 2021 14:39:13 +0000 (UTC) Subject: Re: [PATCH v5 01/24] mpi3mr: add mpi30 Rev-R headers and Kconfig To: Kashyap Desai , linux-scsi@vger.kernel.org Cc: jejb@linux.ibm.com, martin.petersen@oracle.com, steve.hagan@broadcom.com, peter.rivera@broadcom.com, mpi3mr-linuxdrv.pdl@broadcom.com, sathya.prakash@broadcom.com, bvanassche@acm.org, hare@suse.de, himanshu.madhani@oracle.com, hch@infradead.org References: <20210513083608.2243297-1-kashyap.desai@broadcom.com> <20210513083608.2243297-2-kashyap.desai@broadcom.com> From: Tomas Henzl Message-ID: Date: Fri, 14 May 2021 16:39:12 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20210513083608.2243297-2-kashyap.desai@broadcom.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org On 5/13/21 10:35 AM, Kashyap Desai wrote: > This adds the Kconfig and mpi30 headers. > > Signed-off-by: Kashyap Desai > > Cc: sathya.prakash@broadcom.com > Cc: bvanassche@acm.org > Cc: thenzl@redhat.com > Cc: hare@suse.de > Cc: himanshu.madhani@oracle.com > Cc: hch@infradead.org Reviewed-by: Tomas Henzl